﻿*{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body, html {height:100%;}
body {
	background: #000;
	font-size: 12px;
	color: #fff;
}

ul {list-style: none;}

a {
	color: #ffbf00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

.clearfloat {clear: both; height: 0; font-size: 1px; line-height: 0px;}

/*======================================================*/
/* header */
/*======================================================*/
.b1 {background:url(images/tb.png) top left repeat-x #6f001a; border-left:2px solid #991c21; border-right:2px solid #991c21; margin: 0 auto; width:1020px;}
#header {
	clear: both;
	width:1018px; padding-bottom:5px;
	height:61px;
	margin: 0 auto;
	z-index: 11; /* ie6-7 fix */
	position: relative;
}

h1 {
	display:none;
}

#logo {
	float: left;
	z-index: 12;
}
#logo a img {
	width:298px;
	height:61px;
	border:none;
}

#logo a img.ie6 {
	display: none;
}


/* search form */
#formContainer {
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}
.searchf {
	width:168px;
	height: 16px;
	padding: 6px;
	padding-left: 8px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	border: 1px solid #991c21;
	border-right: none;
	color: #ddd;
}
.searchb {
	background: #000 url(images/sb.gif) no-repeat 1px 1px;
	width: 29px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 1px solid #991c21;
	border-left: none;
	float: left;
	cursor: pointer;
}

/* category select */
#selectContainer {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	z-index: 2000; /* ie6-7 fix */	
}
#catSelect {
	width:205px;
	height: 14px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000 url(images/down.gif) no-repeat 192px 1px;
	border: 1px solid #991c21;
	color: #ddd;
	cursor: pointer;
	display: none;
}
#catList {
	position: absolute;
	top: 44px;
	z-index: 3000;
	width:218px;
	height: 400px;
	padding: 0;
	border: 1px solid #991c21;
	border-top: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
}
#catList a {
	display: block;
	width: 208px;
	height: 14px;
	padding: 2px 5px 2px 5px;
	text-transform: capitalize;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #ccc;
}
#catList a:hover {
	color: #fff;
	background-color: #991c21;
}

.main {
	width: 1020px;
	min-height: 1000px;
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 50px;
	background: #f5f3ef;
}

.topmenu {
	position: absolute;
	right: 0;
	top: 4px;
	z-index: 2;
}
.topmenu li {
	display:block;
	float:left;
	margin-right:1px;
}
.topmenu li a {
	display:block;
	font-size:13px;
	font-weight: normal;
	padding:5px 0 5px 20px;
	color:#A8534E;
}

.topmenu li a:hover {
	color: #fff;
}

h2 {width:1012px; height:22px; margin:0 auto; overflow:hidden; font-size:18px; color:#fff; font-weight:bold; text-align:left; clear:both; background: url(images/h2b.png) 0 12px repeat-x; padding-top:5px; padding-bottom:4px; margin-bottom: 4px;}
h2 b {background: url(images/h2bb.png) 0 3px no-repeat #6f001a; padding-left:38px; font-weight:bold; padding-top:9px; padding-bottom:2px; padding-right:5px;}

img.thumb {
	display:block;
	width:240px;
	height:180px;
	margin-left:2px;
	margin-top:2px;
	border: 1px solid #795c66;
	background:#000;
}

/*======================================================*/
/* thumb category list */
/*======================================================*/
.tcats ul {
	width:1015px;
	padding-left: 5px;
}
.tcats ul li {
	display:block;
	width:246px;
	height:226px;
	float:left;
	margin-right:3px;
	position:relative;
	border: 2px solid #9a1d1f;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #000;
	margin-bottom: 4px;
}
.tcats ul li h3 {
	width: 240px;
	height: 18px;
	padding: 3px;
	margin: 0 auto;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
span.count {
	display: block;
	width: 246px;
	text-align: center;
	font-size: 11px;
}

.tcats ul li:hover img.thumb {border: 1px solid #ccc;}

/*======================================================*/
/* a-z categories */
/*======================================================*/
.azcats {
	width:1010px;
	margin:0 auto;
	margin-bottom:10px;
}
.azcats ul {
	float:left;
	width:196px;
	margin-right:6px;
}
.azcats ul li {
	display:block;
	width:190px;
	height:20px;
	margin-bottom:3px;
	margin-top: 3px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:18px;
	background:url(images/bull.png) no-repeat 0px 0;
	padding-top: 1px;
	text-transform:capitalize;
	font-weight: bold;
}
.azcats ul li.letter {background: none; font-size: 16px; font-weight: bold;}
.azcats ul li.space {background: none;}

/*======================================================*/
/* videos */
/*======================================================*/
ul.videos {
	width:1015px;
	padding-left: 5px;
	margin-top:3px;
	margin-bottom: 5px;
}
ul.videos li {
	display:block;
	width:246px;
	height:270px;
	float:left;
	margin-right:3px;
	position:relative;
	border: 2px solid #9a1d1f;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #000;
	margin-bottom: 4px;
}
ul.videos li:hover img.thumb {border: 1px solid #ccc;}
ul.videos li h3 {
	display:block;
	width:240px;
	padding: 3px;
	height:34px;
	overflow:hidden;
	text-align:center;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffbf00;
}
ul.videos li:hover h3 {color:#fff;}

span.duration{
position: absolute;
top: 230px;
left: 7px;
color:#fff;
font-size: 11px;}

span.duration b, span.date b, span.by b{
color: #8c8c8c;
font-weight: normal;}

span.date{
position: absolute;
top: 230px;
right: 7px;
color:#fff;
text-align: right;
font-size: 11px;}

span.by{
position: absolute;
top: 246px;
left: 7px;
color:#fff;
font-size: 11px;}


/*-------------------------------------------------*/
/* Navigation */
/*-------------------------------------------------*/
.nav {
	width:1010px;
	margin: 0 auto;
	padding-left: 3px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	text-align:left;
	clear:both;
}
.sortingtitle {
	float:left;
	padding:6px;
	padding-left:0;
	font-weight: bold;
}
.sorting {float: left;}

.sorting a {
	display:block;
	float:left;
	padding:6px;
	margin-right:3px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 1px solid #981c1f;
	background:#6b0917;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#981c1f), to(#580215)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #981c1f, #580215); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #981c1f, #580215); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #981c1f, #580215); /* IE10 */
	background-image:      -o-linear-gradient(top, #981c1f, #580215); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #981c1f, #580215);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#981c1f', endColorstr='#580215',GradientType=0 ); /* IE6-9 */
}
.sorting a.current {
	color:#fff;
	background:#000;
	filter: none;
	border: 1px solid #981c1f;
}

.pagestitle {
	float:left;
	padding:5px;
	margin-left:20px;
}

.pages {float: right;}

.pages a {
	display:block;
	float:left;
	padding:6px;
	min-width: 12px;
	text-align: center;
	margin-right:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #981c1f;
	background:#6b0917;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#981c1f), to(#580215)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #981c1f, #580215); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #981c1f, #580215); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #981c1f, #580215); /* IE10 */
	background-image:      -o-linear-gradient(top, #981c1f, #580215); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #981c1f, #580215);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#981c1f', endColorstr='#580215',GradientType=0 ); /* IE6-9 */
}
.pages span.current {
	display:block;
	float:left;
	color:#ffffff;
	padding:6px;
	min-width: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right:3px;
	font-size:10px;
	font-weight:bold;
	background:#000;
	border: 1px solid #981c1f;
}
/* related */
.related {margin: 10px auto; width: 1010px; font-weight: bold;}
.related a {display:block; float:left; margin-right:10px; text-indent:15px; min-height:20px; background:url(images/lupe.png) 0px 1px no-repeat; text-transform:capitalize;}
.related span {display:block; float:left; margin-right:8px;}

/*---------------------------------------------------------*/
/* Thumb toplist */
/*---------------------------------------------------------*/
img.trthumb {
	width:160px;
	height:120px;
	border: 1px solid #f61e3f;
	background:#000;
}
a:hover .trthumb {
	border: 1px solid #ddd;
}
.tradeindex div {
	float:left;
	width:162px;
	height:140px;
	text-align:center;
	margin-right:7px; 
	margin-bottom:7px;
	font-weight: bold;
}
.tradeindex div a {text-decoration:none;}
.tradeindex {
	margin: 0 auto;
	width:1015px;
	padding-left:5px;
}

/*---------------------------------------------------------*/
/* Text toplist */
/*---------------------------------------------------------*/
ul.globaltop {
	float:left;
	width:202px;
}
ul.globaltop li {
	width:196px;
	height:14px;
	padding-right:6px;
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:1px dotted #870120;
	white-space:nowrap;
	overflow:hidden;
	font-weight: bold;
}

/*----------------------------------------------------------*/
/* Footer */
/*----------------------------------------------------------*/
#footer {
	width: 100%;
	border-top: 4px solid #f8f8f8;
}
.f1 {
	width: 1020px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	color: #ccc;
}
.f2 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}


.ads3 {width:972px; padding-left:4px; margin:0 auto;}
.ads3b {width:300px; height:250px; padding:6px; margin-right:12px; float:left;}


/* suggest */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:170px;	/* Width of box */
		margin-left: 8px;
		margin-top: -3px;
		height:220px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #838383;	/* Dark green border */
		border-top:none;
		background-color:#ebecec;	/* White background color */
		/*
		opacity: .9;
		filter: alpha(opacity=90);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		*/
		text-align:left;
		font-size:12px;
		z-index:3000;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:0px;		
		padding:3px;
		cursor:pointer;
		font-size:12px;
		padding: 2px 5px 2px 5px;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		font-weight:normal;
		color:#666;
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		font-weight:normal;
		background-color:#7a7a7a;
		color:#fff;
	}
	#ajax_listOfOptions_iframe{
		background-color:#ebecec;
		position:absolute;
		margin-left: 8px;
		margin-top: -3px;
		z-index:2000;
	}


