@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 h1 {
	font:24px/48px Arial;
	color:#333;
}
#yangshengContent h2 {
	font:18px/36px Arial;
	color:#333;
}
#yangshengContent dl { margin:0;}
#yangshengContent dt a {
	display:block;
	width:180px;
	font:14px/28px Arial;
	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/24px Arial;
	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:14px/22px Arial;
	color:#333;
	margin:10px 0 10px 30px;
}
#yangshengContent ul li { list-style-type:disc;}
#yangshengContent ol li { list-style-type:decimal;}

#yangshengContent p {
	font-weight:normal;
	font:14px/22px Arial;
	color:#333;
	margin:20px;
}
