/* general CSS */
*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border: 0;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
}

body 
{ 
	font-size: 1.25em;
	color: #000000;
	background-color: #000000;
	background-image: url('../images/bg.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#wrapper
{
	width: 980px;
	margin: 0 auto;
}

.clr
{
	clear: both;
	width: 0px;
	height: 0px;
}

/* CSS for header */
#header
{
	width: 980px
	height: 179px;	
	overflow: hidden;
	margin:0px 0px 10px 0px;
} 

#logo
{
	display: block;
	width: 472px;
	height: 61px;	
	margin: 22px 0px 15px 0px;
} 

/* CSS for menu */
#menu
{
	float: left;
	height: 60px;
	list-style-type: none;
	overflow: hidden;
}

#menu li
{
	float: left;
	text-align: center;	
}

#menu li:hover
{
	background-image: url('../images/bg_menu.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#menu li a
{
	display: block;
	padding: 22px 20px 22px 20px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;	
	text-decoration: none;	
	border-right: 1px solid #372F2C;
}

#menu li a:hover
{
	background-image: url('../images/bg_menu_bottom.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#menu li a.home_on
{
	background-image: url('../images/bg_menu.png');
	background-position: top left;
	background-repeat: repeat-x;

}



/* CSS for search form */
#search
{
	display: block;
	float: right;
	height: 60px;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}

#search legend
{
	display: none;
}

#search input
{
	display: block;
	float: left;
	width: 200px;
	height: 20px;
	border: 1px solid #FFFFFF;
	background-color: #676767;
	font-size: 15px;	
	padding: 4px 2px 2px 2px;
	color: #FFFFFF;
}

#search #button_search
{
	display: block;
	float: left;
	width: 84px;
	height: 30px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	border: 0;
}

/* CSS for the left content block */

#leftbar
{
   width:980px;
   float:left;
   background-color:#000000;
}

#leftbar #title
{

   background-image:url(/images/gradient.jpg);
   background-repeat:repeat-none;
   background-position:bottom left;
  width:962px;
  height:24px;
  padding:6px 0px 0px 16px;
  font-weight:bold;
  color:#DDDDDD;
  font-size:14px;
  text-transform:uppercase;
}


#leftbar #titlerelated
{
   background-image:url(/images/gradient.jpg);
   background-repeat:repeat-none;
   background-position:bottom left;
  width:962px;
  height:24px;
  padding:6px 0px 0px 16px;
  font-weight:bold;
  color:#DDDDDD;
  font-size:14px;
  text-transform:uppercase;
  margin-top:4px;
}


#leftbar #videobox
{
  width:964px;
  padding:15px 0px 0px 12px;
  margin-bottom:30px;
  background-color: #000000;
  border-left:1px solid #151515;
  border-right:1px solid #151515;
  border-bottom:1px solid #151515;

}

#leftbar #videoboxviewed
{
  width:964px;
  padding:15px 0px 0px 12px;
  margin-bottom:20px;
  background-color: #000000;
  border-left:1px solid #151515;
  border-right:1px solid #151515;
  border-bottom:1px solid #151515;

}


#leftbar #relatedbox
{
  width:964px;
  padding:15px 0px 0px 12px;
  margin-bottom:40px;
  background-color: #000000;
  border-left:1px solid #151515;
  border-right:1px solid #151515;
  border-bottom:1px solid #151515;
}

#leftbar #sort
{
  width:972px;
  padding:4px 0px 4px 6px;
  background-color: #222222;
  font-size:12px;
  color:#888888;
}


#leftbar #sort a:link, #leftbar #sort a:visited
{
 color:red;
 font-weight:bold;
 text-decoration:none;
}

#leftbar #sort a:hover
{
 text-decoration:underline;
}

#leftbar #sort .active:link, #leftbar #sort .active:visited
{
 color:#999999;
 font-weight:bold;
}


/* CSS for the video lists */
.videolist
{
   width: 100%;
   margin: 0px 0px 6px 0px;
}



.videolist .videolist_title
{
   padding: 3px 5px 3px 0px;
   margin: 0px 0px 10px 0px;
   font-size: 18px;
   color: #FFFFFF;
   font-weight: bold;
   font-size:15px;
   text-transform: uppercase;
   border-bottom:1px solid #333333;
}

.videolist .videolist_itemview
{
   float: left;
   width: 193px;
   padding:4px;
   margin: 0px 22px 0px 0px;
   border:1px solid #333333;
}

.videolist .videolist_itemview_last
{
   float: left;
   width: 193px;    
   margin: 0px 0px 0px 0px;
   border:1px solid #333333;
   padding:4px;
}


.videolist .videolist_item
{
   float: left;
   width: 193px;
   padding:4px;
   margin: 0px 22px 34px 0px;
   border:1px solid #333333;
}

.videolist .videolist_item_last
{
   float: left;
   width: 193px;    
   margin: 0px 0px 12px 0px;
   border:1px solid #333333;
   padding:4px;
}

.videolist img
{
border: 1px solid #111111;
}



.videolist img:hover{
border: 1px solid red;
}


.videolist h2
{
   padding: 0px 0px 0px 0px;
   margin: 15px 0px 3px 0px;
   color: #BE0201;
   font-size: 120%;
}

.videolist h2 a
{
   text-decoration: none;
   color: #BE0201;
}



.videolist .duration, .cat_videolist .duration
{
   color:#CCCCCC;
   float: left;
   height: 16px;
   width: 60%;
   font-weight:bold;
   font-size: 11px;
   font-family: Arial;
}


.videolist .views, .cat_videolist .views
{
   color:#AAAAAA;
   float: left;
   height: 16px;
   width: 60%;
   font-size: 10px;
   font-family: Arial;
}
.videolist .stars, .videolist .rating, .cat_videolist .stars, .cat_videolist .rating
{
   color:#AAAAAA;
   float: right;
   height: 16px;
   width: 40%;
   text-align: right;
   font-size: 10px;
   font-family: Arial;

}                
       
.ratingon{
   color:#969595;
}


.viewson{
   color:#969595;
}
       

.videolist .stars img
{
   border: 0;
}




.container1 img{
border: 1px solid #111111;
}

.container1:hover img{
border: 1px solid #F90000;
}

.container1:hover{
color: #111111; /* irrelevant definition to overcome IE bug */
}

.videolist_link
{
height:32px;
}

.videolist_link a:link, .videolist_link a:visited,  .videolist_link a:active {
   color: #F90000;
   font-family: Arial;
   font-size:12px;
   font-weight:bold;
   text-decoration:none;
}
.videolist_link a:hover {
   color: #F90000;
   font-family: Arial;
   font-size:12px;
   font-weight:bold;
   text-decoration:none;
}


.videolistC_link
{
height:20px;
text-align:center;
padding-top:2px;
}

.videolistC_link a:link, .videolistC_link a:visited,  .videolistC_link a:active {
   color: #FFFFFF;
   font-family: Arial;
   font-size:14px;
   font-weight:bold;
   text-decoration:none;
}
.videolistC_link a:hover {
   color: #CCCCCC;
   font-family: Arial;
   font-size:14px;
   font-weight:bold;
   text-decoration:none;
}


.titlevideo
{
   padding: 0px 0px 4px 0px;
   margin: -5px 0px 8px 0px;
   font-size: 14px;
   color: #555555;
   font-weight: bold;
   text-transform: uppercase;
   height:15px;
   border-bottom:1px solid #333333;

}

.titlevideo a, .titlevideo a:visited
{
   color:#930000;
   text-decoration:none;

}

.titlevideo a:hover
{
   text-decoration:underline;
}


#footer2
{
   margin: 0 auto;
   width: 970px;
   font-size: 12px;
   color:#CCCCCC;
   text-align: center;
   padding: 18px 0px 0px 0px;
}



#footer
{
   color:#444444;
   margin: 0 auto;
   width: 970px;
   font-size: 11px;;
   text-align: center;
   background-repeat: repeat-x;
   background-position: top left;
   padding: 18px 0px 0px 0px;
}


#footer a
{
   color: #FFFFFF;
}

/* CSS for videos and VBW */
#sort_menu
{
   float: right;
   margin: 3px -9px 0px 0px;
   width:400px;
}

.videoplayer
{
width:976px;

margin:0;
padding:0px 0px 0px 0px;
}

.videoplayer h1
{
font-size:18px;
color:#FFFFFF;
margin:0px 0px 4px 0px;
}


/* CSS for page numbers */
#pagenumbers
{
   align: center; 
   margin:0 auto;
   width:500px;
   background-image:url(/images/foot.gif);
   background-repeat:repeat-x;
   background-position:bottom left;
   border: 1px solid #222222;
   padding: 8px 5px 8px 5px;    

   font-size: 14px;
   color: #777777;
   font-weight: bold;
   text-align:center;
}

#pagenumbers a
{

   padding: 3px 5px 3px 5px;    
   margin: 0px 0px 15px 0px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

#pagenumbers a.active, #pagenumbers a.active:hover
{
   background-color:#FFFFFF;
   padding: 3px 5px 3px 5px;    
   margin: 0px 0px 15px 0px;
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}

#pagenumbers a:hover
{
   color: #FC0000;
}

.pagenumbers_lable
{
   margin: 0px 20px 0px 0px;
}

#sponslink
{
margin-top:40px;
width:970px;
padding-top:6px;
text-align:center;
}


.extrabox
{
font-size:12px;margin-top:10px;margin-bottom:25px;
}

.extradesc
{
color:#666666;padding-right:3px;
}

.extradescb
{
color:#888888;
}

.extrabox a:link, .extrabox a:visited,  .extrabox a:active {
   color: #D31C21;
   text-decoration:none;
}
