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

img
   {
   border:1px solid #CCCCCC;
   }
* {
	margin: 0;
	padding: 0;
}

ol.stars {
	display: block;
	overflow: hidden;
	width: 108px;
	height: 17px;
	background: url(/m/i/starts.gif) -108px top;
}

ol.stars li {
	list-style: none;
	float: left;
	width: 18px;
	height: 17px;
	text-indent: -40px;
	overflow: hidden;
}

#flashPlayerStar {
	width: 360px;
	padding-left: 120px;
}

.linkVideos {
	overflow: hidden;
	display: block;
	float: right;
}

.linkVideos li {
	display: block;
	float: left;
	clear: both;
	padding: 5px 3px;
	border: 1px solid #ccc;
	margin-top: 10px;
	background-color: #eee;
}

.linkVideos li p{
	display: block;
	background: none;
	font-size: 12px;
	font-weight: normal;
	width: 120px;
	line-height: 130%;
	float: left;
	clear: both;
}

.linkVideos li p.img {
	overflow: hidden;
	padding: 3px;
}

div#stars {
	float: left;
}
