/*
theme name: тема cbo
theme uri: http://test.ru
description: данная тема делалась.
version: 1.0
author: дмитрий донковцев
author uri: http://www.free-lance.ru/users/demetriy

*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


* {
	margin:0;
	padding:0;
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font-family:tahoma, geneva, sans-serif;
	font-size:13px;
	color:#4c4c4c;
	background:#fff url(/theme/images/body.png) repeat-x;
    min-width:1000px;
    width:expression(document.body.clientWidth < 1024? "1024px": "auto");
}
input, select, textarea {
	font-family:tahoma, geneva, sans-serif;
	font-size:12px;
	color:#7d7d7d;
}
img {
	border:0;
}
a {
	color:#1f7099;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
table {
	border-collapse:collapse;
}
h1 {
	color:#1f7099;
	font-size:18px;
	margin-bottom:12px;
}
h2 {
	color:#1f7099;
	font-size:13px;
	margin-bottom:3px;
}
#container {
    margin:0 auto;
    padding:5px 0 28px;
    text-align:left;
    width:96%;
}
#header {
	position:relative;

}
#headblock_left {
    background:url(/theme/images/header_block_sprite.png) no-repeat 0 0%;
    height:80px;
    margin-top:5px;
    padding-left:11px;
    clear:both;
}
#headblock_right {
    background:url(/theme/images/header_block_sprite.png) no-repeat 100% -80px;
    height:80px;
    padding-right:11px;
}
#headblock_content {
    background:url(/theme/images/header_block_sprite.png) repeat-x 0 100%;
    height:80px;
}
div.bg_gray {


    position:relative;
}

.b1,  .b2, .b3, .b4, .b5,
.b1 i, .b2 i, .b3 i, .b4 i, .b5 i,
.b1 b, .b2 b, .b3 b, .b4 b, .b5 b,
.b1 q, .b2 q, .b3 q, .b4 q, .b5 q {
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  border-style: solid;
  border-width: 0 1px;
  display: block;
}
.b1 {
  margin: 0 2px;
  background: #EBEEF0;
  border: none;
}
.b1 b {
 margin: 0 1px;
 background: #CDCDCD;
 border-color: #CBD3D7;
}
.b2 {margin: 0 1px; border-color: #D6DCDF;}
.b2 b {border-color: #B8C3C8;}
.b2 i {border-color: #E4E8EA;}
.b2 q {border-color: #F7F8F9;}
.b3 {border-color: #EBEEEF;}
.b3 b {border-color: #BCC6CB;}
.b3 i {border-color: #F9FAFB;}
.b4 {border-color: #CAD2D6;}
.b4 b {border-color: #E5E9EB;}
.b5 {border-color: #B5C0C6;}
.b5 b {border-color: #FAFBFB;}


.formcontent {
    border: 1px solid #B0BCC2;
    border-width: 0 1px;
    padding:10px;
}
#header .logo {
float:left;
}
#header .top-b {
	right:1px;
    float:right;
}
#header .search {
	right:0;
    margin-top:10px;
    float:right;
}
#header .search input {
	vertical-align:middle;
	padding:1px 10px;
	background:#fff;
	border:1px solid #adcad9;
	margin:0 10px;
}
#header .search select {
	vertical-align:middle;
	padding-left:10px;
	background:#fff;
	border:1px solid #adcad9;
	width:87px;
}
#header .search span input {
	padding:0 0 2px 7px;
	border:0;
	background:url(/theme/images/search-button.png) no-repeat;
	width:62px;
	color:#fff;
	text-align:left;
	cursor:pointer;
}
#header .main-menu {
	list-style:none;
	height:26px;
	line-height:24px;
	overflow:hidden;
	font-size:14px;
	text-transform:uppercase;
    padding-top:5px;
}
#header .main-menu li {
	float:left;
}
#header .main-menu li a {
	text-decoration:none;
	color:#fff;
	display:block;
	_display:inline-block;/*hack for ie6*/
	height:26px;
}
#header .main-menu li a span {
	padding:0 8px;
	text-decoration:underline;
	display:block;
	_display:inline-block;/*hack for ie6*/
	height:26px;
	cursor:pointer;
}
#header .main-menu .current-cat a, #header .main-menu .current-cat-parent a, #header .main-menu li a:hover {
	background:url(/theme/images/menu-active-left.png) no-repeat;
}
#header .main-menu .current-cat a span, #header .main-menu .current-cat-parent a span,  #header .main-menu li a:hover span {
	background:url(/theme/images/menu-active-right.png) no-repeat 100% 0;
	text-decoration:none;
}
#header .add-menu {
	list-style:none;
	height:40px;
	line-height:40px;
	overflow:hidden;
	top:135px;
	padding-left:8px;
    padding-top:5px;
}
#header .add-menu li {
	float:left;
	padding-right:15px;
	list-style: none;
}
#header .add-menu li a {
	color:#fff;
}
#header .add-menu .current-cat a {
	text-decoration: none;
}
#header .sitemap {
	position:absolute;
	left:636px;
	top:147px;
	font-size:10px;
	color:#daeaf2;
}
#header .sitemap a {
	color:#daeaf2;
	padding:0 12px 0 5px;
	background:url(/theme/images/arrow.gif) no-repeat 100% 50%;
}
#header .sitemap span {
	padding:0 12px 0 5px;
	background:url(/theme/images/arrow.gif) no-repeat 100% 50%;
}
#header .rss {
	position:absolute;
	right:3px;
	top:188px;
}
.sidebar {
	padding:39px 0 18px 0;
	color:#595959;
    position:relative;
}
.left {
	float:left;
	width:202px;
}
.right {
    float:right;
    width:202px;
    overflow:hidden;
}
#main {
    position:relative;
}

.sidebar .block-top {
	background:url(/theme/images/block1-top.gif) no-repeat;
	height:41px;
	line-height:41px;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	color:#000;
}
.blockheadleft,.blockheadright,.blockhead {
	height:41px;
	line-height:41px;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	color:#000;
    background-image:url(/theme/images/block_header_sprite.png);
}
.blockheadleft {
    background-repeat:no-repeat;
    background-position:0 0;
    padding-left:10px;
}
.blockheadright {
    background-repeat:no-repeat;
    background-position:right -41px;
    padding-right:10px;
}
.blockhead {
    background-repeat:repeat-x;
    background-position: 0 -82px;
}
.sidebar .block-top2 {
	background:url(/theme/images/block2-top.gif) no-repeat;
	height:10px;
	overflow:hidden;
}
.sidebar .blockcontent {
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	height:100%;
    padding:10px;
	/*overflow:hidden;*/
}
.sidebar .block {
	margin-bottom:17px;
}
.sidebar .banner-block a {
	display:block;
	margin:0 auto 17px auto;
}
.weather {
	height:100%;
	overflow:hidden;
}
.weather .town {
	font-weight:bold;
	font-size:14px;
	padding-bottom:5px;
}
.weather .image {
	width:80px;
	float:left;
	overflow:hidden;
}
.weather .temp {
	font-size:19px;
	padding-left:95px;
	padding-bottom:5px;
}
.temp span {
	font-size: 15px;
}
#select-town {
	padding-left: 100px;
	position: relative;
	z-index: 20;
	font-size: 11px;
}
#choose_town {
	position: absolute;
	display: none;
	top: 30px;
	left: 100px;
	width: 150px;
	z-index: 50;
	background: #ffffff;
	padding: 10px;
}
.choose_town {
	color: #000000;
	width: 150px;
	text-align: center;
	background: none !important;
	z-index: 100;
	padding: 0 !important;
}
.choose_town a {
	display: block;
	width: 150px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.choose_town a:hover {
	background: #e5e5e5;
}
.login_label {
	display: inline !important;
	padding-right: 10px;
}
.rememberme {
	width: 20px !important;
	margin-top: 5px;
}
.weather .descr {
	padding-left:96px;
	font-size:11px;
	line-height:10px;
	padding-bottom:7px;
}
.weather .select-town {
	padding-left:85px;
	font-size:10px;
	display:block;
	text-align:right;
}
.unsubscribe {
	background: none !important;
	border: none !important;
	font-size: 10px !important;
	color: #1f7099 !important;
	text-decoration: underline !important;
	cursor: pointer;
	text-align: left;
	padding-left: 0 !important;
}
.unsubscribe:hover {
	text-decoration: none !important;
}
.quotes {
	border-bottom:1px solid #b6cad2;
	width:160px;
	margin:0 auto;
}
.quotes tr td {
	text-align:right;
	vertical-align:middle;
	height:25px;
	font-size:10px;
}
.quotes tr .name {
	text-align:left;
	font-size:13px;
	width:60px;
}
.quotes tr .curs {
	text-align:left;
	font-size:13px;
	font-weight:bold;
	width:65px;
}
.sidebar .block .more {
	display:block;
	font-size:11px;
	text-align:right;
	padding:5px 20px 5px 0;
}
.survey-question {
	background:#f0f6fa;
	font-size:11px;
	font-weight:bold;
	padding:3px 20px 4px 20px;
}
.survey {
	padding:5px 20px;
	font-size:11px;
}
.survey ul {
	list-style:none;
}
.survey ul li {
	padding:3px 0;
}
.survey ul li input {
	margin-right:5px;
}
.survey span input {
	background:#1f6e95 url(/theme/images/vote-button.png) no-repeat;
	width:100px;
	border:0;
	color:#fff;
	text-align:left;
	padding:3px 0 4px 10px;
	cursor:pointer;
	margin-top:10px;
}
.authorization {
	padding:0 20px;
	font-size:12px;
}
.authorization label {
	display:block;
	padding-bottom:3px;
}
.authorization input {
	margin-bottom:7px;
	width:148px;
	border:1px solid #cdcdcd;
	background:#fff;
	padding:2px 5px;
}
.authorization span input {
	border:0;
	background:#26779f url(/theme/images/enter-button.png) no-repeat;
	width:65px;
	text-align:left;
	color:#fff;
	padding:2px 0 4px 10px;
	cursor:pointer;
	vertical-align:middle;
	margin:0 14px 0 0;
}
.authorization a {
	color:#ff6a00;
}
.block ul {
	list-style:none;
	padding:5px 20px 0 10px;
	font-size:11px;
	line-height:13px;
}
.block ul li {
	padding-left:11px;
	background:url(/theme/images/square.gif) no-repeat 0 -1px;
	padding-bottom:5px;
}
.block ul li a {
	color:#595959;
}
.survey ul li, .survey ul {
	padding-left: 0;
}
#maincontent .info-list {
	padding:0;
}
#maincontent .info-list li a {
	text-decoration:none;
}
#maincontent .info-list li a:hover {
	text-decoration:underline;
}
.info_href {
	color: #595959;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 11px;
	background: url(/theme/images/square.gif) no-repeat 0 -1px;
	display: block;
	font-size: 11px;
	line-height: 13px;
	display: block;
}
.info_href:hover {
	text-decoration: underline;
}
.subscription {
	padding:0 20px;
	font-size:12px;
}
.subscription label {
	display:block;
	padding-bottom:3px;
}
.subscription input {
	margin-bottom:7px;
	width:148px;
	border:1px solid #cdcdcd;
	background:#fff;
	padding:2px 5px;
}
.subscription span input {
	border:0;
	background:#26779f url(/theme/images/vote-button.png) no-repeat;
	width:100px;
	text-align:left;
	color:#fff;
	padding:2px 0 4px 4px;
	cursor:pointer;
	vertical-align:middle;
	margin:0;
}
.subscription a {
	display:block;
	font-size:10px;
	margin-top:5px;
}
#maincontent {
    margin-left:202px;
    margin-right:202px;
    padding:39px 3% 18px;
    zoom:1;
}
#addadvertis,#mainother {

    padding:39px 1% 18px 1%;
    margin-left:210px;
    position:relative;
}
#addadvertis td {
    vertical-align:top;
    padding:5px;
}
.news-full {
	height:100%;
	overflow:hidden;
	padding-bottom:30px;
}
.news-full .date {
	font-size:11px;
	color:#9fb3bd;
	padding-bottom:12px;
}
.news-full .date span {
	font-size:13px;
}
.news-full .photo {
	float:left;
	margin:0 17px 17px 0;
}
.news-full .photo .image {
	width:250px;
	border:1px solid #cdcdcd;
	overflow:hidden;
	text-align:center;
}
.news-full .photo .title {
	background:url(/theme/images/photo-titlr.png) no-repeat;
	width:252px;
	height:19px;
	line-height:19px;
	overflow:hidden;
	text-align:center;
	font-size:11px;
	color:#777777;
}
.info-block {
	height:100%;
	overflow:hidden;
	padding-bottom:15px;
}
.info-block img {
	float:left;
	margin:0 20px 0 0;
}
.info-block h2 a {
	color:#1f7099;
	text-decoration:none;
}
.info-block h2 a:hover {
	color:#ff6a00;
}
#maincontent .block-top {
	background:url(/theme/images/block3-top.png) no-repeat;
	height:20px;
	line-height:20px;
	font-size:11px;
	color:#777;
	padding:0 20px 0 132px;
	margin-top:16px;
}
#maincontent .block {
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	padding:15px 20px 0 20px;
	position: relative;
}
#maincontent .block-bottom {
	background:url(/theme/images/block3-bottom.png) no-repeat;
	height:11px;
	overflow:hidden;
}
#footerleft {
	height:82px;
    background:url(/theme/images/footer_sprite.png) no-repeat top left;
    padding-left:10px;
    clear:both;
}
#footerright {
    height:82px;
    background:url(/theme/images/footer_sprite.png) no-repeat bottom right;
    padding-right:10px;
}

#footer {
	height:80px;
	overflow:hidden;
	color:#595959;
    border-top:1px solid #cdcdcd;
    border-bottom:1px solid #cdcdcd;
}
#footercontent {
    margin:10px;
}
#footer .copy-counters {
	float:right;
	padding-left:10px;
}
#footer .copy-counters div {
	padding-top:10px;
}
#footer .copy-counters div a {
	margin-right:10px;
}
#footer .copy-counters span {
	font-size:10px;
}
#footer .menu {
	list-style:none;
	text-transform:uppercase;
	font-size:11px;
	font-size:11px;
	height:24px;
	overflow:hidden;
}
#footer .menu li {
	float:left;
	padding-right:15px;
	list-style: none;
}
#footer .menu li a {
	color:#595959;
}
#footer .author {
	font-size:11px;
	text-align:right;
}
#footer .author a {
	color:#ff974c;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* pagenavi */
.wp-pagenavi {
	margin-top: 40px;
	text-align: right;
}
.wp-pagenavi .current {
	color: #8c8c8c !important;
	border: none !important;
}
.pages, .extend {
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
	border: none !important;
	color: #1c6f97 !important;
}
.wp-pagenavi a:hover {
	border: none;
	color: #8c8c8c !important;
}
.wp-polls-ul li {
	padding-left: 0 !important;
}
.carphoto img {
    float:left;
}
.carinfo td {
    padding:5px;
}
.pricecell {
    vertical-align:top;
    font-weight:bold;
}
.advinfo {
    width:100%;
}
.advertis td {
    padding:5px 0;
}
.advertis h3 {
    padding-bottom:10px;
}
ul.rules {
    margin-left:50px;
}
ul.companies {
    padding:0;
}
table ul,table ul li {
    list-style-type:none;
}
table.items td,table.registration td {
    padding:5px 2px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
