.listBlock{
width: 360px;
margin: 0px auto;
/*float: right;*/
/*height:160px;*/

}
.listBlock .item{
width: 50%;
text-align: center;
float: left;
padding:10px 0px 0px 0px;
/*
width: 143px;
text-align: left;
float: left;
margin: 10px 0px 0px 0px;
background-image:url(../images/photo_bg.gif);
padding:9px;
*/
}

.listBlock .item img{
width: 143px;
height: 108px;
/*margin: 10px 0px 0px 0px;*/
background-image:url("../images/photo_bg.gif");
padding:9px;
margin:0px auto;
}



.TabStripPage{
/*	width: 240px;*/
	clear: both;
}
.TabStripPage .TabPage{
	border-top: none;
	display: none;
	padding: 0px;
}
.TabStripPage .TabPage .Title{
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.TabStripPage .TabStrip{
	margin: 10px 0px 0px 0px;
}
.TabStripPage .TabStrip .TabStripCur{
	background-color: #9C6500;
	border-bottom: 0px;
	border-left: 1px solid #FFFFFF;
/*	
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
*/
	color: #000000;
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	padding: 5px 0px 5px 0px;
}
.TabStripPage .TabStrip .TabStripOther{
background-color:#e6e1ce;
/*	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
*/
	border-left: 1px solid #FFFFFF;
	color: #000000;
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	padding: 5px 0px 5px 0px;
}
.TabStripPage DIV.Separator{
	background-image: url("../images/line_bg1.gif");
	height: 1px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}