ul{ list-style:none;}
/*选项卡1*/
#Tab1{
	border:1px solid #cdcfce;
	margin:0px;
	padding:0px;
	margin-top:10px;
}
/*菜单class*/
.Menubox {
	height:28px;
	line-height:28px;
}
.Menubox ul{
	margin:0px;
	padding:0px;
}
.Menubox li{
	float:left;
	display:block;
	cursor:pointer;
	width:200px;
	text-align:center;
	color:gray;
	border-right:1px solid #cdcfce;
	border-bottom:1px solid #cdcfce;
}

.Menubox li.hover{
	padding:0px;
	background:#fff;
	width:200px;
	color:#2e557e;
	font-weight:bold;
	border-bottom:0px;
}

.Contentbox {
	height:auto;
	padding:10px 0;
}
.Contentbox p{
	text-indent: 1em;
	color:#797979;
	margin:5px;
	font:12px "宋体";
}


/*美人优势table选项卡*/
#famous_tab{
	width:212px;
	margin:0px;
	padding:0px;
	margin:10px;
	height:auto;
}

/*菜单class*/
.famous_menubox {
	width:100%;
	background:url(/images/table_bg.jpg);
	height:28px;
	line-height:28px;
}
.famous_menubox ul{
	margin:0px;
	padding:0px;
}
.famous_menubox li{
	float:left;
	display:block;
	cursor:pointer;
	width:105px;
	text-align:center;
	color:#666668;
	border:1px solid #cdcfce;
	border-top:0px;
	border-right:0px;
	background:url(/images/famous_card_bg.jpg) repeat;
}
.famous_menubox li.hover{
	padding:0px;
	background:#fff;
	width:105px;
	color:#CE0002;
	font-weight:bold;
	height:27px;
	line-height:27px;
	border-bottom:0px;
}
.famous_contentbox{
	clear:both;
	margin-top:0px;
	border:0px;
	border-top:none;
	height:auto;
	padding-top:8px;
	background-repeat:no-repeat;
	text-align:left;
}

.famous_contentbox p{
	text-indent: 1cm;
	color:#797979;
	margin:5px;
	font:12px "宋体";
	line-height:10px;
}
