/* Star Sating */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url("../imgs/star.gif") left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url("../imgs/star_small.gif");
	line-height: 10px;
	height: 10px;
}
/* Star Sating */

a.vid{font-family:Arial,Helvetica,sans-serif; font-size:11px; color:#05609a; text-decoration:none;}
a.vid:hover{color:#000000;}
a.nick{font-family:Arial,Helvetica,sans-serif; font-size:11px; font-style:italic; font-weight:normal; color:#000; text-decoration:none;}
a.nick:hover{color:#266493;}
a.nickBig{font-family:Arial,Helvetica,sans-serif; font-size:12px; font-style:italic; font-weight:normal; color:#000; text-decoration:none;}
a.nickBig:hover{color:#266493;}
.vimg img {padding:2px;border:1px solid #266493;}
.cont, td, input,select,textarea{font-family:Arial,Helvetica,sans-serif; font-size:11px; color:#000}
.vid_txt{color:#FFF;font-weight:bold;font-size:12px;}
hr{height:1px;border:0;border-top:1px dotted #266493;}
.vid_comments li, .vid_listing ul{list-style:none;border-left:1px solid #ddd;font-size:110%;margin-left:-35px;}
.vid_txt_normal{color:#266493;}
.vid_bold_text{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000;font-weight:bold;text-decoration:none;}
.upload{width:190px;height:54px;background:url(../images/upload-videos.gif) left top no-repeat;}
.videologo{margin-left:30px;width:225px;height:56px;background:url(../images/VIDEOS-logo.jpg) left top no-repeat;}