ul, ol {

}
h1, h2, h3, h4, h5, h6, pre, code {

}

a img, :link img, :visited img {

}
address {

}

html {

}
body {
    behavior: url("/css/csshover3.htc");
	font-size: 10px;
	margin: 0 0 0 0;
	color: #4C0D12;
	font-family: verdana;
	background: #0E0404;
}

td {
font-size:13px;
}

.small_font {
font-size:12px;
}

h1 {
font-size:16px;
font-weight: normal;
margin-top:10px;

}

h2 {
font-size:23px;
font-weight: normal;
margin-top:10px;
color: #CCCCCC;
}

#header1 {
background-image:url('/images/header.jpg');
height: 453px;
background-position:top center;
}

.submit_button {
background: url(../images/header_button01.jpg) ;
font-family: lucida,'Lucida Grande', verdana, arial, sans-serif;
font-size: 16px;
width: 170px;
height: 170px;
cursor: pointer;
}

.button1{
background:url(../images/header_button01.jpg) no-repeat;
cursor:pointer;
width: 110px;
height: 69px;
border: none;
color:#CCCCCC;
font-size:15px;
font-weight:bold;
text-align:center;
vertical-align:text-bottom;

}

.button2{
background:url(../images/header_button02.jpg) no-repeat;
cursor:pointer;
width: 111px;
height: 69px;
border: none;
}
.button3{
background:url(../images/header_button03.jpg) no-repeat;
cursor:pointer;
width: 111px;
height: 69px;
border: none;
}
.button4{
background:url(../images/header_button04.jpg) no-repeat;
cursor:pointer;
width: 111px;
height: 69px;
border: none;
}



a.header {
color:#CCCCCC;
color:#CCCCCC;
font-size:16px;
text-decoration:none;
}

a.red_link {
color: #4C0D12;
text-decoration:none;
font-size: 13px;
font-weight: bold;
}

a.red_link_ud {
color: #4C0D12;
text-decoration:underline;
font-size: 13px;
font-weight: bold;
}

a.red_link_medium {
color: #4C0D12;
text-decoration:none;
font-size: 15px;
font-weight: bold;
}

a.grey_link {
color: #CCCCCC;
text-decoration:none;
}

.header-big {
background-image:url('../images/header_background.png');
background-position:top center;
width:100%;
height:358;
}

.header-big-red {
height:69;
background-image:url('../images/header_big_red.gif');

}

.header-huge-red {
height:45px;
background-image:url('../images/header_red_huge.gif');
color:#DDDDDD;

}

.header_red_left {
height:45px;
background-image:url('../images/header_red_left.gif');
color:#DDDDDD;
}
.header_red_middle
{
height:45px;
background-image:url('../images/header_red_middle.gif');
color:#DDDDDD;
}
.header_red_right {
height:45px;
background-image:url('../images/header_red_right.gif');
color:#DDDDDD;
}




.left-border {
height:400px;
width:120px;
border-right: 1px solid #1C0808;
}

.left-border-header {
color:#DDDDDD;
height:45px;
width:166px;
background-image:url('../images/header_grey.gif');
background-repeat:no-repeat;
}

.center-body {
height:100%;
width:700px;
border-left: 1px solid #1C0808;
}

.center-body-header {
color:#DDDDDD;
height:45px;
width:805;
background-image:url('../images/header_red.gif');
background-repeat:no-repeat;
}

.video-header {
color:#DDDDDD;
height:45px;
width:650px;
background-image:url('../images/header_video_red.gif');
background-repeat:no-repeat;
}

.video-body {
height:100;
width:650px;
border-left: 1px solid #1C0808;
}

.video-left-border {
height:100;
width:328px;
border-left: 1px solid #1C0808;
}
	
.related-video-header {
color:#DDDDDD;
height:45px;
width:650px;
background-image:url('../images/header_video_grey.gif');
background-repeat:no-repeat;
}

.profile-box-header {
color:#DDDDDD;
height:45px;
width:480px;
background-image:url('../images/header_red.jpg');
background-repeat:no-repeat;
}

.rating_bar {
  width: 55px;
  background: url(../images/star_x_grey.gif) 0 0 repeat-x;
}

.rating_bar div {
  height: 12px;
  background: url(../images/star_x_orange.gif) 0 0 repeat-x;
}

.tb1 {
	background-color : #552121;
	border: 1px solid #501414;
	width: 230px;
	height: 30px;
	font-size: 18px;
	color: #170404;
}

.button {
    border: none;
    background: url('/images/button.jpg') no-repeat top center;
    padding: 2px 0px;
    text-align: top;
    width: 140px;
    height: 27px;
    font-size: 17px;
    color: #CCCCCC;
    font-weight: bold;
    cursor: hand;
}

.submit1 {
	background-color : #552121;
	border: 1px solid #501414;
	height: 30px;
	font-size: 18px;
	color: #170404;
}

.grey_text {
	color:#DDDDDD;
}


div.autocomplete {
  position:absolute;
  width:188px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}


.star-rating-wrap{
	white-space:nowrap;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating li.current-rating{
	background: url(/images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:100px !important;
	height:25px !important;
	overflow:hidden !important;
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	background-position: left top;
	display: block;
}
.star-rating li{
	display: inline;
	background: none !important;
	border: 0 !important;
}
ul.star-rating a, 
ul.star-rating li.current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	height:25px !important;
	line-height:25px !important;
	outline:none;
	overflow:hidden;
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
.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 li.current-rating{
	z-index:1;
	background-image: url(/images/star.gif) !important;
	background-position: left center !important;
}
	


/* video thumb*/


.star-rating-wrap{
	white-space:nowrap;
}

.star-rating_thumb,
.star-rating_thumb li.current-rating{
	background: url(/images/star.gif) left -1000px repeat-x;
}
.star-rating_thumb{
	position:relative;
	width:100px !important;
	height:25px !important;
	overflow:hidden !important;
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	background-position: left top;
	display: block;
}
.star-rating_thumb li{
	display: inline;
	background: none !important;
	border: 0 !important;
}
ul.star-rating_thumb div, 
ul.star-rating_thumb li.current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	height:25px !important;
	line-height:25px !important;
	outline:none;
	overflow:hidden;
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
.star-rating_thumb div:focus{
	background-position: left bottom;
}
.star-rating_thumb div.one-star{
	width:20%;
	z-index:6;
}
.star-rating_thumb div.two-stars{
	width:40%;
	z-index:5;
}
.star-rating_thumb div.three-stars{
	width:60%;
	z-index:4;
}
.star-rating_thumb div.four-stars{
	width:80%;
	z-index:3;
}
.star-rating_thumb div.five-stars{
	width:100%;
	z-index:2;
}
.star-rating_thumb li.current-rating{
	z-index:1;
	background-image: url(/images/star.gif) !important;
	background-position: left center !important;
}




/*             styles for the star rater                */	
/*
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	overflow:hidden;
	background: url(/images/star.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	width:25px;
	height:25px;
	
	float: left;
}

.star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	line-height:25px;		
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating li a:hover{
	background: url(/images/star.gif) left bottom;
	z-index: 2;
	left: 0px;
	border:none;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}
.star-rating li.current-rating{
	background: url(/images/star.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
*/
/* remove halo effect in firefox   */
/*
a:active{
	outline: none;
}	
*/