@charset "UTF-8";
/* CSS Document */

#top_ten {
	overflow:hidden;
	width:172px;
	padding:14px;
	height:374px;
	cursor:pointer;
	background:url(../decoration/bg_topten.png) top center no-repeat;
	list-style:none;
	display: block;
	margin-top: 10px;
}
#top_ten h1 {
	color:#ff6600;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	margin-bottom:4px;
	padding:0px;
	border-bottom:1px dotted #fff;
	text-align:left;
}
#top_ten h1 span {
	color:#fff;
}
#top_ten img {
	float:right; border:0px; margin-top:5px;
}
#top_ten h1 a:link {
	color:#ff6600;
	text-decoration:none;
}
#top_ten h1 a:visited {
	color:#ff6600;
	text-decoration:none;
}
#top_ten h1 a:hover {
	color:#ff6600;
	text-decoration:underline;
}
#top_ten p {
	color:#fff;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}
#top_ten p a:link {
	color:#fff;
	text-decoration:none;
}
#top_ten p a:visited {
	color:#fff;
	text-decoration:none;
}
#top_ten p a:hover {
	color:#fff;
	text-decoration:underline;
}

#winner {
	width:172px;
	padding:14px;
	height:434px;
	margin-top:10px;
	cursor:pointer;
	background:url(../decoration/bg_winner.png) top center no-repeat;
	list-style:none;
}
#winner h1 {
	color:#ff6600;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	margin-bottom:4px;
	padding:0px;
	border-bottom:1px dotted #fff;
	text-align:left;
}
#winner h1 span {
	color:#fff;
}
#winner img {
	float:right; border:0px; margin-top:5px;
}
#winner h1 a:link {
	color:#ff6600;
	text-decoration:none;
}
#winner h1 a:visited {
	color:#ff6600;
	text-decoration:none;
}
#winner h1 a:hover {
	color:#ff6600;
	text-decoration:underline;
}
#winner p {
	color:#fff;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}
#winner p a:link {
	color:#fff;
	text-decoration:none;
}
#winner p a:visited {
	color:#fff;
	text-decoration:none;
}
#winner p a:hover {
	color:#fff;
	text-decoration:underline;
}
#winner strong {
	color:#fff;
}

#video_tns {
	margin-top: 0px;
	background:url(../decoration/bg_vids.jpg) top center no-repeat;
}