﻿*{
margin: 0;
padding: 0;
font-family: Georgia, 'Times New Roman', Times, serif;}

body,td,th {
	font-size: 12px;
	color: #433325;
}
body {
	background: url(/images/back.png) #dbcebc;
}
ul {list-style: none;}
a {
	color: #572d0f;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9e0b0f;
}
.clearfloat {clear: both; height: 0; font-size: 1px; line-height: 0px;}

/*======================================================*/
/* header */
/*======================================================*/
#header {
	clear: both;
	width:1020px;
	height:130px;
	margin: 0 auto;
	padding-bottom: 10px;
	z-index: 11; /* ie6-7 fix */
	position: relative;
}
.rhead {width:714px; float: left; background: url(/images/line.gif) 0 33px repeat-x;}
.htoplist ul {width:164px; float:left; margin-top: 7px; padding-right:10px;}
.htoplist ul li {padding-bottom: 4px; padding-top: 3px; text-indent: 16px;  background: url(/images/bull.png) 0 2px no-repeat; font-size:13px; font-weight:bold; min-height:14px; white-space:nowrap; overflow:hidden;}

h1 {
	display:none;
}

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

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


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

/* category select */
#selectContainer {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	z-index: 2000; /* ie6-7 fix */	
}
#catSelect {
	width:185px;
	height: 14px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff url(/images/down.gif) no-repeat 172px 1px;
	border: 1px solid #8d704e;
	color: #222;
	cursor: pointer;
	display: none;
}
#catList {
	position: absolute;
	top: 33px;
	z-index: 3000;
	width:198px;
	height: 400px;
	padding: 0;
	border: 1px solid #8d704e;
	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: 188px;
	height: 14px;
	padding: 2px 5px 2px 5px;
	text-transform: capitalize;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #222;
}
#catList a:hover {
	color: #fff;
	background-color: #8d704e;
}
.newstyle {display: none;}

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

.topmenu {
	display: block;
	float: left;
	margin-top: 10px;
}
.topmenu li {
	display:block;
	float:left;
	margin-right:3px;
}
.topmenu li a {
	display:block;
	font-size:11px;
	font-weight: normal;
	padding: 5px;
	font-weight: bold;
	color: #f0e1ca;
	background: #a7906a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b39a72), to(#8d704e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #b39a72, #8d704e); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #b39a72, #8d704e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #b39a72, #8d704e); /* IE10 */
	background-image:      -o-linear-gradient(top, #b39a72, #8d704e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #b39a72, #8d704e);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39a72', endColorstr='#8d704e',GradientType=0 ); /* IE6-9 */	
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px;
}
.topmenu li a:hover {color:#fff;}

h2 {width:1012px; height:22px; margin:0 auto; overflow:hidden; font-size:18px; color:#fff; font-weight:normal; text-align:left; padding-top:4px; padding-bottom:4px; clear:both; background: #8d704e; text-indent:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; margin-top:4px; margin-bottom:2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b39a72), to(#8d704e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #b39a72, #8d704e); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #b39a72, #8d704e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #b39a72, #8d704e); /* IE10 */
	background-image:      -o-linear-gradient(top, #b39a72, #8d704e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #b39a72, #8d704e);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39a72', endColorstr='#8d704e',GradientType=0 ); /* IE6-9 */	
}

img.thumb {
	display:block;
	margin-top:4px;
	margin-left:4px;
	width:240px;
	height:180px;
	background:#fff;
	border: 1px solid #8d704e;
}
ul.videos li:hover img.thumb, .tcats ul li:hover img.thumb {border: 1px solid #000;}

/*======================================================*/
/* thumb category list */
/*======================================================*/
.tcats ul {
	width:1016px;
	margin: 0px auto;
	display:block;
	min-height:40px;
	padding-top:3px;
	padding-left:2px;
}
.tcats ul li {
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	position: relative;
	width: 250px;
	height: 240px;
	margin-right:2px;
	margin-bottom:4px;
	text-align:left;
	background:#ece0ce;
	border:1px solid #c8b597;
	float: left;
}
.tcats ul li h3 {
	position:absolute;
	top: 191px;
	left:5px;
	color: #572d0f;
	width: 240px;
	height:35px;
	overflow:hidden;
	white-space: nowrap;
	text-transform:capitalize;
	text-align:center;
	font-weight:bold;
	font-size: 22px;
}
.tcats ul li:hover h3 {color:#9e0b0f;}

span.count{
	position: absolute;
	top: 219px;
	left: 5px;
	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 0px no-repeat; text-indent:14px;
	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 {
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	position: relative;
	width: 250px;
	height: 240px;
	margin-right:2px;
	margin-bottom:4px;
	text-align:left;
	background: url(/images/liback1.png) 3px 186px no-repeat #ece0ce;
	border:1px solid #c8b597;
	float: left;
}
ul.videos li h3 {
	position:absolute;
	top: 190px;
	left:35px;
	color: #572d0f;
	width: 210px;
	height:30px;
	line-height: 15px;
	overflow:hidden;
	text-align:left;
	font-weight:bold;
	font-size: 13px;
}
ul.videos li:hover h3 {color:#9e0b0f;}

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

span.date {
	position: absolute;
	top: 222px;
	left: 6px;
	text-align: left;
	padding-top:3px;
	padding-bottom:2px;
	font-size: 11px;
}

span.site {
	position: absolute;
	top: 222px;
	right: 6px;
	height:13px;
	max-width:120px;
	white-space: nowrap;
	overflow:hidden;
	text-align:right;
	padding-top:3px;
	padding-bottom:2px;
	font-size: 11px;
}
span.site a {color:#433325;}
span.site a:hover {color:#9e0b0f;}


/*-------------------------------------------------*/
/* 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:#dbcebc;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	border: 1px solid #c8b597;
}
.sorting a:hover {background-color: #fff;}
.sorting a.current {
	color:#fff;
	background:#572d0f;
}

.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:#dbcebc;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	border: 1px solid #c8b597;
}
.pages a:hover {background-color: #fff;}
.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:#572d0f;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	border: 1px solid #c8b597;
}
/* related */
.related {margin: 10px auto; width: 1006px; font-weight: bold;}
.related a {display:block; float:left; margin-right:10px; text-indent:16px; min-height:20px; background:url(/images/lupe.png) 0px 0px 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 #8d704e;
	font-size:12px;
	font-weight:normal;
	margin-bottom:2px;
	background-color:#fff;
}

a:hover img.trthumb {
	border: 1px solid #000;
	color:#000;
}
.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 #c4b6a3;
	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;}
