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

::-webkit-input-placeholder {
   color: #666;
}
:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}
:-ms-input-placeholder {  
   color: #666;  
}

body, html {height:100%;}
body {
	background: #1b1b1b url(/images/body.jpg) repeat 50% 0%;
	font-size: 12px;
	color: #999;
	min-width:1016px;
}
#main {
	background: url(/images/shine.jpg) repeat-x 50% -120px;
	width: 100%;
	overflow: hidden;
}

.easy-autocomplete{
	display:inline-block;
}

ul {list-style: none;}

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

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

/*======================================================*/
/* header */
/*======================================================*/
.ln {
	width: 100%;
	height: 47px;
	background: url(/images/header.jpg) no-repeat 50% 40px;
}
.mholder {
	width: 1010px;
	margin: 0 auto;
}
span.report img {
	width:auto;
	height:10px;
}
span.report {
	position: absolute;
	z-index:10;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	bottom: 69px;
	left: 6px;
	color:#fff;
	background:#FFF;
	width:25px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	font-weight:bold;
	font-size: 11px;
}
#header {
	clear: both;
	width:1010px;
	height:120px;
	margin: 0 auto;
	z-index: 1; /* ie6-7 fix */
}

h1 {
	display:none;
}

#logo {
	float:left;
	margin-top: 8px;
}
#logo a img {
	width:236px;
	height:96px;
	border:none;
}
#logo a img.ie6 {display: none;}

/* search form */
#formContainer {
	float:right;
	margin-right:0px;
	margin-top:40px;
}
.searchf {
	width:200px;
	padding: 3px 7px 3px 7px;
	border: 1px solid #666;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #acacac;
	background-color:#181818;
	border-right: none;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
	box-sizing: content-box;
}
.searchb {
	background: url(/images/search-submit.png) repeat 0% 0%;
	width: 27px;
	height: 27px;
	margin: 0;
	padding: 0;
	border: none;
	float: right;
	cursor: pointer;
	border: 1px solid #666;
	border-left: none;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
	box-sizing: border-box;
}

/* category select */
#selectContainer {
	float:right;
	margin-right:20px;
	margin-top:40px;
	position: relative;
	z-index: 2000; /* ie6-7 fix */	
}
#catSelect {
	width:226px;
	height: 13px;
	padding: 5px 7px 5px 7px;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #acacac;
	background: url(images/sel.png) no-repeat top right #181818;
	cursor: pointer;
	display: none;
}
#catList {
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 3000;
	width:240px;
	height: 400px;
	padding: 0;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c8c8c;
	background-color:#181818;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
	-webkit-overflow-scrolling: touch;
}
#catList a {
	display: block;
	width: 240px;
	padding: 2px 7px 2px 7px;
	text-transform: capitalize;
}
#catList a:hover {
	color: #181818;
	background-color: #878787;
}
.newstyle {display: none;}

/* top menu */
.topmenu {
	clear:both;
	width:600px;
	float: left;
	padding-top: 12px;
	padding-bottom: 5px;
}
.topmenu li {
	display:block;
	float:left;
	padding-left: 11px;
	padding-right: 7px;
	font-size:13px;
	background: url(/images/divider.gif) 0 3px no-repeat;
}
/*
.topmenu li a {color: #8b8b8b;}
.topmenu li a:hover {color: #ffffff;}
*/
.share {
	float: right;
	padding-top: 4px;
	width: 215px;
	height: 43px;
	overflow: hidden;
	text-align: right;
}

.share a img {border: 0;}
/*
.share a.addthis_button_favorites {background: url(/images/favorites.png) no-repeat 2px -2px; display: block; float: left; width: 32px; height: 32px; margin-right: 2px; overflow: hidden;}
.share a.addthis_button_favorites:hover {background: url(/images/favorites.png) no-repeat 2px -28px;}
.share a.addthis_button_twitter {background: url(/images/twitter.png) no-repeat 2px 2px; display: block; float: left; width: 32px; height: 32px; margin-right: 2px; overflow: hidden;}
.share a.addthis_button_twitter:hover {background: url(/images/twitter.png) no-repeat 2px -28px;}
.share a.addthis_button_delicious {background: url(/images/delicious.png) no-repeat 2px 2px; display: block; float: left; width: 32px; height: 32px; margin-right: 2px; overflow: hidden;}
.share a.addthis_button_delicious:hover {background: url(/images/delicious.png) no-repeat 2px -28px;}
.share a.addthis_button_myspace {background: url(/images/myspace.png) no-repeat 2px 2px; display: block; float: left; width: 32px; height: 32px; margin-right: 2px; overflow: hidden;}
.share a.addthis_button_myspace:hover {background: url(/images/myspace.png) no-repeat 2px -28px;}
.share a.addthis_button_facebook {background: url(/images/facebook.png) no-repeat 2px 2px; display: block; float: left; width: 32px; height: 32px; margin-right: 2px; overflow: hidden;}
.share a.addthis_button_facebook:hover {background: url(/images/facebook.png) no-repeat 2px -28px;}
.share a.addthis_button_expanded {background: url(/images/more.png) no-repeat 2px 2px; display: block; float: left; width: 32px; height: 32px; margin-right: 2px; overflow: hidden;}
.share a.addthis_button_expanded:hover {background: url(/images/more.png) no-repeat 2px -28px;}

.share a.addthis_counter.mycounter {background: url(/images/cnt.png) no-repeat 0px 2px; width: 60px; height: 32px; overflow: hidden;}
.share a.addthis_counter.mycounter a {margin: 0; color: #8b8b8b; font-size: 13px; font-weight: normal; border:none; width:64px; height: auto; margin: 0; background: none;}
.share a.addthis_counter.mycounter a:hover {color: #fff;}
*/
.bl {
	clear: both;
	width: 1016px;
	min-height: 10px;
	margin: 0 auto;
	padding: 3px;
	background: url(/images/60.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

h2 {
	clear:both;
	width:1010px;
	height: 28px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	line-height: 1.2em;
	font-size: 24px;
	font-weight: 400;
	color: #fdfdfd;
	overflow:hidden;
	text-transform:capitalize;
}

img.thumb {
	display:block;
	width:240px;
	height:180px;
	border:none;
	background:#000000;
	/*padding: 1px;*/
	color: #4b4b4b;
}

/*======================================================*/
/* thumb category list */
/*======================================================*/
.tcats ul {
	width:1024px;
	margin: 0 auto;
}
.tcats ul li {
	display:block;
	width:242px;
	height:220px;
	float:left;
	margin-right:14px;
	margin-bottom:8px;
	margin: 0 7px 8px 7px;
	position:relative;
}
.tcats ul li img.thumb {padding: 1px;}
.tcats ul li h3 {
	width: 200px;
	height: 15px;
	padding: 6px;
	margin: 0 auto;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	border: 1px solid #000;
	border-top: none;
	background: #282828;
}

.tcats ul li a h3 {color: #fdfdfd}
.tcats ul li a:hover h3 {color: #ffffff; text-decoration: underline;}

/*======================================================*/
/* 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:4px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:16px;
	background:url(/images/marker-act.png) 0px 3px no-repeat;
	text-transform:capitalize;
}
.azcats ul li a {font-size: 13px;}
.azcats ul li.letter {background: none; font-size: 16px;}
.azcats ul li.space {background: none;}

/*======================================================*/
/* videos */
/*======================================================*/
ul.videos {
	width:1024px;
	margin: 0 auto;
	padding-top:6px;
}
ul.videos li {
	display:block;
	width:240px;
	height:254px;
	float:left;
	margin: 0 7px 12px 7px;
	position:relative;
	border: 1px solid #000;
	background: #303030;
}

ul.videos li.sitem {
	display:block;
	width:240px;
	height:238px;
	float:left;
	margin: 0 7px 12px 7px;
	position:relative;
	border: 1px solid #000;
	background: #303030;
}

ul.videos li h3 {
	display:block;
	width:230px;
	padding: 4px 5px 0 5px;
	max-height:31px;
	overflow:hidden;
	text-align:left;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-shadow: 0px -1px 0 #000000;
	color: #ccc;
	background: url(/images/desc.gif) 5px 4px no-repeat;
	text-indent: 15px;
}

span.duration {
	position: absolute;
	top: 156px;
	right: 5px;
	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;
	bottom: 19px;
	left: 5px;
	z-index:10;
	color:#999;
	font-weight:normal;
	font-size: 11px;
	text-shadow: 0px -1px 0 #000000;
	background: url(/images/cal.gif) 0 1px no-repeat;
	text-indent: 15px;
	padding-top: 2px;
}

span.site {
	display: block;
	position: absolute;
	font-weight: normal;
	right: 5px;
	bottom: 19px;
	font-size: 11px;
	text-shadow: 0px -1px 0 #000000;
	background: url(/images/tv.gif) 0 0 no-repeat;
	text-indent: 15px;
	padding-top: 2px;
}

span.site a {color: #ccc;}
span.site a:hover {color: #aaa;}

ul.videos li.sitem span.date, ul.videos li.sitem span.site {bottom: 3px;}

span.taglist {
	display: block;
	width: 230px;
	height:14px;
	position: absolute;
	left: 5px;
	bottom: 3px;
	overflow:hidden;
	color:#888;
	text-transform:capitalize;
	text-align:left;
	font-weight:normal;
	font-size: 11px;
	line-height: 14px;
	text-shadow: 0px -1px 0 #000000;
}
span.taglist a {color: #ccc;}
span.taglist a:hover {color: #aaa;}

a.report {
	display:block;
	position: absolute;
	left: 5px;
	top: 156px;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ccc;
	padding: 4px 6px 4px 6px;
	font-size: 11px;
	z-index: 10;
}
a.report:hover {
	color:#fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: none;
}
/*ul.videos li:hover a.report, ul.videos li.sitem:hover a.report {display: block;}*/

/*-------------------------------------------------*/
/* Navigation */
/*-------------------------------------------------*/
.nav {
	width:1013px;
	margin: 0 auto;
	padding-left: 3px;
	padding-bottom: 2px;
	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;
	background:#282828;
	border: 1px solid #666;
}
.sorting a.current {
	color:#000;
	background:#878787;
	border: 1px solid #878787;
}
.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:#282828;
	border: 1px solid #666;
}
.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:#878787;
	border: 1px solid #878787;
}
/* related */
.related {margin: 0 auto; margin-top:30px; width: 1010px;}
.related a {display:block; float:left; margin-right:15px; text-indent:14px; min-height:24px; background:url(/images/marker-act.png) 0px 2px 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 #000;
	color: #4b4b4b
}
.tradeindex div {
	float:left;
	width:162px;
	height:140px;
	text-align:center;
	margin-right:7px; 
	margin-bottom:7px;
}
.tradeindex div a {text-decoration:none;}
.tradeindex {
	margin: 0 auto;
	width:1014px;
	padding-left:4px;
}

/*---------------------------------------------------------*/
/* Text toplist */
/*---------------------------------------------------------*/
ul.globaltop {
	float:left;
	width:201px;
}
ul.globaltop li {
	width:195px;
	height:14px;
	padding-right:6px;
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:1px dotted #343434;
	white-space:nowrap;
	overflow:hidden;
}

/*----------------------------------------------------------*/
/* Footer */
/*----------------------------------------------------------*/
#footer {
	width: 100%;
	background: url(/images/footer.gif) no-repeat 50% 0%;
	margin-top:50px;
	padding-top: 1px;
}
.f1 {
	width: 100%;
	background: url(/images/footer-widget-area.jpg) repeat-y 50% 0%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.f2 {
	width: 100%;
	background: url(/images/footer-text.gif) no-repeat 50% 0%;
	padding-top: 30px;
	padding-bottom: 30px;
}


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