@charset "utf-8";
/*----- yangsheng.css -----*/
#yangshengContent {
	width:648px;
	padding:20px;
	margin:0 0 0 auto!important;
	margin:-8px 0 0 auto;
	float:right;
	background:url(../images/content_bg.gif) left top repeat;
}
#yangshengContent h2 { color:#c00; text-align:center;}
#yangshengContent h3 {
	font:bold 22px/30px Arial;
	color:#333;
	text-align:center;
}
#yangshengContent h3 span { font-size:14px; margin-left:14px;}
#yangshengContent dl { margin:0;}
#yangshengContent dt a {
	display:block;
	width:180px;
	font:bold 14px/28px "宋体";
	color:#c00;
	text-decoration:none;
	margin:10px 0 0 10px;
	padding-left:25px;
	background: url(../images/reddot.gif) left 7px no-repeat;
	float:left;
}
#yangshengContent dt a:hover { color:#f00;}
/* Image
-------------------------*/
#yangshengImgWrap {
	width:688px;
	margin:0 0 0 auto;
	padding:0;
	float:right;
}
#yangshengImgWrap img {
	border:2px solid #C19641;
	float:left;
	margin:0 20px 20px 0;
}
/*yangshengSubmenu
-------------------------*/
#yangshengSubmenu {
	height:40px;
	margin:0 auto 0 240px!important;
	margin:0 auto 0 120px;
	text-align:left;
	float:left;
}
#yangshengSubmenu a {
	font:12px/40px "宋体";
	color:#F00;
	margin-right:20px;
	border-right:1px solid #F00;
	padding-right:14px;
	text-decoration:none;
}
#yangshengSubmenu a:hover { color:#C00; text-decoration:underline;}

#check #yangshengSubmenu a.check,
#subhealth #yangshengSubmenu a.subhealth,
#qigong #yangshengSubmenu a.qigong,
#sport #yangshengSubmenu a.sport,
#food #yangshengSubmenu a.food {
	font-size:14px;
	font-weight:bold;
	color:#c00;
}
/* text
-----------------------------*/
#yangshengContent ul,
#yangshengContent ol {
	font:bold 14px/26px Arial;
	color:#333;
	margin:10px 0;
}
#yangshengContent li { margin:0 20px;}
#yangshengContent ul.sub li {
	font-weight:normal;
	list-style-type:disc;
}
#yangshengContent ol li { list-style-type:decimal;}
#yangshengContent ol.sub li { font-weight:normal;}

#yangshengContent li span {
	color:#c00;
	margin-top:-26px;
	float:right;
}
#yangshengContent p {
	font-weight:normal;
	font:14px/26px Arial;
	color:#333;
	text-indent:28px;
	margin:10px 0;
}
