@import url("style-base.css");
::-webkit-input-placeholder {color: #ccc;}
:-moz-placeholder {color: #ccc;}
::-moz-placeholder {color: #ccc;}
:-ms-input-placeholder {color: #ccc;}
body {color: #8e8569; background:url("/images/bg-body.gif") repeat #dcd4bb;}
a {color: #362e16; transition: 0.3s all ease;}
a:hover {color: #dca002;}
.main {background: #e8dfcc;}
/* header */
div.header {height: 100px;}
/* search field */
div.search {background: #362f16; border-color: #362f16;}
div.search input.sf {color: #fff;}
div.search button.sb {background: #362f16;}
div.search button.sb:after {color: #dca002;}
.autocomplete-suggestions {border-color: #362f16; background: #362f16;}
.autocomplete-suggestion {color: #ddd;}
.autocomplete-selected {background: #202020;}
.autocomplete-suggestions strong {color: #dca002;}
/* 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: #362f16;}
#lngselect ul {background-color: #362f16; border-color: #362f16;}
#lngselect ul li a {color: #ddd;}
#lngselect ul li a:hover {color: #dca002;}
/* headers */
h1,h2,div.related>span {font-size: 18px; font-weight: 400; letter-spacing: 0.2px; padding: 0; color: #8e8569; border-bottom: 1px dashed #362f16;}
/* navigation */
div.sort a, div.durgrp a, div.timerange a, div.pages a {background: #362e16; color: #fff;}
div.sort a:hover, div.durgrp a:hover, div.timerange a:hover, div.pages a:hover {background: #dcd4bb; color: #362e16;}
div.sort a.current, div.durgrp a.current, div.timerange a.current, div.pages a.current {color: #362e16; font-weight: 700; background: #dca002;}
/* thumbs */
div.az, div.tradeindex {background: #dcd4bb; padding: 4px;}

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

div.item {border-color: #e8dfcc; background: #e8dfcc;}
.tmb {background: #dcd4bb;}
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: #362e16;}
div.az ul li:after {color: #8e8569;}
/* a-z */
div.az ul li.letter {color: #dca002;}
/* toplist */
div.tradeindex div.cont div.timg img {border: 1px solid #e8dfcc; background: #e8dfcc;}
ul.globaltop li {color: #dca002;}
/* back to top button */
#back_to_top a#back-to-top {background: #362e16;}
/* adverisement */
.ads-bl {border-color: #e8dfcc; background: #e8dfcc;}

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

