<<<<<<< HEAD
#gmap img {
    width: auto;
    display: inline;
    max-width: none;
}

#gmap label {
    width: auto;
    display: inline;
}

h1, h2, h3, h4 {
    color: #116818;
    margin-top: 0px;
    margin-bottom: 10px;
}

body {
    background-image: url('/img/body-bg.png');
    height: 100%;
    width: 100%;
    position: absolute;

}

.container {
    background-color: #eeeef0;

    position: relative;
    width: 954px; /* 944 + 10*/
    border-radius: 2px;
    margin-top: 30px;

}

.innerContainer {
    min-height: 100%;
    border: 2px solid #ddd6ce;
    background-color: #fff;
    border-radius: 8px;
    width: 940px;
    margin: 5px 5px 5px 5px;
    position: relative;
}

a {
    color: #7da580;
}

a:hover {
    color: #7da580;
}

#footer-bg {
    margin-top: -80px;
    height: 130px;
    background-image: url('/img/body-houses.png');
    background-repeat: repeat-x;
    z-index: 1;
}

.left {
    float: left
}

.right {
    float: right
}

.hl {
    border: 1px solid red;
}

.red {
    color: red
}

.error {
    color: red
}

input.error, select.error {
    border: 1px solid red;
}

input.error:focus,
select.error:focus {
    border-color: red;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px red, 0 0 4px red;
    -moz-box-shadow: inset 0 1px 1px red, 0 0 4px red;
    box-shadow: inset 0 1px 1px red, 0 0 4px red;
}

#header {
    padding: 10px 20px 5px 20px;
    overflow: hidden;
    position: relative;
}

#logme_box { }


#logo img {
    height: 85px;
}

#searchbox form {
    padding-top: 30px;
    margin: 0;
}

#warranty_box {
    margin-left: 20px;
    float: right;
}

#warranty_box img {
    height: 100px;
}

.menu {
    margin-bottom: 20px;
    overflow: hidden;
}

#topmenu {
    margin: 5px 20px 0 20px;
    width: 100%;
    height: 34px;
}

#topmenu li {
    float: left;
    width: 127px;
    text-align: center;
    background-image: url('/img/top-menu-bg.png');
    background-repeat: repeat-x;
    color: #fff;
    line-height: 32px;
    height: 32px;
    border-right: 2px solid #76A072;
    display: block;
    /*box-shadow:         0px 2px 3px rgba(50, 50, 50, 0.18);*/
}

#topmenu li.first {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    /*box-shadow:         -3px 3px 4px rgba(50, 50, 50, 0.18);*/

}

#topmenu li.last {
    border-right: none;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    /*box-shadow:         3px 3px 4px rgba(50, 50, 50, 0.18);*/
    width: 127px;
}

#topmenu li a {
    color: #fff;
    font-weight: bold;
}

.contentBox {
    width: 940px;
    margin-left: 20px;
}

.leftMenuBox {
    margin-left: 0;
    background-color: #538055;
    border-radius: 4px;
    width: 250px;
    float: left;
}

#leftMenu {
    margin: 5px 5px 5px 5px;
    background-color: #2c5d2e;
    border-radius: inherit;
    padding: 10px 0 10px 0;
}

#leftMenu li {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    min-height: 30px;
    line-height: 30px;
    display: block;
}

#leftMenu li a {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dashed #fff;
}

#leftMenu li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

#leftMenu li.subc {
    font-size: 12px;
    min-height: 24px;
    line-height: 24px;
}

#footer_menu {
    /*margin: 10px auto 10px auto;
	border: 1px solid red;
	   width: 480px;
	*/
    display: block;

    height: 24px;

    margin-left: 290px;
}

#footer_menu li {
    float: left;
    padding: 0 10px 0 10px;
    height: 24px;
    line-height: 24px;
}

#footer_menu li a {
    color: #1e4621;
    text-decoration: underline;
}

p.copyright {
    text-align: center;
    font-size: 12px;
    margin: 0;
    display: block;
    color: #47713f;
}

p.copyright span {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
    margin-top: -20px;
}

p.copyright span a {
    color: #47713f;
    text-decoration: underline;
}

.contentCol {
    position: relative;
    float: left;
    margin-left: 20px;
    padding: 0 10px 5px;
    width: 618px;
    border-radius: 5px;
    background-color: #fff;
}

.items_id { color: rgba(0,0,0,0.6); margin: -5px 0 10px 0; }

.newsitembox strong {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    line-height: 22px;
}

.newsitembox em {
    display: block;
    font-size: 12px;
}

.newsitembox {
    padding-bottom: 7px;
    border-bottom: 1px dashed #5f9063;
    margin-bottom: 10px;
    overflow: hidden;
}

.newsitembox img, .newsbox img.newsLogo {
    float: left;
    min-width: 120px;
    max-width: 120px;
    margin-right: 10px;
    background-color: #F1EEEE;
    padding: 5px;
    border: 1px solid #c0c0c0;
}

.newsbox h1 {
    font-size: 24px;
    line-height: 30px;
}

.newsbox img {

    background-color: #c7c6c6;
    padding: 3px;
    border: 1px solid #c0c0c0;
    margin-bottom: 5px;
    max-width: 100%;
}

.newsitembox_last {
    border-bottom: none;
}

.paginator a, .paginator b {
    width: 20px;
    display: block;
    float: left;
    text-align: center;
}

.dealerBox {
    /*border-bottom: 1px dashed #5f9063;*/
    /*margin-bottom: 10px;*/
    /*padding-bottom: 5px;*/
}

.dealerBox strong {
    color: #116818;
}

.dealerBox em {
    display: block;
}

.dealerBoxLast {
    border-bottom: none;
    margin-bottom: 5px;
}

.catalog_images > a { display: none; }
.catalog_images > a:first-child { display: block; }

.item-img {
    float: left;
    min-width: 200px;
    max-width: 200px;
    margin-right: 10px;
    background-color: #F1EEEE;
    padding: 5px;
    border: 1px solid #c0c0c0;
}

#gallery img {
    margin-right: 5px;
    margin-bottom: 5px;
    max-width: 80px;
    max-height: 70px;
}

.data {
    margin: -10px 0 30px 0;
}

.data .cat-banner {
    margin: 0 0 5px 0;
}

.data .cat-banner .col.left li {
    outline: 1px solid #e5e5e5;
    margin: 0 0 5px 0;
    padding: 2px 0 2px 10px;
    background-image: url(/img/cat-moar.png);
    background-position: 95% center;
    line-height: 17px;
}

.data .cat-banner .col.left li a {
    color: #3a95a7;
    text-decoration: none;
    font-size: 1.25em;
}

.data .banner {
    width: 900px;
    height: 270px;
    position: relative;
    margin-left: 20px;
}

.data .banner .discourse {
    color: #fff;
    background-color: #116818;
    z-index: 120;
    position: relative;
    height: 33px;
    font-size: 1.2em;
    line-height: 33px;
    text-indent: 33px;
}

.data .banner .discourse > a {
    text-decoration: none;
    color: inherit;
}

.data .banner .discourse .right {
    margin: 10px 15px 0 0;
}

.data .banner .discourse .right a {
    float: left;
    width: 12px;
    height: 12px;
    background-image: url(/img/banner-changer.png);
    background-position: 0 0;
    margin: 0 3px 0 0;
}

.data .banner .discourse .right a.activeSlide {
    float: left;
    width: 12px;
    height: 12px;
    background-image: url(/img/banner-changer.png);
    background-position: 0 -12px;
}

/** {{{cycle images update **/
div.cycle {
    width: 900px;
    height: 270px;
    overflow: hidden;
}

div.cycle div {
    width: 900px;
    height: 270px;
}

div.cycle img {
    width: 900px;
    height: 270px;
    overflow: hidden;
}

div.cycle img {
}

div.cycle img.first {
    display: block;
}

/** }}} **/

.catSubcatBox {
    overflow: hidden;
    margin-top: 6px;
}

.catSubcat {
    width: 170px;
    height: 170px;
    float: left;
    background-color: #F1EEEE;
    padding: 5px;
    border: 1px solid #c0c0c0;
    margin-right: 7px;
    margin-bottom: 7px;
    position: relative;;

}

.catSubcat .imgBox {
    display: table-cell;
    vertical-align: middle;
    height: 170px;
    width: 170px;

}

.catSubcat .catTitle {
    position: absolute;;
    left: 0;
    bottom: -1px;
    padding: 5px;
    background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, .5);

    width: 170px;
    color: #fff;
    font-size: 12px;
    height: 35px;
}

.trodd {
    background-color: #E9E9E9;
}
.catSubcat.productsItem .imgBox{
    text-align: center;
}
.catSubcat.productsItem .imgBox img{
    width: auto;
}
.imgBox img {
    width: 170px;
    height: 170px;
}

li.faq {
    margin-bottom: 12px;
}

li.strong {
    font-size: 120%;
}

.optionsBox {
    display: none;
}

.advSearchOpt {
    cursor: pointer;
    border-bottom: 1px dotted #676749;
}

#myModal {
    border: 1px solid red;

}

.nav-tabs > li > a {
    font-size: 12px;
    font-weight: bold;
}

ol.faq li {
    margin-bottom: 5px;
}

ol.faq li a {
    cursor: pointer;
    border-bottom: 1px dashed #7da580;
}

ol.faq li a:hover {
    text-decoration: none;
	color: #00401d;
	border-bottom: 0;	
}

ol.faq li div {
    display: none;
	padding: 10px 0 10px 0;
}
ol.faq li ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: num; /* Задаём имя счетчика */	
}
ol.faq li ol li::before {
    content: counter(num) '. '; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    color: #999999;
    font-style: italic;
}

.newsitembox strong.cat_price, .itemSpec strong.cat_price {
    padding-top: 5px;
    color: #47713f;
    font-size: 18px;
}
.cat_price.alone {
    margin-left: 75px;
    font-size: 18px;
}
.newsitembox strong.cat_opt_price, .itemSpec strong.cat_opt_price {
    color: #47713f;
    font-size: 16px;
}

#leftOffer, #rightOffer {
    position: fixed;
    width: 160px;
    min-height: 150px;
    border: 2px solid #ddd6ce;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-style: italic;
    display: none;
}

#rightOfferHolder {
    position: absolute;
    top: 0;
    right: -200px;
    width: 180px;
    height: 200px;
    top: 100px
}
#leftOfferHolder {
    position: absolute;
    top: 0;
    left: -200px;
    width: 180px;
    height: 200px;
    top: 100px

}

#leftOffer img, #rightOffer img {
    max-width: 160px;
    margin-bottom: 10px;
    width: 160px;
    height: 160px;
}

#leftOffer .price, #rightOffer .price {
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

#leftOffer strong.title, #rightOffer strong.title {
    display: block;
}

p.nonOffer {
    font-size: 9px;
    line-height: 12px;

}

#midBtn .leftInput {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

#midBtn .rightInput {
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.cPointer {
    cursor: pointer;
}

.vendorSoft {
    margin-top: 20px;
}

.vendorSoft ul {
    list-style: none;
    margin: 0;
}

.vendorSoft ul li {
    display: block;
    width: 105px;
    float: left;
    margin-right: 15px;
    height: 65px;
}

.vendorSoft ul li img {
    max-height: 65px;
    max-width: 105px;
}

.vendorSoft ul li.last {
    margin-right: 0;
}

.vendorSoft div.header {
    /* text-align: center; */
    font-weight: bold;
    font-size: 20px;
	margin: 10px;
}

.vendorSoft div.imgHolder {
    width: 105px;
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pToggle {
    cursor: pointer;
    text-decoration: underline;
}

.dealerBox h3 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}


.projDesc {
    overflow: hidden;
    min-height: 75px;
    margin-left: 8px;
    /*padding-bottom: 5px;*/
}

.projDesc div.description {
    float: left;
    min-height: 75px;
    width: 435px;
    color:#116818;
}
.projDesc div.description h3, .projDesc div.description small{
    text-decoration: none;
}
.projDesc div.description h3 a {
    font-weight: bold;
    color:#116818;
}
.imgLiqProj{
    width:100px;
    height:100px;
    float: left;
    margin-right: 7px;
}

.projDesc .projLogo {
    float: left;
    width: 115px;
    margin-bottom: 0px;
    margin-right: 7px;
}

.mobile_soft_link {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0px 0 20px 0;
}

.mobile_soft {
    font-size: 15px;
    line-height: 14px;
    display: block;
    width: 200px;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 17px;
}
.proj_region_title a{
    color:#fff;
    display: block;
}
.proj_region_title {
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    display:block;
    text-decoration: underline;
    color:#fff;
    padding-left:8px;
}
.proj_region_title.kaz{
    background-color:#00afca;
}

.proj_region_title.bel{
    background-color: #c8313e;
}

.proj_region_title.default, .proj_region_title.rus  {
    background-color:#0e5fc2;
}

#searchbox {
    margin-bottom: 5px;
    position: absolute; top: 50px; right: 25px; 
}

#searchbox form {
    padding-top: 0;
    display: block;

}

#logo img {
    8margin-top: 11px;
}

#fbform {
    margin-bottom: 0px;
}

#fbform input {
    width: 97%;
}

#fbform textarea {
    width: 97%;
    max-width: 97%;
}

.tooltip-inner {
    font-size: 13px;
    color: #fff;
    background-color: #1c351e;
}

#adv_srch {
	display: inline-block;
    font-size: 12px;
    margin: 4px 0 0 13px;
}

#langSel {
    list-style: none;
    float: right;
    margin: 0;
}

#langSel li {
    width: 40px;
    float: left;
    text-align: center;
}

#langSel li.active {
    background-color: #116818;
}

#langSel li.active a {
    color: #fff;
}

#langSel li.cn {
    font-size: 12px;
}

.priceRur, .priceUsd {
    text-decoration: underline;
    cursor: pointer;
}

.priceUsd {
    display: none;
}

.project {
    float:left;
    overflow: hidden;
    width:206px;
    position:relative;
}

.project div.description {
    position:absolute;
    width: 206px;
    bottom:0;
    background-color:rgba(0,0,0,0.5);
    color:#fff;
    padding: 8px;
}

.project h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 2px;
    color:#fff;
}

.project .imgLiq {
    width: 207px;
    height:207px;
}

.catSubcat.last {
    margin-right: 0;
}
#topmenu {
    margin: 5px 20px 0 20px;
    width: 100%;
    height: 34px;
}

.btn_show_all {

    float: right;
    width: 127px;
    text-align: center;
    background-image: url('/img/top-menu-bg.png');
    background-repeat: repeat-x;
    color: #fff;
    line-height: 32px;
    height: 32px;
    border-radius:16px;
    display: block;
    cursor:pointer;
    font-size:15px;
    margin-top: 3px;
    /*box-shadow:         0px 2px 3px rgba(50, 50, 50, 0.18);*/
}



.project div.description.size1>h3
{
    font-size:16px;
}
.project div.description.size2>h3
{
    font-size:13px;
}
.project div.description.size3>h3
{
    font-size:10px;
}
.project div.description.size4>h3
{
    font-size:9px;
    height:20px;
    overflow: hidden;
}
.submenu {
    background-color: #f1eeee;
    border: 1px solid #ccc;
    border-radius:4px;
    display: none;
    left: 230px;
    min-height: auto;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 620px;
    z-index: 12;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,1);
}
.submenu_brands {
    padding-top: 10px;
}
.submenu_fixed {
    left: 0;
    position: fixed;
    top: 0;
}
.submenu p.brands_all {
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
    padding: 10px 0;
    text-align: right;
}


#leftMenu .submenu > div {
    float: left;
    min-height:auto;
    /*height: 400px;*/
    /*overflow: auto;*/
}


#leftMenu .submenu .link_list {
    text-align: left;
}

#leftMenu .submenu > div > ul {
    width: 320px;
    margin-left:0;
}

#leftMenu .submenu .link_list > li {
    margin-bottom: 4px;
}

#leftMenu .submenu li a {
    border-bottom: 1px dashed #7da580;
    font-weight: bold;
}
#leftMenu .submenu li a:hover {
    border-bottom: 1px solid #7da580;
    text-decoration: none;
}
#leftMenu .submenu .link_list a {
    /*color: #116818;*/
    color: #2c5d2e;
    text-decoration: none;
    font-size:14px;
    line-height:14px;
    vertical-align:top;
}
.vert_line {
    background: #dcdcdc;
    background: linear-gradient(to bottom, #dcdcdc 0%,#c1c1c1 50%,#dcdcdc 100%);
    background: -moz-linear-gradient(top, #dcdcdc 0%, #c1c1c1 50%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #dcdcdc 0%,#c1c1c1 50%,#dcdcdc 100%);
    background: -o-linear-gradient(top, #dcdcdc 0%,#c1c1c1 50%,#dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(50%,#c1c1c1), color-stop(100%,#dcdcdc));
    background: -webkit-linear-gradient(top, #dcdcdc 0%,#c1c1c1 50%,#dcdcdc 100%);
    background-color: #000;
    display: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#dcdcdc',GradientType=0 );
    width: 1px;
}
.img_pr_company {
    margin-bottom: 15px;
    background-color: #fff;
}
.img_pr_company img {
    max-height: 200px;
    max-width: 200px;
}
.card_company {
    display: none;
    left: 365px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 280px;
}
.menu_conteiner > div.left_block {
    margin-right: 12px;
}
.body_conteiner > div.left_block {
    margin-right: 12px;
    width: 222px;
}
.right_block {
    color: #3b3f47;
    width: 700px;
}
.right_block h3 {
    color: #25282e;
}
.menu_list {
    background-color: #f2f2f2;
    position: relative;
    z-index: 10;
}
.contentCol .sort a {
    color: #868e88;
    float: right;
    margin: 0 5px;
    position: relative;
	font-size: 12px;
}
.contentCol .sort a:hover {
	color:#007c42;
}
.sort{
    position: relative;
    right:10px;
	height: 14px;
	margin-top: 5px;
	width: 575px;	
}
.sort .list_view, .sort .block_view{
  float:left;
  width:21px;
  height: 20px;
  background-image: url("/img/sortmode.png");
    margin-left:5px;
    display: block;
}
.sort .list_view{
    background-position: 0 -23px;
}
.sort .list_view.active,.sort .list_view:hover{
    background-position: -25px -23px;
}
.sort .block_view{
    background-position: 0 0;
}
.sort .block_view.active,.sort .block_view:hover {
    background-position: -25px 0;
}
.sort .asc i {
    display: inline;
    float: right;
    margin-top: 6px;
    margin-left: 4px;
    background: url(/img/ar-up.png) 0 0 no-repeat;
    width: 11px;
    height: 6px;
}
.sort .desc i {
    width: 11px;
    height: 6px;
    display: inline;
    float: right;
    margin-top: 6px;
    margin-left: 4px;
    background: url(/img/ar-down.png) 0px 0px no-repeat;
}
.catSubcat.productsItem{
    height:400px;
}
.catSubcat.productsItem .catTitle{
    position: relative;
    overflow: hidden;
    width:auto;
    font-weight: bold;
}
.catSubcat.productsItem .description{
    font-size: 10px;
    padding:5px;
    text-align: left;
    line-height: 14px;
}
.catSubcat.productsItem .description .pprice{
    font-size: 16px;
    position: absolute;
    bottom:10px;
}
.line_crumbs{
    position: relative;
}

#topmenu li.no_image{
    border-right: none;
}
.cat_price.dp{
    font-size:12px;
}
#topmenu.long li{
    width:168px;
}
#topmenu.long li.last{
    width:220px;
}
.newsitembox strong.cat_price.price2, .itemSpec strong.cat_price.price2 {
    font-size: 16px;
}
.newsitembox strong.cat_price.price3, .itemSpec strong.cat_price.price3 {
    font-size: 14px;
    font-style: italic;
}
.cat_price.dp.price2 {
    font-size: 11px;
}
.cat_price.dp.price3 {
    font-size: 10px;
    font-style: italic;
}
.fix_price_pub {
    line-height: 17px;
}
.newsitembox {
    position: relative;
}
.newsitembox img.para1 {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    min-width: 50px;
    max-width: none !important;
}
.catSubcat.productsItem img.para2 {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
}
.para3 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 50px;
}

#popover-city {
    left: 20px;
    display: block;
    min-width: 245px;
    font-size: 13px;
}
#popover-city .btn-group {
    margin-bottom: 13px;
}
.renewcaptcha {
	color: #7da580;
	text-decoration: none;
	cursor: pointer;
	font-size: 10px;
}
.renewcaptcha:hover {
	text-decoration: underline;
}
#xcaptcha_img {
	float: left;
}
#xcaptcha {
	width: 160px;
	float: left;
	margin: 10px;
}
.xcp {
	float: left;
	margin: 10px;
}
.xcxinp {
	width: 160px;
}
.xcpbtn {
	margin-left: 15px;
}
.clr {
	clear: both;
}
.table-zebra tbody tr:nth-child(odd){
	background: #fff;	
}
.table-zebra tbody tr:nth-child(even){
	background: #f2f6f8;	
}
.table-center td {
	text-align: center;
=======
#gmap img {
    width: auto;
    display: inline;
    max-width: none;
}

#gmap label {
    width: auto;
    display: inline;
}

h1, h2, h3, h4 {
    color: #116818;
    margin-top: 0px;
    margin-bottom: 10px;
}

body {
    background-image: url('/img/body-bg.png');
    height: 100%;
    width: 100%;
    position: absolute;

}

.container {
    background-color: #eeeef0;

    position: relative;
    width: 954px; /* 944 + 10*/
    border-radius: 2px;
    margin-top: 30px;

}

.innerContainer {
    min-height: 100%;
    border: 2px solid #ddd6ce;
    background-color: #fff;
    border-radius: 8px;
    width: 940px;
    margin: 5px 5px 5px 5px;
    position: relative;
}

a {
    color: #7da580;
}

a:hover {
    color: #7da580;
}

#footer-bg {
    margin-top: -80px;
    height: 130px;
    background-image: url('/img/body-houses.png');
    background-repeat: repeat-x;
    z-index: 1;
}

.left {
    float: left
}

.right {
    float: right
}

.hl {
    border: 1px solid red;
}

.red {
    color: red
}

.error {
    color: red
}

input.error, select.error {
    border: 1px solid red;
}

input.error:focus,
select.error:focus {
    border-color: red;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px red, 0 0 4px red;
    -moz-box-shadow: inset 0 1px 1px red, 0 0 4px red;
    box-shadow: inset 0 1px 1px red, 0 0 4px red;
}

#header {
    padding: 10px 20px 5px 20px;
    overflow: hidden;
    position: relative;
}

#logme_box { }


#logo img {
    height: 85px;
}

#searchbox form {
    padding-top: 30px;
    margin: 0;
}

#warranty_box {
    margin-left: 20px;
    float: right;
}

#warranty_box img {
    height: 100px;
}

.menu {
    margin-bottom: 20px;
    overflow: hidden;
}

#topmenu {
    margin: 5px 20px 0 20px;
    width: 100%;
    height: 34px;
}

#topmenu li {
    float: left;
    width: 127px;
    text-align: center;
    background-image: url('/img/top-menu-bg.png');
    background-repeat: repeat-x;
    color: #fff;
    line-height: 32px;
    height: 32px;
    border-right: 2px solid #76A072;
    display: block;
    /*box-shadow:         0px 2px 3px rgba(50, 50, 50, 0.18);*/
}

#topmenu li.first {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    /*box-shadow:         -3px 3px 4px rgba(50, 50, 50, 0.18);*/

}

#topmenu li.last {
    border-right: none;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    /*box-shadow:         3px 3px 4px rgba(50, 50, 50, 0.18);*/
    width: 127px;
}

#topmenu li a {
    color: #fff;
    font-weight: bold;
}

.contentBox {
    width: 940px;
    margin-left: 20px;
}

.leftMenuBox {
    margin-left: 0;
    background-color: #538055;
    border-radius: 4px;
    width: 250px;
    float: left;
}

#leftMenu {
    margin: 5px 5px 5px 5px;
    background-color: #2c5d2e;
    border-radius: inherit;
    padding: 10px 0 10px 0;
}

#leftMenu li {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    min-height: 30px;
    line-height: 30px;
    display: block;
}

#leftMenu li a {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dashed #fff;
}

#leftMenu li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

#leftMenu li.subc {
    font-size: 12px;
    min-height: 24px;
    line-height: 24px;
}

#footer_menu {
    /*margin: 10px auto 10px auto;
	border: 1px solid red;
	   width: 480px;
	*/
    display: block;

    height: 24px;

    margin-left: 290px;
}

#footer_menu li {
    float: left;
    padding: 0 10px 0 10px;
    height: 24px;
    line-height: 24px;
}

#footer_menu li a {
    color: #1e4621;
    text-decoration: underline;
}

p.copyright {
    text-align: center;
    font-size: 12px;
    margin: 0;
    display: block;
    color: #47713f;
}

.contentCol {
    position: relative;
    float: left;
    margin-left: 20px;
    padding: 0 10px 5px;
    width: 618px;
    border-radius: 5px;
    background-color: #fff;
}

.items_id { color: rgba(0,0,0,0.6); margin: -5px 0 10px 0; }

.newsitembox strong {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    line-height: 22px;
}

.newsitembox em {
    display: block;
    font-size: 12px;
}

.newsitembox {
    padding-bottom: 7px;
    border-bottom: 1px dashed #5f9063;
    margin-bottom: 10px;
    overflow: hidden;
}

.newsitembox img, .newsbox img.newsLogo {
    float: left;
    min-width: 120px;
    max-width: 120px;
    margin-right: 10px;
    background-color: #F1EEEE;
    padding: 5px;
    border: 1px solid #c0c0c0;
}

.newsbox h1 {
    font-size: 24px;
    line-height: 30px;
}

.newsbox img {

    background-color: #c7c6c6;
    padding: 3px;
    border: 1px solid #c0c0c0;
    margin-bottom: 5px;
    max-width: 100%;
}

.newsitembox_last {
    border-bottom: none;
}

.paginator a, .paginator b {
    width: 20px;
    display: block;
    float: left;
    text-align: center;
}

.dealerBox {
    /*border-bottom: 1px dashed #5f9063;*/
    /*margin-bottom: 10px;*/
    /*padding-bottom: 5px;*/
}

.dealerBox strong {
    color: #116818;
}

.dealerBox em {
    display: block;
}

.dealerBoxLast {
    border-bottom: none;
    margin-bottom: 5px;
}

.catalog_images > a { display: none; }
.catalog_images > a:first-child { display: block; }

.item-img {
    float: left;
    min-width: 200px;
    max-width: 200px;
    margin-right: 10px;
    background-color: #F1EEEE;
    padding: 5px;
    border: 1px solid #c0c0c0;
}

#gallery img {
    margin-right: 5px;
    margin-bottom: 5px;
    max-width: 80px;
    max-height: 70px;
}

.data {
    margin: -10px 0 30px 0;
}

.data .cat-banner {
    margin: 0 0 5px 0;
}

.data .cat-banner .col.left li {
    outline: 1px solid #e5e5e5;
    margin: 0 0 5px 0;
    padding: 2px 0 2px 10px;
    background-image: url(/img/cat-moar.png);
    background-position: 95% center;
    line-height: 17px;
}

.data .cat-banner .col.left li a {
    color: #3a95a7;
    text-decoration: none;
    font-size: 1.25em;
}

.data .banner {
    width: 900px;
    height: 270px;
    position: relative;
    margin-left: 20px;
}

.data .banner .discourse {
    color: #fff;
    background-color: #116818;
    z-index: 120;
    position: relative;
    height: 33px;
    font-size: 1.2em;
    line-height: 33px;
    text-indent: 33px;
}

.data .banner .discourse > a {
    text-decoration: none;
    color: inherit;
}

.data .banner .discourse .right {
    margin: 10px 15px 0 0;
}

.data .banner .discourse .right a {
    float: left;
    width: 12px;
    height: 12px;
    background-image: url(/img/banner-changer.png);
    background-position: 0 0;
    margin: 0 3px 0 0;
}

.data .banner .discourse .right a.activeSlide {
    float: left;
    width: 12px;
    height: 12px;
    background-image: url(/img/banner-changer.png);
    background-position: 0 -12px;
}

/** {{{cycle images update **/
div.cycle {
    width: 900px;
    height: 270px;
    overflow: hidden;
}

div.cycle div {
    width: 900px;
    height: 270px;
}

div.cycle img {
    width: 900px;
    height: 270px;
    overflow: hidden;
}

div.cycle img {
}

div.cycle img.first {
    display: block;
}

/** }}} **/

.catSubcatBox {
    overflow: hidden;
    margin-top: 6px;
}

.catSubcat {
    width: 170px;
    height: 170px;
    float: left;
    background-color: #F1EEEE;
    padding: 5px;
    border: 1px solid #c0c0c0;
    margin-right: 7px;
    margin-bottom: 7px;
    position: relative;;

}

.catSubcat .imgBox {
    display: table-cell;
    vertical-align: middle;
    height: 170px;
    width: 170px;

}

.catSubcat .catTitle {
    position: absolute;;
    left: 0;
    bottom: -1px;
    padding: 5px;
    background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, .5);

    width: 170px;
    color: #fff;
    font-size: 12px;
    height: 35px;
}

.trodd {
    background-color: #E9E9E9;
}
.catSubcat.productsItem .imgBox{
    text-align: center;
}
.catSubcat.productsItem .imgBox img{
    width: auto;
}
.imgBox img {
    width: 170px;
    height: 170px;
}

li.faq {
    margin-bottom: 12px;
}

li.strong {
    font-size: 120%;
}

.optionsBox {
    display: none;
}

.advSearchOpt {
    cursor: pointer;
    border-bottom: 1px dotted #676749;
}

#myModal {
    border: 1px solid red;

}

.nav-tabs > li > a {
    font-size: 12px;
    font-weight: bold;
}

ol.faq li {
    margin-bottom: 5px;
}

ol.faq li a {
    cursor: pointer;
    border-bottom: 1px dashed #7da580;
}

ol.faq li a:hover {
    text-decoration: none;
	color: #00401d;
	border-bottom: 0;	
}

ol.faq li div {
    display: none;
	padding: 10px 0 10px 0;
}
ol.faq li ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: num; /* Задаём имя счетчика */	
}
ol.faq li ol li::before {
    content: counter(num) '. '; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    color: #999999;
    font-style: italic;
}

.newsitembox strong.cat_price, .itemSpec strong.cat_price {
    padding-top: 5px;
    color: #47713f;
    font-size: 18px;
}
.cat_price.alone {
    margin-left: 75px;
    font-size: 18px;
}
.newsitembox strong.cat_opt_price, .itemSpec strong.cat_opt_price {
    color: #47713f;
    font-size: 16px;
}

#leftOffer, #rightOffer {
    position: fixed;
    width: 160px;
    min-height: 150px;
    border: 2px solid #ddd6ce;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-style: italic;
    display: none;
}

#rightOfferHolder {
    position: absolute;
    top: 0;
    right: -200px;
    width: 180px;
    height: 200px;
    top: 100px
}
#leftOfferHolder {
    position: absolute;
    top: 0;
    left: -200px;
    width: 180px;
    height: 200px;
    top: 100px

}

#leftOffer img, #rightOffer img {
    max-width: 160px;
    margin-bottom: 10px;
    width: 160px;
    height: 160px;
}

#leftOffer .price, #rightOffer .price {
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

#leftOffer strong.title, #rightOffer strong.title {
    display: block;
}

p.nonOffer {
    font-size: 9px;
    line-height: 12px;

}

#midBtn .leftInput {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

#midBtn .rightInput {
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.cPointer {
    cursor: pointer;
}

.vendorSoft {
    margin-top: 20px;
}

.vendorSoft ul {
    list-style: none;
    margin: 0;
}

.vendorSoft ul li {
    display: block;
    width: 105px;
    float: left;
    margin-right: 15px;
    height: 65px;
}

.vendorSoft ul li img {
    max-height: 65px;
    max-width: 105px;
}

.vendorSoft ul li.last {
    margin-right: 0;
}

.vendorSoft div.header {
    font-weight: bold;
    font-size: 14px;
	margin: 10px 0;
}

.vendorSoft div.imgHolder {
    width: 105px;
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.itemTabs {
	/*margin-top: 40px;*/
	
}

.pToggle {
    cursor: pointer;
    text-decoration: underline;
}

.dealerBox h3 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}


.projDesc {
    overflow: hidden;
    min-height: 75px;
    margin-left: 8px;
    /*padding-bottom: 5px;*/
}

.projDesc div.description {
    float: left;
    min-height: 75px;
    width: 435px;
    color:#116818;
}
.projDesc div.description h3, .projDesc div.description small{
    text-decoration: none;
}
.projDesc div.description h3 a {
    font-weight: bold;
    color:#116818;
}
.imgLiqProj{
    width:100px;
    height:100px;
    float: left;
    margin-right: 7px;
}

.projDesc .projLogo {
    float: left;
    width: 115px;
    margin-bottom: 0px;
    margin-right: 7px;
}

.mobile_soft_link {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0px 0 20px 0;
}

.mobile_soft {
    font-size: 15px;
    line-height: 14px;
    display: block;
    width: 200px;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 17px;
}
.proj_region_title a{
    color:#fff;
    display: block;
}
.proj_region_title {
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    display:block;
    text-decoration: underline;
    color:#fff;
    padding-left:8px;
}
.proj_region_title.kaz{
    background-color:#00afca;
}

.proj_region_title.bel{
    background-color: #c8313e;
}

.proj_region_title.default, .proj_region_title.rus  {
    background-color:#0e5fc2;
}

#searchbox {
    margin-bottom: 5px;
    position: absolute; top: 50px; right: 140px; 
}

#searchbox form {
    padding-top: 0;
    display: block;

}

#logo img {
    8margin-top: 11px;
}

#fbform {
    margin-bottom: 0px;
}

#fbform input {
    width: 97%;
}

#fbform textarea {
    width: 97%;
    max-width: 97%;
}

.tooltip-inner {
    font-size: 13px;
    color: #fff;
    background-color: #1c351e;
}

#adv_srch {
	display: inline-block;
    font-size: 12px;
    margin: 4px 0 0 13px;
}

#langSel {
    list-style: none;
    float: right;
    margin: 0;
}

#langSel li {
    width: 40px;
    float: left;
    text-align: center;
}

#langSel li.active {
    background-color: #116818;
}

#langSel li.active a {
    color: #fff;
}

#langSel li.cn {
    font-size: 12px;
}

.priceRur, .priceUsd {
    text-decoration: underline;
    cursor: pointer;
}

.priceUsd {
    display: none;
}

.project {
    float:left;
    overflow: hidden;
    width:206px;
    position:relative;
}

.project div.description {
    position:absolute;
    width: 206px;
    bottom:0;
    background-color:rgba(0,0,0,0.5);
    color:#fff;
    padding: 8px;
}

.project h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 2px;
    color:#fff;
}

.project .imgLiq {
    width: 207px;
    height:207px;
}

.catSubcat.last {
    margin-right: 0;
}
#topmenu {
    margin: 5px 20px 0 20px;
    width: 100%;
    height: 34px;
}

.btn_show_all {

    float: right;
    width: 127px;
    text-align: center;
    background-image: url('/img/top-menu-bg.png');
    background-repeat: repeat-x;
    color: #fff;
    line-height: 32px;
    height: 32px;
    border-radius:16px;
    display: block;
    cursor:pointer;
    font-size:15px;
    margin-top: 3px;
    /*box-shadow:         0px 2px 3px rgba(50, 50, 50, 0.18);*/
}



.project div.description.size1>h3
{
    font-size:16px;
}
.project div.description.size2>h3
{
    font-size:13px;
}
.project div.description.size3>h3
{
    font-size:10px;
}
.project div.description.size4>h3
{
    font-size:9px;
    height:20px;
    overflow: hidden;
}
.submenu {
    background-color: #f1eeee;
    border: 1px solid #ccc;
    border-radius:4px;
    display: none;
    left: 230px;
    min-height: auto;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 620px;
    z-index: 12;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,1);
}
.submenu_brands {
    padding-top: 10px;
}
.submenu_fixed {
    left: 0;
    position: fixed;
    top: 0;
}
.submenu p.brands_all {
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
    padding: 10px 0;
    text-align: right;
}


#leftMenu .submenu > div {
    float: left;
    min-height:auto;
    /*height: 400px;*/
    /*overflow: auto;*/
}


#leftMenu .submenu .link_list {
    text-align: left;
}

#leftMenu .submenu > div > ul {
    width: 320px;
    margin-left:0;
}

#leftMenu .submenu .link_list > li {
    margin-bottom: 4px;
}

#leftMenu .submenu li a {
    border-bottom: 1px dashed #7da580;
    font-weight: bold;
}
#leftMenu .submenu li a:hover {
    border-bottom: 1px solid #7da580;
    text-decoration: none;
}
#leftMenu .submenu .link_list a {
    /*color: #116818;*/
    color: #2c5d2e;
    text-decoration: none;
    font-size:14px;
    line-height:14px;
    vertical-align:top;
}
.vert_line {
    background: #dcdcdc;
    background: linear-gradient(to bottom, #dcdcdc 0%,#c1c1c1 50%,#dcdcdc 100%);
    background: -moz-linear-gradient(top, #dcdcdc 0%, #c1c1c1 50%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #dcdcdc 0%,#c1c1c1 50%,#dcdcdc 100%);
    background: -o-linear-gradient(top, #dcdcdc 0%,#c1c1c1 50%,#dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(50%,#c1c1c1), color-stop(100%,#dcdcdc));
    background: -webkit-linear-gradient(top, #dcdcdc 0%,#c1c1c1 50%,#dcdcdc 100%);
    background-color: #000;
    display: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#dcdcdc',GradientType=0 );
    width: 1px;
}
.img_pr_company {
    margin-bottom: 15px;
    background-color: #fff;
}
.img_pr_company img {
    max-height: 200px;
    max-width: 200px;
}
.card_company {
    display: none;
    left: 365px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 280px;
}
.menu_conteiner > div.left_block {
    margin-right: 12px;
}
.body_conteiner > div.left_block {
    margin-right: 12px;
    width: 222px;
}
.right_block {
    color: #3b3f47;
    width: 700px;
}
.right_block h3 {
    color: #25282e;
}
.menu_list {
    background-color: #f2f2f2;
    position: relative;
    z-index: 10;
}
.contentCol .sort a {
    color: #868e88;
    float: right;
    margin: 0 5px;
    position: relative;
	font-size: 12px;
}
.contentCol .sort a:hover {
	color:#007c42;
}
.sort{
    position: relative;
    right:10px;
	height: 14px;
	margin-top: 5px;
	width: 575px;	
}
.sort .list_view, .sort .block_view{
  float:left;
  width:21px;
  height: 20px;
  background-image: url("/img/sortmode.png");
    margin-left:5px;
    display: block;
}
.sort .list_view{
    background-position: 0 -23px;
}
.sort .list_view.active,.sort .list_view:hover{
    background-position: -25px -23px;
}
.sort .block_view{
    background-position: 0 0;
}
.sort .block_view.active,.sort .block_view:hover {
    background-position: -25px 0;
}
.sort .asc i {
    display: inline;
    float: right;
    margin-top: 6px;
    margin-left: 4px;
    background: url(/img/ar-up.png) 0 0 no-repeat;
    width: 11px;
    height: 6px;
}
.sort .desc i {
    width: 11px;
    height: 6px;
    display: inline;
    float: right;
    margin-top: 6px;
    margin-left: 4px;
    background: url(/img/ar-down.png) 0px 0px no-repeat;
}
.catSubcat.productsItem{
    height:400px;
}
.catSubcat.productsItem .catTitle{
    position: relative;
    overflow: hidden;
    width:auto;
    font-weight: bold;
}
.catSubcat.productsItem .description{
    font-size: 10px;
    padding:5px;
    text-align: left;
    line-height: 14px;
}
.catSubcat.productsItem .description .pprice{
    font-size: 16px;
    position: absolute;
    bottom:10px;
}
.line_crumbs{
    position: relative;
}

#topmenu li.no_image{
    border-right: none;
}
.cat_price.dp{
    font-size:12px;
}
#topmenu.long li{
    width:168px;
}
#topmenu.long li.last{
    width:220px;
}
.newsitembox strong.cat_price.price2, .itemSpec strong.cat_price.price2 {
    font-size: 16px;
}
.newsitembox strong.cat_price.price3, .itemSpec strong.cat_price.price3 {
    font-size: 14px;
    font-style: italic;
}
.cat_price.dp.price2 {
    font-size: 11px;
}
.cat_price.dp.price3 {
    font-size: 10px;
    font-style: italic;
}
.fix_price_pub {
    line-height: 17px;
}
.newsitembox {
    position: relative;
}
.newsitembox img.para1 {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    min-width: 50px;
    max-width: none !important;
}
.catSubcat.productsItem img.para2 {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
}
.para3 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 50px;
}

#popover-city {
    left: 20px;
    display: block;
    min-width: 245px;
    font-size: 13px;
}
#popover-city .btn-group {
    margin-bottom: 13px;
}
.renewcaptcha {
	color: #7da580;
	text-decoration: none;
	cursor: pointer;
	font-size: 10px;
}
.renewcaptcha:hover {
	text-decoration: underline;
}
#xcaptcha_img {
	float: left;
}
#xcaptcha {
	width: 160px;
	float: left;
	margin: 10px;
}
.xcp {
	float: left;
	margin: 10px;
}
.xcxinp {
	width: 160px;
}
.xcpbtn {
	margin-left: 15px;
}
.clr {
	clear: both;
}
.table-zebra tbody tr:nth-child(odd){
	background: #fff;	
}
.table-zebra tbody tr:nth-child(even){
	background: #f2f6f8;	
}
.table-center td {
	text-align: center;
>>>>>>> 520b7ccb64dd7f4395408ca81051dcf6a1a414d3
}