/* public style */
.aside,
.banner img {
	border:1px solid #C5C5C5;
}
.banner {
	height:82px;
}
.banner img {
	width:948px;
	height:80px;
}
.aside h3 {
	background:url("aside-bg.gif") white repeat-x;
	height:31px;
	padding-bottom:1px;
	border-bottom:1px solid #E2E2E2;
	padding-left:10px;
}
.aside h3,
.aside h3 a {
	font-size:14px;
	font-weight:bold;
	color:black;
	line-height:33px;
}
.area {
	margin-bottom:10px;
}
.list li {
	overflow:hidden;
	padding-left:.5em;
	background:url("list-dot.gif") no-repeat left 11px;
	font-size:14px;
	color:black;
	height:25px;
}
.list li a {
	color:#333;
}
.list li a:hover{
	color:#EE5F00;
}
.list li .list-left{
	float:left;
	width:225px;
	height:25px;
	overflow:hidden;
}
.list li a.list-class {
	float:left;
	color:#EE5F00;
	margin-right:3px;
}
.list li a.default-list-class{
	width:210px;
	overflow:hidden;
}
.list li a.list-class-default{
	color: #EE5F00;
    float: left;
    margin-left:3px;
    overflow: hidden;
    width: 60px;
}
.aside .list li {
	font-size:12px;
}
.intro a:hover {
	text-decoration:none;
}
.intro a:hover p {
	text-decoration:underline;
}
.intro a:hover img {
	border-color:#717171;
}
.intro img {
	float:left;
	padding:2px;
}
.intro h4 {
	font-weight:bold;
}
.intro p span {
	color:#FF0F0F;
}
.intro p span a,.intro p span a:hover{
	text-decoration:underline
}
.intro p a{
	color:#FF0F10;
}
.column {
	position:relative;
	margin-bottom:10px;
}
.column-nav {
	position:absolute;
	right:10px;
	top:20px;
}
.column-nav li {
	float:left;
}
.column-nav li a {
	margin:0 4px;
}
.row {
	float:left;
}
.no-margin {
	margin:0;
}

/* extra nav style */
#extra-nav {
	border:2px solid #6BC541;
	height:510px;
}
#extra-nav li {
	overflow:hidden;
	font-size:14px;
}
#extra-nav li a {
	display:block;
	height:49px;
	border-top:1px solid #FCFFF7;
	border-bottom:1px solid #E2E2E2;
	line-height:49px;
	background:url("extra-nav-bg.gif") repeat-x;
	color:black;
}
#extra-nav li a:hover {
	border-left:1px solid #FCFFF7;
	border-right:1px solid #FCFFF7;
	background-position:0 -50px;
	color:#FF6F0F;
	font-weight:bold;
	text-decoration:none;
}
#extra-nav li a:hover span {
	margin-left:10px;
	_margin-left:5px;
}
#extra-nav li span {
	display:block;
	float:left;
	width:34px;
	margin-left:10px;
	_margin-left:5px;
	margin-right:4px;
	_margin-right:2px;
	background-repeat:no-repeat;
	background-image:url("extra-nav-ico.png");
	_background-image:url("extra-nav-ico.gif");
}
#extra-nav-1 {
	height:32px;
	margin-top:8px;
}
#extra-nav-2 {
	height:26px;
	margin-top:10px;
	background-position:0 -32px;
}
#extra-nav-3 {
	height:30px;
	margin-top:9px;
	background-position:0 -58px;
}
#extra-nav-4 {
	height:38px;
	margin-top:6px;
	background-position:0 -88px;
}
#extra-nav-5 {
	height:30px;
	margin-top:10px;
	background-position:0 -126px;
}
#extra-nav-6 {
	height:24px;
	margin-top:12px;
	background-position:0 -156px;
}
#extra-nav-7 {
	height:39px;
	margin-top:5px;
	background-position:0 -180px;
}
#extra-nav-8 {
	height:31px;
	margin-top:9px;
	background-position:0 -219px;
}
#extra-nav-9 {
	height:32px;
	margin-top:9px;
	background-position:0 -250px;
}
#extra-nav-10 {
	height:27px;
	margin-top:10px;
	background-position:0 -282px;
}

/* slider style */
.slider {
	width:588px;
	height:238px;
	border:1px solid #DBDBDB;
	border-top:none;
	background-color:#A4DC56;
}
.slider ul img {
	width:588px;
	height:211px;
}
.slider ul {
	width:5900px;
	height:238px;
}
.slider ul li {
	position:relative;
}
.slider ul li h3 {
	position:absolute;
	overflow:hidden;
	bottom:-23px;
	left:45px;
	height:27px;
	width:540px;
	line-height:27px;
	text-align:center;
}
.slider ul li a {
	color:#3F6C00;
}
.slider ul li a:hover {
	color:white;
	text-decoration:none;
}
.slider .control {
	position:absolute;
	height:27px;
	bottom:0;
	right:0;
	padding:0 10px;
	background-color:#A4DC56;
	text-align:right;
	line-height:27px;
}
.slider .control a {
	display:block;
	float:left;
	overflow:hidden;
	width:16px;
	height:17px;
	margin:5px 2px 0;
	background:url("main-slider-control-bg.gif") no-repeat;
	text-align:center;
	line-height:17px;
}
.slider .control a:hover,
.slider .control a.cur {
	background-position:0 -17px;
	text-decoration:none;
	color:white;
}

/* hot screen tab title style */
#hot-screen {
	overflow:hidden;
	height:265px;
	background:url("hot-screen-tab-bg.gif") no-repeat 0 28px;
	margin-top:10px;
}
#hot-screen .tab-title {
	position:relative;
	height:33px;
	background:url("hot-screen-tab-title-bg.gif") no-repeat;
}
#hot-screen .tab-title li a {
	position:absolute;
	bottom:0;
	_bottom:-1px;
	display:block;
	width:79px;
	height:28px;
	text-indent:-999px;
}
#hot-screen .tab-title li a:hover,
#hot-screen .tab-title li a.cur{
	background-image:url("hot-screen-tab-title-cur.gif");
}
#hot-tab-1 a,
#hot-screen .tab-title #hot-tab-1 a.cur {
	left:17px;
}
#hot-tab-2 a,
#hot-screen .tab-title #hot-tab-2 a.cur  {
	left:100px;
	background-position:-78px 0;
}
#hot-tab-3 a,
#hot-screen .tab-title #hot-tab-3 a.cur  {
	left:182px;
	background-position:-156px 0;
}

/* hot screen tab content style */
#hot-screen .tab-content {
	height:265px;
	background:url("hot-screen-tab-bg.gif") no-repeat 582px -256px;
	padding:0 18px;
	overflow:hidden;
	display:block;
}
#hot-screen .tab-content .intro {
	height:99px;
	padding:13px 0;
}
#hot-screen .tab-content .intro h4 {
	margin-top:3px;
	font-size:16px;
	color:#FF6F0F;
	height:24px;
}
#hot-screen .tab-content .intro h4 a {
	color:#FF6F0F;
}
#hot-screen .tab-content .intro h4 i.special {
	padding:2px 26px 0 0;
	margin-left:3px;
	background:url("hot-screen-intro-ico.gif") no-repeat;
}
#hot-screen .tab-content .intro img {
	width:180px;
	height:93px;
	margin-right:16px;
}
#hot-screen .tab-content .intro p {
	padding-top:3px;
	text-indent:2em;
	line-height:190%;
}
#hot-screen .tab-content .list li {
	float:left;
	overflow:hidden;
	*zoom:1;
	width:270px;
	line-height:25px;
	height:25px;
}
/* hot interact tab content style */
#hot-screen	#hot-interact{ 
	padding-top:15px;
}
#hot-interact .test-news{
	float:left;
	width:250px;
}
.test-news h4,.baby-test h4{
	background:url("star.gif") no-repeat;
	border-bottom:1px solid #CCC;
	padding:0 0 3px 20px;
	font-weight:bold;
}
.test-news-list{
	padding:5px 2px 0;
}
.test-news-list li a{
	float:left;
	margin-right:5px;
}
.test-news-list li{
	height:22px;
	line-height:22px;
	vertical-align:text-top;
	overflow:hidden;
	*zoom:1;
}
.list-title{
	color:#EF5F00;
}
.list-content{
	width:134px;
	overflow:hidden;
	height:18px;
}
.list-content:hover{
	color:#FF6F0F;
}
.baby-test{
	float:right;
	width:264px;
	padding-right:10px;
}
.baby-test-list{
	overflow:hidden;
	*zoom:1;
	padding-top:5px;
}
.baby-test-list li{
	float:left;
	margin:17px 8px 0  ;
	height:72px;
	display:inline;
	overflow:hidden;
}
.i-test{
	float:right;
	font-weight:normal;
	color:#EE6000;
	text-decoration:underline;
	}
.usernanme{
	width:45px;
	height:18px;
	overflow:hidden;
	text-align:center;
}
/* hot-paradise tab content style */	
.eden-list{
	overflow:hidden;
	*zoom:1;
	}
.eden-list li{
	float:left;
	width:138px;
	overflow:hidden;
	margin:10px 33px 0 10px;
	display:inline;
}
.eden-list li img{
	width:128px;
	height:68px;
	padding:2px;
	border:1px solid #CCC;
}
.eden-list li p{
	text-align:center;
	height:18px;
	overflow:hidden;
}
.eden-list li a{
	color:#EE6000;
}
.news-list{
	overflow:hidden;
	*zoom:1;
	padding-top:5px;
}
.news-list-ul{
	overflow:hidden;
	*zoom:1;
	padding:0 0 0 0px;
}
.news-list-ul li a:hover{
	color:#FF6F0F;
}
.news-list ul li{
	width:145px;
	float:left;
	margin:0px 18px 0 9px;
	display:inline;
	overflow:hidden;
}
.news-list li{
	background:url("triangle.gif") no-repeat left 10px;
	padding:3px 0 0 10px;
	height:18px;
	overflow:hidden;
}
/* login style */
#login-bar {
	position:relative;
	height:37px;
	margin-bottom:10px;
	
}
#login-bar a.button {
	display:block;
	float:left;
	overflow:hidden;
	width:92px;
	height:37px;
	text-indent:-999px;
}
#login-bar a:hover {
	background-position:0 -37px;
}
#button-login {
	background-image:url("button-login.gif");
}
#button-register {
	margin-left:6px;
	background-image:url("button-register.gif");
}
/* logined style */
#login-box {
	display:none;
	position:absolute;
	top:36px;
	left:0;
	width:168px;
	height:181px;
	padding:10px;
	border:1px solid #DE7D00;
	background-color:white;
	z-index:999;
}

#login-bar .logined {
	width:188px;
	height:35px;
	border:1px solid #63BF3B;
	background:url("logined-bg.gif");
	overflow:hidden;
}
#login-bar .logined a.avatar {
	display:block;
	float:left;
	width:100px;
	margin:5px 0 0 7px;
	color:#268103;
	text-indent:0;
	line-height:26px;
}
#login-bar .logined a.avatar:hover img {
	border-color:#63BF3B;
}
#login-bar .logined img {
	float:left;
	width:24px;
	height:24px;
	margin-right:6px;
	border:1px solid #c4c4c4;
}
#login-bar .logined .menu {
	float:right;
	width:65px;
	padding-top:3px;
	margin:6px 4px 0 0;
	text-align:center;
}
#login-bar .logined .hover {
	border:1px solid #FF6F0F;
	background-color:white;
}
#login-bar .logined .nav {
	color:#FF6F0F;
	padding-left:6px;
}
#login-bar .logined .nav:hover {
	text-decoration:none;
}
#login-bar .logined .nav span {
	float:right;
	background:url("down-triangle.png") no-repeat;
	width:10px;
	height:7px;
	margin:4px 5px 0 0;
}
#login-bar .logined .nav .down{
	background:url("up-triangle.png") no-repeat;
}
#login-bar .logined .menu ul {
	margin:0 3px;
	display:none;
}
#login-bar .logined .menu li a {
	display:block;
	height:20px;
	margin:3px 0;
	line-height:20px;
}
.menu-slider {
	border:1px solid #FF8F02;
	background:#FFF;
	position:absolute;
	left:110px;
	top:38px;
	width:80px;
}
#login-bar .logined .menu li a:hover {
	background-color:#F4F4F4;
	color:#666;
	text-decoration:none;
}

/* oyako school aside */
#oyako-school-custom {
	height:190px;
}
#oyako-school-custom h3 {
	overflow:hidden;
	margin:1px 1px 0;
	height:39px;
	background:url("oyako-school-custom-title.png") no-repeat;
	text-indent:-999px;
}
#oyako-school-custom p span {
	font-size:19px;
	font-weight:bold;
	color:red;
}
#oyako-school-custom p,
#oyako-school-custom div {
	margin:10px 10px 0;
}
#oyako-school-custom .mt_0,#oyako-school-custom .fix-z-index{
	margin-top:0px;
}
#oyako-school-custom div  {
	text-align:center;
}
#oyako-school-custom .button-f6-s1 {
	margin: 5px auto 0;
}

/* special care style */
#special-care {
	height:263px;
	margin-bottom:0;
}
#special-care p,
#special-care ul,
#special-care div,#EQ-test p {
	margin:10px 10px 0;
}
#special-care img {
	width:166px;
	height:71px;
	border:1px solid #C8C8C8;
}
#special-care p {
	overflow:hidden;
	text-align:center;
	font-weight:bold;

	width:168px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#special-care p a:hover {
	text-decoration:none;
}
#special-care p a:hover img {
	border-color:#707070;
}
#special-care .footer {
	width:166px;
	height:43px;
	padding-top:8px;
	background:url("special-care-footer.png") no-repeat;
}
#special-care a.button-con {
	margin-left:96px;
	color:#FF7011;
}
#special-care .list {
	margin-top:4px;
	line-height: 23px;
}
#special-care .list li {
	width:162px;
}

/* yu er style */
#yu-er {
	overflow:hidden;
	height:282px;
	background:url("yu-er-bg.gif") no-repeat 0 45px;
}
#yu-er h3 {
	overflow:hidden;
	height:45px;
	background:url("yu-er-title.gif") no-repeat;
	text-indent:-999px;
}
#yu-er .column-nav,
#yu-er .column-nav a {
	color:#2B5861;
}
#yu-er .column-content {
	padding-left:8px;
	background:url("yu-er-bg.gif") no-repeat right -238px;
}
#yu-er .column-border {
	height:235px;
	border:1px solid #43BAD6;
	margin-right:8px;
}
#yu-er .row {
	margin:14px 0 0 12px;
	width:268px;
}
#yu-er .first {
	_display:inline;
}
#yu-er .ikon {
	width:145px;
}
#yu-er .last {
	margin-left:20px;
}
#yu-er .row img {
	width:143px;
	height:206px;
	border:1px solid #DADADA;
}
#yu-er .row .intro img {
	width:80px;
	height:80px;
	padding:2px;
	margin-right:8px;
}
#yu-er .row .intro {
	height:90px;
	margin-top:5px;
	line-height:22px;
}
#yu-er .row .intro h4 {
	width:168px;
	height:24px;
	overflow:hidden;
}
#yu-er .list {
	margin-top:8px;
	line-height:26px;
}

/* EQ test style */
#EQ-test {
	height:280px;
}
#EQ-test ul{
	margin:0 10px;
}
#EQ-test h3 span {
	color:#FF6F0F;
}
#EQ-test .test{
	background:url("eq-title.png") no-repeat;
	width:129px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#fff;
	cursor:pointer;
	display:block;
	margin:3px auto 0;
}
#EQ-test p.question {
	padding-left:20px;
	*padding-left:25px;
	margin-top:10px;
}
#EQ-test ul.answer input,
#EQ-test ul.answer label {
	vertical-align:middle;
}
#EQ-test ul.answer li {
	height:22px;
	line-height:22px;
	color:#EE5F00;
}
#EQ-test p.button  {
	text-align:center;
}
#EQ-test .submit {
	margin:6px auto 2px;
}
#EQ-test p.more {
	margin-top:3px;
	text-align:right;
}
#EQ-test p.more a {
	color:#EE5F00;
}
#EQ-test .list {
	margin-top:10px;
	line-height:23px;
}
#EQ-test .list li {
	width:162px;
}

/* mother tools style */
#mother-tools {
	height:188px;
}
#mother-tools a {
	display:block;
	_display:inline;
	float:left;
	height:27px;
	width:80px;
	margin-left:10px;
	border-bottom:1px solid;
	line-height:28px;
	margin-top:7px;
}
#mother-tools a:hover {
	color:#333;
	font-weight:bold;
	text-decoration:none;
	border-bottom-color:#333;
}
#mother-tools .blue {
	color:#333;
	border-bottom-color:#61C5DC;
}
#mother-tools .orange {
	color:#EE5F00;
	border-bottom-color:#FF6F0F;
}
#mother-tools .green {
	color:#333;
	border-bottom-color:#81CE5C;
}
#mother-tools .pink {
	color:#EE5F00;
	border-bottom-color:#FFB3D0;
}


/* aside advert style */
.aside-ad {
	height:90px;
	border:none;
}
.aside-ad img {
	width:190px;
	height:90px;
}

/* free try style */
#free-try {
	height:290px;
}
#free-try ul {
	margin:10px 10px 0;
}
#free-try li {
	height:118px;
}
#free-try li span {
	color:#FE6200;
}
.free-try-content{
	overflow:hidden;
	*zoom:1;
}
#free-try .thumb {
	float:left;
}
#free-try h4{
	font-size:12px;
	font-weight:bold;
	color:#666;
}
#free-try img {	
	width:80px;
	height:90px;
	border:1px solid #E1E1E1;
	padding:1px;
	margin-right:8px;
}
#free-try .button-f4-s3 {
	margin-left:91px;
}
.free-try-content p{
	margin-top:5px;
}
p.describe{
	margin-top:15px;
}
/* baby community style */
#baby-community {
	overflow:hidden;
	height:290px;
	background:url("baby-community-bg.gif") no-repeat 0 46px;
}
#baby-community h3 {
	height:46px;
	background:url("baby-community-title.gif") no-repeat;
	text-indent:-999px;
}
#baby-community .column-nav,
#baby-community .column-nav a {
	color:#7D3B55;
}
#baby-community .column-content {
	height:245px;
	padding-right:8px;
	margin-left:8px;
	background:url("baby-community-bg.gif") no-repeat right -244px;
}
#baby-community .column-border {
	overflow:hidden;
	height:242px;
	border:1px solid #FFB0CF;
	padding:0 10px;
}
#baby-community .baby-photo {
	float:right;
	overflow:hidden;
	width:260px;
	height:228px;
	margin-top:14px;
}
#baby-community .baby-photo img {
	width:252px;
	height:160px;
}
#baby-photo-list {
	width:252px;
	height:160px;
	padding:3px;
	border:1px solid #DADADA;
}
#baby-photo-list div {
	_position:relative;
	_width:252px;
}
#baby-photo-list ul {
	width:1020px; /* 4 item data */
}
#baby-photo-list ul li {
	float:left;
	width:252px;
	margin-right:3px;
}
#baby-photo-list ul li p {
	margin-top:9px;
}
#baby-community .title {
	overflow:hidden;
	height:26px;
	background:#FFBDD6;
	line-height:28px;
}
#baby-community .title .name {
	font-weight:bold;
	color:black;
	padding-left:15px;
	font-size:14px;
}
#baby-community .title .link {
	float:right;
	margin-right:4px;
	color:#9B3E00;
	font-weight:normal;
	text-decoration:underline;
}
#baby-community .baby-photo p a {
	font-weight:bold;
}
#baby-community .baby-photo p span {
	float:right;
	margin-right:4px;
	width:60px;
	height:18px;
	overflow:hidden;
}
#baby-community .baby-content {
	width:440px;
	height:110px;
	margin-top:10px;
	margin-left:0;
	border-bottom:1px dashed #DADADA;
}
#baby-community .baby-content .title {
	float:left;
	margin-right:10px;
	width:120px;
	height:96px;
	margin-top:4px;
}
#baby-community .baby-content .title img {
	width:120px;
	height:70px;
}
#baby-community .last {
	margin-top:6px;
	border-bottom:none;
}
#baby-community .list {
	float:left;
	width:300px;
	line-height:26px;
}
#baby-community .list span {
	float:right;
	color:#EE5F00;
}

/* oyako school style */
#oyako-school {
	overflow:hidden;
	height:292px;
	background:url("oyako-school-bg.gif") no-repeat 0 45px;
}
#oyako-school h3 {
	height:45px;
	background:url("oyako-school-title.gif") no-repeat;
	text-indent:-999px;
}
#oyako-school .column-nav,
#oyako-school .column-nav a {
	color:#2E4A20;
}
#oyako-school .column-content {
	height:248px;
	margin-left:8px;
	padding-right:8px;
	background:url("oyako-school-bg.gif") no-repeat right -247px;
}
#oyako-school .column-border {
	overflow:hidden;
	height:214px;
	border:1px solid #86D064;
	border-bottom:none;
	padding:0 10px;
}
#picture {
	float:right;
	margin-top:14px;
	width:257px;
	border:1px solid #ccc;
}
#oyako-school .picture img {
	width:257px;
	height:188px;
	border:1px solid #C5C5C5;
}
#oyako-school .oyako-school-list {
	width:440px;
	height:90px;
	padding-top:14px;
	margin-left:0;
}
.oyako-school-list p{
	padding:0 10px 10px;
	text-indent:25px;
	line-height:24px;
}
.oyako-school-list a{
	color:#FF0F0F;
}
#oyako-school .oyako-school-list .thumb img {
	float:left;
	width:120px;
	height:86px;
	margin-right:10px;
}
#oyako-school .oyako-school-list span {
	padding-right:1em;
	color:#EE5F00;
}
#oyako-school .oyako-school-list h4 {
	font-weight:bold;
	height:25px;
}
#oyako-school .oyako-school-list .about {
	line-height:180%;
	padding-bottom:4px;
}
#oyako-school .oyako-school-list .about a {
	color:#FF0F0F;
}
#oyako-school .oyako-school-list .download {
	color:#9A3E00;
	text-decoration:underline;
}
#oyako-school .oyako-school-footer {
	height:30px;
	background-color:#DDF2D3;
	border:1px solid #86D064;
	border-top:none;
	line-height:30px;
	padding-right:10px;
}
#oyako-school .oyako-school-footer .sign {
	float:left;
	font-weight:bold;
	color:black;
	padding:0 10px 0 35px;
}
#oyako-school .oyako-school-footer span {
	color:#EE5F00;
	font-weight:bold;
}

/* yey-partner style */
#yey-partner {
	position:relative;
	overflow:hidden;
	width:948px;
	height:180px;
	border:1px solid #C5C5C5;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#yey-partner .tab-title {
	position:relative;
	background:url("aside-bg.gif") white repeat-x;
	height:25px;
	padding-left:10px;
	padding-top:6px;
	font-size:14px;
	color:black;	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#yey-partner .tab-title ul {
	position:absolute;
	height:27px;
	bottom:-1px;
	_bottom:-2px;
}
#yey-partner .tab-title li,
#yey-partner .tab-content li,
#yey-partner .tab-title li a {
	float:left;
}
#yey-partner .tab-title li a {
	display:block;
	height:27px;
	padding:0 16px;
	line-height:27px;
	font-weight:bold;
	color:black;
}
#yey-partner .tab-content {
	padding:0 0 10px 10px;
	border-top:1px solid #E2E2E2;
}
#yey-partner .tab-content li {
	margin-right:10px;
	margin-top:10px;
	text-align:center;
}
#yey-partner .tab-content li p{
	width:124px;
	height:18px;
	overflow:hidden;
}
#yey-partner .tab-content li a {
	display:block;
}
#yey-partner .tab-title li a:hover,
#yey-partner .tab-title li a.cur {
	height:25px;
	padding:0 15px;
	background-color:white;
	border:1px solid #E2E2E2;
	border-bottom-color:white;
	line-height:25px;
	text-decoration:none;
}
#yey-partner .tab-content li img {
	width:124px;
	height:100px;
}
#yey-partner #partner li,
#yey-partner #partner img {
	height:57px;
}
#yey-partner #partner img {
	width:124px;
}
#applyfor-yey {
	position:absolute;
	top:8px;
	right:10px;
	color:#EE5F00;
	font-weight:bold;
}

#link h3 {
	font-weight:bold;
	padding-left:10px;
	color:black;
	line-height:200%;
}
#link div {
	margin-top:3px;
	line-height:20px;
}
#link a {
	margin:0 10px 0 0;
}
#link a.more {
	font-weight:bold;
	color:#EE5F00;
}
/* ico sprint style */
#special-care h3 span,
#EQ-test h3 em,
#mother-tools h3 span,
#free-try h3 span,
#link h3,
#oyako-school .oyako-school-footer .sign,
#oyako-school .oyako-school-list .download,
#baby-community .title .name,
#EQ-test p.question {
	background-image:url("ico-spring.gif");
	background-repeat:no-repeat;
}
#special-care h3 span{
	padding-left:20px;
	background-position:0 0;
}
#EQ-test h3 em {
	padding:2px 0 2px 20px;
	background-position:0 -100px;
	font-weight:bold;
}
#mother-tools h3 span {
	width:auto;
	height:auto;
	border-bottom:none;
	margin:5px 0 0 0;
	padding-left:20px;
	background-position:0 -48px;
}
#mother-tools h3 a:hover {
	text-decoration:underline;
}
#free-try h3 span {
	padding:3px 0 3px 20px;
	background-position:0 -157px;
}
#oyako-school .oyako-school-footer .sign {
	background-position:11px -67px;
}
#link h3 {
	background-position:0 -19px;
}
#oyako-school .oyako-school-list .download {
	padding-left:15px;
	padding-top:1px;
	background-position:0 -132px;
}
#baby-community .title .name {
	background-position:5px -25px;
}
#EQ-test p.question {
	background-position:0 -185px;
}
#EQ-test p.baby-image{
	font-weight: bold;
    overflow:hidden;
    text-align: center;
    white-space: nowrap;
    width: 168px;
	height:71px;
}
#EQ-test p.baby-image img{
	width:166px;
	height:71px;
	border:1px solid #C8C8C8;
}
#EQ-test p {
	line-height:20px;
}
#EQ-test p.eq-content{
	text-indent:25px;
}
#oyako-school-marquee {
	width:612px;
}
.oyako-school-footer div {
	_width:612px;
	_float:left;
}
.loading{
	width:100%;
	text-align:center;
}
.loading img{
	vertical-align:middle;
}
.another{
	float:left;
	overflow:hidden;
	width:192px;
}
.default{
	width:96px;
	overflow:hidden;
	float:left;
}
.more-read,.more-read:hover{
	color:#FF0F10;
	text-decoration:underline;
}
.list-position{
	float:right;
}