@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.jpg") 50% 0 repeat-x #fff;}
a {color: #505050; transition: 0.3s all ease;}
a:hover {color: #d1517b;}
/* header */
div.header {height: 110px;}
div.logo {top: 24px;}
ul.topmenu {left: auto; right: 125px;}
/* 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: #d1517b;}
.autocomplete-suggestions {border-color: #ccc; background: #fff;}
.autocomplete-suggestion {color: #666;}
.autocomplete-selected {background: #f0f0f0;}
.autocomplete-suggestions strong {color: #d1517b;}
/* 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: #d1517b; background: #fff; box-shadow: 0px 0px 2px 1px #ccc; border-radius: 4px;}
/* navigation */
div.sort a, div.durgrp a, div.timerange a, div.pages a {border-radius: 2px; background: #cd5379; color: #fff;}
div.sort a:hover, div.durgrp a:hover, div.timerange a:hover, div.pages a:hover {background: #a43558;}
div.sort a.current, div.durgrp a.current, div.timerange a.current, div.pages a.current {color: #fff; font-weight: 400; background: #555;}
/* thumbs */
div.az, div.tradeindex {background: #f9f9f9; padding: 4px; border: 1px solid #ccc; border-radius: 4px;}

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

div.item {border-color: #ccc; background: #f9f9f9; border-radius: 2px;}
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: #cd5379;}
div.az ul li:after {color: #aaa;}
/* a-z */
div.az ul li.letter {color: #d1517b;}
/* toplist */
div.tradeindex div.cont div.timg img {border: 1px solid #ccc; background: #f9f9f9;}
/* back to top button */
#back_to_top a#back-to-top {background: #d1517b;}
/* adverisement */
.ads-bl {border-color: #ccc; background: #f9f9f9;}

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

