#chart {
	
	margin-top:35px;
	width: 282px;
	height: 315px;
	padding-left:5px;
}

#chart1 {
	width: 282px;
	height: 70px;
		/* background: url('/top40chart/images/style/1_bg.jpg') 0 0 repeat-x; */
	background-color: #D9FFB2;

}
#chart1 .position {
	font-weight: bold;
	font-family: arial;
	font-size: 3em;
	color: #629c1f;
	position: absolute;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
	line-height:1em;
}

#chart1 .cover {
position: absolute;
padding-left: 65px;
padding-top: 5px;
}

#chart1 .artist {
font-weight: bold;
position: absolute;
font-size: 1.0em;
font-family: arial;
color: #1a80d5;
padding-left: 135px;
padding-top:5px;


}

#chart1 .track {
position: absolute;
font-size: 0.7em;
font-family: arial;
color: #1a80d5;
padding-left: 135px;
padding-top:25px;
width:140px;
}

#chart1 .change{

font-size: 0.5em;
font-family: arial;
font-weight: bold;
color: #8FB26B;
position: absolute;
padding-left: 150px;
padding-top:55px;

}


#chartTop10 {
	width: 282px;
	height: 52px;
		/*background: url('/top40chart/images/style/2_10_bg.jpg') 0 0 repeat-x;*/
	background-color: #FFEBF5;
	
}


#chartTop10 .position {
	font-weight: bold;
	font-family: arial;
	font-size: 2em;
	color: #629c1f;
	position: absolute;
	display: block;
	padding-left: 20px;
	padding-top: 10px;
	line-height:1em;
}

#chartTop10 .cover {
position: absolute;
padding-left: 65px;
padding-top: 5px;
}

#chartTop10 .artist {
font-weight: bold;
position: absolute;
font-size: 0.8em;
font-family: arial;
color: #1a80d5;
padding-left: 135px;
padding-top:7px;


}

#chartTop10 .track {
position: absolute;
font-size: 0.7em;
font-family: arial;
color: #1a80d5;
padding-left: 135px;
padding-top:22px;
padding-bottom:10px;
width:140px;
}

#chartTop10 .change{

font-size: 0.5em;
font-family: arial;
font-weight: bold;
color: #8FB26B;
position: absolute;
padding-left: 185px;
padding-top:40px;

}

#chart_all{

	font-weight: bold;
	font-family: arial;
	font-size: 0.9em;
	position: absolute;
	display: block;

	line-height:1em;
	background-image: url(../media/img/sys/vid_header_bg.jpg);
	margin-top:7px;
	width:272px;
	padding-top: 5px;
	height: 30px;
	padding-left: 10px;


}

#chart_all a{

text-decoration: none;
color: #fff;

}
#chart_all a:hover{

text-decoration: underline;
	color: #fff;

}
