@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/bg-body.gif") repeat #f3f3f3;}
a {color: #111; transition: 0.3s all ease;}
a:hover {color: #f76900;}
/* header */
div.header {height: 100px;}
/* 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: #f76900;}
.autocomplete-suggestions {border-color: #ccc; background: #fff;}
.autocomplete-suggestion {color: #666;}
.autocomplete-selected {background: #f0f0f0;}
.autocomplete-suggestions strong {color: #f76900;}
/* 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 10px;; color: #f76900; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
/* navigation */
div.sort a, div.durgrp a, div.timerange a, div.pages a {border-radius: 3px; background: #fff; color: #000; border: 1px solid #dfdfdf;}
div.sort a:hover, div.durgrp a:hover, div.timerange a:hover, div.pages a:hover {background: #111; border: 1px solid #111; color: #fff;}
div.sort a.current, div.durgrp a.current, div.timerange a.current, div.pages a.current {color: #fff; font-weight: 400; background: #f76900; border: 1px solid #f76900;}
/* thumbs */
/*div.az, div.tradeindex {background: #efefef; padding: 4px;}*/

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

div.item {border-color: #e5e5e5; 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: #aaa;}
div.az ul li:after {color: #aaa;}
/* a-z */
div.az ul li.letter {color: #f76900; font-weight: bold;}
/* toplist */
div.tradeindex div.cont div.timg img {border: 1px solid #e5e5e5; background: #fff;}
/* back to top button */
#back_to_top a#back-to-top {background: #f76900;}
/* adverisement */
.ads-bl {border-color: #e5e5e5; 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: -70px; width: 140px;}
	div.logo a img {width: 140px;}
	div.search.top {top: 90px;}
}

