@font-face {
    font-family: 'Droid Serif';
    src: url('droidsans-webfont.eot');
    src: url('droidsans-webfont.eot?#iefix') format('embedded-opentype'),
        url('droidsans-webfont.woff') format('woff'),
        url('droidsans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Droid Serif';
    src: url('droidserif-italic-webfont.eot');
    src: url('droidserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('droidserif-italic-webfont.woff') format('woff'),
        url('droidserif-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Droid Serif';
    src: url('droidsans-bold-webfont.eot');
    src: url('droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('droidsans-bold-webfont.woff') format('woff'),
        url('droidsans-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*{margin: 0; padding: 0;}
html, body {height: 100%;}
.wrapper {min-height: 100%;}
*html .wrapper {height: 100%;}
a {outline: none; text-decoration: none;}
input {outline: none;}
img, a img {border: none;}
textarea {resize: none;}
.inl {vertical-align: top;display: inline-block; *zoom: 1; *display: inline;}
.top {vertical-align: top;}
.mid {vertical-align: middle;}
.bottom {vertical-align: bottom;}
.align_center {text-align: center;}
.align_left {text-align: left;}
.align_right {text-align: right;}

body {font-family: arial; color: #603F1D; font-size: 14px;background: url(../image/wrapp_bg.gif) repeat 0 0 transparent;}
.wrapper {
    position: relative;
    background: url(../image/bg_top.jpg) no-repeat center 0 transparent;
}
.headerWrapp {
    width: 100%; 
    position: relative;
    z-index: 3;
}
.header {
    margin: 0 auto;
    width: 960px;
    height: 120px;
}
.logoWrapp {
    height: 112px;
    padding-top: 8px;
    width: 301px;
}
.rightHeader {
    width: 652px;
    height: 100%;
}
.topBar {
}
.page_404 p{margin-bottom: 34px;}
.page_404 a{color: #FF4200; text-decoration: underline;}
.page_404_img{text-align: center; margin-top: 42px;}

.language {
    padding-left: 156px;
    padding-right: 32px;
}
.language li a {
    border-left: 1px solid #ababab;
    color: #ababab;
    font-family: arial;
    font-size: 11px;
    padding: 0 7px;
    text-decoration: none;
}
.language li:first-child a {
    border: none;
}
.language li a.active {
    color: #ff4200;
}
.searchWrapp {
    position: relative;
}
.searchWrapp input[type="text"] {
    background: url(../image/search_input.png) no-repeat 0 0 transparent;    
    height: 32px;
    line-height: 32px;
    border: none;
    padding: 0 40px 0 20px;
    width: 214px;
    margin-top: 3px;
    color: #ff4200;
    font-size: 12px;
    font-family: arial;
}
.searchWrapp input[type="submit"] {
    position: absolute;
    top: 7px;
    right: 12px;
    cursor: pointer;
    background: url(../image/search_butt_guitar.png) no-repeat 6px 3px transparent;
    z-index: 1;
    border: none;
    width: 27px;
    height: 24px;
}
.mainMenu {
    padding-top: 30px;
}
.mainMenu li {  
    position: relative;
    text-align: center;
    background: url(../image/main_menu_button_border.png) no-repeat left center transparent;
}
.mainMenu li:first-child {
    border-left: none; 
    background: none;
}
.mainMenu li.last {
    border-right: none;
}
.mainMenu li a {
    color: #62401B;
    display: inline-block;
    background: url(../image/main_menu_button_bg.png) no-repeat 9px center transparent;
    font-family: arial;
    font-size: 14px;
    height: 31px;
    line-height: 30px;
    border-radius: 3px;
    padding-left: 25px;
    padding-right: 14px;
}
.mainMenu li a.active {
    background-color: rgba(255,255,255,0.8);
}

.mainMenu>ul {
    display: flex;
    justify-content: space-between;    
}

/*
.mainMenu li .dropDown {
    background: url("../image/dropDown_bg.png") no-repeat scroll 0 6px transparent;
    display: none;
    height: 118px;
    left: 9px;
    padding: 35px 0 0;
    position: absolute;
    top: 27px;
    width: 219px;
    z-index: 3;
}*/
.mainMenu li .dropDown ul {
    padding: 0;
    list-style: none;
}
.mainMenu li .dropDown ul li {    
    padding-bottom: 17px;
    text-align: left;
    padding-left: 0;
    white-space: nowrap;
    background: none;
    width: auto;
}
.mainMenu li .dropDown ul li a {
    background-image: none;    
    padding: 0;
    padding-left: 36px;
    height: auto;
    line-height: 16px;
    
}


.mainMenu>ul>li:hover>a {
    color: #ffffff;
    background-color: #863418;
}
.mainMenu>ul>li:hover>a.active {
    color: #62401B;
    background-color: #ffffff;
}
.mainMenu>ul>li:hover>.dropDown {display: block;}
.mainMenu li .dropDown ul li a:hover {
    background: url("../image/main_menu_button_bg.png") no-repeat 14px center transparent;
    color: #ff4200;
}

.bunnerWrapp {    
    height: 480px;
    background: #ffffff;
    position: relative;
}
.bunnerWrapp .border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 14px;
    background-repeat: repeat-x;
    background-color: transparent;
    background-position: 0 0;
    z-index: 2;
}
.bunnerWrapp .top_border {
    background: url(../image/top_bunner_border.png);
    top: 0;
}
.bunnerWrapp .bottom_border {
    background: url(../image/bottom_bunner_border.png);
    bottom: 0;
}
.bunnerWrapp .shadow {
    position: absolute;
    top: 0;
}
.bunnerWrapp .leftShadow {
    left: 0;
}
.bunnerWrapp .rightShadow {
    right: 0;
}

.nawPanel {
    background: url("../image/naw_panel_bg.png") no-repeat scroll -3px 0 transparent;
    height: 53px;
    margin-top: 12px;
    padding: 0 10px;
    width: 940px;
    margin-bottom: 26px;
}
.cat {
    height: 33px;
    margin-bottom: 26px;
    position: relative;
}
.readMore{display: none;}
.newsBlock{margin-bottom: 35px;width: 645px; position: relative;}
.news_item_content{font-size: 12px; line-height: 18px;}

.newsBlock a{
    color: #603F1D;
}
.news_item_date {
    border-bottom: 1px dashed #AF8E6C;
    font-size: 12px;
    color: #FF4200;
    height: auto;
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 100%;
}
.news_item_content img{float: left; margin: 0 12px 8px 0;}
.news_item_arr{
    bottom: -21px;
    position: absolute;
    right: 0; 
    background: url("../image/main_menu_button_bg.png") no-repeat scroll left center transparent;
    color: #FF4200 !important;
    font-size: 11px;
    padding-left: 16px;
    text-decoration: underline;  
}


.sort {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 1;
}
.sort p {
    color: #603f1d;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
}
.leftCat {
    width: 645px;
    position: relative;
}
.leftCat .tov {
    display: inline-block;
    margin: 0 7px 30px;
    vertical-align: top;
    cursor: pointer;
    *zoom: 1;
    *display: inline;
}
.leftCat .tov .op{
     margin-bottom: 20px;
}
/*
.leftCat .tov .img {
    position: relative;
    background-color: #FFFFFF;
    text-align: center;
    border: 1px solid #D0CBC0;
    height: 299px;
    width: 300px;
    margin-bottom: 16px;
    border-radius: 3px;
}*/
.leftCat .tov .img .buu {
    position: absolute;
    display: none;
    background: url(../image/buu_bg.png) no-repeat 0 0 transparent;
    width: 58px;
    height: 38px;
    top: 123px;
    left: 126px;
    z-index: 1;
}
.leftCat .tov .img img {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.leftCat .tov p {
    color: #603f1d;
    font-size: 14px;
    text-transform: uppercase;
}
.leftCat .tov:hover p {
    color: #ff4200;
}
.leftCat .tov:hover .buu {
    display: block;
}
.vision {
    width: 34px;
    height: 16px;
    padding-top: 4px;
    cursor: pointer;
}
.vision.active{
    cursor: default;
}

.vision_1.active {
    background: url(../image/vid_1.png) no-repeat 0 bottom transparent;
}
.vision_2.active {
    background: url(../image/vid_2.png) no-repeat 0 bottom transparent;
}
.vision_1 {
    background: url(../image/vid_1_nonactive.png) no-repeat 0 bottom transparent;
}
.vision_2 {
    background: url(../image/vid_2_nonactive.png) no-repeat 0 bottom transparent;
}

.leftCat .table .tov {
    width: 620px;
    margin-bottom: 0;
}
.leftCat .table .tov .img {
    width: 220px;
    height: 218px;
    margin-right: 15px;
    margin-bottom: 14px;
}
.leftCat .table .tov .img .buu {
    left: 85px;
    top: 90px;
}
.leftCat .table .za {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 3px;
}
.leftCat .table .op p, .param_name_header, .param_value {
    font-size: 12px;
    font-weight: bold;
    color: #402b15;
    text-transform: none;
    line-height: 24px;
}


.leftCat .table .op p>span, .param_value {
    font-weight: normal;
}
.leftCat .table .tov span {
    padding-left: 8px;
}
.leftCat .table .tov .las {
    padding-left: 5px;
}
.leftCat .table .tov:hover p.za,
.leftCat .table .tov:hover .param_value {
    color: #ff4200;
}
.leftCat .prod_detailed_img {
    width: 100%;
    text-align: center;
    height: auto;
}

.img_prod_detailed_cont{
    width: 630px;
    height: 465px;
    position: relative;
}
.img_prod_detailed_cont img{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.prod_detailed_img_thumbs_cont{
    height: 94px;
    margin-top: 30px;
    position: relative;
}

.prod_detailed_img_thumbs{
    height: 94px;
    position: relative;
    overflow: hidden;
    width: 488px;
    left: 82px;
}

.prod_detailed_img_thumbs .thumb_line{
    height: 94px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 488px;
    text-align: center;
}

.prod_detailed_img_thumbs_cont .thumb_left,.prod_detailed_img_thumbs_cont .thumb_right{
    cursor: pointer;
    height: 24px;
    width: 14px;
    position: absolute;
    top: 35px;
}

.prod_detailed_img_thumbs_cont .thumb_left{
    background: url("../image/left_arrow.png") no-repeat scroll 0 0 transparent;
    left: 47px;
}
.prod_detailed_img_thumbs_cont .thumb_right{
    background: url("../image/right_arrow.png") no-repeat scroll 0 0 transparent;
    left: 588px;
}



.prod_detailed_img_thumbs img.act{
    cursor: default;
    border: 1px solid #A46A45;
}

.prod_detailed_img_thumbs img{margin: 0; padding: 0px; cursor: pointer; border: 1px solid transparent;}


.item_desc{
    width: 267px;
    margin-bottom: 15px;
}

.prod_detailed_op {
    /*background: url("../image/det.png") no-repeat scroll 0 0 transparent;*/
    /*height: 263px;*/
    padding: 20px 17px 0 25px;
    width: 267px;
    border-radius: 8px;
    border-left: 1px solid #F8F7F5;
    border-top: 1px solid #F8F7F5;
    box-shadow: 0 0 0 0 #C2BDB3;
    box-shadow: 1px 1px 3px 0 #ACA79D;
    background: rgb(234,231,224); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(234,231,224,1) 0%, rgba(216,212,199,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,231,224,1)), color-stop(100%,rgba(216,212,199,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(234,231,224,1) 0%,rgba(216,212,199,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(234,231,224,1) 0%,rgba(216,212,199,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(234,231,224,1) 0%,rgba(216,212,199,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(234,231,224,1) 0%,rgba(216,212,199,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae7e0', endColorstr='#d8d4c7',GradientType=0 ); /* IE6-9 */
}




.prod_detailed_op ul {
    list-style: none;
    padding: 0;
}
.prod_detailed_op li {    
    color: #FF4200;
    font-size: 14px;
    padding-bottom: 20px;
}
.prod_detailed_op li span {
    color: #603F1D;
    display: inline-block;
    width: 134px;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.prod_detailed_op li span.op_val{
    color: #FF4200;
    width: 125px;
    padding-left: 3px;
}

.prod_detailed_op li span.op_val .colorBlock{
    position: relative;
    margin: 2px;
    display: inline-block;
    *zoom: 1;
    *display: inline; 
}
.op_val_color{
    line-height: 0px;
}
.op_val_color .popUp{line-height: 10px;}

.button {
    background: url("../image/button_bg.png") no-repeat scroll 0 0 transparent;
    color: #1E1511;
    cursor: pointer;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 101px;
    margin-right: 5px;
    margin-top: 9px;
}

.rightCat .sliBlock {
    background-color: #E2D9C7;
    border-color: #A2ACAE #CCCAC0 #EEEBE6 #CCCABE;
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #A2ACAE inset;
    padding: 5px;
    margin-bottom: 17px;
    width: 290px;
}

.sliderSli {
    margin-top: 16px;
    margin-bottom: 8px;
    display: none;
}
.sliderSli1 {
    margin-top: 5px;
}
.sliderSli ul {
    list-style: none;
    padding: 0;
}
.sliderSli ul li {
    padding-bottom: 3px;
}
.sliderSli label {
    color: #603f1d;
    font-family: arial;
    font-size: 12px;
}

.checkboxWrapper {
    height: 20px;
    width: 20px;
    margin: 0 13px;    
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
}
.checkboxWrapper input {
    visibility: hidden;
    width: 0;
    height: 0;
}
.checkbox {
    background: url(../image/input_normal.png) no-repeat 0 0 transparent;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.checkbox.check {
    background: url(../image/input_checked.png) no-repeat 0 0 transparent;
}

.selectWrapper {
    height: 27px;
    position: relative;
    cursor: pointer;
}
.selectWrapper select {
    visibility: hidden;
}

.paginator {
    background: url(../image/paginator_bg.png) no-repeat 0 0 transparent;
    padding: 0 33px;
    width: 563px;
    height: 66px;
}
.paginator table {
    width: 100%;
    height: 66px;
}
.paginator table td {    
    text-align: left;
    vertical-align: bottom;
    font-size: 14px;
    font-family: arial;
    color: #603f1d;
    background: url(../image/paginator_line.png) no-repeat 5px bottom transparent;
}
.paginator td a {
    font-size: 14px;
    font-family: arial;
    color: #603f1d;
    text-decoration: none;
}
.paginator table td div {
    height: 15px;
    padding: 48px 0 0 12px;

}
.paginator table td:first-child {
    background: none;
}
.paginator table td.active a {
    color: #ff4200;
}
.paginator table td.active div {
    background: url(../image/paginator_activePage.png) no-repeat -2px top transparent;
}
.paginator table td.active div a {
    cursor: default;
}


.paginator table td.noNam {
    cursor: default;
    background: none;
    padding-right: 3px;
}
.paginator table td.last {
    text-align: right;
    background: none;
    width: 22px;
}

.selectWrapper .selectButton {
    background: url(../image/select_tovs_pocaz_button.png) no-repeat 0 0 transparent;
    position: absolute;
    top: 4px;
    left: 82px;
    width: 18px;
    height: 19px;
    cursor: pointer;
    z-index: 1;
}
.selectWrapper .selectOption {
    background: url("../image/select_tovs_pocaz_bg.png") no-repeat scroll 0 0 transparent;
    color: #603F1D;
    font-size: 12px;
    height: 32px;
    left: 7px;
    line-height: 32px;
    padding: 0 20px 0 25px;
    position: relative;
    width: 63px;
}
.selectWrapper .selectContainer {
    left: 9px;
    padding: 14px 0;
    position: absolute;
    top: 27px;
    display: none;
}
.selectWrapper .topBg {
    background: url(../image/dd-up.png) no-repeat 0 0 transparent;
    position: absolute;
    top: 0;
    width: 101px;
    height: 14px;
    left: 0;
}
.selectWrapper .botBg {
    background: url(../image/dd-bottom.png) no-repeat 0 0 transparent;
    position: absolute;
    bottom: 0;
    width: 101px;
    height: 14px;
    left: 0;
}
.selectWrapper .select {
    list-style: none;
    text-align: center;
    color: #603F1D;
    font-size: 14px;
    line-height: 24px;
    width: 101px;
    background: url(../image/dd-m.png) repeat-y 0 0 transparent;
}
.selectWrapper .select li {
    cursor: pointer;
}

.sliBlock .sliZag {
    background: url(../image/sliBlock_zag.png) no-repeat 0 0 transparent;
    width: 290px;
    height: 42px;    
}
.sliBlock .sliZag p.but {
    background: url("../image/sliBlock_plus.png") no-repeat scroll 12px 11px transparent;
    color: #603F1D;
    cursor: pointer;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.3px;
    padding: 12px 0 10px 45px;
}
.sliBlock .sliZag.opend span {
    background-image: url(../image/sliBlock_minus.png);
}
.sliBlock.open .sliZag span {
    background: url("../image/sliBlock_minus.png") no-repeat scroll 12px 10px transparent;
}

.sliderSliInner {
    background: url("../image/border_slid_top.png") no-repeat scroll center bottom transparent;
    padding-bottom: 16px;
    padding-top: 14px;    
}
.sliderSliInner .but {
    background: url("../image/sliBlock_plus.png") no-repeat scroll 12px 0 transparent;
    color: #603F1D;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    letter-spacing: -0.3px;
    line-height: 17px;
    padding-left: 45px;
}
.sliderSliInner .but.opend {
    background-image: url("../image/sliBlock_minus.png");
}
.inSliderInner .colorBlock {
    display: inline-block;
    padding: 3px;
    background-color: #e2d9c7;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}
.inSliderInner .colorBlock.acti {
    padding: 1px;
}
.inSliderInner .colorBlock.acti img {
    border: 2px solid #ffffff;
}
.inSliderInner .colorBlock img {
    cursor: pointer;
}
.inSliderInner {
    display: none;
    margin-top: 3px;
}
.inSliderInner ul {
    padding-left: 30px;
}

.nawPanel a {
    font-family: tahoma;
    font-size: 12px;
    color: #603f1d;
    line-height: 53px;
    padding-left: 42px;
    background: url("../image/main_menu_button_bg.png") no-repeat scroll 12px bottom transparent;
}
.nawPanel a:first-child {
    padding-left: 0;
    background: none;
}
.nawPanel a.current {
    color: #ff4200;
}
h1 {
    font-family: Droid Serif;
    font-style: italic;
    font-weight: normal;
    color: #603f1d;
    font-size: 24px;
    text-indent: 11px;
}
.content {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 420px;
}
.smallProdIndex {
    padding: 42px 6px;
}
.smallProdIndex .smallProd {
    color: #603F1D;
    cursor: pointer;
    font-family: Droid Serif;
    font-style: italic;
    height: 165px;
    padding: 10px 23px 0 25px;
    position: relative;
    width: 255px;
    margin-left: 14px;
}
.smallProdIndex .smallProd h2 {
    margin-bottom: 15px;
    font-weight: normal;
    color: #FF4200;    
}
.smallProdIndex .smallProd p {
    font-size: 14px;
    line-height: 24px;
}
.smallProdIndex .smallProd:first-child {
    margin-left: 0px;
}
.smallProdIndex .smallProd.guitar {
    background: url(../image/prod_guitar_index.png) no-repeat 0 0 transparent;
}
.smallProdIndex .smallProd.ban {
    background: url(../image/prod_ban_index.png) no-repeat 0 0 transparent;
}

.smallProdIndex .smallProd.stil {
    background: url(../image/main/stil.png) no-repeat 0 0 transparent;
}
.smallProdIndex .smallProd.stilec {
    background: url(../image/main/stilec.png) no-repeat 0 0 transparent;
}
.smallProdIndex .smallProd.vishak {
    background: url(../image/main/vishak.png) no-repeat 0 0 transparent;
}

.smallProdIndex .smallProd.guitar img {
    position: absolute;
    top: -15px;
    right: -7px;
    z-index: 1;
}
.smallProdIndex .smallProd.ban img {
    position: absolute;
    top: -9px;
    right: -11px;
    z-index: 1;
}

/* footer */

.footerContainer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.footerWrapp {
    width: 100%;
    height: 331px;
    background: url(../image/footer_bg_wrapp.jpg) repeat-x 0 0 transparent;
}
.footerCont {
    width: 960px;
    margin: 0 auto;
    background: url(../image/footer_bg.jpg) no-repeat 0 0 transparent;
    height: 100%;
}
.botSocLinks {
    height: 42px;
    width: 960px;
    margin: 0 auto;
}
.topFoot {
    height: 267px;
}
.topFoot .bl {
    padding: 20px 10px 0 8px;
    width: 299px;
    height: 247px;
    position: relative;
}

.topFoot .bl h3 {
    font-family: Droid Serif;
    font-size: 18px;
    color: #b09473;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 25px;
}
.topFoot .bl .nam {
    font-family: Droid Serif;
    font-size: 40px;
    line-height: 40px;
    color: #ddbd97;
    margin-top: 3px;
    text-indent: 2px;
    margin-bottom: -5px;
}
.topFoot .bl p {
    color: #b09473;
    font-size: 12px;
    text-indent: 12px;
    line-height: 18px;
    font-family: arial;
}
.topFoot .bl .news {
    position: relative;
    padding-bottom: 37px;
}
.topFoot .bl .news a {
    position: absolute;
    background: url("../image/main_menu_button_bg.png") no-repeat left center transparent;
    padding-left: 16px;
    right: 0;
    bottom: 18px;
    color: #ff4200;
    text-decoration: underline;
    font-size: 11px;
}
.topFoot .bl .footLogo {
    position: relative;
    left: -3px;
    margin-bottom: 16px;
}
.topFoot .bl .noindent {
    text-indent: 1px;
}
.yellow_but {
    background: url(../image/yelow_but_bg.png) no-repeat 0 0 transparent;
    width: 145px;   
    height: 40px;
    font-size: 13px;
    font-family: arial;
    color: #1e1511;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 84px;
    bottom: 32px;
}
.news_btn {
    bottom: 0;
    left: 811px;
    position: relative;
}
.topFoot .bl .news p {
    text-indent: 0;
    height: 35px;
    overflow: hidden;
}
.topFoot .bl .nam span {
    font-size: 30px;
}

.botFoot {
    padding-top: 19px;
    position: relative;
}
.botFoot div {
    position: absolute;
    top: 19px;
    right: 0;
}
.botFoot p,
.botFoot a {
    color: #946f5b;
    font-size: 11px;
    font-family: arial;
}
.botFoot p span,
.botFoot a span {
    color: #ffffff;    
}
.botFoot p span {
    text-transform: uppercase;
}
.botSocLinks {
    height: 42px;
    margin: 0 auto;
    text-align: center;
    width: 960px;
}
.bot_soc_item {
    height: 20px;
    margin: 12px 5px 0;
    overflow: hidden;
}

.table {
    color: #603f1d;
    font-family: arial;
    font-size: 14px;
}
.table td {
    padding: 0 0 12px;
    vertical-align: top;
}
.table tr td:first-child {
    padding-right: 32px;
}
.contact tr td:first-child {
    padding-right: 15px;
}
.contact, .dulleru {
    font-size: 12px;
    margin-left: 8px;
    margin-top: 5px;
}
.contact p {
    line-height: 18px;
}
.contact td {
    padding: 0 0 19px;
}

.text p {
    font-size: 12px;
    line-height: 18px;
    text-indent: 10px;
}
.text .nagorodu p {
    font-size: 14px;
    line-height: 30px;
}
.text .nagorodu p span {
    color: #ff4200;
    text-decoration: underline;
}
.col_left {width: 540px;}
.col_right {
    width: 405px;
    padding-top: 6px;
}
.col_right p {
    font-size: 12px;
}
.col_right p:first-child {
    margin-bottom: 20px;
}
.col_right div {
    position: relative;
}
.col_right label {
    font-size: 12px;
    left: 19px;
    position: absolute;
    top: 12px;
    cursor: text;
    z-index: 1;
}
.col_right .feedback_msg{margin-bottom: 11px; display: none;}
.col_right .red{color: #CF2929;}
.col_right input[type="text"]{
    background-color: #EFEAE1;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 2px #C5C1B8;
    height: 40px;
    width: 385px;
    padding-left: 19px;
    margin-bottom: 10px;
    color: #603F1D;
    font-family: arial;
    font-size: 12px;
}
.col_right textarea {
    background-color: #EFEAE1;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 2px #C5C1B8;
    height: 69px;
    color: #603F1D;
    font-family: arial;
    font-size: 12px;
    width: 376px;
    margin-bottom: 10px;
    padding: 12px 10px 10px 18px;
}
.capch {
    padding-top: 5px;
}
.for_capch {
    width: 120px;
}
.capch input[type="text"]{
    width: 111px;
    margin: 0;
}
.capch input[type="button"]{
    background: url("../image/yelow_but_bg.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #1E1511;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin-left: 2px;
    text-align: center;
    width: 145px;
    cursor: pointer;
}
.capch label {
    left: 140px;
    top: 20px;
}

.inSliderInner .colorBlock {
    position: relative;
}
.popUp {
    background: none repeat scroll 0 0 #F3E2C0;
    border: 1px solid #B9A47C;
    border-radius: 2px 2px 2px 2px;
    left: 0px;
    padding: 5px;
    position: absolute;
    top: -18px;
    white-space: nowrap;
    z-index: 2;
    color: #010101;
    font-size: 12px;
}


/*точки в параметрах*/
.param_dots{border-bottom: 1px dotted #402B15; overflow: hidden; height: 15px;}
.param_name_header{
    float: left;    
    padding-right: 8px;}
.param_name{width: 210px;}
.param_line, .param_name, .param_value{line-height: 24px;}
.param_value{width: 160px;}

.catalog_social{margin-top: 30px; width: 303px;}
.catalog_social_fb, .catalog_social_vk, .catalog_social_ok {
    width: 97px;
}

#ajax_preloader{
    background-color: #E5E1D8;

    display: none;
    opacity: 0.8;
    position: absolute;
    top: -5px;
    width: 645px;
    z-index: 1;
    text-align: center;
}
#ajax_preloader .loader{
    width: 128px;
    height: 15px;
    margin-top: 10px;
    background: url("../image/ajax-loader.gif") no-repeat scroll 0 0 transparent;
}
.empty_store_list{
    height: 34px;
    color: #603F1D;
    font-size: 16px;
    padding: 5px 10px;
}

/* Меблі */
.catMebli{position: relative;}

.catMebli .tov {
    display: inline-block;
    width: 302px;
    vertical-align: top;
    margin: 0 7px 30px;
    text-align: center;
    *zoom: 1;
    *display: inline;
}
.catMebli .tov p {
    text-align: left;
    color: #603F1D;
    font-size: 14px;
}
.catMebli .img--- {    
    border: 1px solid #D0CBC0;
    border-radius: 3px 3px 3px 3px;
    height: 299px;
    margin-bottom: 16px;
    position: relative;
    text-align: center;
    width: 300px;
    cursor: pointer;
    /*background: rgb(180,211,203); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(180,211,203,1) 0%, rgba(180,211,203,1) 27%, rgba(211,226,223,1) 55%, rgba(247,249,248,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(180,211,203,1)), color-stop(27%,rgba(180,211,203,1)), color-stop(55%,rgba(211,226,223,1)), color-stop(100%,rgba(247,249,248,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(180,211,203,1) 0%,rgba(180,211,203,1) 27%,rgba(211,226,223,1) 55%,rgba(247,249,248,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(180,211,203,1) 0%,rgba(180,211,203,1) 27%,rgba(211,226,223,1) 55%,rgba(247,249,248,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(180,211,203,1) 0%,rgba(180,211,203,1) 27%,rgba(211,226,223,1) 55%,rgba(247,249,248,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(180,211,203,1) 0%,rgba(180,211,203,1) 27%,rgba(211,226,223,1) 55%,rgba(247,249,248,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4d3cb', endColorstr='#f7f9f8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.catMebli .img{    
   /* border: 1px solid #D0CBC0;
    border-radius: 3px 3px 3px 3px;*/
    height: 299px;
    margin-bottom: 16px;
    position: relative;
    text-align: center;
    width: 300px;
    cursor: pointer;
}

.catMebli .tov .img .buu {
    position: absolute;
    display: none;
    background: url(../image/buu_bg.png) no-repeat 0 0 transparent;
    width: 58px;
    height: 38px;
    top: 123px;
    left: 126px;
    z-index: 1;
}
.catMebli .tov:hover p {
    color: #ff4200;
}
.catMebli .tov:hover .buu {
    display: block;
}
.mebliPaginator {
    text-align: center;
}
.mebliPaginator a {
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    vertical-align: middle;
    background: #ffffff;
    color: #603F1D;
    cursor: pointer;
    margin: 0 2px;
    *zoom: 1;
    *display: inline;
}
.mebliPaginator a.dots {
    background: none;
    padding: 0;
    cursor: default;
    color: #fd4b0c;
}
.mebliPaginator a:hover {
    border: 1px solid #fd4b0c;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
}
.mebliPaginator a.dots:hover {
    background: none;
    padding: 0;
    height: 22px;
    line-height: 22px;
    border: none;
} 
.mebliPaginator a.curPage {
    background-color: #5c4023;
    color: #ffffff;
}
.mebliPaginator a.curPage:hover {
    border: none;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
}
.mebliPaginator .leftSl,
.mebliPaginator .rightSl {
    line-height: 19px;
}
.mebliPaginator .leftSl:hover,
.mebliPaginator .rightSl:hover {
    line-height: 17px;
}



.mainMenu li .dropDown {
    background: url("../image/dropDown_bg.png") no-repeat scroll 0 6px transparent;
    display: none;
    left: 9px;
    padding: 30px 7px 0;
    position: absolute;
    top: 27px;
    width: 205px;
    z-index: 3;
}

.back_to_store {
    margin-top: 15px;
    text-align: right;
}
.back_to_store .yellow_but {
    bottom: 0;
    left: 0;
    position: relative;
}


.search_r {
    margin: 0 0 15px;
    text-indent: 9px;
}


.mainMenu li .dropDown ul {
    border-radius: 3px;
    border-left: 1px solid #ffffff;
    box-shadow: 1px 2px 2px rgba(21, 61, 87, 0.2);
    background: rgb(248,244,237); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(248,244,237,1) 0%, rgba(223,218,208,1) 78%, rgba(223,218,208,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,244,237,1)), color-stop(78%,rgba(223,218,208,1)), color-stop(100%,rgba(223,218,208,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(248,244,237,1) 0%,rgba(223,218,208,1) 78%,rgba(223,218,208,1) 100%); /* Chrome10+,Safari5.1+ */

