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

body, html {height:100%;}
body {
	background: url(/images/tb.gif) repeat-x top left #fae8ca;
	font-size: 12px;
	color: #000;
}

ul {list-style: none;}

a {
	color: #8a3908;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ed3a1c;
}

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

/*======================================================*/
/* header */
/*======================================================*/
.mholder {
	width: 698px;
	background: #faf1e1;
	border: 1px solid #eac684;
	border-top: none;
	height: 30px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#header {
	clear: both;
	width:992px;
	margin: 0 auto;
	margin-bottom: 5px;
}

h1 {
	display:none;
}

#logo {
	float:left;
}
#logo a img {
	width:292px;
	height:111px;
	border:none;
}

#formContainer {
	float:right;
	padding-top: 1px;
	padding-right: 1px;
}
.searchf {
	float:left;
	width:200px;
	height:17px;
	padding:5px;
	color:#666;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color:#fff;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.searchb {
	float:left;
	background: url(/images/sb.png) 0px 6px no-repeat #fff;
	border:none;
	height:27px;
	width:20px;
	cursor:pointer;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.topmenu {float:left;}
.topmenu li {
	display:block;
	float:left;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #eac684;
	font-weight:bold;
	font-size:12px;
	margin-top: 6px;
}



h2 {width:984px; height:30px; margin:0 auto; white-space:nowrap; overflow:hidden; font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#222; background:url(/images/h2.gif) top left no-repeat; text-align:left; font-weight:bold; text-indent:30px; padding-top:6px; clear:both; text-shadow: 0 1px 0px #ecc98a;}

img.thumb {
	display:block;
	width:240px;
	height:180px;
	border: 1px solid #813507;
	background:#fff;
	color: #000;
}

/*======================================================*/
/* thumb category list */
/*======================================================*/
.tcats ul {
	width:984px;
	padding-left: 4px;
	margin: 0 auto;
}
.tcats ul li {
	display:block;
	width:242px;
	height:210px;
	float:left;
	margin-right: 4px;
	margin-bottom: 4px;
}
.tcats ul li h3 {
	width:238px;
	padding: 2px;
	height: 24px;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
	text-shadow: 0px 1px #faefdc;
	font-size:18px;
	font-weight:normal;
	text-transform:capitalize;
}

/*======================================================*/
/* a-z categories */
/*======================================================*/
.azcats {
	width:980px;
	margin:0 auto;
	margin-bottom:10px;
}
.azcats ul {
	float:left;
	width:190px;
	margin-right:6px;
}
.azcats ul li {
	display:block;
	width:190px;
	height:16px;
	margin-bottom:4px;
	white-space:nowrap;
	overflow:hidden;
	text-transform:capitalize;
}
.azcats ul li.letter {font-size: 14px; font-weight:bold; color:#000;}

/*======================================================*/
/* videos */
/*======================================================*/
ul.videos {
	width:984px;
	padding-left: 4px;
	margin: 0 auto;
	padding-top:6px;
}
ul.videos li {
	display:block;
	width:242px;
	height:275px;
	float:left;
	margin-right: 4px;
	margin-bottom: 4px;
	position:relative;
}

ul.videos li.sitem {
	display:block;
	width:242px;
	height:245px;
	float:left;
	margin-right: 4px;
	margin-bottom: 4px;
	position:relative;
}

ul.videos li h3 {
	display:block;
	width:240px;
	padding: 1px;
	max-height:30px;
	margin-bottom: 2px;
	overflow:hidden;
	text-align:left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-shadow: 0px 1px 0px #fcf6eb;
	color: #222;
}

span.duration {
	position: absolute;
	top: 158px;
	right: 6px;
	z-index:10;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align: center;
	padding:3px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(/images/70.png);
	/*
	background: #000; 
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	*/
}


span.date {
	position: absolute;
	top: 186px;
	right: 1px;
	z-index:10;
	color:#000;
	font-weight:normal;
	text-shadow: 0px 1px 0px #fcf6eb;
}



span.site {
	display: block;
	font-size:14px;
	font-weight: bold;
	height: 20px;
	padding-left: 1px;
	text-shadow: 0px 1px 0px #fcf6eb;
	margin-top: 3px;
}

span.taglist {
	display: block;
	width: 216px;
	height:29px;
	overflow:hidden;
	color:#444;
	text-transform:capitalize;
	text-shadow: 0px 1px 0px #fcf6eb;
	text-align:left;
	padding-left:27px;
	background:url(/images/tag.png) 0px 3px no-repeat;
	font-weight:normal;
	font-size: 11px;
}


/*-------------------------------------------------*/
/* Navigation */
/*-------------------------------------------------*/
.nav {
	width:983px;
	margin: 0 auto;
	padding-left: 3px;
	padding-bottom: 2px;
	text-align:left;
	clear:both;
}
.sortingtitle {
	float:left;
	padding:5px;
	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;
	text-shadow: 0px 1px 0px #faf2e3;
	background:#ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8c27d 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8c27d)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8c27d',GradientType=0 ); /* ie */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.sorting a.current {
	color:#fff;
	text-shadow: 0px -1px 0px #95460b;
	background:#8d3d03;
	background: -moz-linear-gradient(top, #f1ac70 0%, #8d3d03 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1ac70), color-stop(100%,#8d3d03)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ac70', endColorstr='#8d3d03',GradientType=0 ); /* ie */
}
.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;
	text-shadow: 0px 1px 0px #faf2e3;
	background:#ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8c27d 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8c27d)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8c27d',GradientType=0 ); /* ie */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pages span.current {
	display:block;
	float:left;
	padding:6px;
	min-width: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right:3px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-shadow: 0px -1px 0px #95460b;
	background:#8d3d03;
	background: -moz-linear-gradient(top, #f1ac70 0%, #8d3d03 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1ac70), color-stop(100%,#8d3d03)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ac70', endColorstr='#8d3d03',GradientType=0 ); /* ie */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* related */
.related {margin: 0 auto; margin-top:15px; width: 1010px;}
.related a {display:block; float:left; margin-right:10px; text-indent:15px; min-height:20px; background:url(/images/sb.png) 0px 2px no-repeat; text-transform:capitalize;}
.related span {display:block; float:left; margin-right:8px;}

/*---------------------------------------------------------*/
/* Thumb toplist */
/*---------------------------------------------------------*/
img.trthumb {
	width:180px;
	height:135px;
	border: 1px solid #813507;
	font-size:12px;
	font-weight:normal;
	color:#813507;
	background-color:#fff;
	margin-bottom:2px;
}

a:hover img.trthumb {
	border: 1px solid #ed3a1c;
	color:#ed3a1c;
}

.tradeindex {
	margin:0 auto;
	text-align:center;
	width:992px;
	padding-top:5px;
	padding-bottom:15px;
}
.tradeindex div {
	font-size: 14px;
	width: 198px;
	height:164px;
	text-align: center;
	float: left;
	font-weight:bold;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}

/*---------------------------------------------------------*/
/* Text toplist */
/*---------------------------------------------------------*/
ul.globaltop {
	width:196px;
	float:left;
	padding:0;
	padding-left: 2px;
}
ul.globaltop li {
	border-bottom: 1px dotted #f6dfba;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-weight:bold;
	text-align:left;
	text-indent:8px;
	white-space:nowrap;
	overflow:hidden;
}

.ultop {width:136px; float:left; padding-top: 8px; padding-left: 4px;}
.ultop li {padding-bottom: 3px; padding-top: 3px; text-indent: 20px;  background: url(/images/bull.png) left 1px no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; white-space:nowrap; overflow:hidden;}

/*----------------------------------------------------------*/
/* Footer */
/*----------------------------------------------------------*/
#footer {
	width: 100%;
	background: url(/images/bb.gif) left bottom repeat-x;
	margin-top:20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

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







