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

body,td,th {
	font-size: 12px;
	color: #444;
}
body {
	background: url(/images/bg.jpg) #ccc;;
}
ul {list-style: none;}
a {
	color: #502e0d;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}
.clearfloat {clear: both; height: 0; font-size: 1px; line-height: 0px;}

/*======================================================*/
/* header */
/*======================================================*/
#header {
	clear: both;
	width:1012px;
	height:74px;
	margin: 0 auto;
	z-index: 11; /* ie6-7 fix */
	position: relative;
}

h1 {
	display:none;
}

#logo {
	float: left;
	margin-right: 10px;
}
#logo a img {
	width:344px;
	height:74px;
	border:none;
}

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


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

/* category select */
#selectContainer {
	float: right;
	margin-top: 30px;
	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: #fff url(/images/down.gif) no-repeat 192px 1px;
	border: 1px solid #ccc;
	color: #444;
	cursor: pointer;
	display: none;
}
#catList {
	position: absolute;
	top: 59px;
	z-index: 3000;
	width:218px;
	height: 400px;
	padding: 0;
	border: 1px solid #ccc;
	border-top: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
	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: #444;
}
#catList a:hover {
	color: #000;
	background-color: #ccc;
}
.newstyle {display: none;}

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

.topmenu {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 2;
}
.topmenu li {
	display:block;
	float:left;
}
.topmenu li a {
	display:block;
	font-size:13px;
	padding:2px 5px;
	border-right: 1px solid #ccc;
}

h2 {width:1012px; height:22px; margin:0 auto; overflow:hidden; font-size:18px; color:#444; font-weight:normal; text-align:left; padding-top:4px; padding-bottom:4px; clear:both;  text-indent:5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; margin-top:4px; margin-bottom:2px;
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 0%, #e8e8e8 50%, #e0e0e0 51%, #c3c3c3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#e8e8e8), color-stop(51%,#e0e0e0), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* IE10+ */
background: linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c3c3c3',GradientType=0 ); /* IE6-9 */
}

img.thumb {
	display:block;
	margin-top:3px;
	margin-left:3px;
	width:240px;
	height:180px;
	border: 1px solid #7c7c7c;
	background:#fff;
	padding:1px;
}
ul.videos li:hover img.thumb, .tcats ul li:hover img.thumb {border: 1px solid #ff7800;}

/*======================================================*/
/* thumb category list */
/*======================================================*/
.tcats ul {
	width:1016px;
	margin: 0px auto;
	display:block;
	min-height:40px;
	padding-top:3px;
	padding-left:2px;
}
.tcats ul li {
	position: relative;
	width: 250px;
	height: 240px;
	margin-right:2px;
	margin-bottom:8px;
	text-align:left;
	background:#fff;
	border:1px solid #ccc;
	float: left;
}
.tcats ul li h3 {
	position:absolute;
	top: 191px;
	left:5px;
	color: #734213;
	width: 240px;
	height:35px;
	overflow:hidden;
	white-space: nowrap;
	text-transform:capitalize;
	text-align:center;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.tcats ul li:hover h3 {color:#ff7800;}

span.count{
	position: absolute;
	top: 217px;
	left: 5px;
	color:#000;
	width:240px;
	text-align: center;
	padding-top:3px;
	padding-bottom:2px;
	font-size: 11px;
}


/*======================================================*/
/* a-z categories */
/*======================================================*/
.azcats {
	width:1010px;
	margin: 0px auto;
	display:block;
	min-height:40px;
	padding-top:5px;
	padding-bottom:10px;
}
.azcats ul {
	float:left;
	width:197px;
	margin-right:5px;
}
.azcats ul li {
	width:195px; height:22px; text-align:left; font-size:13px; background:url(/images/bull.png) 0 1px no-repeat; text-indent:18px;
	padding-top: 1px;
	white-space:nowrap;
	overflow:hidden;
	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:1016px;
	margin: 0px auto;
	display:block;
	min-height:40px;
	padding-top:3px;
	padding-left:2px;
}
ul.videos li {
	position: relative;
	width: 250px;
	height: 248px;
	margin-right:2px;
	margin-bottom:8px;
	text-align:left;
	background:#fff;
	border:1px solid #ccc;
	float: left;
}
ul.videos li h3 {
	position:absolute;
	top: 190px;
	left:5px;
	color: #734213;
	width: 240px;
	height:35px;
	overflow:hidden;
	text-align:left;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
ul.videos li:hover h3 {color:#ff7800;}

span.duration {
	position: absolute;
	z-index:10;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	bottom: 63px;
	right: 5px;
	color:#fff;
	background:#000;
	width:50px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	font-weight:bold;
	font-size: 11px;
}

span.date b, span.site b{
color: #888;
font-weight: normal;
}
span.date {
	position: absolute;
	top: 232px;
	left: 6px;
	color:#000;
	text-align: left;
	font-size: 11px;
}

span.site {
	position: absolute;
	top: 232px;
	right: 6px;
	color:#000;
	height:13px;
	max-width:120px;
	white-space: nowrap;
	overflow:hidden;
	text-align:right;
	font-size: 11px;
}
span.site a {color:#000;}
span.site a:hover {color:#000;}


/*-------------------------------------------------*/
/* Navigation */
/*-------------------------------------------------*/
.nav {
	width:1014px;
	margin: 0 auto;
	padding-left: 3px;
	padding-bottom: 2px;
	text-align:left;
	clear:both;
	padding-top: 6px;
}
.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;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #e8e8e8 50%, #e0e0e0 51%, #c3c3c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#e8e8e8), color-stop(51%,#e0e0e0), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* IE10+ */
	background: linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c3c3c3',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
.sorting a.current {
	color:#000;
}

.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;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #e8e8e8 50%, #e0e0e0 51%, #c3c3c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#e8e8e8), color-stop(51%,#e0e0e0), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* IE10+ */
	background: linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c3c3c3',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
.pages span {
	display: block;
	float: left;
	padding: 6px;
}
.pages span.current {
	display:block;
	float:left;
	color:#000;
	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: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #e8e8e8 50%, #e0e0e0 51%, #c3c3c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#e8e8e8), color-stop(51%,#e0e0e0), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* IE10+ */
	background: linear-gradient(top,  #fefefe 0%,#e8e8e8 50%,#e0e0e0 51%,#c3c3c3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c3c3c3',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
/* related */
.related {margin: 10px auto; width: 1006px; font-weight: bold;}
.related a {display:block; float:left; margin-right:10px; text-indent:13px; 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 #7c7c7c;
	font-size:12px;
	font-weight:normal;
	color:#502e02;
	margin-bottom:2px;
	background-color:#fff;
}

a:hover img.trthumb {
	border: 1px solid #ff7800;
	color:#ff7800;
}
.tradeindex div {
	font-size: 12px; width: 162px; height:140px; text-align: center; float: left; font-weight:normal; white-space:nowrap; overflow:hidden; font-family:Arial, Helvetica, sans-serif; margin-right:7px; margin-bottom:5px;
}
.tradeindex {
	margin:0 auto; width:1014px; padding-left:7px; padding-top:7px;
}

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

/*----------------------------------------------------------*/
/* Footer */
/*----------------------------------------------------------*/
#footer {
	margin: 0 auto;
	margin-top: 30px;
	width: 1006px;
}

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