.pageContent { 
	width: 620px; 
}
.accordion { 
	list-style-type: none; 
	padding: 0; 
	margin: 0 0 30px;
	}
.accordion ul { 
	padding: 0; 
	margin: 0; 
	float: left; 
	display: block; 
	width: 100%; 
}
.accordion li { 
	cursor: pointer; 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
	float: left; 
	display: block; 
	width: 100%;
	margin-top:10px;
}
.accordion li.active>a#aadvice {
	background:url(../img/accordion-advice-active.gif ) no-repeat top left;
	height:50px;
	width:620px;	
}
.accordion li.active>a#acare {
	background:url(../img/accordion-care-active.gif ) no-repeat top left;
	height:50px;
	width:620px;	
}
.accordion li.active>a#ahealth {
	background:url(../img/accordion-health-active.gif ) no-repeat top left;
	height:50px;
	width:620px;	
}
.accordion li.active>a#anutrition {
	background:url(../img/accordion-nutrition-active.gif ) no-repeat top left;
	height:50px;
	width:620px;	
}
.accordion li.active>a#aplay {
	background:url(../img/accordion-play-active.gif ) no-repeat top left;
	height:50px;
	width:620px;	
}

.accordion li div { 
	display: block; 
	clear: both; 
	float: left; 
	width: 620px;
	cursor:default;
}
.accordion a { 
	display:block;
	cursor: pointer; 
	/*background: url('open.gif') no-repeat center right;*/
}
/* Level 2 
.accordion li ul li { background: #7FD2FF; font-size: 0.9em; }*/

#accordion{
	margin-top:20px;
}
#aadvice, #acare, #ahealth, #anutrition, #aplay{width:620px;height:50px;}
#aadvice{background:url(../img/accordion-advice.gif) no-repeat top left;}
#acare{background:url(../img/accordion-care.gif) no-repeat top left;}
#ahealth{background:url(../img/accordion-health.gif) no-repeat top left;}
#anutrition{background:url(../img/accordion-nutrition.gif) no-repeat top left;}
#aplay{background:url(../img/accordion-play.gif) no-repeat top left;}

#advice-con-bottom{
	background:url(../img/advice-con.gif) no-repeat bottom left #fff1dc; 
	width:620px;
	height:10px;
	font-size:1px;
}
#advice-con{
	text-align:center;
	background-color:#fff1dc;
	width:598px;
	padding:10px;
	border-left:1px solid #fce5b3;
	border-right:1px solid #fce5b3; 
}

#care-con-bottom{	
	background:url(../img/care-con.gif) no-repeat bottom left #fff1dc; 
	width:620px;
	height:10px;
	font-size:1px;
}
#care-con{
	text-align:center;
	background-color:#ffe0cc;
	width:598px;
	padding:10px;
	border-left:1px solid #fbc199;
	border-right:1px solid #fbc199; 
}
#health-con-bottom{
	background:url(../img/health-con.gif) no-repeat bottom left #fff1dc; 
	width:620px;
	height:10px;
	font-size:1px;
}
#health-con{
	text-align:center;
	background-color:#f3e6ff;
	width:598px;
	padding:10px;
	border-left:1px solid #ecccfb;
	border-right:1px solid #ecccfb; 
}
#nutrition-con-bottom{
	background:url(../img/nutrition-con.gif) no-repeat bottom left #fff1dc; 
	width:620px;
	height:10px;
	font-size:1px;
}
#nutrition-con{
	background-color:#cce6e7;
	width:598px;
	padding:10px;
	border-left:1px solid #99cdc9;
	border-right:1px solid #99cdc9; 
}
#play-con-bottom{
	background:url(../img/play-con.gif) no-repeat bottom left #fff1dc; 
	width:620px;
	height:9px;
	font-size:1px;
}
#play-con{
	background-color:#ccd8e6;
	width:598px;
	padding:10px;
	border-left:1px solid #97b1c8;
	border-right:1px solid #97b1c8; 
}
.advice-content, .care-content, .health-content, .nutrition-content, .play-content{
	border-top:1px solid #ffdda5;
	width:520px;
	padding:20px 10px 20px 10px;
	margin:0 auto;	
	text-align:left;
}
.care-content{
	border-top:1px solid #ff6407;
}
.health-content{
	border-top:1px solid #c998ff;
}
.nutrition-content{
	border-top:1px solid #339b9c;
}	
.play-content{
	border-top:1px solid #31649b;
}
.acc-advice-baslik, .acc-care-baslik, .acc-health-baslik, .acc-nutrition-baslik , .acc-play-baslik{
	font-size:13px;
	color:#fab746;
	font-weight:bold;
}
td.acc-advice-baslik a:hover, td.acc-care-baslik a:hover, td.acc-health-baslik a:hover, td.acc-nutrition-baslik a:hover, td.acc-play-baslik a:hover{
	
	text-decoration:underline;
}
* html .acc-advice-baslik, * html .acc-care-baslik, * html .acc-health-baslik, * html .acc-nutrition-baslik , * html .acc-play-baslik{
	padding:20px 10px 0 10px;
}
*:first-child+html .acc-advice-baslik, *:first-child+html .acc-care-baslik, *:first-child+html .acc-health-baslik, *:first-child+html .acc-nutrition-baslik , *:first-child+html .acc-play-baslik{
	padding:20px 10px 0 10px;
}
#articleDetailLeft td.acc-advice-baslik span, #articleDetailLeft td.acc-care-baslik span, #articleDetailLeft td.acc-health-baslik span, #articleDetailLeft td.acc-nutrition-baslik span,#articleDetailLeft td.acc-play-baslik span{
	font-size:11px;
	color:#a3a7a8;
	font-weight:normal;
}
td.acc-advice-baslik span, td.acc-care-baslik span, td.acc-health-baslik span, td.acc-nutrition-baslik span, td.acc-play-baslik span{
	font-size:11px;
	color:#a3a7a8;
	font-weight:normal;
}
.acc-advice-yazi, .acc-care-yazi, .acc-health-yazi, .acc-nutrition-yazi, .acc-play-yazi{
	font-size:13px;
	color:#646464;
	font-weight:normal;
}
* html .acc-advice-yazi,  * html .acc-care-yazi, * html .acc-health-yazi, * html .acc-nutrition-yazi, * html .acc-play-yazi{
	padding:0px 10px 20px 10px;
}
*:first-child+html .acc-advice-yazi,  *:first-child+html .acc-care-yazi, *:first-child+html .acc-health-yazi, *:first-child+html .acc-nutrition-yazi, *:first-child+html .acc-play-yazi{
	padding:0px 10px 20px 10px;
}
.acc-advice-yazi a:hover, .acc-care-yazi a:hover, .acc-health-yazi a:hover, .acc-nutrition-yazi a:hover, .acc-play-yazi a:hover{
	text-decoration:underline;
}
td.acc-advice-baslik a, td.acc-care-baslik a, td.acc-health-baslik a, td.acc-nutrition-baslik a, td.acc-play-baslik a{
	color:#AA4B9B;
	font-size:14px;
}

