@import url("style-base.css");
::-webkit-input-placeholder {color: #888;}
:-moz-placeholder {color: #888;}
::-moz-placeholder {color: #888;}
:-ms-input-placeholder {color: #888;}
body {color: #666; background:url("/images/body_bg1.jpg") repeat #f4f2f4;}
a {color: #111; transition: 0.3s all ease;}
a:hover {color: #ef8701;}
/* header */
div.header {height: 100px;}
ul.topmenu {left: auto; right: 125px;}
div.logo {top: 30px;}
/* search field */
div.search {background: #fff; border-color: #ccc;}
div.search input.sf {color: #000;}
div.search button.sb {background: #fff;}
div.search button.sb:after {color: #ef8701;}
.autocomplete-suggestions {border-color: #ccc; background: #fff;}
.autocomplete-suggestion {color: #666;}
.autocomplete-selected {background: #f0f0f0;}
.autocomplete-suggestions strong {color: #ef8701;}
/* lang selector */
#lngselect {background:url("http://static.webclicks24.com/images/select-arrow-b.png") no-repeat 100% 50%;}
#lngselect strong {color: #000;}
#lngselect.down:after {border-bottom-color: #ccc;}
#lngselect ul {background-color: #fff; border-color: #ccc;}
/* headers */
h1,h2,div.related>span {font-size: 18px; font-weight: 400; letter-spacing: 0.2px; padding: 0; color: #000; border-bottom: 1px solid #ccc;}
/* navigation */
div.sort a, div.durgrp a, div.timerange a, div.pages a {border-radius: 4px; background: #f1a542; color: #000;}
div.sort a:hover, div.durgrp a:hover, div.timerange a:hover, div.pages a:hover {background: #fbcc90;}
div.sort a.current, div.durgrp a.current, div.timerange a.current, div.pages a.current {color: #fff; font-weight: 700; background: #584a45;}
/* thumbs */
div.az, div.tradeindex {background: #fff; border-radius: 3px; padding: 4px; border: 1px solid #ddd;}

ul.tcats li, ul.content li {padding: 2px;}
div.item {padding: 2px;}

div.item {border-color: #ddd; background: #fff;}
ul.tcats li h3 {text-transform: capitalize; font-weight: bold;}
span.dur, span.cnt, span.hdlabel {right: 4px; bottom: 4px; border-radius: 0px; font-weight: normal; line-height: 13px;}
span.hdlabel {right: 50px; font-weight: bold;}
a.report {left: 4px; bottom: 4px; border-radius: 0px; color: #fff;}
.title {color: #111;}
.tl {line-height: 19px; margin-top: 0; display: block;}
.tl a:hover,ul.tcats a:hover {}
/* icons */
.title:after, span.add:after, span.src:after, .tl:after, .tgl a:after, div.related a:after {color: #584a45;}
div.az ul li:after {color: #ccc;}
/* a-z */
div.az ul li.letter {color: #cf7500; font-weight: bold;}
/* toplist */
div.tradeindex div.cont div.timg img {border: 1px solid #ddd; background: #fff;}
/* back to top button */
#back_to_top a#back-to-top {background: #584a45;}
/* adverisement */
.ads-bl {border-color: #ddd; background: #fff;}

/* < 768
--------------------------------------------*/
@media all and (max-width: 767px) {
	ul.topmenu {left: 0; right: auto;}
	div.header {height: 150px;}
	div.logo {left: 50%; margin-left: -102px; width: 204px;}
	div.logo a img {width: 204px;}
	div.search.top {top: 90px;}
}

