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

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

body,td,th {
	font-size: 12px;
	color: #fff;
}
body {
	background: url(/images/hb.jpg) 0 0 repeat-x #0072BC;
}
ul {list-style: none;}
a {
	color: #FDFB34;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
.clearfloat {clear: both; float: none; display: table; zoom: 1;}

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

h1 {
	display:none;
}

#logo {
	float: left;
}
#logo img {
	border:none;
	display: block;
}

/* search form */
#formContainer {
	float: right;
	margin: 90px 3px 0 10px;
}
.searchf {
	width:400px;
	min-height: 20px;
	line-height: 20px;
	padding: 8px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
	border: 1px solid #06578d;
	border-right: none;
	color: #222;
	-webkit-appearance: none;
}
.searchb {
	background: #fff url(/images/sb.png) 0 1px no-repeat;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 1px solid #06578d;
	border-left: none;
	float: left;
	cursor: pointer;
	-webkit-appearance: none;
}

.topmenu {
	position: absolute;
	right: 3px;
	top: 40px;
	z-index: 2;
}
.topmenu li {
	display:block;
	float:left;
	margin-right:1px;
}
.topmenu li a {
	display:block;
	font-size: 13px;
	line-height: 15px;
	padding: 10px;
	margin-left: 2px;
	font-weight: bold;
	border: 1px solid #06578d;
	background: #188fe1; /* Old browsers */
	background: -moz-linear-gradient(top,  #188fe1 0%, #09548b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#188fe1), color-stop(100%,#09548b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #188fe1 0%,#09548b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #188fe1 0%,#09548b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #188fe1 0%,#09548b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #188fe1 0%,#09548b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#188fe1', endColorstr='#09548b',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 0 -1px 1px #09548b;
	text-decoration: none;
}
.topmenu li a:hover {
	background: #d5e8f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #d5e8f8 0%, #4f9ad0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5e8f8), color-stop(100%,#4f9ad0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5e8f8 0%,#4f9ad0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5e8f8 0%,#4f9ad0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5e8f8 0%,#4f9ad0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5e8f8 0%,#4f9ad0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e8f8', endColorstr='#4f9ad0',GradientType=0 ); /* IE6-9 */
	color: #06578d;
	text-shadow: 0 1px 1px #fff;
}

h2 {width:992px; height:55px; line-height:50px; margin:3px auto; overflow:hidden;  text-align:left; clear:both;
	background: url(/images/h2b.png) 0 0 repeat-x;
	position: relative;
}
h2 strong {
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	height: 55px;
	z-index: 10;
	font-size: 22px;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
	background: url(/images/l.png) 0 0 no-repeat;
	padding-left: 45px;
}
h2:after {
	display: block;
	position: absolute;
	z-index: 10;
	width: 49px;
	height: 55px;
	content: "";
	right: 0;
	top: 0;
	background: url(/images/r.png) 0 0 no-repeat;
}

img.thumb {
	display:block;
	width:190px;
	height:265px;
	border: 1px #FFFF99 solid;
	background: #0274c6;
}
ul.videos li:hover img.thumb, .tcats ul li:hover img.thumb {border: 1px dotted #fff;}

/*======================================================*/
/* thumb category list */
/*======================================================*/
.tcats ul {
	width:1000px;
	margin: 0px auto;
	display:block;
	min-height:40px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:8px;
}
.tcats ul li {
	position: relative;
	width: 242px;
	height: 380px;
	margin-bottom: 5px; 
	margin-right:8px;
	text-align:left;
	float: left;
}
.tcats ul li img.thumb {width:240px; height:330px;}
.tcats ul li h3 {
	position:absolute;
	top: 335px;
	left:1px;
	color: #FDFB34;
	width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.tcats ul li:hover h3 {color: #fff;}

span.count{
	position: absolute;
	top: 359px;
	left: 1px;
	width: 240px;
	text-align: center;
	margin:0;
	padding:0;
	font-size: 12px;
}


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

/*======================================================*/
/* videos */
/*======================================================*/
ul.videos {
	width:1000px;
	margin: 0px auto;
	display:block;
	min-height:40px;
	padding-top:5px;
	padding-left:8px;
}
ul.videos li {
	position: relative;
	width: 192px;
	height: 330px;
	margin-right:8px;
	margin-bottom:6px;
	text-align:left;
	float: left;
}
ul.videos li h3 {
	position:absolute;
	bottom: 5px;
	left:1px;
	width: 190px;
	padding:0 0 5px 0;
	height:52px;
	overflow:hidden;
	text-align:left;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	display: block;
}
ul.videos li:hover h3 {
	color: #fff;
}

span.site {font-weight: bold;}
span.date {font-size: 11px;}
ul.videos li:hover h3 span.date {color: #fff;}

/*
span.site a {font-weight:bold; color:#015577;}
span.site a:hover {color:#ee1e1d;}
*/


/*-------------------------------------------------*/
/* Navigation */
/*-------------------------------------------------*/
.nav {
	width:994px;
	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: 7px;
	line-height: 12px;
	margin-right: 3px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #015a9a;
	background: #1484d5; /* Old browsers */
}
.sorting a:hover {
	border: 1px solid #9cc8e7;
}
.sorting a.current {
	background: #015a9a; /* Old browsers */
	color: #fff;
	border: 1px solid #015a9a;
}

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

.pages {float: right;}

.pages a {
	display:block;
	float:left;
	padding:7px;
	line-height: 12px;
	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 #015a9a;
	background: #1484d5; /* Old browsers */
}
.pages a:hover {
	border: 1px solid #9cc8e7;
}
.pages span {
	display:block;
	float:left;
	padding: 7px;
	line-height: 12px;
	min-width: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right:3px;
	font-size:10px;
	font-weight:bold;
}

.pages span.current {
	background: #015a9a; /* Old browsers */
	color: #fff;
	border: 1px solid #015a9a;
}
/* related */
.related {margin: 10px auto; width: 994px; font-weight: bold;}
.related a {
	display:block;
	float:left;
	margin: 3px;
	padding: 3px 2px 3px 20px;
	background: url(/images/lupe.png) 4px 4px no-repeat;
	text-transform:capitalize;
	border-radius: 3px;
}
.related span {display:block; float:left; margin: 3px 0; padding: 2px;}

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

a:hover img.trthumb {
	border: 1px dotted #fff;
}
.tradeindex div {
	font-size: 12px; width: 137px; height:205px; text-align: center; float: left; font-weight:bold; white-space:nowrap; overflow:hidden; font-family:Arial, Helvetica, sans-serif; margin-left:0px; margin-right:5px; margin-bottom:5px;
}
.tradeindex div.clearfloat {
	width:0;
	height: 0;
	padding: 0;
	margin: 0;
	float: none;
}
.tradeindex {
	margin:0 auto; text-align:left; width:994px; padding-top:7px; padding-left:4px;
}

/*---------------------------------------------------------*/
/* Text toplist */
/*---------------------------------------------------------*/
ul.globaltop {
	float:left;
	width:198px;
}
ul.globaltop li {
	width:190px;
	height:14px;
	padding-right:8px;
	padding-bottom:3px;
	margin-bottom:3px;
	white-space:nowrap;
	overflow:hidden;
	font-weight: bold;
	text-indent: 3px;
	border-bottom: 1px dotted #087dd1;
}

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

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

