/* 
* Common classes 
*/
.bottom { vertical-align:bottom }
.center, .center td, .center th { text-align:center }
.clr { clear:both; }
.grid, .grid th, .grid td { border-collapse:collapse; margin:0 0; border:1px solid #000; padding:1px 1px }
.fixed { table-layout:fixed }
.left, .left td, .left th { text-align:left }
.nowrap, .nowrap td, .nowrap th { white-space: nowrap }              
.right, .right td, .right th { text-align:right }
.left, .left td, .left th { text-align:left }
.top { vertical-align:top }
.small {font-size:75%}
.w100 { width:100%; }
.clear { clear:both; }

/*
* Main typography
*/
body{
	background-color: #191919;
	background-repeat: repeat-x;
	background-image:url(/pix/head_bg.jpg);
	margin: 0px;
	text-align: center;
	font-family:'Trebuchet MS',Helvetica,sans-serif;
	color: #fffebb;
	font-size: 12px;
}
		A {color : #006633; font-size:12px; text-decoration: none;}

#wrapper{
width: 990px;
margin: 0 auto;

}

.head{
font-size: 50px;
color: #DACD38;
}


#header {
border:1px dashed #fffebb;
height:21px;
margin:0 auto;
padding:3px;
width:970px;
}
.logo {float: left; font-size:38px; font-weight:bold;}
.bav {float: left;}
.logo img { border: 0px; }
.header_top {
float:left;
margin:11px 0 0 20px;
border:1px solid #803d17;
color:#a2008d;
display:block;
font-size:10pt;
font-weight:bold;
padding:0 3px;
text-decoration:none;
text-transform:uppercase;
float: left;
margin:6px 20px 0;
-webkit-border-radius:5px;
-moz-border-radius:5px;
background-color:#FFFFFF;
width:550px;
box-shadow: 2px 2px 3px #555555;
-moz-box-shadow: 2px 2px 3px #555555;
-webkit-box-shadow: 2px 2px 3px #555555;

}

.header_top h3{
font-size: 16px;
color: #000000;
margin: 0;
}

.promo{
float:left;
margin:15px 0 0 20px;
}



.content { width:990px; margin: 0px auto; }

h1 {color:#FFFEBB; font-size:20px; margin:2px;}
h2 {color:#dacd38; font-size:15px; margin:2px; position:absolute; text-align:center; text-transform:uppercase;}

.bookmark a{
border:1px solid #803d17;
color:#a2008d;
display:block;
font-size:10pt;
font-weight:bold;
padding:0 3px;
text-decoration:none;
text-transform:uppercase;
float: left;
margin:2px 5px 0 0;
-webkit-border-radius:5px;
-moz-border-radius:5px;
background-color:#FFFFFF;
box-shadow: 2px 2px 3px #555555;
-moz-box-shadow: 2px 2px 3px #555555;
-webkit-box-shadow: 2px 2px 3px #555555;
}

.bookmark a:hover{
box-shadow: 0px 2px 3px #555555;
-moz-box-shadow: 2px 2px 3px #555555;
-webkit-box-shadow: 2px 2px 3px #555555;
background-color: #dacd38;
color: #FFFFFF;
}

.total{
text-align:right; 
color:#dacd38; 
font-size:10px; 
float:left; 
margin-bottom:0;
margin-left:5px;
margin-right:5px;
margin-top:4px;
}
.total strong{ 
color:#000000; 

}

#nav{
margin:10px 0 0 10px;
padding:0;
text-align:center;
width:975px;
}

#type, #menu, #cat_list, #stat{
	font-size:12px;
	float:left;
	margin-left:20px;
}

#type span, #menu span, #cat_list span, #stat span{
	float:left;
	font-weight: bold;
	color: #dacd38;
	margin:3px;
	padding:0;
}


#type a, #menu a, #cat_list a, #stat a{
	color:#FFF; 
	padding:1px 2px;
	display:block;
	float:left;
	margin:2px 2px;
}

#type a.default, #menu a.default {

}

#type a.highlight, #menu a.highlight{
	background-color:#fffebb;
	color:#000;
}

form.dropdown{
float:left;
margin: 1px;
padding:1px;
}



.thumb {
float:left;
margin:8px;
position:relative;
}
.thumb a:hover img { border:1px solid #E3B40F; }
.thumb img { border:1px solid #AFBB84;}


.thumb.pic {
	width:180px;
	height: 240px;
}

.thumb.all {
	width:230px;
	height: 200px;
}

.thumb.mov {
	width:230px;
	height: 200px;
}

.thumb h3 {
font-size:10px;
color:#000000;
position:absolute;
top:178px;
left:0;
width:230px;
height:26px;
text-align:left;
overflow:hidden;
}

.thumb h3 a{
font-size:10px;
color:#dacd38;
text-decoration: none;
}

.thumb h3 a:hover{ 
text-decoration: underline;
}


.thumb .tags{ 
font-size:10px;
position:absolute;
height:12px;
overflow:hidden;
text-align:left;
color: #FFFFFF;
top:175px;
}

.thumb .tags a{ 
color: #999999;
text-decoration: underline;
font-weight: normal;
font-size:10px;
}

.thumb .tags a:hover{ 
color: #dacd38;
text-decoration: none;
}

.thumb .duration {
color:#000000;
font-size:10px;
margin:0;
position:absolute;
background-color:#D2C63B;
padding: 2px;
}
.thumb .duration.pic {
left:2px;
top:222px;
}
.thumb .duration.mov {
left:2px;
top:154px;
}
.thumb .duration.all {
left:2px;
top:154px;
}

.thumb .add {
color:#000000;
font-size:10px;
margin:0;
position:absolute;
text-align:left;
background-color:#D2C63B;
padding: 2px;
}
.thumb .add.pic {
right:0px;
top:222px;
}

.thumb .add.mov {
right:0px;
top:154px;
}

.thumb .add.all {
right:0px;
top:154px;
}



.category_thumb {
	color:#dacd38;
	float:left;
	height:230px;
	margin:1px;
	position:relative;
	text-align:center;
	width:248px; 
}
.category_thumb a:hover { color: #e3b40f }
.category_thumb img {
	border:2px solid #AFBB84;
	height:180px;
	margin:3px;
	text-align:center;
	width:240px; 
}
.category_thumb .title {
	font-size:12px;
	height:35px;
	left:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	text-align:center;
	top:187px;
	width:100%;
}
.category_thumb .title .a{
text-decoration: underline;
}
.category_thumb a {
	font-size: 10px;
	color: #dacd38;
	text-decoration: none;	
	text-transform:uppercase;
}
.category_thumb .name a{
color:#e3b40f;
font-size:16px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}
.category_thumb .name a:hover{
text-decoration:underline;
}
.category_thumb .qty{
	font-size: 10px;
	color: #AFBB84;
	text-decoration: none;	
	text-transform:uppercase;
}


.cmenu { list-style-type:none; margin:0 0; padding:0 0; color:#666; }
.cmenu .highlight a { color:#F66 }
.cmenu li a { text-decoration:none; color:#dacd38; font-size:10pt; font-weight:normal; }

.toplist1 a { background:url(../img/film-small.png) no-repeat top left;
	color:#666; font-weight:bold; padding:0 0 0 17px; }




/**
* Elements
*/
.categories li { list-style-type: none; white-space:no-wrap; width:170px}
.categories li.active a { color:#dacd38; text-decoration:none; font-weight:bold; }
.categories ul { padding-left:0; margin:0 0  }
.categories span { color:#dacd38; font-weight:bold }

.description { font-size:200% }

table.head { background:url(/images/bg.jpg) left top no-repeat; border-collapse:collapse; border-bottom:1px solid red; padding:0 0; margin: 0 0;}
table.head td { border-collapse:collapse; border:none } 

.menu { border:none; width:100%; margin:0 0; border-collapse:collapse; }
.menu td { width:50px; text-align:center; font-size:10pt; font-weight:bold; padding:0 10px; text-transform:uppercase }
.menu a { text-decoration:none; color:#dacd38; }
.menu td.active a { text-decoration:none; color:#dacd38; }
.menu td.active { background-color:#F00  }
.menu { border-collapse:collapse;  }
.menu .search { text-align:right; width:100%; padding-right:0 }
.menu .search input { border:1px solid white; margin:2px 2px; font-size:8pt; }

/* Pagination */
span.pages {
float:right;
font-size:12px;
font-weight:bold;
margin:0 4px 0 0;
color: #FFFEBB;
}

ul.inxy-paginator {
	margin:0 10px 0 0;
   padding:0px;
   float: right;
}
.inxy-paginator li {
   padding: 0px; 
   margin: 0px; 
   list-style-type: none; 
   float:left;
}
.inxy-paginator li a{
   color:#DACD38;
   font-size:12px;
   margin:1px;
   padding:1px 5px;
   text-decoration:none;
} 

.inxy-paginator li a:hover{background: #0d70bc; color: #000000;} 
.inxy-paginator .highlight { font-weight:bold;  text-decoration:none;}
.inxy-paginator .highlight a { border:1px dashed #FFFEBB;
color:#FFFEBB;
text-decoration:none;}
/* End Pagination */

	
.paysite { border:1px solid #666; padding:5px 5px; margin:5px 0; text-align:center } 	
.paysite a { font-size:250%; } 
	
#player { width:532px; height:400px; }

.shell { width:100%; border:none}

.tags { width:180px; text-align:center }
.tags a.active { color:#dacd38; text-decoration:none; font-weight:bold; }

.tags2 { border:1px solid #666; padding:5px 5px; margin:5px 0; text-align:center }
.tags2 a.active { color:#dacd38; text-decoration:none; font-weight:bold; }



.toplist { margin-top:0; table-layout:fixed }
.toplist td { vertical-align:top; }
.toplist li { list-style-type: none; } 

.w0 { font-size: 80% }
.w1 { font-size: 100% }
.w2 { font-size: 120% }
.w3 { font-size: 140% }
.w4 { font-size: 160% }
.w5 { font-size: 180% }
.w6 { font-size: 200% }
.w7 { font-size: 220% }
.w8 { font-size: 240% }
.w9 { font-size: 260% }


#types { position:absolute; right:0; top:0; }
#types table td { width:30px; border:1px solid red; text-align:center }
#types a { color:#dacd38; text-decoration:none; font-size:6pt; font-weight:bold; }
#types .active { background-color:#F00; }

/* Toplists */
table.top {margin-left: auto; margin-bottom: 10px; margin-right: auto; margin-top: 10px; width: 1005px; text-align: center; color: #dacd38; font-size: 12px; }
table.top td {margin: 0px; padding: 0px; text-align: center; width: 33%; vertical-align: top;}
table.top td a {color: #e8fd04; text-decoration: underline; text-align: left; font-weight: normal; font-size: 20px;}
table.top td a:hover {text-decoration: none; color: #dacd38;}


.top {color:#fff; font-size:14px;overflow:hidden;  overflow:hidden; width:983px; padding:0px 0px 0px 0px;}
.top a, .top a:visited {color:#dacd38;
font-size:20px;
font-weight:bold;}
.top a:hover {font-weight:bold; color:#000;}
.top li {
background-image:url(/pix/control.png);
background-position:0 5px;
background-repeat:no-repeat;
color:#000000;
list-style-type:none;
padding:0 0 0 15px;
}
.top ul {float:left;
padding:0;
text-align:left;
width:240px;}

table.toplist {margin:0; width: 990px;}
table.toplist td {margin: 0px; padding: 0px; text-align: left; width: 25%; vertical-align: top;}
table.toplist td a {
	color: #e3b40f; 
	text-decoration: none; 
	text-align: left; 
	font-weight: normal; 
	font-size: 18px;
	background-repeat: no-repeat;
	background-image: url(/pix/block-small.png);
	padding:0 0 0 15px;
	font-weight: bold;
}
table.toplist td a:hover {text-decoration: underline; color: #F1DEC9;}

ul.head_top {
float:left;
margin:0 0 0;
padding:0;
width:183px;	
}
ul.head_top li {line-height: 15px; list-style-position: inside; list-style-type: none; margin: 0px; padding: 0px; text-align: left; vertical-align: top;}
ul.head_top li a {
background-image:url(/pix/star-small.png);
background-repeat:no-repeat;
color:#dacd38;
font-size:12px;
font-weight:bold;
padding:2px 0 0 15px;
text-align:left;
text-decoration:none;
white-space:nowrap;
}
ul.head_top li a:hover {text-decoration: underline; color: #dacd38;}



.ttop{
width: 980px;

}
.ttop .tt{
float:left;
margin:1px;
}

.ttop .pic{
margin:7px;
}

.ttop .mov{
margin:0px;
}

.ttop .im a img{
border:1px solid #e3b40f;
}

.ttop .mov a img{
height:145px;
width:192px;
}

.ttop .pic a img{
height:192px;
width:145px;
}


.ttop .tit{
background-color:#D2C63B;
color:#000000;
font-size:12px;
font-weight:bold;
margin-left:0;
opacity:0.8;
padding:0;
position:relative;
text-align:center;
width:100%;
}
/* End Toplists */

#footer{
	margin:40px 0 auto;
	text-align: center;
	font-size: 12px;
	color: #fffebb;
}

#footer a{
	color: #dacd38;
	font-size: 12px;
}

#footer h1{
color: #FFFEBB;
}

#sites{
color:#e26b33;
font-size:12px;
margin:0 auto;
padding:2px;
text-align:left;
width:99%;
}
#sites b {
	color: #fffebb; 
	font-size: 12px;
}

#sites a{
	color: #dacd38;
	font-size: 12px;
}