/*main*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 100.01%;
}

body {
    margin: 0;
    padding: 0;
    color: #000000;
    font: 14px Arial, Helvetica, sans-serif;
    height: 100%;
    background: url("/images/bg_site_new.jpg") repeat fixed center top #f5f5f5;
}

.new-year-2015 { background: url("/images/holidays/new-year-2015-60.jpg") repeat-x fixed center top #FFFFFF; }
.new-year { background: url("/images/holidays/new-year-30.jpg") repeat-x scroll center top #FFFFFF; }
.st-valentines { background: url("/images/holidays/st-valentines-50.jpg") repeat-x fixed center top #FFFFFF; }
.for-men { background: url("/images/holidays/for-men-50.jpg") repeat-x scroll center top #FFFFFF;}
.for-women { background: url("/images/holidays/for-women-50.jpg") repeat-x scroll center top #FFFFFF; }

a {
    /*color:#9a762e;*/
    color: #000000;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

form {
    margin: 0;
    padding: 0;
}

table,
td,
tr {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: top;
}

input, textarea {
    outline: none;
}

textarea {
    overflow: auto;
}

/*#shapka { position:relative; height: 37px; overflow:hidden; width:1020px; margin:0 auto; z-index:1; }*/
#shapka {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: white;
    box-shadow: 0 1px 10px #C6C6C6;
    -moz-box-shadow: 0 1px 10px #C6C6C6;
    -webkit-box-shadow: 0 1px 10px #C6C6C6;
    border-bottom: 0px solid #c6c6c6;
}

#shapka .sh_wrap {
    height: 36px;
    overflow: hidden;
    width: 1020px;
    margin: 0 auto;
    position: relative;
}

.new-year  a {
    color: #fff !important;
}

a.black, a.tel { border-bottom: 0px!important; text-decoration: none; }
.new-year .black, .new-year li {
    color: #fff !important;
}

.new-year  .avtorization li a, .new-year #city_target {
    border-bottom: 1px dashed #FFF !important;
    text-decoration: none !important;
}

.new-year .avtorization {
    background: url("/images/bg_avtoriz2.png") no-repeat scroll 0 0 transparent;
}

/*HEADER*/
#fixed_blocks {
    position: fixed;
    left: 50%;
    width: 1020px;
    margin-left: -510px;
    top: 465px;
    height: 0;
    z-index: 98;
}

#fixed_blocks2 {
    position: fixed;
    left: 50%;
    width: 1020px;
    margin-left: -510px;
    top: 347px;
    height: 0;
    z-index: 98;
    display: none;
}

#behind_wrap_fotos {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

#behind_wrap_fotos  .fotos {
    margin: 0 auto;
    max-width: 1374px;
    min-width: 1000px;
    position: relative;
}

#behind_wrap_fotos .foto1 {
    position: absolute;
    left: 12px;
    top: 270px;
}

#behind_wrap_fotos .foto2 {
    position: absolute;
    right: 0;
    top: 263px;
}

#n_wrap {
    position: relative;
    min-height: 100%;
    /*overflow: hidden;*/
    width: 1020px;
    margin: 0 auto;
    padding-top: 37px;
    z-index: 1;
    background: url(/images/n-bg-1.gif) 0 bottom repeat-x #fff;
    -moz-box-shadow: 0 1px 10px #C6C6C6;
    box-shadow: 0 1px 10px #C6C6C6;
    -webkit-box-shadow: 0 1px 10px #C6C6C6;
}

#n_header, #n_content, #n_footer {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#cloud {
    width: 221px;
    height: 176px;
    z-index: 50;
    position: absolute;
    left: 400px;
    top: 300px;
    background: url(/images/bg_cloud.png) 0 0 no-repeat;
    font: 14px/18px Arial, Helvetica, sans-serif;
    color: #565656;
    padding: 95px 78px 5px 60px;
    text-align: center;
}

#cloud .close {
    position: absolute;
    right: 26px;
    top: 46px;
    width: 42px;
    height: 42px;
    cursor: pointer;
}

#cloud p {
    margin: 6px 0 0 0;
}

#cloud a {
    color: #b08e4d;
}

/*header2*/
#header {
    width: 100%;
    position: relative;
    z-index: 7;
    height: 185px;
    background: transparent url(/images/site_bg_new.png) 0 0 repeat-x;
}

#header .logo {
    position: absolute;
    left: 41px;
    top: 10px;
}

#head_search {
    position: absolute;
    z-index: 6;
    left: 360px;
    top: 40px;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    width: 445px;
    height: 32px;
    background: url(/images/bg_search.png) 0 0 no-repeat;
}

#head_search .txt {
    float: left;
    width: 427px;
    font: 18px Arial, Helvetica, sans-serif;
    color: #000000;
    height: 26px;
    padding: 3px 0 3px 6px;
    border: none;
    background: none;
}

#head_search .sub {
    position: relative;
    float: right;
    width: 13px;
    height: 13px;
    background: url(/images/sprite_12.png) 0 -202px no-repeat;
    cursor: pointer;
    border: 0;
    margin: -23px 8px 0 0;
}

#head_search .hide_input_text_block {
    font: 14px Arial, Helvetica, sans-serif;
    color: #8c8b8b;
    float: left;
}

#head_search .list {
    width: 370px;
    position: absolute;
    left: -1px;
    top: 33px;
    border: 1px solid #000000;
    background: #ffffff;
    -moz-box-shadow: 0 1px 2px #333333;
    box-shadow: 0 1px 2px #333333;
    -webkit-box-shadow: 0 1px 2px #333333;
    display: none;
}

#head_search .list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#head_search .list li {
    float: left;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}

#head_search .list li a {
    text-decoration: none;
    display: block;
    padding: 8px 0 8px 7px;
    float: left;
    width: 459px;
}

#head_search .list li a:hover {
    background: #e3e3e3;
}

#head_search .list .img {
    float: left;
    width: 33px;
    border: 1px solid #adadad;
}

#head_search .list .text {
    color: #676767;
    float: left;
    width: 288px;
    padding: 2px 0 0 8px;
    font-size: 12px;
}

#head_search .list .text p {
    margin: 1px 0 0 0;
}

#head_search .list .text p.name {
    color: #9a762e;
    font-size: 14px;
    margin: 0;
}

#head_search .list .text p.name a {
    color: #9a762e;
    text-decoration: none;
}

#head_search .list .all_results {
    font-size: 14px;
    color: #000000;
    clear: both;
    background: #e3e3e3;
    padding: 4px 0 8px 10px;
}

#head_search .list .all_results a {
    color: #000000;
    text-decoration: none;
}

#head_search .list .all_results a:hover {
    text-decoration: underline;
}

.hide_input_text_block {
    position: relative;
    display: inline-block;
}

.hide_input_text_block .input_text_hide {
    position: absolute;
    left: 7px;
    top: 8px;
    cursor: text;
    z-index: 90;
}

#shapka .tels {
    position: absolute;
    left: 31px;
    top: 9px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 804px;
}

#shapka .tels li {
    color: #919191;
    display: inline;
    font: 12px Arial, Helvetica, sans-serif;
    /*padding-right:29px;*/
}

#shapka .tels .black {
    font-weight: bold;
    color: #000000;
}

#shapka .tels li.lright {
    float: right;
    padding-right: 29px;
}

#shapka .tels li.lleft {
    float: left;
    padding-right: 20px;
}

#shapka .tels li.lleft2 {
    float: left;
}

#shapka .tels li.lleft span.black {
    margin-right: 10px;
}

#shapka .dostavka {
    position: absolute;
    left: 345px;
    top: 44px;
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #b08e4d;
}

#shapka .favorite {
    color: #b08e4d;
    background: url(/images/bg_favorite2.png) 0 0 no-repeat;
    padding: 1px 0 2px 23px;
    font: bold 12px Arial, Helvetica, sans-serif;
    position: absolute;
    left: 855px;
    top: 89px;
}

#shapka .favorite a {
    color: #000000;
    text-decoration: none;
}

#shapka .favorite a:hover {
    text-decoration: underline;
}

#header .bascet {
    font: 12px/16px Arial, Helvetica, sans-serif;
    color: #4e4e4e;
    position: absolute;
    left: 855px;
    top: 23px;
    background: url(/images/sprite_12.png) -40px -225px no-repeat;
    padding: 10px 0 8px 55px;
    width: 75px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    z-index: 10;
	cursor: pointer;
}
#header .srav {
    font: 12px/16px Arial, Helvetica, sans-serif;
    color: #4e4e4e;
    position: absolute;
	left: 730px;
    top: 23px;
    background: url(/images/sprite_12.png) 10px -483px no-repeat;
    padding: 10px 0px 8px 45px;
	margin: 0px 0px 0px 0px;
    width: 75px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    z-index: 10;
	cursor: pointer;
}
#header .srav_actived { background-position: 10px -524px; }
#header .bascet_actived { background-position: -22px -570px; } 

#header .bascet  .buttons {
    display: none;
    border-top: 1px solid #f1f1f1;
    padding: 6px 0 0 11px;
    margin: 8px 0 0 -67px;
}

#header .bascet  .make_order, #header .bascet  .goto_bascet {
    height: 27px;
    float: left;
    display: block;
    width: 142px;
    font-weight: bold;
    text-decoration: none;
    color: #89651c;
    text-align: center;
    text-shadow: 0 1px 0 #eee0c5;
    background: url('data:image/gif;base64,R0lGODlhAQAbAMQAAO3btuTPpOzZtObRqPjpzPLhwP7y2+rXsOrYs+TOo+vYtOzZs/Dfvvzv1v/z3Pvu1OXQp/Hgv/foy+nWr+/eu+jTrO7cu+TOpOfSqgAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABsAAAUWoMVQwDRcAbZE0mM4DVEI2JVA1aEgIQA7') 0 0 repeat-x;
    border: 1px solid #b38c4f;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    font-size: 14px;
    position: relative;
    line-height: 26px;
}

#header .bascet   .goto_bascet {
    font-size: 12px;
    font-weight: normal;
    color: #505050;
    text-shadow: 0 1px 0 #ebebeb;
    background: url('data:image/gif;base64,R0lGODlhAQAbAMQAANnZ2dbW1uDg4OTk5PHx8dTU1N7e3vj4+Ojo6PX19eXl5eLi4tLS0vz8/N/f3+zs7Nvb293d3dzc3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABsAAAUUoLI4RiSdqARBTBEAkTAgD5EcTQgAOw==') 0 0 repeat-x;
    border: 1px solid #cccccc;
    margin-top: 5px;
}

#header .bascet:hover {
    -moz-box-shadow: 0 0 5px #5e5e5e;
    box-shadow: 0 0 5px #5e5e5e;
    -webkit-box-shadow: 0 0 5px #5e5e5e;
    background-color: #FFFFFF;
}

#header .bascet:hover .buttons {
    display: block;
}

#shapka .videogid {
    position: absolute;
    left: 31px;
    top: 10px;
    padding: 0 0 0 18px;
    white-space: nowrap;
    background: url(/images/bg_gid.png) 0 1px no-repeat;
    font: 12px Arial, Helvetica, sans-serif;
    color: #b01919;
    text-decoration: underline;
}

#shapka .videogid:hover {
    text-decoration: none;
}

#header .right_list .bascet .make_order, #header .right_list .bascet .goto_bascet {
    height: 27px;
    float: left;
    display: block;
    width: 142px;
    font-weight: bold;
    text-decoration: none;
    color: #89651c;
    text-align: center;
    text-shadow: 0 1px 0 #eee0c5;
    background: url('data:image/gif;base64,R0lGODlhAQAbAMQAAO3btuTPpOzZtObRqPjpzPLhwP7y2+rXsOrYs+TOo+vYtOzZs/Dfvvzv1v/z3Pvu1OXQp/Hgv/foy+nWr+/eu+jTrO7cu+TOpOfSqgAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABsAAAUWoMVQwDRcAbZE0mM4DVEI2JVA1aEgIQA7') 0 0 repeat-x;
    border: 1px solid #b38c4f;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    font-size: 14px;
    position: relative;
    line-height: 26px;
}

#header .right_list .bascet .goto_bascet {
    font-size: 12px;
    font-weight: normal;
    color: #505050;
    text-shadow: 0 1px 0 #ebebeb;
    background: url('data:image/gif;base64,R0lGODlhAQAbAMQAANnZ2dbW1uDg4OTk5PHx8dTU1N7e3vj4+Ojo6PX19eXl5eLi4tLS0vz8/N/f3+zs7Nvb293d3dzc3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABsAAAUUoLI4RiSdqARBTBEAkTAgD5EcTQgAOw==') 0 0 repeat-x;
    border: 1px solid #cccccc;
    margin-top: 5px;
}

#header .right_list .bascet:hover {
    -moz-box-shadow: 0 0 5px #5e5e5e;
    box-shadow: 0 0 5px #5e5e5e;
    -webkit-box-shadow: 0 0 5px #5e5e5e;
    background-color: #FFFFFF;
}

#header .right_list .bascet:hover .buttons {
    display: block;
}

#shapka .avtorization {
    list-style: none;
    padding: 1px 0 3px 27px;
    margin: 0;
    background: url(/images/bg_avtoriz.png) 0 0 no-repeat;
    position: absolute;
    right: 25px;
    top: 8px;
}

#shapka .avtorization li {
    float: left;
    font: bold 12px Arial, Helvetica, sans-serif;
    white-space: nowrap;
    padding-right: 10px;
}

#shapka .avtorization li a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dashed #000000;
}

#shapka .avtorization li.user a {
    border-bottom: none;
    text-decoration: underline;
}

#shapka .avtorization li.red a {
    color: #b01919;
}

#head_menu {
    position: absolute;
    left: 30px;
    top: 90px;
    width: 960px;
    height: 36px;
    background: url(/images/bg_hmenu.png) 0 0 repeat-x #000000;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -khtml-border-radius: 6px 6px 0 0;
    z-index: 5;
    -moz-box-shadow: 0 0 3px #666666;
    box-shadow: 0 0 3px #666666;
    -webkit-box-shadow: 0 0 3px #666666;
}

#head_menu:before {
    content: "";
    position: absolute;
    left: 1px;
    bottom: -4px;
    height: 4px;
    width: 958px;
    background: url(/images/bg_alph.png) 0 0 repeat-x;
}

#header .n_head_menu {
    position: absolute;
    left: -1px;
    top: 0px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 962px;
    height: 48px;
    z-index: 10;
}

#header .n_head_menu li.nitem, #header .n_head_menu li.nitem2 {
    font: 16px Arial, "Trebuchet MS", "Helvetica CY", sans-serif;
    float: left;
    height: 36px;
	color: #ffffff;
    background: url(/images/n-bg-6.png) 0 -6px no-repeat;
    -position: relative;
}
#header .n_head_menu li.nitem2:first-child  { background: none; }

#header .n_head_menu li.nlink {
    font: 16px Arial, "Trebuchet MS", "Helvetica CY", sans-serif;
    float: left;
    height: 36px;
    background: url(/images/n-bg-6.png) 0 -6px no-repeat;
	margin-left: 7px;
}
#header .n_head_menu li.nlink a:hover {
    color: #fff;
	text-decoration: underline;
}

#header .n_head_menu li.nitem:first-child {
    background: none;
}

#header .n_head_menu li.nitem2 a.it {
    font-weight: bold;
    text-decoration: none;
    float: left;
	color: #ffffff;
    padding: 7px 30px 3px 30px;
    height: 26px;
}

#header .n_head_menu li.nitem a.it {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none !important;
    float: left;
    padding: 7px 30px 3px 30px;
    height: 26px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    background: url(/images/n_bg_33.png) right 16px no-repeat;
}

#header .n_head_menu li.nitem a:hover,
#header .n_head_menu li.nitem2 a:hover {
    text-decoration: underline;
	color: #ffffff;
}

#header .n_head_menu li.nitem a.nohov,
#header .n_head_menu li.nitem2 a.nohov {
    text-decoration: underline !important;
	color: #ffffff;
}

#header .n_head_menu li.nitem a.it.gold,
#header .n_head_menu li.nitem2 a.it.gold {
    color:#bca464!important;
    color: #ffffff;
    background-position: right -57px;
}

#header .n_head_menu li.nitem.right {
    float: right;
    background: none;
    position: relative;
}

#header .n_head_menu li.nitem.right a.it {
    float: right;
}

#header .n_head_menu li.nitem.right .nsubmenux {
    width: 261px;
    background: #ffffff;
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    -khtml-border-radius: 0 10px 10px 10px;
}

#header .n_head_menu li.nitem.right .nsubmenux ul {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
}

#header .n_head_menu li.nitem.right .nsubmenux ul li {
    margin: 0 0 5px 0;
}

#header .n_head_menu li.nitem.right .nsubmenux a {
    color: #000000;
    text-decoration: none;
    font-weight: normal !important;
    font: 12px Verdana, Arial, Helvetica, sans-serif !important;
}

#header .n_head_menu li.nitem.right .nsubmenux a:hover {
    color: #AC8D56;
    /*text-decoration:underline*/
}

#header .n_head_menu li.nitem.right.lastT .nsubmenux {
    left: auto;
    right: 0;
}

#header .n_head_menu li.nitem.n_red a {
    color: #ff0000;
}
#header .n_head_menu li.nitem .bnone { background-image: none!important; }
#header .n_head_menu li.nitem:hover a.it {
    position: relative;
    z-index: 2;
    background-position: right -121px;
    background-color: #FFFFFF;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #d3d3d3;
    margin-top: -1px;
    color: #000000;
    padding-left: 29px;
    padding-right: 30px;
}

#header .n_head_menu li.nitem:hover a.bnone{
    padding-left: 30px;
}

#header .n_head_menu li.nitem:hover + li.nitem {
    background: none;
}

#header .n_head_menu li.nitem .nsubmenux {
    display: none;
    position: absolute;
    width: 960px;
    left: 0;
    top: 35px;
    border: 1px solid #D3D3D3;
    background-color: #FFFFFF;
    /* background:url(/images/n-bg-27.png) 199px 0 repeat-y #FFFFFF; */
    z-index: 1;
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    -khtml-border-radius: 0 10px 10px 10px;
    -moz-box-shadow: 3px 3px 4px #424242;
    box-shadow: 3px 3px 4px #424242;
    -webkit-box-shadow: 3px 3px 4px #424242;
    padding: 9px 0;
}

#header .n_head_menu li.nitem:hover .nsubmenux {
    display: block;
}

#header .n_head_menu li.nitem:first-child .nsubmenux {
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    -khtml-border-radius: 0 10px 10px 10px;
}

#header .n_head_menu li.hoverr a.it {
    position: relative;
    z-index: 2;
    background-position: right -21px;
    background-color: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-bottom: none;
    margin-top: -1px;
    color: #000000 !important;
    padding-left: 25px;
    padding-right: 33px;
}

#header .n_head_menu li.nitem.lastT:hover {
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    -moz-box-shadow: 3px 3px 4px #424242;
    box-shadow: 3px 3px 4px #424242;
    -webkit-box-shadow: 3px 3px 4px #424242;
}

#header .n_head_menu li.nitem.lastT .nsubmenux {
    border-radius: 10px 0 10px 10px;
    -moz-border-radius: 10px 0 10px 10px;
    -webkit-border-radius: 10px 0 10px 10px;
    -khtml-border-radius: 10px 0 10px 10px;
}

#header .n_head_menu li.nitem .nsubmenux  .before {
    content: "";
    position: absolute;
    left: 199px;
    top: 0;
    background: url(/images/n-sprite-1.png) -12px 9px no-repeat #ffffff;
    width: 10px;
    height: 31px;
    z-index: 1;
}

#header .n_head_menu li.nitem .nsubmenux  .after {
    content: "";
    position: absolute;
    left: 199px;
    bottom: 0;
    background: url(/images/n-sprite-1.png) 0 0 #ffffff no-repeat;
    width: 10px;
    height: 31px;
    z-index: 1;
}

#header .n_head_menu li.nitem .nsubmenux .mainmenu {
    float: left;
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
    width: 199px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#header .n_head_menu li.nitem .nsubmenux .mainmenu li {
    background: url(/images/n-bg-26.png) -1000px -1000px no-repeat;
}

#header .n_head_menu li.nitem .nsubmenux .mainmenu li a {
    color: #5C5C5C;
    text-decoration: none;
    display: block;
    padding: 8px 0 8px 9px;
    background: url(/images/n-sprite-1.png) 172px -56px no-repeat;
}

#header .n_head_menu li.nitem .nsubmenux .mainmenu li a strong {
    color: #000000;
    background: url(/images/n-bg-28.png) -1000px -1000px no-repeat;
}

#header .n_head_menu li.nitem .nsubmenux .mainmenu li.nactive a {
    border: 1px solid #D3D3D3;
    border-right: none;
    color: #AC8D56;
    padding: 7px 0 7px 8px;
    background: url(/images/n-sprite-1.png) 153px -34px no-repeat #ffffff;
}

#header .n_head_menu li.nitem .nsubmenux .mainmenu li.nactive a strong {
    color: #AC8D56;
}

#header .n_head_menu li.nitem .nsubmenux .n_sub_sub_menu {
    margin-left: -10px;
    padding: 0 0 13px 30px;
    float: left;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    display: none;
    line-height: 16px;
}

/*#header .n_head_menu li.nitem .nsubmenux .n_sub_sub_menu.nbgbg1 {background:url(/images/n-bg-26.png) 0 0 repeat-y;}*/
#header .n_head_menu li.nitem .nsubmenux .n_sub_sub_menu.nbgbg2 {
    background: url(/images/n-bg-28.png) 0 0 repeat-y;
}

#header .n_head_menu li.nitem .nsubmenux .n_sub_sub_menu a {
    text-decoration: none !important;
    color: #5c5c5c;
}

#header .n_head_menu li.nitem .nsubmenux .n_sub_sub_menu a:hover {
    text-decoration: underline !important;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg1 dl {
    margin: 0 0 0 28px;
    float: left;
    width: 158px;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg1 dl:first-child {
    margin-left: 0;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg1 dt {
    margin: 21px 0 0 0;
    font-weight: bold;
    color: #000000;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg1 dt:first-child {
    margin: 7px 0 0 0;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg1 dt a {
    color: #000000;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg1 dd {
    margin: 10px 0 0 0;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg1 .red a {
    color: #ff0000;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg1 .gold a {
    color: #ac8d56;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg2 dl {
    margin: 0 0 0 20px;
    float: left;
    width: 160px;
}
#n_watch_to_brands dl { width: 140px!important; }

#header .n_head_menu li.nitem .nsubmenux .nbgbg2 dl:first-child {
    margin-left: 0;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg2 dt {
    margin: 13px 0 0 0;
    font-weight: bold;
    color: #ac8d56;
    padding-bottom: 2px;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg2 dt:first-child {
    margin-top: 6px;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg2 dt a {
    color: #ac8d56;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg2 dd {
    margin: 9px 0 0 0;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg2 .red a {
    color: #ff0000;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg2 .green a {
    color: #339933;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg2 .blue a {
    color: #ff0000;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg2 .gold a {
    color: #ac8d56;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg2 .bold a,
#header .alphabet li.bold a {
    color: #7f7f7f;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg4 dl {
    margin: 0 0 0 28px;
    float: left;
    width: 350px;
    font-size: 14px !important;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg4 dl:first-child {
    margin-left: 0;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg4 dl a {
    color: #000000;
    display: block;
    height: 27px;
    padding: 13px 0 0 60px !important;
    background: url(/images/accessories.png) -7px -10px no-repeat;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg4 dd {
    margin: 5px 0 5px 0;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg4 .red a {
    color: #ff0000;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg4 .gold a {
    color: #ac8d56;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg4 .acc1 {
    background-position: -7px -10px;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg4 .acc2 {
    background-position: -51px -64px;
}

#header .n_head_menu li.nitem .nsubmenux .nbgbg4 .acc3 {
    background-position: -100px -118px;
}
#header .n_head_menu li.nitem .nsubmenux .nbgbg4 .acc4 {
    background-position: -152px -165px;
}





#header .alphabet {
    position: absolute;
    top: 125px;
    z-index: 0;
    left: 30px;
    width: 958px;
    border: 1px solid #c9c9c9;
    height: 26px;
    border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -khtml-border-radius: 0 0 0px 0px;
    background: url(/images/bg_alph.png) 0 0 repeat-x #f4f4f4;
    padding-top: 4px;
    -moz-box-shadow: 0 0 3px #666666;
    box-shadow: 0 0 3px #666666;
    -webkit-box-shadow: 0 0 3px #666666;
}

#header .alphabet:before,
#header .alphabet:after,
#header .alphabet .lleft,
#header .alphabet .rright {
    content: "";
    position: absolute;
    left: -1px;
    top: -3px;
    width: 1px;
    height: 26px;
    background: url('data:image/gif;base64,R0lGODlhAQAbAMQAADs7O05OTjU1NWhoaLCwsB8fH1tbW0hISJ+fn7y8vCUlJaqqqpqamrS0tIeHhzAwMJSUlHR0dIGBgSoqKo6OjlRUVGFhYW5ubnt7e0FBQaWlpQAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABsAAAUWYKFMjwBkR1AZ1nBFmORQEINoC9EkIQA7') 0 0 no-repeat;
}

#header .alphabet:after,
#header .alphabet .rright {
    left: auto;
    right: -1px;
}

#header .alphabet ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header .alphabet li {
    float: left;
    color: #7a7a7a;
    font-size: 13px;
    height: 27px;
    position: relative;
    z-index: 1;
    line-height: 26px;
}

#header .alphabet li.title {
    padding: 0 8px 0 16px;
}

#header .alphabet a.subit {
    float: left;
    color: #5C5C5C;
    font-weight: bold;
    text-decoration: none;
    padding: 0 12px 0 12px;
    position: relative;
    z-index: 1;
    height: 26px;
}

#header .alphabet a.subit:hover {
    text-decoration: underline;
}

#header .alphabet .submenu {
    visibility: hidden;
    position: absolute;
    top: 26px;
    z-index: 2;
    left: 0;
    background: #ffffff;
    padding: 7px 0 10px 0;
    width: 180px;
    -moz-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
    -webkit-box-shadow: 0 0 4px #000;
    border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    -khtml-border-radius: 0 3px 3px 3px;
}

#header .alphabet .submenu ul {
    width: 153px;
    float: left;
    padding: 0 0 0 13px;
}

#header .alphabet .submenu li {
    float: none;
    position: static;
    height: auto;
    border: none;
    font-size: 14px;
    margin: 2px 0 0 0;
    line-height: 16px;
}

#header .alphabet .submenu a {
    color: #1b1b1b;
    text-decoration: none;
    font-weight: normal;
}

#header .alphabet .submenu a:hover {
    text-decoration: underline;
    color: #a77310;
}

#header .alphabet li .after {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 5;
    height: 5px;
    background: #fff;
    padding-right: 4px;
    left: 0;
    top: 24px;
}

#header .alphabet li.active {
    z-index: 2;
}

#header .alphabet li.active2 .after {
    left: auto;
    right: -4px;
    padding-left: 4px;
}

#header .alphabet li.active2 .submenu {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

#header .alphabet li.active a.subit,
#header .alphabet li a.subit:hover {
    border: none;
    padding-right: 12px;
    background: #FFFFFF;
    z-index: 3;
    -moz-box-shadow: 0 -3px 4px #000000;
    box-shadow: 0 -3px 4px #000000;
    -webkit-box-shadow: 0 -3px 4px #000000;
}

/*#header .alphabet li.active a.subit:before { content:""; width:100%; position:absolute; z-index:5; height:3px; background:#c1a774; padding:0 6px; left:-5px; top:-3px;}*/
#header .alphabet .red a.subit {
    color: #ff0000;
}

#header .alphabet .gold a.subit {
    color: #ac8d56;
}

/*fixed blocks*/
#n_compare_small,
#n_selection_clock_small {
    position: absolute;
    left: 0;
    z-index: 98;
    top: 0;
    background: url(/images/n_bg_3.png) 0 0 no-repeat;
    width: 29px;
    height: 132px;
    cursor: pointer;
    margin-top: 9px;
}

#n_compare_small {
    width: 22px;
    height: 87px;
}

#n_selection_clock_small {
    background: url(/images/n-bg-11.png) 0 0 no-repeat;
    height: 134px;
    margin-top: -140px;
}

#n_compare_block {
    position: absolute;
    top: -2000px;
    margin-top: -180px;
    left: 0;
    width: 350px;
    background: url(/images/n-bg-13.png) 0 bottom repeat-x;
    z-index: 99;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -khtml-border-radius: 0 6px 6px 0;
    box-shadow: 4px 4px 4px #848484;
    -moz-box-shadow: 4px 4px 4px #848484;
    -webkit-box-shadow: 4px 4px 4px #848484;
}

#n_compare_block .n_title {
    height: 32px;
    background: url(/images/n-bg-14.png) -2px 0 no-repeat;
    color: #5c5c5c;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #ffffff;
    padding: 18px 0 0 19px;
    font-size: 16px;
}

#n_compare_block .n_overflow {
    max-height: 244px;
    background: #e7e7e7;
    width: 100%;
    overflow: auto;
    float: left;
    padding-bottom: 1px;
    position: relative;
}

#n_compare_block .n_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#n_compare_block .n_list .n_item {
    border-top: 1px solid #c4c4c4;
    padding: 10px 0 10px 15px;
    font: 11px Tahoma, "Geneva CY", sans-serif;
    position: relative;
}

#n_compare_block .n_list .n_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #ffffff;
    width: 100%;
}

#n_compare_block .n_list .n_del {
    background: url(/images/n-bg-15.png) 0 0 no-repeat;
    width: 20px;
    height: 21px;
    cursor: pointer;
    float: left;
    margin-top: 20px;
}

#n_compare_block .n_list .n_img {
    float: left;
    margin: 0 20px 0 15px;
    position: relative;
}

#n_compare_block .n_list .n_name {
    margin: 3px 0 0 35px;
    /*margin-top:-10px;*/
}

#n_compare_block .n_list .n_name a {
    color: #686868;
}

#n_compare_block .n_list .n_art {
    color: #a0a0a0;
    margin: 7px 0 0 35px;
}

#n_compare_block .n_list .n_price {
    font-size: 12px;
    color: #3c3c3c;
    margin: 6px 0 0 35px;
    font-weight: bold;
}

#n_compare_block .n_padding {
    clear: both;
    padding: 20px 0 0 0;
    height: 46px;
}

#n_compare_block .n_passing_comparison {
    background: url(/images/n-bg-16.png) 0 0 no-repeat;
    width: 190px;
    height: 28px;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    text-shadow: -1px -1px 0 #c07f02;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
}

#n_compare_block .n_but_1 {
    position: absolute;
    right: -28px;
    top: 51px;
    background: url(/images/n-bg-18.png) 0 0 no-repeat;
    width: 29px;
    height: 134px;
    cursor: pointer;
}

#n_compare_block .n_but_2 {
    position: absolute;
    right: -22px;
    top: 130px;
    background: url(/images/n_bg_2.png) 0 0 no-repeat;
    width: 22px;
    height: 87px;
    cursor: pointer;
}

/*popups*/
#popup_bg {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.n_popup_wrap {
    display: none;
    position: absolute;
    z-index: 101;
    width: 660px;
    background: #fff;
    padding: 0;
    margin-top: 100px;
    margin-left: -330px;
    left: 50%;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    box-shadow: 0 0 2px #777;
    -moz-box-shadow: 0 0 2px #777;
    -webkit-box-shadow: 0 0 2px #777;
}

.n_popup_wrap .n_close {
    position: absolute;
    right: 12px;
    top: 2px;
    font: bold 28px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #939393;
    cursor: pointer;
}

#n_brends_popup ul.search_result {
    list-style: none;
    margin: 0;
    padding: 55px 0 0 30px;
}

#n_brends_popup ul.search_result li.item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-right: -3px;
    width: 178px;
    padding: 0 30px 29px 0px;
    text-align: center;
    font-size: 12px;
}

#n_brends_popup ul.search_result li.item .picture {
    display: block;
    width: 178px;
    height: 118px;
    line-height: 114px;
    border: 1px solid #bfbfbf;
    vertical-align: middle;
    background: #fff;
    margin-bottom: 8px;
}

#n_brends_popup ul.search_result li.item .picture img {
    vertical-align: middle;
    text-align: center;
    max-width: 178px;
    max-height: 118px;
}

/*n_breadcrumbs*/
#n_breadcrumbs {
    list-style: none;
    padding: 8px 0 0 0;
    margin: 0;
    color: #bbbbbb;
    float: left;
    font-size: 13px;
}

#n_breadcrumbs li {
    display: inline;
}

#n_breadcrumbs li:before {
    content: "\2192";
}

#n_breadcrumbs li:first-child a {
    margin-left: 0;
}

#n_breadcrumbs li:first-child:before {
    content: "";
}

#n_breadcrumbs li a {
    text-decoration: underline;
    margin: 0 5px;
    color: #5c5c5c;
    font-size: 12px;
}

#n_breadcrumbs li a:hover {
    text-decoration: none;
}

#n_breadcrumbs .n_active a {
    text-decoration: none;
}

/*selector_block*/
.selector_block {
    width: 190px;
    height: 22px;
    background: url('data:image/gif;base64,R0lGODlhAQAMALMAAAAAAP////7+/v39/fz8/Pr6+vj4+Pb29vT09PLy8vDw8P///wAAAAAAAAAAAAAAACH5BAEAAAsALAAAAAABAAwAAAQJMAgxBinmoKQiADsA') left bottom repeat-x;
    float: left;
}

.selector_block:before,
.selector_block .ie_select {
    content: '';
    position: absolute;
    background: url(/images/bg_2_par.gif) left top no-repeat;
    width: 7px;
    height: 11px;
    right: 7px;
    top: 5px;
}

.selector_block.openS,
.selector_block:hover {
    z-index: 92 !important;
}

.selector_block.openS .text,
.selector_block:hover .text {
    background-position: right 0;
}

.selector_block select {
    width: 100%;
    font: 12px Arial, Helvetica, sans-serif;
}

.selector_block {
    position: relative;
    z-index: 90;
    font: 12px Arial, Helvetica, sans-serif;
    color: #464646;
    border: 1px solid #bdbcbd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    margin: 0 0px 0 5px;
}

.selector_block .text {
    position: absolute;
    cursor: default;
    left: 0;
    top: -1px;
    padding: 4px 30px 0 0;
    width: 100%;
    height: 21px;
    z-index: 2;
    /*background:url(/images/n_select_bg.png) right -29px no-repeat;*/
}

.selector_block .text span {
    margin-left: 10px;
}

.selector_block .list {
    overflow: auto;
    max-height: 250px;
    display: none;
    position: absolute;
    z-index: 1;
    left: -1px;
    top: 22px;
    padding-top: 13px;
    width: 100%;
    border: 1px solid #bdbcbd;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    background: #fff;
}

.selector_block .list ul {
    padding: 0 0 4px 0;
    list-style: none;
    margin: 0;
    background: #ffffff;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    width: 100%;
    position: relative;
}

.selector_block .list ul li {
    padding: 5px 5px 5px 9px;
    cursor: pointer;
}

.selector_block .list li:hover {
    background: #9f9f9f;
    color: #FFFFFF;
}

/*content*/
#n_content {
    padding: 0px 30px 420px 30px;
    margin-top: -10px;
    width: 960px;
    clear: both;
    overflow: hidden;
    z-index: 2;
}

#n_content h1.ph1 {
 font-weight: normal;
 font-size: 1.5em;
 -webkit-margin-before: 0.2em;
 -webkit-margin-after: 0.8em;
 -webkit-margin-start: 0px;
 -webkit-margin-end: 0px;
    padding: 0px !important;
}

.h1block1 {
    margin: 20px 0px 0 10px;
}

.h1block2 {
    margin: 0px 0px 20px 10px;
}

.n_slide_catalog_block {
    float: left;
    width: 714px;
    min-height: 400px;
    margin: 15px -1px 0 0;
    position: relative;
    font: 14px/1.4em Arial, "Geneva CY", sans-serif;
    /*text-align: justify;*/
}

.n_slide_catalog_block .n_cat_paging {
    height: 40px;
    border: 1px solid #d3d3d3;
    padding: 0 7px;
    position: relative;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    text-align: center;
    clear: both;
}

.n_slide_catalog_block .n_cat_paging ul {
    list-style: none;
    padding: 12px 0 0 0;
    margin: 0;
    position: relative;
}

.n_slide_catalog_block .n_cat_paging ul li {
    display: inline;
    font: 14px Tahoma, "Geneva CY", sans-serif;
    margin: 0 7px;
}

.n_slide_catalog_block .n_cat_paging ul li a {
    color: #5c5c5c;
    text-decoration: none;
}

.n_slide_catalog_block .n_cat_paging ul li.nactive a,
.n_slide_catalog_block .n_cat_paging .active span {
    color: #c59902;
}

.n_slide_catalog_block .n_cat_paging li.prev,
.n_slide_catalog_block .n_cat_paging li.next {
    position: absolute;
    left: 0;
    top: 13px;
    width: 9px;
    height: 15px;
    background: url(/images/n-bg-9.png) 0 0 no-repeat;
}

.n_slide_catalog_block .n_cat_paging li.next {
    background-position: right 0;
    left: auto;
    right: 0;
}

.n_slide_catalog_block .n_cat_paging li.prev a,
.n_slide_catalog_block .n_cat_paging li.next a {
    display: block;
    text-decoration: none;
    height: 15px;
}

.n_slide_catalog_block  .n_pages_count {
    font-size: 12px;
    color: #7F7F7F;
    width: 250px;
    text-align: right;
    float: right;
    padding: 6px 0 10px 0;
    margin: 0 0 0px 0;
}

.n_slide_catalog_block  .n_pages_count  span {
    color: #000;
}

.n_slide_catalog_block .n_catalog {
    /*list-style: none;
    padding: 0px 0 0 0;
    margin: 0px 0 0 0px;
    clear: both;*/
    background: url(/images/n_pcr-cut-left.png) -10000px -10000px no-repeat;
}

.n_slide_catalog_block .n_catalog .n_item .preview{
    position: relative;
    display: block;
    margin-bottom: 12px;
    height: 235px;
    font-size: 0;
    line-height: 235px;
}

.n_slide_catalog_block .n_catalog .n_item .preview img{
    display: inline-block;
    max-width: 100%;
    max-height: 235px;
    vertical-align: middle;
}

.n_slide_catalog_block .n_catalog .n_item .preview .overlay{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/img/index-prod-overlay.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

/* old styles TODO: remove or comment */
/*.n_slide_catalog_block .n_catalog .n_item {
    position: relative;
    z-index: 1;
    width: 199px;
    border-bottom: 1px solid #E5E5E5;
    *//*border-radius: 6px 6px 6px 6px;*//*
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 10px 0 10px 47px;
    text-align: center;
    padding: 0px 0 45px 0;
}

.n_slide_catalog_block .n_catalog .n_img img {
    z-index: 1;
    border: 0px solid #9f9f9f;
    max-height: 175px;
    max-width: 160px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    position: relative;
}

.n_slide_catalog_block .n_catalog .n_img {
    position: relative;
    width: 100%;
	padding-top: 7px;
	min-height: 175px;
}
*/
.n_slide_catalog_block .n_catalog .lupa {
    background: url(/images/n-bg-31.png) 0 0 no-repeat;
    width: 54px;
    height: 55px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.n_slide_catalog_block .n_catalog .n_name {
    font-weight: normal;
    padding: 7px 0 0 0;
    color: #686868;
}

.n_slide_catalog_block .n_catalog .n_brand {
    padding-top: 5px;
}

.n_slide_catalog_block .n_catalog .n_brand_n {
    padding-top: 5px;
    height: 36px;
    font-size: 12px;
    line-height: 12px;
}

.n_slide_catalog_block .n_catalog .n_brand_n a span {
    display: block;
    padding-top: 5px;
}

.n_slide_catalog_block .n_catalog .n_brand_n a {
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.n_slide_catalog_block .n_catalog .n_brand_n a:hover {
    text-decoration: underline;
}

.n_slide_catalog_block .n_catalog .n_price {
    font: 16px Tahoma, "Geneva CY", sans-serif;
    padding: 10px 0 0 0;
}

.n_slide_catalog_block .n_catalog .n_price  span {
    font-weight: bold;
}

.n_slide_catalog_block .n_catalog .n_brand_n .p_info {
    margin: 15px 0 15px 0;
    color: #686868;
    font-style: italic;
}

.n_slide_catalog_block .n_catalog .n_country {
	margin: 5px 0px;
	/*color: #686868;*/
}
.n_slide_catalog_block .n_catalog .n_brand_n .p_info .art {
    font-weight: bold;
    color: #880015;
}

.n_slide_catalog_block .n_catalog .n_brand_n .p_info .yes {
    color: green !important;
}

.n_slide_catalog_block .n_catalog .n_brand_n .p_info .no {
    color: #880015 !important;
}

.n_slide_catalog_block .n_catalog .n_icons {
    padding: 10px 0 0 15px;
}

.n_slide_catalog_block .n_catalog .n_icons span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 50px;
    height: 26px;
    background-image: url(/images/ctg_icons.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 12px;
    position: relative;
}

.n_slide_catalog_block .n_catalog .n_icons span:after {
    color: #5c5c5c;
    text-transform: none;
    font: 12px Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 48px;
    margin-left: -36px;
    text-align: center;
    white-space: nowrap;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-1 {
    background-position: -107px 0px;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-1:after {
    content: "К сравнению";
    text-decoration: underline;
    margin-left: -45px;
    color: #585858;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-2 {
    background-position: -57px 0px;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-2:after {
    content: "В избранное";
    text-decoration: underline;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-3 {
    background-position: -4px 0px;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-3:after {
    content: "В корзину";
    text-decoration: underline;
    color: #000;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-1:hover {
    background-position: -107px -31px;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-2:hover {
    background-position: -57px -31px;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-3:hover {
    background-position: -4px -31px;
}

.n_slide_catalog_block .n_catalog .n_icons .redone:after {
    color: #FF3333 !important;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-1s {
    background-position: -107px -31px;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-1s:after {
    content: "В сравнении";
    text-decoration: underline;
    color: #880015;
    margin-left: -45px;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-2s {
    background-position: -57px -31px;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-2s:after {
    content: "В избранном";
    text-decoration: underline;
    color: #880015;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-3s {
    background-position: -4px -31px;
}

.n_slide_catalog_block .n_catalog .n_icons .ic-3s:after {
    content: "В корзине";
    text-decoration: underline;
    color: #880015;
}

.n_slide_catalog_block .n_catalog .n_details {
    display: none;
    position: absolute;
    z-index: 10;
    background: #ffffff;
    padding: 14px 21px 25px 24px;
    width: 195px;
    left: 225px;
    top: 0;
    font: 11px Tahoma, "Geneva CY", sans-serif;
    color: #555555;
    box-shadow: 0 0 5px #777;
    -moz-box-shadow: 0 0 5px #777;
    -webkit-box-shadow: 0 0 5px #777;
    text-align: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    min-height: 70px;
    line-height: 14px;
}

.n_slide_catalog_block .n_catalog .n_details p {
    margin: 6px 0 0 0;
}

.n_slide_catalog_block .n_catalog .n_details:before,
.n_slide_catalog_block .n_catalog .n_details .before {
    content: "";
    position: absolute;
    width: 23px;
    height: 44px;
    left: -23px;
    top: 40px;
    background: url(/images/n_pcr-cut-left.png) 0 0 no-repeat;
}

.n_slide_catalog_block .n_catalog .n_item.n_last .n_details {
    left: -263px;
}

.n_slide_catalog_block .n_catalog .n_item.n_last .n_details:before,
.n_slide_catalog_block .n_catalog .n_item.n_last .n_details .before {
    left: auto;
    right: -23px;
    background: url(/images/n_pcr-cut-left.png) right 0 no-repeat;
}

.n_slide_catalog_block .n_catalog .n_item.hover {
    z-index: 10;
}

.n_slide_catalog_block.n_compressed {
    width: 622px;
}

.n_slide_catalog_block.n_compressed .n_catalog {
    margin-left: 4px;
}

.n_slide_catalog_block.n_compressed .n_catalog .n_item {
    margin-left: 4px;
    width: 198px;
}

/*text pri focuse*/
.hide_input_text_block {
    position: relative;
    display: inline-block;
}

.hide_input_text_block .input_text_hide {
    position: absolute;
    left: 10px;
    top: 6px;
    font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #5c5c5c;
    cursor: text;
    z-index: 90;
}

.hide_input_text_block .input_text_hide.txt_area {
    top: 4px;
}

#basket dl dd .hide_input_text_block .input_text_hide {
    font-size: 16px;
    top: 4px;
}

#basket dl,
#basket dl dt,
#basket dl dd {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 7px 0 0 0;
}

#basket dl {
    width: 910px;
    margin: 7px 0 0 0;
    padding-bottom: 15px;
}

#basket dl dt {
    margin-top: 10px;
    width: 167px;
    font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #5c5c5c;
}

#basket dl dd {
    width: 731px;
    font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}

#basket dl dd .advice {
    float: left;
    width: 720px;
    margin: 7px 0 0 10px;
}

#basket dl dd .inp_txt {
    width: 721px;
    border: 1px solid #d2d2d2;
    height: 28px;
    font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #5c5c5c;
    padding: 0 0 0 8px;
    margin: 0;
}

#basket dl dd p {
    padding: 0;
    margin: 0;
}

#basket dl dd .small {
    float: left;
    width: 231px;
    margin-left: 19px;
}

#basket dl dd .small:first-child {
    margin-left: 0;
}

#basket dl dd .small .inp_txt {
    width: 221px;
}

#basket dl dd .small .grey {
    background: #e8e8e8;
}

#basket dl dd .small .advice {
    float: left;
    width: 200px;
    margin: 4px 0 0 10px;
}

#basket dl dt.border,
#basket dl dd.border {
    border-top: 1px solid #e8e8e8;
    padding-top: 25px;
    margin-top: 17px;
    padding-bottom: 0;
}

#basket dl dd.border {
    margin-left: -4px;
    font-size: 16px;
    width: 735px;
}

#basket dl dd.border .radio {
    width: 720px;
    float: left;
    padding-bottom: 10px;
}

#basket dl dd.border .radio input {
    margin-right: 5px;
}

#basket dl dd.border .radio .small_advice {
    font-size: 13px;
    float: left;
    width: 731px;
    margin-left: 27px;
}

#basket .results {
    width: 902px;
    border-top: 1px solid #e8e8e8;
    float: left;
}

#basket .results .sec_block {
    border: 1px solid #c6c6c6;
    border-top: 0;
    background: #e8e8e8;
    width: 356px;
    float: right;
    margin-top: 1px;
    padding: 15px 10px 0 18px;
}

#basket .results .sec_block p {
    padding: 3px 0 18px 0;
    margin: 0;
    color: #5c5c5c;
    font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 200px;
    float: left;
}

#basket .results .sec_block span {
    text-align: right;
    font: normal 26px Tahoma, Geneva, sans-serif;
    color: #ac8d56;
    float: right;
    width: 155px;
    margin-top: 1px;
}

#basket .results .sec_block p.all {
    font: normal 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-top: 13px;
}

#basket .results .sec_block .all_number {
    margin-top: 12px;
    font-size: 25px;
}

#basket .send {
    width: 386px;
    height: 45px;
    float: right;
    background: url(/images/bg_8.gif) left top no-repeat;
    border: 0;
    cursor: pointer;
    font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #957742;
    text-align: center;
    margin-top: 29px;
    padding-bottom: 4px;
    margin-right: 58px;
}

/*basket*/
/*#selection_block ul.n_brands { margin-top: 0px!important; }*/
/*scroll*/
.scroll-pane {
    height: 450px;
    cursor: default;
    background: #ffffff;
    width: 194px;
    position: relative;
}

.jScrollPaneContainer {
    margin: 10px 0 20px 0;
    outline: none;
    cursor: default;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.jScrollPaneTrack,
.jScrollPaneDrag,
.jScrollPaneDragTop,
.jScrollPaneDragBottom,
a.jScrollArrowUp,
a.jScrollArrowDown {
    width: 5px !important;
    border-radius: 3px 3px 3px 3px;
}

.jScrollPaneTrack {
    right: 15px;
    cursor: default;
    position: absolute;
    top: 0px;
    height: 100%;
    background: url('/img/scroll-bg-f6.gif') 0 0 repeat-y;
    width: 5px !important;
}

.jScrollPaneDrag {
    background: url(/img/scroll-l.png) 0 0;
    overflow: hidden;
    position: absolute;
    left: 0px;
    height: 80px !important;
    cursor: pointer;
}

.jScrollPaneDragTop,
.jScrollPaneDragBottom {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    height: 0;
}

.jScrollPaneDragBottom {
    top: auto;
    bottom: 0px;
}

a.jScrollArrowUp,
a.jScrollArrowDown {
    cursor: default;
    display: block;
    z-index: 1;
    right: 0;
    overflow: hidden;
    text-indent: -2000px;
    position: absolute;
    top: 0px;
    height: 0;
}

a.jScrollArrowDown {
    top: auto;
    bottom: 0px;
}

/*checkbox*/
.change_checkbox {
    position: relative;
    overflow: hidden;
}

.change_checkbox.hide_inp input {
    position: absolute;
    left: -1000px;
}

.change_checkbox.check {
    color: #000000;
}

.change_checkbox .ch_box {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-top: 3px;
    width: 10px;
    height: 10px;
    background: url(/images/checkbox_bg.png) -24px 0 no-repeat;
}

.change_checkbox.check  .ch_box {
    background-position: 0 -21px;
}

.winXP .change_checkbox .ch_box {
    margin: 7px 4px 0 7px;
}

.catalog_box {
    clear: both;
    width: 100%;
    padding: 0;
    position: relative;
}

.catalog_box.compressed {
    /*background:url('data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///4GBgf///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOwAA') 304px top repeat-y;*/
    *zoom: 1;
}

.catalog_box.compressed:before,
.catalog_box.compressed:after {
    content: "";
    display: table;
}
.catalog_box.compressed:after {
    clear: both;
}

.catalog_box.lline {
    background: url('data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///4GBgf///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOwAA') 304px top repeat-y;
}

.catalog_box.compressed .n_slide_catalog_block .n_catalog {
    margin: 0 0 0 -11px; /*-30px*/
    padding: 0;
    *zoom: 1;
}

.catalog_box.compressed .n_slide_catalog_block .n_catalog:before,
.catalog_box.compressed .n_slide_catalog_block .n_catalog:after {
    content: " ";
    display: table;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog:after {
    clear: both;
}

.catalog_box.compressed .n_slide_catalog_block .n_catalog .n_item {
    margin: 0 0 20px 9px;
    padding-bottom: 10px;
    float: left;
    width: 170px;
    min-height: 392px;
    border: 1px solid #c6c6c6;
    text-align: center;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.catalog_box.compressed .n_slide_catalog_block .n_catalog .n_item:hover {
    border: 1px solid #999999;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.catalog_box.compressed .n_slide_catalog_block .n_catalog .buttons, .table_difference .buttons {
    margin-top: 8px;
    text-align: center;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .buttons .buy, .table_difference .buttons .buy {
    width: 76px;
    margin: 0 auto 9px;
    padding: 6px 0 6px 32px;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    position: relative;
    cursor: pointer;
   /* -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
     background: #9d210f;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #811102), color-stop(1, #b3301d)); 
    background: -ms-linear-gradient(bottom, #811102, #b3301d);
    background: -moz-linear-gradient(center bottom, #811102 0%, #b3301d 100%);
    background: -o-linear-gradient(#b3301d, #811102);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3301d', endColorstr='#811102', GradientType=0);*/
}

.catalog_box.compressed .n_slide_catalog_block .n_catalog .buttons .buy .icon, .table_difference .buttons .buy .icon {
    display: block;
    width: 28px;
    height: 19px;
    background: url(/img/cart-icon.png) 0 0 no-repeat;
    position: absolute;
    top: 5px;
    left: 6px;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .buttons .buy2:before{
    content: "Купить"!important;
}

.catalog_box.compressed .n_slide_catalog_block .n_catalog .buttons .buy:before, .table_difference .buttons .buy:before {
    content: "В корзину";
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .buttons .buy.ic-3s:before, .table_difference .buttons .buy.ic-3s:before {
    content: "В корзине";
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .buttons .compare, .table_difference .buttons .compare {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    cursor: pointer;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .buttons .compare .icon, .table_difference .buttons .compare  .icon {
    display: inline-block;
    margin: 4px 0 0 8px;
    vertical-align: top;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .buttons .compare:before, .table_difference .buttons .compare:before {
    display: inline-block;
    content: "Сравнить";
    vertical-align: top;
    border-bottom: 1px dashed #444;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .buttons .compare:hover:before, .table_difference .buttons .compare:hover:before  {
    border-bottom-color: transparent;
}

.catalog_box.compressed .n_slide_catalog_block .n_catalog .lupa{
    bottom: auto;
    top: 175px;
    left: auto;
    right: 5px;
}

.catalog_box.compressed .n_slide_catalog_block .n_catalog .z1{
    bottom: auto;
    top: 175px;
}

.catalog_box.compressed .n_slide_catalog_block .n_catalog .text {
    display: block;
    color: #444;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
	max-height: 36px;
	overflow: hidden;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .text:hover {
    text-decoration: underline;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .brand {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .name {
    font-size: 12px;
    line-height: 16px;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .country {
	margin-top: 5px;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .price {
    display: block;
    height: 28px;
    padding-top: 9px;
    margin-top: 5px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #b08e4d;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .price.red {
    height: 37px;
    padding: 0;
    color: #d00000;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .price .currency {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    vertical-align: baseline;
}
.catalog_box.compressed .n_slide_catalog_block .n_catalog .price .old {
    padding: 0px 0 5px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #919191;
    text-decoration: line-through;
}

.b_filter {
    /* border: 1px #cccccc solid; margin: 20px 0 20px 0;*/
    margin: 61px 0 20px 0;
	/*border: 2px solid #a2bee2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
	background: #f8f8f8;
	padding: 10px 15px;
}
.bnone { border: 0px!important;}

#small,
#small_sec {
    position: absolute;
    background: url(/images/n_bg_1.png) 0 -170px no-repeat;
    width: 25px;
    height: 183px;
    left: 0;
    top: -214px;
    cursor: pointer;
    z-index: 98;
}

#small_sec {
    background-position: 0 -87px;
}

.displace,
.reset_filter {
    position: absolute;
    z-index: 99;
    left: 334px;
    top: -97px;
    background: url(/images/n_bg_1.png) 0 0 no-repeat;
    width: 25px;
    height: 88px;
    cursor: pointer;
}

.in_reset {
    margin: 16px 0 0 20px;
    float: left;
}

.in_reset2 {
position: absolute;
top: 2px;
right: -52px;
}

.in_reset2 .clearb{
background: url(/images/close_small.png) 26px 4px no-repeat;
height: 20px;
width: 20px;
}
.in_reset2 .clearb span {
width: 20px; height: 20px; display: block;
}

a.reset {
    border-bottom: 1px solid #000;
    color: #000;
    font: 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
}

.reset_filter {
    background: url(/images/n_bg_2.png) no-repeat scroll 0 0 transparent;
    margin-top: 90px;
}

#selection_block {
    margin: 0;
    float: right;
    width: 210px;
    position: relative;
    clear: both;
    padding-left: 10px;
    z-index: 30;
}

#selection_block.hide {
    left: -10000px;
    position: absolute;
}

#selection_block .name {
    background-color: #dfdfdf;
    font-size: 16px;
    color: #9A762E;
    padding: 5px 15px;
    margin-right: 1px;
}

#selection_block .heading,
#selection_block .heading_list {
    clear: both;
    float: left;
    width: 180px;
    font: 13px georgia, times new roman;
    text-transform: uppercase;
    color: #000;
    margin-top: 6px;
    padding: 5px 0 10px 0;
    margin-left: 0px;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
}

#selection_block .heading_list {
    border: 0px;
    margin-top: 6px;
    padding: 0px;
}

#selection_block .subheading {
    text-transform: none !important;
    margin: 0px 0 0px 0 !important;
    padding-bottom: 2px !important;
    border-bottom: 0px #ccc solid !important;
}

.show_allbrends { margin: 10px 0 0 0; }
.razverut_vse {
    border-bottom: 0px;
    color: #7F7F7F;
	padding: 3px 1px;
    text-transform: none;
    font: 12px Helvetica, Arial, sans-serif;
}

.ul_sep,
#pbracletcolor li:first-child {
    border-top: 1px #ccc dashed;
    padding-top: 10px;
    margin-top: 10px;
    width: 180px !important;
}

/*#selection_block .heading:first-child { border:none;}*/
#selection_block .heading .ups {
    float: left;
    margin-right: 5px;
    width: 13px;
    height: 15px;
    background: url(/images/dt_arrows2.png) 0 0 no-repeat;
    position: relative;
    top: 0px;
    cursor: pointer;
}

#selection_block .heading .down {
    float: left;
    margin-right: 5px;
    width: 13px;
    height: 15px;
    background: url(/images/dt_arrows2.png) 0 0 no-repeat;
    position: relative;
    top: 2px;
    cursor: pointer;
}

#selection_block .heading .ups {
    background-position: 0 -13px;
}

#selection_block .heading .down {
    background-position: 0 -51px;
}

#selection_block .winXP {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    font: 12px Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}

#selection_block .heading .normal {
    font-weight: normal;
}

#selection_block  ul {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0px;
    width: 101%;
}

#selection_block  ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 100%;
    margin-left: 2px;
    line-height: 24px;
    color: #585858;
    margin-right: -3px;
}

#selection_block .form_bg {
    float: left;
    width: 304px;
    height: 33px;
    border: 1px solid #dedede;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    position: relative;
    -moz-box-shadow: inset 0px 0px 3px #dedede;
    box-shadow: inset 0px 0px 3px #dedede;
    -webkit-box-shadow: inset 0px 0px 3px #dedede;
    background: #fff;
    margin-top: 12px;
}

#selection_block .search_block {
    float: left;
    width: 306px;
    border-top: 1px dashed #c6c6c6;
    margin-top: 24px;
}

#selection_block .form_bg .txt {
    background: none;
    border: none;
    width: 266px;
    height: 33px;
    padding: 0 4px 0 6px;
    color: #7f7f7f;
    font: 12px Arial, Helvetica, sans-serif;
    float: left;
}

#selection_block .form_bg .sub {
    width: 19px;
    height: 19px;
    float: right;
    margin-right: 6px;
    margin-top: 7px;
    background: url(/images/bg_4x.gif) right 0 no-repeat;
    border: 0;
    cursor: pointer;
}

#selection_block .form_bg .sub:hover {
    background-position: left 0;
}

#selection_block .price_block {
    float: left;
    width: 285px;
    margin: 5px 0 0 0;
    padding: 0px 0 7px 0;
    margin-bottom: -3px;
    /*border-top:1px solid #cccccc;*/
}

#selection_block .price_block .heading {
line-height: 22px;
}

#selection_block .price_block .heading #rubtxt {
    text-transform: none !important;
    color: #666;
}

#selection_block .rub {
    text-transform: none !important;
    color: #585858;
}

#selection_block .price_block .heading .down,
#selection_block .price_block .heading .ups {
    top: 6px;
}

#selection_block .form_bg .hide_input_text_block .input_text_hide {
    color: #7f7f7f;
    top: 7px;
}

#selection_block  .flT {
    padding: 0px 0 0 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    /*width:180px; margin-right:-3px;*/
}

#selection_block  .flT p {
    margin: 0;
}

#selection_block  .winXP label {
    cursor: pointer;
}

#selection_block .show_but {
    float: left;
    border: 1px solid #815822;
    border-top: 1px solid #755323;
    height: 29px;
    width: 85px;
    cursor: pointer;
    background: url(/images/bg_9.png) 0 0 repeat-x;
    color: #FFFFFF;
    font: 14px Arial, Helvetica, sans-serif;
    margin: 10px 0 20px 0px;
    padding-bottom: 2px;
}

#selection_block  .small_qv {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    position: relative;
    left: 0;
    top: 0;
}

#selection_block  .two_buts {
    margin: 20px 0 20px 0;
}

#selection_block p.title {
    margin: 9px 0 0 0;
    font-weight: bold;
    color: #000000;
}
#selection_block ul li.popular {
    display: inline-block;
}

#selection_block ul li.no_popular {
    display: none;
}

#selection_block ul li.show_brand {
    display: inline-block !important;
}

#selection_block ul li.hide_brand {
    display: none !important;
}

#selection_block ul li.first_popular {
    margin-top: 15px;
}

.search_prices {
    -position: absolute;
    padding-top: 10px;
    width: 230px;
}

.search_prices input {
    width: 70px;
    text-align: center;
    border: 1px solid #CCCCCC;
    height: 20px;
}

#selection_block_head {
    padding: 0 18px 10px;
    margin-left: -20px;
    overflow: hidden;
    font: 12px Helvetica, Arial, sans-serif;
}
#selection_block_head .heading,
#selection_block_head .heading.subheading {
    font: 13px georgia,times new roman;
    text-transform: uppercase;
    color: #000;
    margin: 14px 0 10px;
    padding: 5px 0 10px 0;
    margin-left: 0px;
    border-bottom: 1px #ccc solid;
    color: #CF9422;
}
#selection_block_head .heading:first-child,
#selection_block_head .heading.subheading:first-child{
    margin-top: 0;
}
#selection_block_head .list-block {
    list-style: none;
    padding: 0;
}
#selection_block_head .list-block li {
    width: 100%;
    margin: 4px 0 0;
}
#selection_block_head .list-block li:first-child {
    margin-top: 0;
}
#selection_block_head .cols {
    margin-left: -18px;
    overflow: hidden;
}
#selection_block_head .col {
    width: 200px;
    height: 242px;
    float: left;
    margin-left: 34px;
}
#selection_block_head .col.first{
    height: 200px;
}
#selection_block_head .search_prices input {
    width: 64px;
}
#selection_block_head .foot {
    margin-top: -40px;
    margin-right: 25px;
    text-align: right;
    font-size: 0;
}
#h_search{
    display: inline-block;
    overflow: hidden;
    height: 27px;
    min-width: 100px;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    color: #89651c;
    text-align: center;
    border: 1px solid #b38c4f;
    text-decoration: none;
    vertical-align: top;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    background-color: #cecece;
    background-image: -moz-linear-gradient(top, #dbdbdb, #bfc0c1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dbdbdb), to(#bfc0c1));
    background-image: -webkit-linear-gradient(top, #dbdbdb, #bfc0c1);
    background-image: -o-linear-gradient(top, #dbdbdb, #bfc0c1);
    background-image: linear-gradient(to bottom, #dbdbdb, #bfc0c1);
    background-repeat: repeat-x;
    background: url('data:image/gif;base64,R0lGODlhAQAbAMQAAO3btuTPpOzZtObRqPjpzPLhwP7y2+rXsOrYs+TOo+vYtOzZs/Dfvvzv1v/z3Pvu1OXQp/Hgv/foy+nWr+/eu+jTrO7cu+TOpOfSqgAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABsAAAUWoMVQwDRcAbZE0mM4DVEI2JVA1aEgIQA7') 0 0 repeat-x;
}
#h_reset{
    display: inline-block;
    padding: 0;
    margin-top: 5px;
    height: 14px;
    background: none;
    border: none;
    /*background: url('data:image/gif;base64,R0lGODlhAQAbAMQAANnZ2dbW1uDg4OTk5PHx8dTU1N7e3vj4+Ojo6PX19eXl5eLi4tLS0vz8/N/f3+zs7Nvb293d3dzc3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABsAAAUUoLI4RiSdqARBTBEAkTAgD5EcTQgAOw==') 0 0 repeat-x;*/
    color: #505050;
    font-size: 12px;
    vertical-align: top;
    text-decoration: underline;
    cursor: pointer;
}
#h_reset:hover{
    text-decoration: none;
}
#selection_block_head .foot a:hover{
    text-decoration: none;
}
#selection_block_head .change_checkbox{
    color: #585858;
    cursor: pointer;
}
#selection_block_head .change_checkbox.check{
    color: #000;
}
#selection_block_head .ul_sep{
    margin-top: 4px;
    padding-top: 4px;
}
#selection_block_head #pbracletcolor li:first-child{
    margin-top: 4px;
    padding-top: 4px;
}
#selection_block_head .country_desc{
    white-space: nowrap;
}
#left_block .videoblock {
    margin-top: 25px;
    border: 1px solid #d8d8d8;
    background: #f5f5f5;
}

#left_block .videoblock h3 {
    color: #880015;
    font: bold 16px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 6px 0 8px 18px;
    border-bottom: 1px solid #d8d8d8;
}

#tabs_block_2 {
    margin: 30px 0 0 0;
    width: 708px;
    height: 36px;
    background: url(/images/n-bg-30.gif) 0 bottom no-repeat;
}

#tabs_block_2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tabs_block_2 ul li {
    float: left;
    margin-right: 2px;
}

#tabs_block_2 ul li a {
    float: left;
    white-space: nowrap;
    height: 22px;
    background: #cccccc;
    color: #ffffff;
    font: 11px Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px 0 15px;
}

#tabs_block_2 ul li.active {
    background: url(/images/n-bg-32.gif) 8px bottom no-repeat;
    height: 42px;
}

#tabs_block_2 ul li.active a {
    background: url(/images/n-bg-31.gif) 0 0;
    height: 26px;
}

#tabs_content_2 {
    margin: 20px 0 50px -1px;
}

#tabs_content_2 .tabs_content_2_block {
    height: auto;/*179px*/
    width: 711px;
    position: relative;
    display: none;
}

#tabs_content_2 .arrow_1,
#tabs_content_2 .arrow_2 {
    position: absolute;
    left: 0;
    top: 11px;
    height: 159px;
    width: 27px;
    background: url(/images/sprite2x.png) 0 -194px no-repeat;
    cursor: pointer;
    z-index: 2;
}

#tabs_content_2 .arrow_2 {
    left: auto;
    right: 0;
    background-position: -64px -194px;
}

#tabs_content_2 .overflow {
    position: absolute;
    left: 46px;
    top: 0;
    width: 630px;
    height: 179px;
    z-index: 1;
    overflow: hidden;
}

#tabs_content_2 .overflow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

#tabs_content_2 .overflow ul li {
    float: left;
    width: 115px;
    margin-right: 5px;
    text-align: center;
    height: 240px;
    overflow: hidden;
}

#tabs_content_2 .overflow ul li img {
    width: 108px;
    height: 140px;
    max-width: 199px;
}

#tabs_content_2 .overflow ul li div {
    margin: 5px 0px;
    font-size: 12px;
}

#tabs_content_2 .main_block {
    height: auto !important;
    position: relative;
    width: 945px;
    padding-left: 15px;
    margin-bottom: 20px;
    display: none;
}

#tabs_content_2 .n_img .lupa .h-param,
#tabs_content_2 .n_img .lupa .w-param {
    font: 13px/13px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #525252;
    position: absolute;
    height: 13px;
    width: 21px;
    text-align: center;
}

#tabs_content_2 .n_img .lupa.h {
    background-position: 0 -55px;
}

#tabs_content_2 .n_img .lupa.h .h-param {
    left: 7px;
    top: 16px;
}

#tabs_content_2 .n_img .lupa.h .w-param {
    display: none;
}

#tabs_content_2 .n_img .lupa.wh {
    background-position: 0 -110px;
}

#tabs_content_2 .n_img .lupa.wh .h-param {
    left: 26px;
    top: 25px;
}

#tabs_content_2 .n_img .lupa.wh .w-param {
    left: 7px;
    top: 7px;
}

#tabs_content_2 .n_img .lupa:hover {
    background-position: 0 0;
}

#tabs_content_2 .n_img .lupa:hover .h-param,
#tabs_content_2 .n_img .lupa:hover .w-param {
    display: none;
}

#tabs_content_2 .var {
    padding: 20px 0px 0px 20px;
}

#tabs_content_2 .n_img img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: auto;
    z-index: 1;
    border: 0px solid #9f9f9f;
    max-width: 100%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    position: relative;
}

#tabs_content_2 .n_img {
    position: relative;
    width: 100%;
    margin-bottom: 15px!important;
}

#tabs_content_2 .n_img .lupa {
    background: url(/images/n-bg-31.png) 0 0 no-repeat;
    width: 54px;
    height: 55px;
    position: absolute;
    left: 2px;
    bottom: -2px;
    z-index: 2;
    cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
    line-height: 14px;
}

#tabs_content_2 .shade {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    height: 154px;
    background: url(/images/mod-slide-shade.png) top center no-repeat;
    z-index: 1;
}

.n_img .strike_percent {
    margin: 0px !important;
}

/*right_block begin*/
.commodity_info_1 .inset {
    float: right;
    margin-top: 11px;
}

#right_block {
    float: right;
    width: 230px;
    padding-top: 0px;
}

.inset .pclock {
line-height: 20px!important;
padding: 4px 20px 4px 60px;
color: #000000;
font: 12px Arial, Helvetica, sans-serif;
background: url(/images/clock.jpg) 17px 4px no-repeat;
}


.inset {
    width: 228px;
    float: left;
    border: 1px solid #dadada;
    margin: 20px 0 0 0;
}

.fb-like-box {
    float: left;
	border: 1px solid #dadada;
    margin: 20px 0 0 0;
}

.inset .name {
    width: 204px;
    padding: 7px 0 7px 24px;
    border-bottom: 1px solid #dadada;
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #880015;
    background: #f5f5f5;
}

.inset .prices {
    padding: 12px 0 15px 21px;
    color: #777;
}

.inset .prices input {
    margin: 0 16px 0 0;
    position: relative;
    top: -2px;
}

.inset .prices .big {
    font: bold 20px Arial, Helvetica, sans-serif;
}

.inset .black {
    color: #000;
}

.inset .prices p {
    position: relative;
    padding: 0px 0 12px 29px;
    margin: -1px 0 0 0;
    font: normal 12px/17px Arial, Helvetica, sans-serif;
}

.inset .prices .sub_inp {
    width: 140px;
    height: 30px;
    background: url(/images/sprite_rb.png) 0 0 no-repeat;
    border: 0;
    margin: 6px 0 0 29px;
    font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding-left: 50px;
    padding-bottom: 2px;
}

.small_qv {
    cursor: pointer;
    position: absolute;
    right: 38px;
    top: 19px;
    background: url(/images/sprite_rb.png) 0px -51px no-repeat;
    width: 13px;
    height: 13px;
}

.small_qv:hover,
.small_qv.hover {
    background-position: -20px -51px;
    z-index: 100;
}

.small_qv.hover .hint {
    right: -27px;
    left: auto;
}

.small_qv .hint .close {
    padding: 0 !important;
    margin: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: url(/images/sprite2x.png) -75px -24px no-repeat;
    cursor: pointer;
    text-indent: 40px;
}

.small_qv .hint {
    cursor: default;
    text-transform: none;
    color: #777777;
    text-align: left;
    font-size: 12px;
    width: 178px;
    min-height: 71px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #fff;
    -moz-box-shadow: 0px 0px 6px #8e8d8d;
    box-shadow: 0px 0px 6px #8e8d8d;
    -webkit-box-shadow: 0px 0px 6px #8e8d8d;
    position: absolute;
    padding: 7px 10px 8px 10px;
    left: -100000px;
    top: 24px;
    z-index: 2;
}

.small_qv .hint:before,
.small_qv .hint .art {
    content: "";
    top: -12px;
    right: 29px;
    width: 15px;
    height: 12px;
    position: absolute;
    background: url(/images/sprite_rb.png) 0 -67px no-repeat;
    padding: 0 !important;
}

#right_block .why {
    list-style: none;
    padding: 17px 0 0 10px;
    margin: 0;
}

#right_block .why li {
    clear: both;
    padding: 0px 15px 14px 47px;
    background: url(/images/sprite_rb.png) -1000px 0 no-repeat;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
}

#right_block .why li.r_1 {
    background-position: 4px -296px;
}

#right_block .why li.r_2 {
    background-position: -30px -263px;
}

#right_block .why li.r_3 {
    background-position: -70px -226px;
}

#right_block .why li.r_4 {
    background-position: -110px -189px;
}

#right_block .why li.r_5 {
    background-position: -144px -155px;
}

#right_block .why li.r_6 {
    background-position: -178px -113px;
}

#right_block .why li.r_7 {
    background-position: -210px -72px;
}

#right_block .red {
    color: #ed1c24;
}

#right_block .inset .add,
#right_block .inset .favor {
    background: url(/images/sprite_rb.png) -1000px 0 no-repeat;
    margin-left: 10px;
    padding: 0 0 10px 0;
    font: normal 16px Arial, Helvetica, sans-serif;
}

#right_block .inset .posibles a {
    display: block;
    padding-left: 47px;
    text-decoration: none;
    color: #777777;
}

#right_block .inset .posibles a:hover {
    text-decoration: underline;
}

#right_block .inset .add strong,
#right_block .inset .favor strong {
    color: #000;
}

#right_block .inset .add {
    background-position: -245px -34px;
}

#right_block .inset .favor {
    background-position: -280px 2px;
}

#right_block .inset .add {
    margin-top: 16px;
}

#right_block .inset .favor {
    padding-bottom: 17px;
}

#right_block .inset .share {
    padding: 15px 0 16px 21px;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
}

#right_block .inset .share .share_b {
    background: url(/images/sprite_rb.png) 0 -31px no-repeat;
    width: 104px;
    height: 19px;
    float: left;
    display: block;
    text-decoration: none;
}

#right_block .inset .share ul {
    list-style: none;
    padding: 14px 0 0 0;
    margin: 0;
    clear: both;
}

#right_block .inset .share ul li {
    float: left;
    margin-right: 5px;
}

#right_block .inset .share ul li + li + li {
    margin-top: 1px;
    margin-left: 1px;
}

#right_block .inset .share ul li + li + li + li {
    margin-top: 2px;
}

#right_block .inset .share ul li + li + li + li + li {
    margin-top: 0;
    margin-left: 0;
}

#right_block .inset .share p {
    clear: both;
    margin: 0;
    padding: 13px 0 1px 0;
}

/*right_block end*/
/*bottom slider*/
.viewed_overflow {
    clear: both;
    float: left;
    width: 1020px;
    position: relative;
    margin: 25px 0 0 -30px;
    height: 56px;
    z-index: 10;
}

.viewed {
    position: absolute;
    left: 0;
    top: 0;
    width: 1020px;
    -moz-box-shadow: 0 0 6px #878787;
    box-shadow: 0 0 6px #878787;
    -webkit-box-shadow: 0 0 6px #878787;
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -khtml-border-radius: 6px 6px 0 0;
}

.viewed .number_vived {
    float: left;
    font-size: 18px;
    color: #b08e4d;
    margin: 16px 0 0 30px;
}

.viewed .show {
    width: 97px;
    float: right;
    color: #a3a3a3;
    margin: 18px 41px 0 0;
}

.viewed .show .up {
    width: 26px;
    height: 16px;
    background: url(/images/sprite_12.png) -112px -91px no-repeat;
    float: right;
    margin-top: 1px;
    cursor: pointer;
    /*margin-top:-15px;*/
}

.viewed .show .down {
    width: 26px;
    height: 16px;
    background: url(/images/sprite_12.png) -112px -74px no-repeat;
    float: right;
    margin-top: 1px;
    cursor: pointer;
    /*margin-top:-15px;*/
}

.viewed #slider_goods .paging {
    margin-top: 10px;
}

.main_slider {
    position: relative;
    width: 1020px;
    z-index: 3;
    overflow: hidden;
    height: 380px;
}

.main_slider .arrow-1,
.main_slider .arrow-2 {
    position: absolute;
    left: 30px;
    top: 212px;
    background: url(/images/sprite_12.png) 0 -124px no-repeat;
    cursor: pointer;
    z-index: 3;
    width: 54px;
    height: 54px;
}

.main_slider .arrow-2 {
    background-position: 0 -68px;
    left: auto;
    right: 30px;
}

.main_slider .overflow {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 340px;
    overflow: hidden;
    left: 0;
    top: 0;
}

.main_slider .overflow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

.main_slider .overflow ul li {
    float: left;
    width: 1020px;
    text-align: center;
}

.main_slider .paging {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    top: 428px;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    height: 19px;
}

.main_slider .paging li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 19px;
    height: 19px;
    background: url(/images/sprite_12.png) -83px -151px no-repeat;
    cursor: pointer;
    margin: 0 0 0 1px;
    line-height: 100px;
}

.main_slider .paging li.active {
    background-position: -60px -151px;
}

#slider_goods {
    float: left;
    width: 100%;
}

#slider_goods .overflow {
    left: 140px;
    width: 725px;
    padding: 10px 0 0 10px;
    top: 17px;
}

#slider_goods ul.list {
    position: relative;
}

#slider_goods .overflow .item {
    position: relative;
    float: left;
    width: 225px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    -moz-box-shadow: 0 0 4px #bababa;
    box-shadow: 0 0 4px #bababa;
    -webkit-box-shadow: 0 0 4px #bababa;
    margin-right: 17px;
    padding: 3px 0 13px 0;
}

#slider_goods .overflow .item .img {
    height: 231px;
}

#slider_goods .overflow .item .img img {
    width: auto;
    height: auto;
    max-height: 228px;
    max-width: 220px;
}

#slider_goods .overflow .item .name a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}

#slider_goods .overflow .item .name a:hover {
    text-decoration: underline;
}

#slider_goods .overflow .item .price {
    color: #000000;
    font: 24px Georgia, "Times New Roman", Times, serif;
}

#slider_goods .overflow .item .rub {
    color: #a3a3a3;
    font-family: Arial, Helvetica, sans-serif;
}

#slider_goods .overflow .item .rub:before,
#slider_goods .overflow .item .rub .steak {
    content: "\2013";
    margin-right: -11px;
    font-size: 80%;
}

#slider_goods .icon-1,
#slider_goods .icon-2,
#slider_goods .icon-3,
#slider_goods .icon-4 {
    background-image: url(/images/sprite_12.png);
    background-repeat: no-repeat;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    height: 20px;
    cursor: pointer;
    margin: 8px 3px 0 3px;
}

#slider_goods .icon-1 {
    background-position: -61px -124px;
    width: 23px;
}

#slider_goods .icon-2 {
    background-position: -93px -124px;
    width: 16px;
}

#slider_goods .icon-3 {
    background-position: -118px -124px;
    width: 28px;
}

#slider_goods .icon-4 {
    background-position: -143px -106px;
    width: 16px;
    margin-top: 10px;
    margin-bottom: -2px;
}

#slider_goods .arrow-1,
#slider_goods .arrow-2 {
    top: 164px;
}

#slider_goods .paging {
    top: 386px;
}

/*FOOTER*/
.n_clear {
    clear: both;
}

#n_footer {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    bottom: 0;
    z-index: 2;
    clear: both;
    min-height: 265px;
    font-size: 11px;
    color: #ffffff;
    background: url(/images/n-bg-1.gif) 0 bottom repeat-x #ffffff;
}

#n_footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 4px;
    left: 0;
    /* background: url(/images/n-bg-10.png) center 0 no-repeat; */
}

#n_footer a {
    color: #ffffff;
    text-decoration: none;
}

#n_footer a:hover {
    text-decoration: underline;
}

#n_footer p {
    width: 102%;
    margin: 12px 0 0 0;
}

#n_footer p.title {
    width: auto;
    font: bold 12px Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #d7a836;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 2px 0;
}

#n_footer .white {
    color: #FFFFFF;
}

#n_footer .l_block,
#n_footer .l_block_2,
#n_footer .l_block_3 {
    float: left;
    width: 118px;
    padding-left: 110px;
    margin-top: 28px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #c3c3c3;
    line-height: 18px;
}

#n_footer  .l_block_2 {
    width: 123px;
    padding-left: 127px;
}

#n_footer  .l_block_3 {
    width: 140px;
    padding-left: 73px;
}

#n_footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 102%;
    font: 12px Arial, Helvetica, sans-serif;
}

#n_footer  ul li {
    padding: 11px 0 1px 0;
    line-height: 16px;
}

#n_footer  ul li a {
    color: #c3c3c3;
}

#n_footer .n_soc_list {
    float: right;
    width: 120px;
    margin: 28px 69px 0 0;
}

#n_footer .n_soc_list ul {
    list-style: none;
    padding: 0;
    margin: 14px 0 0 0;
}

#n_footer .n_soc_list li {
    padding: 4px 0 4px 0;
    line-height: 20px;
}

#n_footer .n_soc_list li a,
#n_footer ul li.white a {
    color: #FFFFFF;
}

#n_footer .n_soc_list li img {
    margin: 3px 5px 0 0;
}

#n_footer .n_copy_tel {
    width: 960px;
    float: left;
    border-top: 1px solid #ffffff;
    padding: 10px 0 0 0;
    margin: 33px 0 0 30px;
}

#n_footer .n_copyright {
    float: left;
    margin: 0 0 0 0;
    padding: 2px 0 5px 40px;
    background: url(/images/n_bg_copiright.png) 0 0 no-repeat;
}

#n_footer .n_tel {
    float: right;
    padding: 2px 0 0 0;
}

#n_footer .n_videogid {
    float: left;
    width: 200px;
    margin: 0 0 0 40px;
}

#n_footer .n_videogid  .videogid {
    padding: 0 0 0 18px;
    white-space: nowrap;
    background: url(/images/bg_gid.png) 0 1px no-repeat;
    font: 12px Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

#n_footer .n_videogid  .videogid:hover {
    text-decoration: none;
}
#n_footer .pays{
    width: 110px;
    margin-top: 14px;
}
#n_footer .pays .icon{
    float: left;
    margin-right: 14px;
    margin-bottom: 8px;
    width: 41px;
    height: 26px;
    background: url(/img/pays-icons.png) no-repeat;
}
#n_footer .pays .icon.visa{
    background-position: 0 0;
}
#n_footer .pays .icon.master{
    background-position: -43px 0;
}
#n_footer .pays .icon.webmoney{
    background-position: 0 -28px;
}
#n_footer .pays .icon.ya{
    background-position: -43px -28px;
}
#n_footer .pays .icon.euro{
    background-position: 0 -56px;
}
#n_footer .pays .icon.qiwi{
    background-position: -43px -56px;
}
/*new for header 09.07.2012*/
#header .top_buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 819px;
    top: 58px;
}

#header .top_buttons li {
    width: 54px;
    margin-right: 8px;
    float: left;
    background: url(/images/bg_top_buttons.png) 0 0 no-repeat;
    text-align: center;
    text-transform: uppercase;
    font: 9px "Trebuchet MS", "Helvetica CY", sans-serif;
}

#header .top_buttons li.xcompare {
    background-position: 16px 0;
}

#header .top_buttons li.xfavorite {
    background-position: -46px 0;
}

#header .top_buttons li.xbascet {
    background-position: -109px 0;
}

#header .top_buttons li a {
    display: block;
    height: 27px;
    text-decoration: none;
    color: #c3c3c3;
    padding-top: 27px;
    line-height: 12px;
}

#header .top_buttons li span {
    font: 12px Arial, Helvetica, sans-serif;
}

#header .top_buttons li .no {
    color: #7f7f7f;
}

#header .top_buttons li .yes {
    color: #000000;
}

h1.wline {
    font: bold 16px Arial, Helvetica, sans-serif;
    margin: 0;
    float: left;
    background: #FFFFFF;
    color: #000000;
    padding: 0 9px;
    margin-top: -16px;
}

a.zoom {
    cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}

a.zoom1 {
    cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
    float: left;
}

#noitems {
    height: 83px;
    line-height: 83px;
    text-align: center;
}

/** Button Style **/

.ask-btn {
    background: url(/img/bg_ask_btn.png) 0 0 no-repeat;
    display: block;
    width: 110px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.opinion-btn {
    background: url(/img/bg_opinion_btn.png) 0 0 no-repeat;
    display: block;
    width: 119px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.add-file-btn {
    background: url(/img/bg_add_files_btn.png) 0 0 no-repeat;
    display: block;
    width: 114px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.order-btn {
    background: url(/img/bg_order_btn.png) 0 0 no-repeat;
    display: block;
    width: 76px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.contents-favorit-btn {
    background: url(/img/bg_contents_favorit_btn.png) 0 0 no-repeat;
    display: block;
    width: 101px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.contents-order-btn {
    background: url(/img/bg_contents_order_btn.png) 0 0 no-repeat;
    display: block;
    width: 120px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.proceed-order-btn {
    background: url(/img/bg_proceed_order_btn.png) 0 0 no-repeat;
    display: block;
    width: 154px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.send-btn {
    background: url(/img/bg_send_btn.png) 0 0 no-repeat;
    display: block;
    width: 84px;
    height: 24px;
    cursor: pointer;
    border: none;
}

/** **/
.delete {
    background: url(/img/bg_delete.png) 0 0 no-repeat;
    display: block;
    width: 9px;
    height: 9px;
    text-indent: -9999em;
}

/** Tooltip Style **/
.tooltip {
    width: 138px;
    color: #727272;
    line-height: 1.2;
    overflow: hidden;
    z-index: 5000;
}

.tooltip-inner2 {
    font-size: 12px !important;
}

.tooltip-top {
    background: url(/img/bg_tooltip_top.png) 0 0 no-repeat;
    padding: 3px 0 0;
}

.tooltip-bottom {
    background: url(/img/bg_tooltip_bottom.png) 0 100% no-repeat;
    padding: 0 0 15px;
}

.tooltip-repeat {
    background: url(/img/bg_tooltip_repeat.png) 0 0 repeat-y;
}

.tooltip-icon {
    background: url(/img/bg_tooltip_icon.png) 5px 3px no-repeat;
    padding: 0 6px 0 16px;
}

.tooltip-width {
    width: 280px;
    color: #727272;
    line-height: 1.2;
    overflow: hidden;
    z-index: 5000;
}

.tooltip-width .tooltip-top {
    background: url(/img/bg_tooltip_top_width.png) 0 0 no-repeat;
    padding: 3px 0 0;
}

.tooltip-width .tooltip-bottom {
    background: url(/img/bg_tooltip_bottom_width.png) 0 100% no-repeat;
    padding: 0 0 15px;
}

.tooltip-width .tooltip-repeat {
    background: url(/img/bg_tooltip_repeat_width.png) 0 0 repeat-y;
}

.tooltip-width .tooltip-icon {
    background: url(/img/bg_tooltip_icon.png) 5px 4px no-repeat;
    padding: 0 6px 0 16px;
}

.otst {
    padding-bottom: 13px;
}

.search_loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

/*.search_loader_indicator {

    float: left;
    width: 32px;
    height: 32px;
    background: url("/images/loader.gif") no-repeat;
    z-index: 101;
}*/
.search_loader_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 100;
}

.align_center_to_left {
    position: relative;
    right: 50%;
    float: right;
    margin-top: 100px;
}

.align_center_to_right {
    position: absolute;
    float: left;
    width: 48px;
    height: 48px;
    background: url("/images/loader3.gif") no-repeat;
    z-index: 101;
    right: -50%;
    margin-top: 150px;
}

.smltxt {
    font-size: 10px;
}

/*popup_cmp*/
#popup_cmp {
    width: 680px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -340px;
    z-index: 1000;
    top: 195px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    min-height: 364px;
    display: none;
}

#popup_cmp h1 {
    background: url(/images/sprite_12.png) -51px -234px no-repeat;
    padding: 5px 0 1px 47px;
    margin: 16px 0 0 17px;
    font: bold 20px Arial, Helvetica, sans-serif;
    color: #000;
}

#popup_cmp .close {
    background: #aeaeae;
    width: 28px;
    height: 28px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    position: absolute;
    color: #fff;
    font: normal 35px/28px Arial, Helvetica, sans-serif;
    text-align: center;
    right: 10px;
    top: 12px;
    cursor: pointer;
}

#popup_cmp .pic {
    width: 160px;
    margin: 15px 0 0 10px;
    float: left;
    text-align: center;
}

#popup_cmp .pic img {
    width: auto;
    max-width: 160px;
    height: auto;
}

#popup_cmp .goods_in {
    width: 460px;
    float: right;
    margin-right: 10px;
}

#popup_cmp .goods_in ul {
    list-style: none;
    padding: 16px 0 0 0;
    margin: 0;
}

#popup_cmp .goods_in ul li.item {
    width: 100%;
    padding: 0 0 9px 0;
    float: left;
    margin: 2px 0 0 0;
    position: relative;
    height: 41px;
}

#popup_cmp .goods_in ul li.item.active {
    background: #fdf7eb;
    border: 1px solid #c2bcae;
    border-left: 0;
    padding: 0 0 8px 0;
}

#popup_cmp .goods_in ul li.item.active:before,
#popup_cmp .goods_in ul li.item.active .ie_active_item {
    content: '';
    position: absolute;
    background: url(/images/bg_5.png) 0 0 no-repeat;
    width: 26px;
    height: 51px;
    left: -26px;
    top: -1px;
}

#popup_cmp .goods_in ul li.item .about {
    width: 235px;
    padding: 11px 0 0 5px;
    float: left;
    font-size: 12px;
}

#popup_cmp .goods_in ul li.item .about a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#popup_cmp .goods_in ul li.item .about a:hover {
    text-decoration: underline;
}

#popup_cmp .goods_in ul li.item .about p {
    padding: 0;
    margin: 0;
    font-size: 10px;
    color: #777;
}

#popup_cmp .goods_in ul li.item .number {
    float: left;
    margin-right: 15px;
}

#popup_cmp .goods_in ul li.item .number span.box {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    background: #000;
    color: #fff;
    cursor: pointer;
    margin-top: 16px;
    font: bold 20px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
}

#popup_cmp .goods_in ul li.item .number .qvon {
    float: left;
    width: 22px;
    position: relative;
    padding: 15px 0 0 0;
}

#popup_cmp .goods_in ul li.item .number .qvon input {
    position: relative;
    z-index: 1;
    float: left;
    border: 0;
    font: bold 15px/18px Arial, Helvetica, sans-serif;
    color: #000;
    width: 22px;
    padding: 0;
    text-align: center;
    background: none;
}

#popup_cmp .goods_in ul li.item .price,
#popup_cmp .goods_in ul li.item .new_price {
    white-space: nowrap;
    float: left;
    color: #96794f;
    font-size: 18px;
    padding-top: 13px;
}

#popup_cmp .goods_in ul li.item .new_price span.old_price {
    text-decoration: line-through;
    font-size: 16px;
    position: relative;
    top: 0px;
    color: #7f7f7f;
}

#popup_cmp .goods_in ul li.item .new_price {
    padding-top: 5px;
    line-height: 18px;
    color: #ed1c24;
}

#popup_cmp .goods_in ul li.item .new_price span {
    color: #000;
}

#popup_cmp .goods_in ul li.item .close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 7px;
    top: 10px;
    cursor: pointer;
    background: #d0b98b;
    color: #fff;
    font: normal 18px/10px Georgia, "Times New Roman", Times, serif;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
    padding-left: 1px;
    /*padding-left:0;*/
}

#popup_cmp .goods_in .at_all {
    border-top: 3px solid #9c9c9c;
    margin: 11px 0 0 0;
    width: 105%;
    float: left;
    margin-left: -20px;
}

#popup_cmp .goods_in .at_all .qvontity {
    width: 205px;
    float: left;
    padding: 14px 0 0 6px;
    text-transform: uppercase;
    font-size: 14px;
}

#popup_cmp .goods_in .at_all .qvontity:first-child {
    width: 260px;
}

#popup_cmp .goods_in .at_all .qvontity span {
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    margin-left: 2px;
}

#popup_cmp .goods_in .at_all .qvontity span.red {
    color: #ed1c24;
    margin: 0;
}

#popup_cmp .goods_in .at_all a.simple_button {
    float: left;
    display: block;
    width: 190px;
    height: 33px;
    border: 1px solid #765a2b;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 14px 0 0 10px;
    font-size: 12px;
    line-height: 34px;
    background: url('data:image/gif;base64,R0lGODlhAQAlANUAAAAAAP///5l2MZZzMJh1MZ15M5x4M5p3Mpd0MaN+Np56NKiCOauFO6+IPbKLP7aOQbmRQ7+WRr6VRsacSsSaScedS8WbSpVyMKB7NaV/N6F8NqaAOKqDOq2GPLGJPriPQrSMQLyTRbuSRMGXR8OZScKYSP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACYALAAAAAABACUAAAYjwMrEQiGVRhFJSAT5PEAOT6PD4Cw2mYQGoygYDgICYjC4BAEAOwAA') 0 center repeat-x;
    position: relative;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}

#popup_cmp .goods_in .at_all a.simple_button:hover {
    border-color: #dc6b00;
    background-image: url('data:image/gif;base64,R0lGODlhAQAlAMQAAAAAAP////+mPf+nPf+lPf+lQP+nRv+rUP+dPv+wXf+3a/98AP9+BP+CDP+JGf+SKv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABAALAAAAAABACUAAAUSoJIcRkEIQ6qu6eK+8Ms0zoOEADsA');
}

#popup_cmp .goods_in .at_all a {
    text-transform: uppercase;
    font-weight: bold;
    margin: 25px 0 0 10px;
    float: left;
    font-size: 12px;
}

#popup_cmp .goods_in .at_all h2 {
    margin: 0;
    padding: 16px 0 0 0;
    color: #7f7f7f;
    clear: both;
    font-size: 18px;
}

#popup_cmp .tab_bg {
    width: 100%;
    border-top: 1px solid #dedede;
    float: left;
    margin-top: 17px;
}

#popup_cmp ul.tab {
    list-style: none;
    padding: 0;
    margin: 18px 0 0 135px;
}

#popup_cmp ul.tab li {
    padding: 0 18px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-right: 9px;
    font-size: 12px;
}

#popup_cmp ul.tab li a {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dashed #000;
    display: block;
    float: left;
}

#popup_cmp ul.tab li a span {
    color: #ed1c24;
}

#popup_cmp ul.tab li.active {
    padding: 0;
}

/*#popup_cmp ul.tab li.active a { margin-top:-4px; border:1px solid #a5a08c; padding:3px 17px 4px 17px; color:#898652; -moz-box-shadow:0 0 5px #fdf5c3; box-shadow:0 0 5px #fdf5c3; -webkit-box-shadow:0 0 5px #fdf5c3; background:#fff; position:relative; }
#popup_cmp ul.tab li.active a:before, #popup_cmp ul.tab li.active a .ie_tab_bg { content:''; position:absolute; background:url(/images/sprite_12.png) -47px -182px no-repeat; width:16px; height:8px; bottom:-9px; left:50%; margin-left:-8px; }
*/
#popup_cmp .tab_content {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    min-height: 0;
    padding-bottom: 20px;
}

#popup_cmp .tab_content span.action {
    position: absolute;
    left: 0;
    top: 5px;
    height: 60px;
    width: 120px;
    background: #e2a911 url(/images/bg_6.png) right center no-repeat;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font: normal 18px/60px Tahoma, Geneva, sans-serif;
}

#popup_cmp .tab_content p {
    font-size: 14px;
    padding: 0;
    margin: 38px 0 0 135px;
    line-height: 26px;
}

#popup_cmp .tab_content .heading {
    font-size: 16px;
    font-weight: bold;
    margin: 44px 0 0 25px;
}

#popup_cmp .change_checkbox2 .pretty {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 13px;
    width: 33px;
    height: 30px;
    background: url(/images/bg_12.png) 0px 0 no-repeat;
    position: relative;
    top: -14px;
}

#popup_cmp .change_checkbox2.checks  .pretty {
    background-position: 0 -45px;
}

#popup_cmp .change_checkbox2 .ch_box {
    display: none;
}

#popup_cmp .change_checkbox2 #check1 {
    display: none;
}

#popup_cmp .tab_content .heading .red {
    color: #ed1c24;
}

#popup_cmp .tab_content .text {
    color: #a1a1a1;
    margin: -6px 10px 0 74px;
    font-size: 12px;
    line-height: 16px;
}

/*popup_basket*/
#popup_basket {
    width: 680px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -340px;
    z-index: 1000;
    top: 195px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    min-height: 364px;
    display: none;
}

#popup_basket h1 {
    background: url(/images/sprite_12.png) -51px -234px no-repeat;
    padding: 5px 0 1px 47px;
    margin: 16px 0 0 17px;
    font: bold 20px Arial, Helvetica, sans-serif;
    color: #000;
}

#popup_basket .close {
    background: #aeaeae;
    width: 28px;
    height: 28px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    position: absolute;
    color: #fff;
    font: normal 35px/28px Arial, Helvetica, sans-serif;
    text-align: center;
    right: 116px;
    top: 12px;
    cursor: pointer;
}

#popup_basket .close_txt {
    width: 28px;
    height: 28px;
    position: absolute;
    color: #aeaeae;
    font: normal 24px/28px Arial, Helvetica, sans-serif;
    text-align: center;
    right: 82px;
    top: 12px;
    cursor: pointer;
}

#popup_basket .pic {
    width: 160px;
    margin: 15px 0 0 10px;
    float: left;
    text-align: center;
}

#popup_basket .pic img {
    width: auto;
    max-width: 160px;
    height: auto;
}

#popup_basket .goods_in {
    width: 460px;
    float: right;
    margin-right: 10px;
}

#popup_basket .goods_in ul {
    list-style: none;
    padding: 16px 0 0 0;
    margin: 0;
}

#popup_basket .goods_in ul li.item {
    width: 100%;
    padding: 0 0 9px 0;
    float: left;
    margin: 2px 0 0 0;
    position: relative;
    height: 41px;
}

#popup_basket .goods_in ul li.item.active {
    background: #fdf7eb;
    border: 1px solid #c2bcae;
    border-left: 0;
    padding: 0 0 8px 0;
}

#popup_basket .goods_in ul li.item.active:before,
#popup_basket .goods_in ul li.item.active .ie_active_item {
    content: '';
    position: absolute;
    background: url(/images/bg_5.png) 0 0 no-repeat;
    width: 26px;
    height: 51px;
    left: -26px;
    top: -1px;
}

#popup_basket .goods_in ul li.item .about {
    width: 235px;
    padding: 11px 0 0 5px;
    float: left;
    font-size: 12px;
}

#popup_basket .goods_in ul li.item .about a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#popup_basket .goods_in ul li.item .about a:hover {
    text-decoration: underline;
}

#popup_basket .goods_in ul li.item .about p {
    padding: 0;
    margin: 0;
    font-size: 10px;
    color: #777;
}

#popup_basket .goods_in ul li.item .number {
    float: left;
    margin-right: 15px;
}

#popup_basket .goods_in ul li.item .number span.box {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    background: #000;
    color: #fff;
    cursor: pointer;
    margin-top: 16px;
    font: bold 20px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
}

#popup_basket .goods_in ul li.item .number .qvon {
    float: left;
    width: 22px;
    position: relative;
    padding: 15px 0 0 0;
}

#popup_basket .goods_in ul li.item .number .qvon input {
    position: relative;
    z-index: 1;
    float: left;
    border: 0;
    font: bold 15px/18px Arial, Helvetica, sans-serif;
    color: #000;
    width: 22px;
    padding: 0;
    text-align: center;
    background: none;
}

#popup_basket .goods_in ul li.item .price,
#popup_basket .goods_in ul li.item .new_price {
    white-space: nowrap;
    float: left;
    color: #96794f;
    font-size: 18px;
    padding-top: 13px;
}

#popup_basket .goods_in ul li.item .new_price span.old_price {
    text-decoration: line-through;
    font-size: 16px;
    position: relative;
    top: 0px;
    color: #7f7f7f;
}

#popup_basket .goods_in ul li.item .new_price {
    padding-top: 5px;
    line-height: 18px;
    color: #ed1c24;
}

#popup_basket .goods_in ul li.item .new_price span {
    color: #000;
}

#popup_basket .goods_in ul li.item .close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 7px;
    top: 10px;
    cursor: pointer;
    background: #d0b98b;
    color: #fff;
    font: normal 18px/10px Georgia, "Times New Roman", Times, serif;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
    padding-left: 1px;
    /*padding-left:0;*/
}

#popup_basket .goods_in .at_all {
    border-top: 3px solid #9c9c9c;
    margin: 11px 0 0 0;
    width: 105%;
    float: left;
    margin-left: -20px;
}

#popup_basket .goods_in .at_all .qvontity {
    width: 205px;
    float: left;
    padding: 14px 0 0 6px;
    text-transform: uppercase;
    font-size: 14px;
}

#popup_basket .goods_in .at_all .qvontity:first-child {
    width: 260px;
}

#popup_basket .goods_in .at_all .qvontity span {
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    margin-left: 2px;
}

#popup_basket .goods_in .at_all .qvontity span.red {
    color: #ed1c24;
    margin: 0;
}

#popup_basket .goods_in .at_all a.simple_button {
    float: left;
    display: block;
    width: 140px;
    height: 33px;
    border: 1px solid #765a2b;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 14px 0 0 10px;
    font-size: 12px;
    line-height: 34px;
    background: url('data:image/gif;base64,R0lGODlhAQAlANUAAAAAAP///5l2MZZzMJh1MZ15M5x4M5p3Mpd0MaN+Np56NKiCOauFO6+IPbKLP7aOQbmRQ7+WRr6VRsacSsSaScedS8WbSpVyMKB7NaV/N6F8NqaAOKqDOq2GPLGJPriPQrSMQLyTRbuSRMGXR8OZScKYSP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACYALAAAAAABACUAAAYjwMrEQiGVRhFJSAT5PEAOT6PD4Cw2mYQGoygYDgICYjC4BAEAOwAA') 0 center repeat-x;
    position: relative;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}

#popup_basket .goods_in .at_all a.simple_button:hover {
    border-color: #dc6b00;
    background-image: url('data:image/gif;base64,R0lGODlhAQAlAMQAAAAAAP////+mPf+nPf+lPf+lQP+nRv+rUP+dPv+wXf+3a/98AP9+BP+CDP+JGf+SKv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABAALAAAAAABACUAAAUSoJIcRkEIQ6qu6eK+8Ms0zoOEADsA');
}

#popup_basket .goods_in .at_all a {
    text-transform: uppercase;
    font-weight: bold;
    margin: 25px 0 0 10px;
    float: left;
    font-size: 12px;
}

#popup_basket .goods_in .at_all h2 {
    margin: 0;
    padding: 16px 0 0 0;
    color: #7f7f7f;
    clear: both;
    font-size: 18px;
}

#popup_basket .tab_bg {
    width: 100%;
    border-top: 1px solid #dedede;
    float: left;
    margin-top: 17px;
}

#popup_basket ul.tab {
    list-style: none;
    padding: 0;
    margin: 18px 0 0 135px;
}

#popup_basket ul.tab li {
    padding: 0 18px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-right: 9px;
    font-size: 12px;
}

#popup_basket ul.tab li a {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dashed #000;
    display: block;
    float: left;
}

#popup_basket ul.tab li a span {
    color: #ed1c24;
}

#popup_basket ul.tab li.active {
    padding: 0;
}

/*#popup_basket ul.tab li.active a { margin-top:-4px; border:1px solid #a5a08c; padding:3px 17px 4px 17px; color:#898652; -moz-box-shadow:0 0 5px #fdf5c3; box-shadow:0 0 5px #fdf5c3; -webkit-box-shadow:0 0 5px #fdf5c3; background:#fff; position:relative; }
#popup_basket ul.tab li.active a:before, #popup_basket ul.tab li.active a .ie_tab_bg { content:''; position:absolute; background:url(/images/sprite_12.png) -47px -182px no-repeat; width:16px; height:8px; bottom:-9px; left:50%; margin-left:-8px; }
*/
#popup_basket .tab_content {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    min-height: 0;
    padding-bottom: 20px;
}

#popup_basket .tab_content span.action {
    position: absolute;
    left: 0;
    top: 5px;
    height: 60px;
    width: 120px;
    background: #e2a911 url(/images/bg_6.png) right center no-repeat;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font: normal 18px/60px Tahoma, Geneva, sans-serif;
}

#popup_basket .tab_content p {
    font-size: 14px;
    padding: 0;
    margin: 38px 0 0 135px;
    line-height: 26px;
}

#popup_basket .tab_content .heading {
    font-size: 16px;
    font-weight: bold;
    margin: 44px 0 0 25px;
}

#popup_basket .change_checkbox2 .pretty {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 13px;
    width: 33px;
    height: 30px;
    background: url(/images/bg_12.png) 0px 0 no-repeat;
    position: relative;
    top: -14px;
}

#popup_basket .change_checkbox2.checks  .pretty {
    background-position: 0 -45px;
}

#popup_basket .change_checkbox2 .ch_box {
    display: none;
}

#popup_basket .change_checkbox2 #check1 {
    display: none;
}

#popup_basket .tab_content .heading .red {
    color: #ed1c24;
}

#popup_basket .tab_content .text {
    color: #a1a1a1;
    margin: -6px 10px 0 74px;
    font-size: 12px;
    line-height: 16px;
}

.newbas {
    clear: none !important;
    float: none !important;
}

#in_basket {
    clear: both;
    float: left;
    width: 960px;
    padding: 0 0px 0px 0px;
    position: relative;
}

#in_basket h3 {
    background: url(/images/sprite_12.png) -51px -234px no-repeat;
    padding: 0 0 0 51px;
    margin: 12px 0 0 0;
    font: bold 28px Arial, Helvetica, sans-serif;
    color: #000;
}

#popup_basket h1 span {
    color: #bf9f61;
}

#in_basket h3 span {
    color: #7f7f7f;
    font-weight: normal;
}

#in_basket .added {
    list-style: none;
    padding: 24px 10px 0 50px;
    margin: 0;
    width: 890px;
    float: left;
}

#in_basket .added li.item {
    border-top: 1px solid #dddddd;
    padding: 20px 0 11px 0;
    margin: 1px 0 0 0;
    float: left;
    width: 890px;
    position: relative;
}

#in_basket .added li.item:first-child {
    border-top: 0;
}

#in_basket .added li.item .pic {
    width: 100px;
    margin: 0px 13px 0 0px;
    float: left;
    padding-bottom: 15px;
}

#in_basket .added li.item .about {
    font: normal 14px Arial, Helvetica, sans-serif;
    float: left;
    width: 410px;
    margin-right: 13px;
    /*padding-top:20px;*/
}

#in_basket .added li.item .about a.name {
    font-size: 16px;
    font-weight: bold;
    color: #7f7f7f;
    text-decoration: none;
}

#in_basket .added li.item .about a.name:hover {
    text-decoration: underline;
}

#in_basket .added li.item .about p {
    padding: 0px 0 10px 0;
    margin: 0;
    color: #727272;
}

#in_basket .added li.item .about p.nonexistent {
    width: 402px;
    background: #ffd0d0;
    padding: 4px 0 6px 10px;
    color: #dd1414;
}

#in_basket .added li.item .number {
    float: left;
    width: 110px;
    margin-right: 7px;
    padding-top: 26px;
}

#in_basket .added li.item .number span.box {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    background: #000;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
    font: bold 24px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
}

#in_basket .added li.item .number .qvon {
    float: left;
    width: 52px;
    position: relative;
    padding: 8px 0 0 0;
}

#in_basket .added li.item .number .qvon input {
    position: relative;
    z-index: 1;
    float: left;
    border: 0;
    font: bold 24px/26px Arial, Helvetica, sans-serif;
    color: #000;
    width: 52px;
    padding: 0;
    text-align: center;
}

#in_basket .added li.item .price {
    float: left;
    width: 220px;
    padding: 0px 0 0 0;
    font: normal 24px Arial, Helvetica, sans-serif;
    color: #7f7f7f;
    text-align: center;
}

#in_basket .added li.item .price span.article {
    font: normal 14px Arial, Helvetica, sans-serif;
    margin-top: 6px;
    color: #6b6b6b;
    padding-bottom: 2px;
    float: left;
    width: 100%;
    text-align: left;
}

#in_basket .added li.item .price span.article strong {
    color: #000;
}

#in_basket .added li.item .price span.cost {
    color: #3a3a3a;
    font-weight: bold;
}

#in_basket .added li.item .price .packaging {
    font-size: 14px;
    color: #6b6b6b;
    font-weight: normal;
    margin-top: 3px;
}

#in_basket .added li.item .price .packaging span {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

#in_basket .added li.item .close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 12px;
    cursor: pointer;
    background: #d0b98b;
    color: #fff;
    font: normal 18px/10px Georgia, "Times New Roman", Times, serif;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
    padding-left: 1px;
}

#in_basket .added li.item .check {
    clear: both;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #9b7b3c;
    padding: 8px 0 4px 10px;
    float: left;
    width: 340px;
}

#in_basket .added li.item .check label {
    cursor: pointer;
}

#in_basket .added li.item .check input {
    margin: 0 6px 0 0;
    padding: 0;
    position: relative;
    top: 1px;
}

#in_basket .choose {
    padding: 0;
    margin: -7px 0 0 9px;
    clear: both;
    width: 285px;
    float: left;
}

#in_basket .added li.item .rate {
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0 0 0;
}

#in_basket .added li.item .art {
    color: #880015;
}

#in_basket .added li.item .garant_box {
    font-size: 12px;
    color: #7f7f7f;
}

#in_basket .added li.item .garant_box a {
    font-weight: bold;
    border-bottom: 1px dashed #880015;
    color: #880015;
    text-decoration: none;
}

.redone {
    color: #880015;
}

#ct_slider_x {
    position: relative;
    margin: 8px 0 0 10px;
    padding: 0px 0 0 0;
    width: 940px;
    height: 130px;
    float: left;
}

#ct_slider_x .arrow_1,
#ct_slider_x .arrow_2 {
    position: absolute;
    left: -10px;
    top: 0px;
    height: 100px;
    width: 2px;
    background: #9b7b3c;
    cursor: pointer;
    z-index: 2;
}

#ct_slider_x .arrow_2 {
    left: auto;
    right: -11px;
}

#ct_slider_x .arrow_1:before,
#ct_slider_x .arrow_1 .ar_ie1 {
    content: '';
    background: url(/images/slider_x.gif) 0 0 no-repeat;
    position: absolute;
    left: -12px;
    top: 39px;
    width: 12px;
    height: 21px;
}

#ct_slider_x .arrow_2:before,
#ct_slider_x .arrow_2 .ar_ie2 {
    content: '';
    background: url(/images/slider_x.gif) 0 -21px no-repeat;
    position: absolute;
    left: 2px;
    top: 39px;
    width: 12px;
    height: 21px;
}

#ct_slider_x .overflow {
    position: absolute;
    left: 0px;
    top: 0;
    width: 940px;
    height: 159px;
    z-index: 1;
    overflow: hidden;
}

#ct_slider_x .overflow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

#ct_slider_x .overflow ul li {
    float: left;
    margin: 0 10px 0 0;
}

#ct_slider_x .overflow ul li .img {
    width: 98px;
    height: 98px;
    line-height: 98px;
    border: 1px solid #9b7b3c;
    vertical-align: middle;
    text-align: center;
}

#ct_slider_x .overflow ul li.active .img {
    width: 94px;
    height: 94px;
    line-height: 94px;
    border: 3px solid #9b7b3c;
    vertical-align: middle;
    text-align: center;
}

#ct_slider_x .overflow ul li .img img {
    vertical-align: middle;
    max-height: 94px;
    max-width: 94px;
}

#ct_slider_x .overflow ul li .price {
    clear: both;
    font-weight: bold;
    color: #000;
    padding-top: 2px;
}

#ct_slider_x .overflow ul li.active .price {
    color: #9b7b3c;
}

#in_basket .oformlen {
    float: left;
    width: 939px;
    background: #f8f8f8;
    border-top: 3px solid #9e9e9e;
    margin: 11px 0 0 0;
    padding: 0 21px 23px 0;
}

#in_basket .oformlen dl {
    float: right;
    width: 565px;
    margin: 18px 0 -4px 0;
}

#in_basket .oformlen dl dt,
#in_basket .oformlen dl dd {
    margin: 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

#in_basket .oformlen dl dt {
    width: 170px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #9b7b3c;
    text-align: right;
    padding: 7px 11px 0 0;
}

#in_basket .oformlen dl dd {
    width: 380px;
    padding-bottom: 13px;
}

#in_basket .oformlen dl dd p {
    padding: 0 0 0 0;
    margin: 0;
}

#in_basket .oformlen dl dd .accept,
#in_basket .oformlen dl dd .not_accept {
    background: url(/images/accept_bg.png) 0 -20px no-repeat;
    padding: 3px 0 3px 22px;
    margin: 5px 0 0 0;
}

#in_basket .oformlen dl dd .not_accept {
    background-position: 0 5px;
}

#in_basket .oformlen dl dd .accept span {
    color: #2d950d;
    font-weight: bold;
}

#in_basket .oformlen dl dd .hide_input_text_block {
    position: relative;
    display: inline-block;
}

#in_basket .oformlen dl dd .hide_input_text_block .input_text_hide {
    position: absolute;
    left: 15px;
    top: 7px;
    cursor: text;
    z-index: 90;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #5b5b5b;
}

#in_basket .oformlen dl dd .inp_txt {
    width: 363px;
    height: 30px;
    border: 1px solid #dedede;
    position: relative;
    -moz-box-shadow: inset 0px 0px 3px #dedede;
    box-shadow: inset 0px 0px 3px #dedede;
    -webkit-box-shadow: inset 0px 0px 3px #dedede;
    background: #fff;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #5b5b5b;
    padding: 0px 1px 3px 14px;
    margin: 0;
}

#in_basket .oformlen .allnumber {
    clear: both;
    text-align: right;
    font-size: 28px;
    color: #3a3a3a;
}

#in_basket .oformlen .allnumber span {
    font-size: 36px;
    font-weight: bold;
    margin-left: 10px;
}

#in_basket .oformlen .buy {
    float: right;
    width: 845px;
}

#in_basket .oformlen .buy .one_click {
    color: #656565;
    float: left;
    width: 500px;
    margin: 30px 0 0 10px;
}

#in_basket .oformlen .buy .one_click a {
    text-decoration: none;
    color: #000;
}

#in_basket .oformlen .buy .one_click a:hover {
    text-decoration: underline;
}

#in_basket .oformlen .buy .one_click input {
    position: relative;
    top: 2px;
}

#in_basket .oformlen .buy .sub {
    cursor: pointer;
    border: 1px solid #825722;
    width: 310px;
    height: 47px;
    position: relative;
    float: right;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    font: bold 20px Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px #825722;
    margin: 16px 2px 0 0;
    text-align: center;
    padding-bottom: 4px;
    background: url('data:image/gif;base64,R0lGODlhAQAtANUAAAAAAP///5ZzMJt3Mph1MZ15M5x4M5d0MaB8NZ56NKR/N6J9Np97NaN+N6qEOqmDOrGKPrCJPraOQbePQriQQ8SaScedS8WbSpl1MZVyMJp2MqaAOKyFO6eBOa2GPK6HPbOLP7SMQLqRQ7+VRryTRbuSRMCWR76URsabSsOZScKYSMGXSMecS////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAC0ALAAAAAABAC0AAAYqQAsLdamkVCvT6EQqiSgTSQgEiXw8HMejs1E0FghGomAYaDCEg0CQyQQBADsA') 0 0px repeat-x;
}

.oformlenie_quick .sub {
    border: 1px solid #825722;
    width: 239px;
    height: 47px;
    position: relative;
    float: right;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    font: bold 20px Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px #825722;
    margin: 16px 2px 0 0;
    text-align: center;
    padding-bottom: 4px;
    background: url('data:image/gif;base64,R0lGODlhAQAtANUAAAAAAP///5ZzMJt3Mph1MZ15M5x4M5d0MaB8NZ56NKR/N6J9Np97NaN+N6qEOqmDOrGKPrCJPraOQbePQriQQ8SaScedS8WbSpl1MZVyMJp2MqaAOKyFO6eBOa2GPK6HPbOLP7SMQLqRQ7+VRryTRbuSRMCWR76URsabSsOZScKYSMGXSMecS////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAC0ALAAAAAABAC0AAAYqQAsLdamkVCvT6EQqiSgTSQgEiXw8HMejs1E0FghGomAYaDCEg0CQyQQBADsA') 0 0px repeat-x;
}

.oformlenie_quick {
    padding-left: 20px;
    display: none;
}

#in_basket h2 {
    padding: 16px 0 4px 0;
    margin: 0;
    font: normal 48px Arial, Helvetica, sans-serif;
    color: #000;
}

#in_basket h2 span {
    color: #9b7b3c;
}

#in_basket .in_time {
    font-size: 18px;
    padding-bottom: 21px;
}

#in_basket .last .added {
    padding-bottom: 0;
    margin-bottom: -8px;
}

#in_basket .last .added li.item {
    padding-top: 17px;
}

#in_basket .last .added li.item .price {
    float: right;
}

#in_basket .last .added li.item .complekt {
    clear: both;
    margin-left: 10px;
    padding-bottom: 3px;
    float: left;
    width: 950px;
}

#in_basket .last .added li.item .complekt p {
    margin: 0;
    padding: 3px 0 10px 0;
}

#in_basket .last .added li.item .complekt .pic {
    width: 94px;
    height: 94px;
    text-align: center;
    vertical-align: middle;
    line-height: 94px;
    border: 3px solid #9b7b3c;
    margin: 4px 0 0 0;
    padding: 0 0 1px 0;
}

#in_basket .last .added li.item .complekt .pic img {
    vertical-align: middle;
}

#in_basket .oformlen .number {
    text-align: right;
    font-size: 24px;
    color: #4d4d4d;
    padding: 11px 2px 0 0;
}

#in_basket .oformlen .number:first-child {
    padding-top: 16px;
}

#in_basket .oformlen .number strong,
#in_basket .oformlen .all_number strong {
    color: #000;
}

#in_basket .oformlen .all_number {
    font-size: 22px;
    text-align: right;
    color: #000;
    padding: 28px 2px 0 0;
    margin-bottom: -5px;
}

#in_basket h4 {
    margin: 12px 0 0 0;
    font-size: 30px;
    color: #9b7b3c;
    float: left;
}

#in_basket h4 span {
    color: #bdbdbd;
    font-weight: normal;
}

#in_basket .steps.second {
    margin: 13px 0 0 12px;
}

#in_basket .steps.second .pic_step {
    background: #c0a163;
}

#in_basket dl dd .hide_input_text_block .input_text_hide {
    left: 10px;
    top: 5px;
    font: normal 18px Arial, Helvetica, sans-serif;
    color: #e3e3e3;
}

#in_basket dl dd .hide_input_text_block .input_text_hide.incorrect {
    color: #d61f1f;
}

#in_basket dl,
#in_basket dl dt,
#in_basket dl dd {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 7px 0 0 0;
}

#in_basket dl {
    width: 780px;
    margin: 25px 0 0 0;
    padding-bottom: 10px;
}

#in_basket dl dt {
    margin-top: 12px;
    width: 152px;
    font-size: 18px;
    color: #9b7b3c;
    text-align: right;
    padding-right: 5px;
}

#in_basket dl dd {
    width: 613px;
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
}

#in_basket dl dd .advice {
    float: left;
    width: 610px;
    margin: 3px 0 0 1px;
    color: #6f6f6f;
}

#in_basket dl dd .advice span {
    font-size: 12px;
}

#in_basket dl dd .inp_txt {
    width: 601px;
    border: 1px solid #dedede;
    height: 31px;
    font: normal 18px Arial, Helvetica, sans-serif;
    color: #000;
    padding: 0 1px 2px 9px;
    margin: 0;
    position: relative;
    -moz-box-shadow: inset 0px 0px 2px #dedede;
    box-shadow: inset 0px 0px 2px #dedede;
    -webkit-box-shadow: inset 0px 0px 2px #dedede;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    background: #fff;
}

#in_basket dl dd .inp_txt.incorrect {
    background: #ffdede;
    color: #d61f1f;
    border-color: #dec1c1;
    -moz-box-shadow: inset 0px 0px 2px #dec1c1;
    box-shadow: inset 0px 0px 2px #dec1c1;
    -webkit-box-shadow: inset 0px 0px 2px #dec1c1;
}

#in_basket dl dd .inp_txt.maska {
    left: -1px;
    /*left:0px; //top:-1px; left:0\0/;*/
}

#in_basket dl dd .ngold {
    color: #9B7B3C !important;
    font-size: 18px !important;
}

#in_basket dl dd .ngold select {
    height: 36px;
    vertical-align: middle;
    padding: 5px 5px 5px 0;
}

#in_basket dl dd p {
    padding: 0;
    margin: 0;
}

#in_basket dl dd .small {
    float: left;
    width: 255px;
    margin-left: 11px;
}

#in_basket dl dd .small:first-child {
    margin-left: 0;
}

#in_basket dl dd .small .inp_txt {
    width: 191px;
}

#in_basket dl dd  .grey {
    background: #f5f5f5;
}

#in_basket dl dd .small .advice {
    float: left;
    width: 200px;
    margin: 4px 0 0 0px;
}

#in_basket dl dd .small .advice_tab {
    margin-top: 4px;
    margin-right: 15px;
    display: inline;
}

#in_basket dl dd.border,
#in_basket dl dt.border {
    border-top: 1px solid #cfcfcf;
    padding-top: 20px;
    margin-top: 17px;
    padding-bottom: 3px;
}

#in_basket dl dt.border {
    border-top: 0;
    padding-top: 25px;
}

#in_basket dl dd .radio {
    width: 630px;
    float: left;
    padding-bottom: 10px;
    font-size: 18px;
    color: #6f6f6f;
}

#in_basket dl dd .radio label {
    cursor: pointer !important;
}

#in_basket dl dd .radio.active {
    color: #000;
}

#in_basket dl dd .radio:first-child {
    padding-top: 4px;
}

#in_basket dl dd .radio input {
    margin: 0 10px 0 2px;
}

#in_basket dl dd .radio .small_advice {
    font-size: 12px;
    float: left;
    width: 610px;
    margin-left: 20px;
    color: #6f6f6f;
}

#in_basket dl dd .big_qv {
    cursor: pointer;
    position: absolute;
    right: -28px;
    top: 1px;
    background: url(/images/sprite_12.png) -158px -73px no-repeat;
    width: 18px;
    height: 18px;
}

#in_basket dl dd  .hover {
    background-position: -179px -73px;
    z-index: 100;
}

#in_basket dl dd  .hover .hint {
    left: -18px;
}

#in_basket dl dd  .hover .hint .close {
    padding: 0 !important;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: url(/images/sprite2x.png) -75px -24px no-repeat;
    cursor: pointer;
    text-indent: 40px;
}

#in_basket dl dd .small_qv {
    cursor: pointer;
    position: absolute;
    right: -25px;
    top: 2px;
    background: url(/images/sprite_12.png) -161px -94px no-repeat;
    width: 13px;
    height: 13px;
}

#in_basket dl dd .small_qv:hover {
    background-position: -181px -94px;
}

#in_basket dl dd .small_qv:hover .hint {
    left: -22px;
    bottom: 30px;
}

#in_basket dl dd .hint {
    font-size: 12px;
    width: 180px;
    min-height: 76px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #fff;
    -moz-box-shadow: 0px 0px 6px #8e8d8d;
    box-shadow: 0px 0px 6px #8e8d8d;
    -webkit-box-shadow: 0px 0px 6px #8e8d8d;
    position: absolute;
    padding: 7px 8px 7px 10px;
    left: -100000px;
    top: 31px;
    z-index: 2;
}

#in_basket dl dd .hint:before,
#in_basket dl dd .hint .art {
    content: "";
    top: -12px;
    left: 17px;
    width: 15px;
    height: 12px;
    position: absolute;
    background: url(/images/sprite_rb.png) 0 -67px no-repeat;
    padding: 0 !important;
}

/*.art { content:""; bottom:-12px; left:24px; width:15px; height:12px; position:absolute; background:url(/images/sprite_12.png) -165px -112px no-repeat; }*/
#in_basket .popup_window {
    width: 198px;
    height: 70px;
    position: absolute;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #fff;
    -moz-box-shadow: 0px 0px 6px #8e8d8d;
    box-shadow: 0px 0px 6px #8e8d8d;
    -webkit-box-shadow: 0px 0px 6px #8e8d8d;
    right: 5px;
    top: 244px;
    z-index: 2;
}

#in_basket .popup_window p {
    margin: 7px 7px 0 10px;
    font-size: 12px;
}

#in_basket .popup_window .buts {
    float: right;
    margin-right: 3px;
}

#in_basket .popup_window a {
    display: block;
    float: left;
    margin: 18px 5px 0 0;
    width: 60px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    color: #000;
    text-shadow: 1px 1px 1px #c0c0c0;
    background: url('data:image/gif;base64,R0lGODlhAQASAMQAAAAAAP////7+/v39/fz8/Pv7+/r6+vj4+Pf39/b29vT09PPz8/Ly8vHx8e/v7+7u7u3t7ezs7Ovr6////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABMALAAAAAABABIAAAUPoCAMRGEcSKIsTOM8UCSFADsA') 0 0 repeat-x;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    position: relative;
}

#in_basket .popup_window a:hover {
    border-color: #825722;
    color: #fff;
    text-shadow: 1px 1px 1px #9a7839;
    background: url('data:image/gif;base64,R0lGODlhAQASAMQAAAAAAP///5ZzMJh1MaJ9Np97NamDOqyGPLaOQb2URcacSp14M5p2MqaAOLOLP7CIPrqRQ8WaScCWR8KYSP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABQALAAAAAABABIAAAUPoBJNUgIhznMYDVEszCCEADsA') 0 0 repeat-x;
}

#in_basket .results {
    width: 914px;
    border-top: 3px solid #9e9e9e;
    float: left;
    background: #f8f8f8;
    padding: 0 46px 18px 0;
    margin-bottom: -20px;
}

#in_basket .results p {
    padding: 11px 0 0px 0;
    margin: 0;
    color: #7f7f7f;
    font-size: 18px;
    text-align: right;
}

#in_basket .results p:first-child {
    padding: 16px 0 0 0;
}

#in_basket .results p strong {
    color: #000;
}

#in_basket .results .all_number {
    color: #000;
    margin-top: 19px;
    font-size: 22px;
    line-height: 36px;
    border-top: 1px solid #cfcfcf;
    /*width:612px; float:right; */
}

#in_basket .results .all_number strong {
    font-size: 30px;
}

.oformlenie_quick input[type=text] {
    width: 100%;
    padding: 5px;
    margin: 10px 0px;
}

.dcnt_txt {
    float: left;
    padding: 10px 10px 0 130px;
    text-align: center;
    line-height: 20px;
}

.brdr {
    border: 1px solid #c3c3c3;
    float: left;
    margin: 2px 10px 0 0;
    text-align: center;
    padding: 10px;
    color: #000;
    font-size: 22px;
}

.big_txt {
    font-size: 27px;
}

#way {
    font-size: 25px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    width: 40px;
    vertical-align: middle;
}

#kadmkad {
    padding: 10px 0 0 30px;
    display: none;
}

#kadmkad .place {
    color: #9B7B3C;
    font-size: 16px;
    font-weight: bold;
}

.for_tab {
    display: none;
}

#tab_action {
    margin: 10px 0 10px 0;
}

.red_text {
    color: #880015;
}

.bred {
    color: #880015;
    font-weight: bold;
}

.action_text {
    font-size: 16px;
    padding: 5px 0px;
    background-color: #efefef;
    text-align: center;
    width: 640px;
    float: left;
    margin: 20px 20px 0px 20px;
}

.radio label {
    font-size: 18px;
    font-weight: bold;
}

.radio label span.or {
    color: #7f7f7f;
    font-weight: normal;
    font-size: 16px;
}

.radio label div {
    margin: 5px 0 0 30px;
    font-size: 12px;
    font-weight: normal;
    color: #7f7f7f;
    display: none;
}

.active label div {
    display: block !important;
}

.deliverycost div {
    font-size: 22px;
    color: #7f7f7f;
    margin-left: 30px;
}

.deliverycost div #delivery_cost {
    color: #000;
    font-weight: bold;
}

.rtitle {
    color: #9B7B3C;
}

.n_menu {
    float: left;
    width: 250px;
}

.n_content {
    float: left;
    width: 700px;
    margin-left: 10px;
}

.n_content p {
    text-align: justify;
}

.p_right {
    float: right;
    margin: 10px 0 10px 10px !important;
}

.p_left {
    float: left;
    margin: 0 10px 10px 0px !important;
}

.n_menu .hov {
    font-weight: bold;
}

.close_m {
    display: none;
}

#filter_tooltip {
    position: absolute;
    width: 225px;
    height: 20px;
    background: #ffffff /* url(/images/left-b.jpg) 10px 10px no-repeat*/;
    color: #585858;
    font-size: 12px;
    border: #7f7f7f 1px solid;
    padding: 5px 15px 5px 15px;
    line-height: 20px;
    display: none;
    z-index: 2000;
}

#filter_tooltip:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -5px;
    width: 6px;
    height: 10px;
    background: url(/images/left-b.gif) 0 0 no-repeat;
}

body>#filter_tooltip:before{
    left: auto;
    right: -6px;
    background-image: url(/images/right-b.png);
}

#filter_tooltip #show {
    color: #BCA464;
    margin-left: 10px;
}

.n_cat_paging li.next a {
    text-indent: -100px;
    margin-top: -3px;
}

.n_cat_paging li.prev a {
    text-indent: 20px;
    margin-top: -3px;
    color: #000;
}

.n_cat_paging li.next span,
.n_cat_paging li.prev span {
    margin-top: -3px;
    cursor: normal;
    color: #ccc;
    display: block;
}

.n_cat_paging li.next span {
    text-indent: -100px;
}

.n_cat_paging li.prev span {
    text-indent: 20px;
}

#ldr {
    display: none;
    text-align: center;
}

/*registration_popup*/
#registration_popup {
    display: none;
    width: 456px;
    background: #ffffff;
    position: absolute;
    z-index: 150;
    left: 50%;
    top: 117px;
    margin-left: -228px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    padding: 18px 0 24px 0;
}

#registration_popup .close {
    color: #aeaeae;
    position: absolute;
    background: url(/images/sprite_12.png) -19px -182px no-repeat;
    width: 21px;
    height: 21px;
    right: 71px;
    top: 9px;
    cursor: pointer;
    line-height: 21px;
    text-indent: 25px;
}

#registration_popup .tabs {
    height: 42px;
    margin: 0;
    padding: 0 0 0 17px;
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
}

#registration_popup .tabs li {
    float: left;
    white-space: nowrap;
    font-size: 24px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    border-bottom: none;
    cursor: pointer;
    height: 41px;
    line-height: 42px;
}

#registration_popup .tabs li span {
    padding: 0 29px 0 29px;
    float: left;
    text-decoration: none;
    color: #9f9f9f;
}

#registration_popup .tabs li.active {
    border: 1px solid #d9d9d9;
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}

#registration_popup .tabs li.active span {
    color: #000000;
}

#registration_popup .soc_netw {
    clear: both;
    padding: 21px 0 4px 23px;
    font-size: 18px;
    color: #9c9c9c;
}

#registration_popup .soc_netw img {
    vertical-align: middle;
    margin-left: 2px;
}

#registration_popup p {
    margin: 12px 0 0 23px;
}

#registration_popup .inp_txt {
    width: 388px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border: 1px solid #aaaaaa;
    background: #f1f1f1;
    -moz-box-shadow: inset 0 5px 5px #e8e8e8;
    box-shadow: inset 0 5px 5px #e8e8e8;
    -webkit-box-shadow: inset 0 5px 5px #e8e8e8;
    height: 28px;
    padding: 6px 2px 5px 15px;
    font: 24px Arial, Helvetica, sans-serif;
    color: #646464;
}

#registration_popup .input_text_hide {
    font: 24px Arial, Helvetica, sans-serif;
    color: #646464;
    left: 17px;
    top: 7px;
}

#registration_popup .input_text_hide .small {
    font-size: 12px;
}

#registration_popup .remember {
    position: absolute;
    right: 14px;
    top: 13px;
    font-size: 12px;
    color: #646464;
}

#registration_popup .inp_sub {
    border: 1px solid #b38c4f;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    width: 504px;
    cursor: pointer;
    height: 41px;
    background: url('data:image/gif;base64,R0lGODlhAQAnAMQAAOrXsfPiwuvYsurXsO/du/jpzfTjxO/dvOzYs/Pjw/Lhwu3atv7x2ffoy+7cuPDeu/rs0v3w2P/z3O/evPvu1ObQpu3at/Piw//y2/DgvujTqu/duujTq+XQpuTOowAAACH5BAAAAAAALAAAAAABACcAAAUf4KEkQeYAWud5FSdsVwNFmMRQhfEgnOp1msFiMyFYQgA7') 0 0 repeat-x #ecd8b3;
    color: #89651c;
    font: bold 24px Arial, Helvetica, sans-serif;
    text-shadow: 0 2px 0 #f1e5cd;
    width: 407px;
    padding-bottom: 2px;
}

#rp_avtorisation {
    display: none;
}

#registration_popup .inp_txt.incorrect {
    background: #ffdede;
    color: #d61f1f;
    border-color: #dec1c1;
    -moz-box-shadow: inset 0px 0px 2px #dec1c1;
    box-shadow: inset 0px 0px 2px #dec1c1;
    -webkit-box-shadow: inset 0px 0px 2px #dec1c1;
}

#basket #letter_page {
    padding-left: 0;
    width: 955px;
}

#basket .rewiew {
    margin-top: 27px;
}

#basket .rewiew td:first-child {
    width: 186px;
    padding-left: 14px;
    padding-top: 5px;
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #aa9872;
}

#basket .rewiew textarea.inp_txt {
    width: 709px;
    height: 179px;
    border: 1px solid #dedede;
    padding: 13px 20px 17px 16px;
    font: normal 20px/23px Arial, Helvetica, sans-serif;
    color: #c0c2c1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    position: relative;
    -moz-box-shadow: inset 0px 0px 2px #dedede;
    box-shadow: inset 0px 0px 2px #dedede;
    -webkit-box-shadow: inset 0px 0px 2px #dedede;
    background: #fff;
}

#basket .rewiew .hide_input_text_block .input_text_hide {
    font: normal 20px/23px Arial, Helvetica, sans-serif;
    color: #c0c2c1;
    top: 15px;
    left: 18px;
}

#basket .rewiew .send {
    cursor: pointer;
    border: 1px solid #82581c;
    width: 162px;
    height: 45px;
    background: url('data:image/gif;base64,R0lGODlhAQAtANUAAAAAAP///5ZzMJt3Mph1MZ15M5x4M5d0MaB8NZ56NKR/N6J9Np97NaN+N6qEOqmDOrGKPrCJPraOQbePQriQQ8SaScedS8WbSpl1MZVyMJp2MqaAOKyFO6eBOa2GPK6HPbOLP7SMQLqRQ7+VRryTRbuSRMCWR76URsabSsOZScKYSMGXSMecS////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAC0ALAAAAAABAC0AAAYqQAsLdamkVCvT6EQqiSgTSQgEiXw8HMejs1E0FghGomAYaDCEg0CQyQQBADsA') 0 -1px repeat-x;
    color: #fff;
    text-align: center;
    font: bold 20px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    float: left;
    margin: 20px 0 0 3px;
    padding-bottom: 1px;
    color: #fcffed;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    position: relative;
}

.n_models a {
    color: #585858;
    text-decoration: none;
}

/*bottom slider*/
#viewed_overflow {
    clear: both;
    float: left;
    width: 965px;
    position: relative;
    margin: 0px 0 -122px -2px;
    height: 55px;
    z-index: 100;
    top: 0;
    /*float:none;*/
}

#viewed_overflow .window_slider {
    -moz-box-shadow: 0 0 2px #878787;
    box-shadow: 0 0 2px #878787;
    -webkit-box-shadow: 0 0 2px #878787;
    background: #fff;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    width: 960px;
    height: 300px;
    position: absolute;
    top: 60px;
    left: 0;
    border: 1px solid #b3b3b3;
}

#tabs.list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10000;
}

#tabs.list li.item {
    float: left;
    width: 320px;
    height: 54px;
    position: relative;
    background: #ffffff url(/images/tabs_bg.gif) 0 14px no-repeat;
    cursor: pointer;
}

#tabs.list li.item:first-child {
    background: #fff;
}

#tabs.list li.item.tab1 {
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -khtml-border-radius: 10px 0 0 0;
}

#tabs.list li.item.tab2 {
    border-top: 1px solid #b3b3b3;
}

#tabs.list li.item.tab3 {
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -khtml-border-radius: 0 10px 0 0;
}

#tabs.list li.item .bg_1,
#tabs.list li.item .bg_2,
#tabs.list li.item .bg_3 {
    margin: 18px 0 0 17px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #777;
    padding-left: 38px;
    background: url(/images/vieved.png) 0 -64px no-repeat;
    float: left;
}

#tabs.list li.item .brown {
    color: #b08e4d;
}

#tabs.list li.item .bg_2 {
    background-position: -29px -30px;
    margin: 16px 0 0 37px;
    padding: 2px 0 2px 31px;
}

#tabs.list li.item .bg_3 {
    background-position: -60px 0px;
    margin: 17px 0 0 36px;
    padding: 2px 0 0 30px;
}

#tabs.list li.item .up_down {
    width: 26px;
    height: 16px;
    background: url(/images/sprite_12.png) -112px -91px no-repeat;
    cursor: pointer;
    float: left;
    margin: 20px 0 0 20px;
}

#tabs.list li.item .up {
    width: 26px;
    height: 16px;
    background: url(/images/sprite_12.png) -112px -74px no-repeat;
    cursor: pointer;
    float: left;
    margin: 20px 0 0 20px;
}

#tabs.list.for_first li.item.tab1 {
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: -1px;
}

#tabs.list.for_first li.item.tab2 {
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -khtml-border-radius: 10px 0 0 0;
    background: #fff;
}

#tabs.list.for_first li.item.tab3 {
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -khtml-border-radius: 0 10px 0 0;
}

#tabs.list.for_second li.item.tab1 {
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    width: 319px;
}

#tabs.list.for_second li.item.tab2 {
    border-top: none;
    border-left: none;
    border-right: none;
    background: #fff;
    margin-top: 1px;
    margin-right: -1px;
}

#tabs.list.for_second li.item.tab3 {
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    background: #fff;
}

#tabs.list.for_third li.item.tab1 {
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -khtml-border-radius: 10px 0 0 0;
}

#tabs.list.for_third li.item.tab2 {
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -khtml-border-radius: 0 10px 0 0;
    width: 319px;
}

#tabs.list.for_third li.item.tab3 {
    border-top: none;
    border-left: none;
    border-right: none;
    background: #fff;
    margin-top: 1px;
    width: 319px;
}

.window_slider .arrow_1,
.window_slider .arrow_2 {
    position: absolute;
    left: 19px;
    top: 35px;
    height: 129px;
    width: 27px;
    background: url(/images/sprite2x.png) 0 -194px no-repeat;
    cursor: pointer;
    z-index: 2;
}

.window_slider .arrow_2 {
    left: auto;
    right: 19px;
    background-position: -64px -194px;
}

.window_slider .overflow {
    position: absolute;
    left: 60px;
    top: 24px;
    width: 837px;
    height: 200px;
    z-index: 1;
    overflow: hidden;
}

.window_slider .overflow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

.window_slider .overflow ul li {
    float: left;
    width: 209px;
    text-align: center;
    height: 200px;
    overflow: hidden;
}

.window_slider .overflow ul li img {
    width: auto;
    height: 149px;
    max-width: 199px;
}

.window_slider .overflow ul li div {
    margin: 5px 0;
    font-size: 12px;
}

.main_slider {
    position: relative;
    width: 1020px;
    z-index: 3;
    overflow: hidden;
    height: 380px;
}

.main_slider .arrow-1,
.main_slider .arrow-2 {
    position: absolute;
    left: 30px;
    top: 212px;
    background: url(/images/sprite_12.png) 0 -124px no-repeat;
    cursor: pointer;
    z-index: 3;
    width: 54px;
    height: 54px;
}

.main_slider .arrow-2 {
    background-position: 0 -68px;
    left: auto;
    right: 30px;
}

.main_slider .overflow {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 340px;
    overflow: hidden;
    left: 0;
    top: 0;
}

.main_slider .overflow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

.main_slider .overflow ul li {
    float: left;
    width: 1020px;
    text-align: center;
}

.main_slider .paging {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    top: 428px;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    height: 19px;
}

.main_slider .paging li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 19px;
    height: 19px;
    background: url(/images/sprite_12.png) -83px -151px no-repeat;
    cursor: pointer;
    margin: 0 0 0 1px;
    line-height: 100px;
}

.main_slider .paging li.active {
    background-position: -60px -151px;
}

#slider_goods {
    float: left;
    width: 100%;
}

#slider_goods .overflow {
    left: 140px;
    width: 725px;
    padding: 10px 0 0 10px;
    top: 17px;
}

#slider_goods ul.list {
    position: relative;
}

#slider_goods .overflow .item {
    position: relative;
    float: left;
    width: 225px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    -moz-box-shadow: 0 0 4px #bababa;
    box-shadow: 0 0 4px #bababa;
    -webkit-box-shadow: 0 0 4px #bababa;
    margin-right: 17px;
    padding: 3px 0 13px 0;
}

#slider_goods .overflow .item .img {
    height: 231px;
}

#slider_goods .overflow .item .img img {
    width: auto;
    height: auto;
    max-height: 228px;
    max-width: 220px;
}

#slider_goods .overflow .item .name a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}

#slider_goods .overflow .item .name a:hover {
    text-decoration: underline;
}

#slider_goods .overflow .item .price {
    color: #000000;
    font: 24px Georgia, "Times New Roman", Times, serif;
}

#slider_goods .overflow .item .rub {
    color: #a3a3a3;
    font-family: Arial, Helvetica, sans-serif;
}

#slider_goods .overflow .item .rub:before,
#slider_goods .overflow .item .rub .steak {
    content: "\2013";
    margin-right: -11px;
    font-size: 80%;
}

#slider_goods .icon-1,
#slider_goods .icon-2,
#slider_goods .icon-3,
#slider_goods .icon-4 {
    background-image: url(/images/sprite_12.png);
    background-repeat: no-repeat;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    height: 20px;
    cursor: pointer;
    margin: 8px 3px 0 3px;
}

#slider_goods .icon-1 {
    background-position: -61px -124px;
    width: 23px;
}

#slider_goods .icon-2 {
    background-position: -93px -124px;
    width: 16px;
}

#slider_goods .icon-3 {
    background-position: -118px -124px;
    width: 28px;
}

#slider_goods .icon-4 {
    background-position: -143px -106px;
    width: 16px;
    margin-top: 10px;
    margin-bottom: -2px;
}

#slider_goods .arrow-1,
#slider_goods .arrow-2 {
    top: 164px;
}

#slider_goods .paging {
    top: 386px;
}

.counts_d {
    position: absolute;
    top: 225px;
    -left: 675px;
    right: 20px;
}

.counts_d a {
    margin-right: 10px;
}

.counts_d_main {
    position: absolute;
    top: 215px;
    -left: 780px;
    right: 20px;
    z-index: 2;
    margin-top: 30px;
}

.alllink {
    margin-right: 30px;
}


.name_c {
    color: black;
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
}
.table_difference .buttons { margin-bottom: 10px; }
#table_difference {
top: 180px; display: none; 
}
/*target_popup*/
#target_popup, #table_difference {
    display: none;
    width: 456px;
    background: #ffffff;
    position: absolute;
    z-index: 150;
    left: 50%;
    top: 117px;
    margin-left: -228px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    padding: 18px 0 24px 0;
}

#target_popup .close, #table_difference .close {
    color: #aeaeae;
    position: absolute;
    background: url(/images/sprite_12.png) -19px -182px no-repeat;
    width: 21px;
    height: 21px;
    right: 71px;
    top: 9px;
    cursor: pointer;
    line-height: 21px;
    text-indent: 25px;
}

#target_popup .soc_netw {
    clear: both;
    padding: 21px 0 4px 23px;
    font-size: 18px;
    color: #9c9c9c;
}

#target_popup .soc_netw img {
    vertical-align: middle;
    margin-left: 2px;
}

#target_popup p {
    margin: 12px 0 0 23px;
}

#target_popup .inp_txt {
    width: 388px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border: 1px solid #aaaaaa;
    background: #f1f1f1;
    -moz-box-shadow: inset 0 5px 5px #e8e8e8;
    box-shadow: inset 0 5px 5px #e8e8e8;
    -webkit-box-shadow: inset 0 5px 5px #e8e8e8;
    height: 28px;
    padding: 6px 2px 5px 15px;
    font: 24px Arial, Helvetica, sans-serif;
    color: #646464;
}

#target_popup .input_text_hide {
    font: 24px Arial, Helvetica, sans-serif;
    color: #646464;
    left: 17px;
    top: 7px;
}

#target_popup .input_text_hide .small {
    font-size: 12px;
}

#target_popup #target_caption {
    font-size: 24px;
}

#target_popup .remember {
    position: absolute;
    right: 14px;
    top: 13px;
    font-size: 12px;
    color: #646464;
}

#target_popup .inp_sub {
    border: 1px solid #b38c4f;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    width: 504px;
    cursor: pointer;
    height: 41px;
    background: url('data:image/gif;base64,R0lGODlhAQAnAMQAAOrXsfPiwuvYsurXsO/du/jpzfTjxO/dvOzYs/Pjw/Lhwu3atv7x2ffoy+7cuPDeu/rs0v3w2P/z3O/evPvu1ObQpu3at/Piw//y2/DgvujTqu/duujTq+XQpuTOowAAACH5BAAAAAAALAAAAAABACcAAAUf4KEkQeYAWud5FSdsVwNFmMRQhfEgnOp1msFiMyFYQgA7') 0 0 repeat-x #ecd8b3;
    color: #89651c;
    font: bold 24px Arial, Helvetica, sans-serif;
    text-shadow: 0 2px 0 #f1e5cd;
    width: 407px;
    padding-bottom: 2px;
}

#target_popup #current_city {
    background: url(/img/point.jpg) no-repeat;
    padding-left: 30px;
    margin: 10px 22px 7px 22px;
    line-height: 22px;
    height: 22px;
    font-size: 24px;
    font-weight: bold;
}

#target_popup .notify {
    margin: 5px 0 0 23px;
}

#registration_popup .inp_txt.incorrect {
    background: #ffdede;
    color: #d61f1f;
    border-color: #dec1c1;
    -moz-box-shadow: inset 0px 0px 2px #dec1c1;
    box-shadow: inset 0px 0px 2px #dec1c1;
    -webkit-box-shadow: inset 0px 0px 2px #dec1c1;
}

.main_sliders {
    width: 930px !important;
    height: 240px !important;
}

.main_ov {
    width: 837px !important;
    height: 240px !important;
}

#tabs_block_s {
    margin: 30px 0 0 0;
    width: 737px;
    height: 36px;
    background: url(/images/n-bg-30.gif) 0 bottom no-repeat;
}

#tabs_block_s ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tabs_block_s ul li {
    float: left;
    margin-right: 2px;
}

#tabs_block_s ul li a {
    float: left;
    white-space: nowrap;
    height: 22px;
    background: #cccccc;
    color: #ffffff;
    font: 11px Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px 0 15px;
}

#tabs_block_s ul li.active {
    background: url(/images/n-bg-32.gif) 8px bottom no-repeat;
    height: 42px;
}

#tabs_block_s ul li.active a {
    background: url(/images/n-bg-31.gif) 0 0;
    height: 26px;
}

#tabs_content_s {
    margin: 20px 0 0 -1px;
}

#tabs_content_s .tabs_content_2_block {
    margin-left: 15px;
    width: 696px;
    position: relative;
}

#tabs_content_s .show {
    display: block;
}

#tabs_content_s .showhid {
    display: none;
}

#tabs_content_s .arrow_1,
#tabs_content_s .arrow_2 {
    position: absolute;
    left: 0;
    top: 11px;
    height: 129px;
    width: 27px;
    background: url(/images/sprite2x.png) 0 -194px no-repeat;
    cursor: pointer;
    z-index: 2;
}

#tabs_content_s .arrow_2 {
    left: auto;
    right: 0;
    background-position: -64px -194px;
}

#tabs_content_s .overflow {
    position: absolute;
    left: 40px;
    top: 0;
    width: 630px;
    height: 149px;
    z-index: 1;
    overflow: hidden;
}

#tabs_content_s .overflow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

#tabs_content_s .overflow ul li {
    float: left;
    width: 210px;
    text-align: center;
    height: 149px;
    overflow: hidden;
}

#tabs_content_s .overflow ul li img {
    width: auto;
    height: auto;
    max-width: 199px;
}

#tabs_content_s .text {
    margin: 0 0 20px 0;
}

.main_slider {
    position: relative;
    width: 1020px;
    z-index: 3;
    overflow: hidden;
    height: 380px;
}

.main_slider .arrow-1,
.main_slider .arrow-2 {
    position: absolute;
    left: 30px;
    top: 212px;
    background: url(/images/sprite_12.png) 0 -124px no-repeat;
    cursor: pointer;
    z-index: 3;
    width: 54px;
    height: 54px;
}

.main_slider .arrow-2 {
    background-position: 0 -68px;
    left: auto;
    right: 30px;
}

.main_slider .overflow {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 340px;
    overflow: hidden;
    left: 0;
    top: 0;
}

.main_slider .overflow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

.main_slider .overflow ul li {
    float: left;
    width: 1020px;
    text-align: center;
}

.main_slider .paging {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    top: 428px;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    height: 19px;
}

.main_slider .paging li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 19px;
    height: 19px;
    background: url(/images/sprite_12.png) -83px -151px no-repeat;
    cursor: pointer;
    margin: 0 0 0 1px;
    line-height: 100px;
}

.main_slider .paging li.active {
    background-position: -60px -151px;
}

html #left-menu {
    clear: both;
    padding-right: 30px;
    padding-bottom: 30px;
}

#selection_block #left-menu{
    padding-right: 0;
}

html #left-menu h2 {
    color: #b08e4d;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    background: url(/images/dot1.gif) 0 100% repeat-x;
    line-height: 1;
}

html #left-menu h2 span {
    background-color: #FFF;
    position: relative;
    top: 2px;
    padding-right: 10px;
}

html #left-menu ul,
html #left-menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

html #left-menu li ul {
    margin-left: 20px;
    margin-top: 12px;
    display: none;
}

html #left-menu li.a ul {
    display: block;
}

html #left-menu li.a > a,
html #left-menu li.a > a:visited {
    background-position: 0px -48px;
}

html #left-menu li ul .a {
    font-weight: bold;
    color: #000;
    background-position: -20px -18px;
}

html #left-menu li + li {
    padding-top: 12px;
}

html #left-menu a,
html #left-menu a:visited {
    background: url(/images/dt_arrows.png) 0px -14px no-repeat;
}

html #left-menu li ul a,
html #left-menu i ul a:visited {
    background: url(/images/lm-bullet.gif) 0 2px no-repeat;
}

html #left-menu a,
html #left-menu a:visited {
    text-decoration: none;
    font-size: 12px;
    color: #666;
    padding-left: 20px;
}

/*html #left-menu a span,html #left-menu a:visited span { font: bold 14px Arial,Helvetica,sans-serif; color:#000; }*/
html #left-menu li .lv1 {
    font: 12px Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    color: #000;
}

html #left-menu li .lv1 span.hov {
    font-weight: bold !important;
    color: #b08e4d !important;
}

html #left-menu a:hover span {
    border-bottom: 1px dotted #000;
}

html #left-menu ul li ul li a {
    font: 12px Helvetica, Arial, sans-serif;
}

.main_sliders_news {
    width: 630px !important;
    height: 200px !important;
}

.main_ov_news {
    width: 537px !important;
    height: 220px !important;
}

#tabs_block_3 {
    margin: 30px 0 0 0;
    width: 628px;
    height: 36px;
    background: url(/images/n-bg-30.gif) 0 bottom no-repeat;
}

#tabs_block_3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tabs_block_3 ul li {
    float: left;
    margin-right: 2px;
}

#tabs_block_3 ul li a {
    float: left;
    white-space: nowrap;
    height: 22px;
    background: #cccccc;
    color: #ffffff;
    font: 11px Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px 0 15px;
}

#tabs_block_3 ul li.active {
    background: url(/images/n-bg-32.gif) 8px bottom no-repeat;
    height: 42px;
}

#tabs_block_3 ul li.active a {
    background: url(/images/n-bg-31.gif) 0 0;
    height: 26px;
}

#tabs_content_3 {
    margin: 20px 0 30px -1px;
}

#tabs_content_3 .tabs_content_3_block {
    height: 149px;
    width: 411px;
    position: relative;
    display: none;
}

#tabs_content_3 .tabs_content_3_block {
    position: relative;
    width: 411px;
    height: 150px;
}

#tabs_content_3 .arrow_1,
#tabs_content_3 .arrow_2 {
    position: absolute;
    left: 0;
    top: 11px;
    height: 129px;
    width: 27px;
    background: url(/images/sprite2x.png) 0 -194px no-repeat;
    cursor: pointer;
    z-index: 2;
}

#tabs_content_3 .arrow_2 {
    left: auto;
    right: 0;
    background-position: -64px -194px;
}

#tabs_content_3 .overflow {
    position: absolute;
    left: 40px;
    top: 0;
    width: 330px;
    height: 149px;
    z-index: 1;
    overflow: hidden;
}

#tabs_content_3 .overflow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

#tabs_content_3 .overflow ul li {
    float: left;
    width: 268px;
    text-align: center;
    height: 200px;
    overflow: hidden;
}

#tabs_content_3 .overflow ul li img {
    width: auto;
    height: auto;
    max-width: 199px;
}

#tabs_content_3 .overflow ul li div {
    margin: 5px 0px;
    font-size: 12px;
}

.results .b1 {
    width: 533px;
    margin-left: 150px;
}

.results .b1 p {
    color: #9B7B3C !important;
    font-size: 22px;
    text-align: right !important;
    height: 40px;
    padding-right: 20px !important;
}

.results .b1 p span {
    color: #7F7F7F !important;
    font-size: 14px;
}

.results .b1 p.all_number {
    color: #000 !important;
}

.results .b2 {
    width: 230px;
}

.results .b2 p {
    font-size: 22px;
    color: #7f7f7f;
    text-align: left !important;
    height: 40px;
    padding: 0 0px 0 0px;
}

.results .b2 p stong {
    color: #000;
}

#buytype_del_pr {
    color: #880015;
}

.bigt a {
    font-size: 1.5em;
}

.news_0 {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.no1 {
    display: none;
}

#double_delivery {
    font-size: 26px;
}

.discount {
    font-size: 16px;
    font-weight: bold;
    padding-top: 3px;
    margin-top: 0;
    margin-bottom: 0;
}

.discount_per {
    color: #af3834;
}

.discount_rub {
    color: #7b8181;
}

#city_target {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    border-bottom: #000 dashed 1px;
}

.news_title {
    margin: 0 0 10px 0;
}

.news_text {
    margin: 0 0 30px 0;
}

.news_more {
    margin: 7px 0 0px 0;
}

.big_860 {
    width: 860px !important;
}

font {
    font-size: 16px;
}

#selection_block ul li.popular {
    display: inline-block;
}

#selection_block ul li.no_popular {
    display: none;
}

#selection_block ul li.show_brand {
    display: inline-block !important;
}

#selection_block ul li.hide_brand {
    display: none !important;
}

#selection_block ul li.first_popular {
    margin-top: 15px;
}

.dostavka {
    float: left;
    margin: 0 0 20px 0;
}

.dostavka .heading {
    font-size: 22px;
    color: #919191;
    line-height: 22px;
    padding: 18px 0 0 33px;
    position: relative;
}

.dostavka .heading .plus,
.dostavka .heading .minus {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 18px;
    font: bold 24px/18px Arial, Helvetica, sans-serif;
    width: 19px;
    height: 19px;
    border: 1px solid #b7b7b7;
    cursor: pointer;
    background: url(data:image/gif;base64,R0lGODlhAQATAMQAAAAAAP////7+/v39/fz8/Pv7+/r6+vn5+fj4+Pb29vX19fT09PPz8/Hx8fDw8O/v7+7u7u3t7ezs7Orq6v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABQALAAAAAABABMAAAUQ4CAMRGEcSKIsTOM8UCRNIQA7) left top repeat-x;
}

.dostavka .heading .minus {
    font: normal 40px/14px Arial, Helvetica, sans-serif;
}

.dostavka dl {
    margin: 0;
    padding: 0;
}

.dostavka dl dt,
.dostavka dl dd {
    margin: 0;
    padding: 0;
}

.dostavka .curier,
.dostavka .pickup,
.dostavka .payment {
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #010101;
    padding: 14px 0 11px 35px;
    background: url(/images/sprite_12.png) -38px -359px no-repeat;
}

.dostavka .text {
    padding: 0 0 10px 35px;
    line-height: 20px;
}

.dostavka  .brown {
    color: #b08e4d;
}

.dostavka .text .red {
    color: #b23839;
}

.dostavka .text img {
    float: left;
    margin: 7px 7px 0 0;
}

.dostavka .text img.pic {
    float: left;
    margin-right: 20px;
    padding-bottom: 12px;
    margin-top: 15px;
}

.dostavka .pickup {
    background-position: -71px -402px;
}

.dostavka .payment {
    background-position: -100px -446px;
}

.dostavka .turn {
    float: left;
    padding: 0 0 20px 0;
}

.page,
.in_cont {
    min-height: 400px;
    position: relative;
}

.selector_block.with_hrefs  ul li {
    padding: 0;
}

.selector_block.with_hrefs  ul li a {
    color: #464646;
    display: block;
    padding: 5px 5px 5px 9px;
    text-decoration: none;
}

.selector_block.with_hrefs  ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

#div_questions {
    margin: 20px 0 20px 0;
    width: 630px;
}

.revs {
    width: 670px;
    margin: 20px 0 20px 0;
}

.reviews {
    float: left;
    width: 670px;
    margin: 0px 0 0 0;
    position: relative;
    font-size: 14px;
}

#div_questions .reviews {
    width: 630px !important;
}

.reviews  .answer {
    margin: 5px 0px 0 37px !important;
    padding: 0px !important;
}

.reviews  .answer  p {
    margin: 0px !important;
}

.reviews  .answer span {
    font-weight: bold;
}

.leave_review {
    position: absolute;
    right: 0;
    top: 6px;
    color: #b08e4d !important;
    font-size: 18px;
    text-decoration: underline;
    width: 107px;
    background: url(/images/sprite_12.png) -205px -148px no-repeat;
    padding: 0 0 2px 34px;
    display: block;
}

.questions .leave_review {
    padding: 2px 0 2px 34px;
}

.questions .reviews .reviewer {
    background: url(/images/sprite_12.png) -102px -195px no-repeat;
}

.leave_review:hover {
    text-decoration: none;
}

.reviews .reviewer {
    padding: 4px 0 0 37px;
    font-size: 20px;
    color: #b08e4d;
    background: url(/images/sprite_12.png) -102px -190px no-repeat;
}

.reviews .reviewer .date {
    font-size: 14px;
    color: #7d7d7d;
    margin-left: 5px;
    margin-top: 5px;
    float: right;
}

.reviews .review_text {
    line-height: 20px;
    padding: 8px 0 24px 0;
}

.reviews .review_block {
    float: left;
    margin-top: 10px;
    padding: 16px 0 24px 19px;
    background: #fff;
    border: 1px solid #b1904b;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.reviews .review_block .head_review {
    font-size: 18px;
    color: #b08e4d;
    background: url(/images/sprite_12.png) -205px -149px no-repeat;
    padding-left: 35px;
    padding-bottom: 0px;
}

.reviews .review_block p span,
.reviews .review_block .capcha .enter_text {
    color: #727272;
    font-size: 12px;
}

.reviews .review_block p {
    padding: 0;
    margin: 7px 0 0 0;
}

.cost_one {
    height: 237px;
}

#in_basket dl dd #cbnew_address {
    width: 614px;
}

.dhead {
    color: #000000;
    font-weight: bold;
    margin: 15px 0 10px 0 !important;
}

.redcap {
    color: red;
    margin-left: 3px;
    font-size: 22px;
}

.subhead {
    margin-left: 15px !important;
    -text-decoration: underline;
}

.first_group {
    margin: 10px 0 0 -5px;
    width: 183px;
    text-align: center;
    float: left;
}

.first_group a {
    font-size: 14px;
    text-decoration: none !important;
}

.first_group a:hover {
    text-decoration: underline !important;
}

.first_group dd {
    margin: 10px 0 20px 0 !important;
}

.first_group dl {
    border: 0px !important;
}

.first_group span {
    font-size: 14px;
    color: #5C5C5C;
}

.all_menu {
    background-color: #f2f2f2 !important;
    margin: 10px 0 0 0;
    padding: 0px 5px 20px 25px !important;
    min-width: 715px !important;
    float: right;
}


.nonebackg {
    background: none !important;
}

#tabs_block_a {
    margin: 30px 0 0 0;
    width: 737px;
    height: 36px;
    background: url(/images/n-bg-30.gif) 0 bottom no-repeat;
}

#tabs_block_a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tabs_block_a ul li {
    float: left;
    margin-right: 2px;
}

#tabs_block_a ul li a {
    float: left;
    white-space: nowrap;
    height: 22px;
    background: #cccccc;
    color: #ffffff;
    font: 11px Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px 0 15px;
}

#tabs_block_a ul li.active {
    background: url(/images/n-bg-32.gif) 8px bottom no-repeat;
    height: 42px;
}

#tabs_block_a ul li.active a {
    background: url(/images/n-bg-31.gif) 0 0;
    height: 26px;
}

#tabs_content_a {
    margin: 20px 0 0 -1px;
}

#tabs_content_a .tabs_content_2_block {
    margin-left: 15px;
    width: 696px;
    position: relative;
}

#tabs_content_a .show {
    display: block;
}

#tabs_content_a .showhid {
    display: none;
}

#tabs_content_a .arrow_1,
#tabs_content_a .arrow_2 {
    position: absolute;
    left: 0;
    top: 11px;
    height: 129px;
    width: 27px;
    background: url(/images/sprite2x.png) 0 -194px no-repeat;
    cursor: pointer;
    z-index: 2;
}

#tabs_content_a .arrow_2 {
    left: auto;
    right: 0;
    background-position: -64px -194px;
}

#tabs_content_a .overflow {
    position: absolute;
    left: 40px;
    top: 0;
    width: 630px;
    height: 149px;
    z-index: 1;
    overflow: hidden;
}

#tabs_content_a .overflow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

#tabs_content_a .overflow ul li {
    float: left;
    width: 210px;
    text-align: center;
    height: 149px;
    overflow: hidden;
}

#tabs_content_a .overflow ul li img {
    width: auto;
    height: auto;
    max-width: 199px;
}

#tabs_content_a .text {
    margin: 0 0 20px 0;
}

.strike_price {
    color: #7f7f7f !important;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
    margin-right: 5px;
}

.strike_pr {
    color: #ff3333 !important;
}

.strike_percent,
.strike_percent2 {
    background: url(/images/actions_new2.png) repeat scroll 0 0 transparent;
    display: block;
    left: -1px;
    position: absolute;
    top: 0;
    width: 55px;
    height: 55px;
    z-index: 2;
}

.saleb {
    background-position: -223px 0px !important;
}

.hitb {
    background-position: -55px 0px !important;
}

.newb {
    background-position: -112px 0px !important;
}

.saleb_10 {
    background-position: -278px 0px !important;
}

.saleb_30 {
    background-position: -168px 0px !important;
}

.saleb_50 {
    background-position: -723px 0px !important;
}

.strike_percent2 {
    background: url(/images/actions2_new.png) repeat scroll 0 0 transparent !important;
    width: 90px !important;
    height: 90px !important;
}

.saleb2 {
    background-position: -366px 0px !important;
}

.hitb2 {
    background-position: -91px 0px !important;
}

.newb2 {
    background-position: -184px 0px !important;
}

.saleb2_10 {
    background-position: -456px 0px !important;
}

.saleb2_30 {
    background-position: -276px 0px !important;
}

.saleb2_50 {
    background-position: -546px 0px !important;
}

.buyhref2 {
    text-align: center;
    display: block;
    text-transform: uppercase;
    width: 144px;
    height: 24px;
    color: #fdfdfd;
    font: 11px "Times New Roman", Times, serif;
    cursor: pointer;
    background: url(/img/form_bg.png) 0 0 repeat-x;
    border: 0;
    margin: -3px 0 0 0;
    text-shadow: 0 -1px 1px #ca8904;
    line-height: 24px;
}

.consultbutton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 3000;
}

.buyhref {
    cursor: pointer;
    border: 1px solid #825722;
    width: 310px;
    height: 41px;
    text-decoration: none !important;
    position: relative;
    float: right;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    font: bold 20px Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px #825722;
    margin: 0 0 16px;
    text-align: center;
    padding-bottom: 4px;
    background: url('data:image/gif;base64,R0lGODlhAQAtANUAAAAAAP///5ZzMJt3Mph1MZ15M5x4M5d0MaB8NZ56NKR/N6J9Np97NaN+N6qEOqmDOrGKPrCJPraOQbePQriQQ8SaScedS8WbSpl1MZVyMJp2MqaAOKyFO6eBOa2GPK6HPbOLP7SMQLqRQ7+VRryTRbuSRMCWR76URsabSsOZScKYSMGXSMecS////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAC0ALAAAAAABAC0AAAYqQAsLdamkVCvT6EQqiSgTSQgEiXw8HMejs1E0FghGomAYaDCEg0CQyQQBADsA') 0 0px repeat-x;
    line-height: 41px;
}

.country_desc {
    color: #7f7f7f;
    font-weight: normal !important;
}

.otst2 {
    padding: 5px 0 5px 30px !important;
}

.watches_text {
    margin: 0 0 15px 0;
    text-align: justify;
    font: 12px/20px Arial, Helvetica, sans-serif;
}

ul.show {
	display: inline!important;
}
.brands_line ul, #brands_line, .mline, .ul_cols {
    display: none;
    float: left;
    padding: 0;
    margin: 0px 0px 0px 6px;
    font-size: 12px;
    text-align: left;
	width: 565px;
}

/* #brands_line {
    display: inline;
} */


.brands_line ul li, #brands_line li, .mline li, .ul_cols li {
    white-space: nowrap;
    /* display: inline; */
    float: left;
    list-style-type: none;
}
#brands_line li, .mline li {
    padding-right: 12px;
}
.brands_line ul li, .ul_cols li {
	padding-right: 22px;
}
.brands_line ul.col3 li, .col3 li {
	padding-right: 8px;
}




.brands_line_name {
    float: left;
    font-size: 12px;
    color: #7F7F7F;
	width: 110px;
}
.brands_line_name a {
	display: block;
	text-decoration: none;
}

.brands_line_name a span {
border-bottom: 1px #7F7F7F dotted;
}

.brands_line_name a.act span  {
	font-weight: bold;
	border-bottom: 0px;
}

.all_cols {
    background: #f8f8f8;
    margin: 12px 0 10px 0;
    padding: 5px 15px;
}
.mindown { margin-top: 0px;  }

.brands_line ul li a, #brands_line li a, .mline li a, .ul_cols li a{
    color: #585858;
    text-decoration: underline;
    white-space: nowrap;
}

.active_m {
    font-weight: bold;
    color: #000 !important;
}

.reds {
    color: #AC8D56 !important;
}

#n_pages_r {
    list-style: none;
    padding: 0;
    display: inline;
    font-size: 12px;
}

#n_pages_r li.te {
    border: 0px solid #999;
    color: #7F7F7F;
}

#n_pages_r li {
    float: left;
    border: 1px solid #999;
    background: #fff;
    margin: 0 0 0 5px;
    padding: 0px 3px;
    display: inline-block;
    cursor: pointer;
}

.active_pg {
    background: #999 !important;
    color: #eeffde !important;
}

/** Sort line**/
#sortdiv {
	height: 30px;
	padding: 10px;
    background: #f8f8f8;
    margin-bottom: 20px;	
}

.sortline {
    float: left;
    width: 325px;
}

#sortline {
    font-size: 12px;
    color: #7F7F7F;
}

#sortline a {
    color: #585858;
}

#sortline td.sortdesc a,
#sortline td.sortasc a {
    color: #000;
}

td.sortdesc {
    background: url(/img/a_desc.jpg) no-repeat;
    background-position: 5px 5px;
    font-weight: bold;
    padding-left: 15px !important;
}

td.sortasc {
    background: url(/img/a_asc.jpg) no-repeat;
    background-position: 5px 5px;
    font-weight: bold;
    padding-left: 15px !important;
}

#sortline td.sort_separator {
    width: 1px;
    padding: 0px;
    margin: 0px;
    color: #585858;
    background: url(/img/bg_footer_menu_separator.png) 100% 7px no-repeat;
}

#sortline td {
    padding-left: 5px;
    padding-right: 5px;
}

.in_pages {
    margin: 10px 0 0 0px 0;
    padding: 10px 0 0px 0;
    height: 90px;
}

.on_page_block {
	margin-top: 25px;
    width: 202px;
    float: right;
}

/** Pagination Style **/
div.pagination {
    width: 100%;
    float: left;
    font: 14px Helvetica, Arial, sans-serif;
}

div.pagination ul li span,
div.pagination ul li a {
    color: #686868;
    padding: 2px 4px;
    text-decoration: underline;
}

div.pagination ul {
    margin: 39px 0 0 -32px;
	float: right;
    list-style: none outside none;
}

div.pagination ul li {
    float: left;
    margin: 0 3px;
}

div.pagination ul li.prev {
    margin: 0 15px 0 0;
    position: relative;
	width: 100px;
}

div.pagination ul li.next {
    margin: 0 0 0 15px;
    position: relative;
	width: 100px;
}

div.pagination ul li span,
div.pagination ul li a {
    color: #686868;
    text-decoration: underline;
    padding: 2px 4px;
}

div.pagination ul li a:hover {
    color: #000;
    text-decoration: underline;
}

div.pagination ul li.prev span,
div.pagination ul li.prev a,
div.pagination ul li.next span,
div.pagination ul li.next a {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    width: 90px;
}

div.pagination ul li.prev a:hover {
    text-decoration: underline;
}

div.pagination ul li.next a:hover {
    text-decoration: underline;
}

div.pagination ul li.next span,
div.pagination ul li.prev span {
    color: #999;
    text-decoration: none !important;
}

div.pagination ul li.nactive span,
div.pagination ul li.nactive a {
    background: #c50000;
    color: #fff;
    text-decoration: none;
}

.dop_fil {
    text-align: right;
    padding: 3px 0 0 0;
    float: right;
    width: 365px;
    font-size: 12px;
    color: #7F7F7F;
}

.dop_fil a {
    color: #585858;
    margin-left: 10px;
}

.dop_fil a.selected {
    font-weight: bold;
    color: #000;
}

.delivery_info {
    margin: 25px 0 0 -22px;
    font-weight: bold;
    text-align: center;
    color: #666666;
    font-size: 12px;
}

.delivery_info  span {
    color: #000;
}

.delivery_info  div {
    margin: 5px 0 0 0;
    color: #CCC;
    font-weight: normal;
}

.red_one {
    color: red;
    font-size: 22px;
}

.dostavka2 {
    z-index: 2;
    position: absolute;
    left: 440px;
    top: 12px;
    text-align: left;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #b08e4d;
    max-width: 400px;
}

.dostavka2 span {
    margin-left: 10px;
    color: #7F7F7F;
}

.dostavka2 span span {
    display: none;
    margin-left: 0px !important;
}

.dostavka2 span span:first-child {
    display: inline;
}

.m50 {
    margin: 10px 0 0 40px;
}

.m30 {
    margin: 10px 0 0 20px;
}

.loadingb {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0px auto;
    background: url(/_templates/Default/cimages/loading/loader2.gif) no-repeat scroll 0 0 transparent;
}

.no_choose {
    color: #585858;
    font-size: 11px;
}

.n_slide_catalog_block .n_catalog .lupa .h-param,
.n_slide_catalog_block .n_catalog .lupa .w-param {
    font: 13px/13px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #525252;
    position: absolute;
    height: 13px;
    width: 21px;
    text-align: center;
}

.n_slide_catalog_block .n_catalog .lupa.h {
    background-position: 0 -55px;
}

.n_slide_catalog_block .n_catalog .lupa.h .h-param {
    left: 7px;
    top: 16px;
}

.n_slide_catalog_block .n_catalog .lupa.h .w-param {
    display: none;
}

.n_slide_catalog_block .n_catalog .lupa.wh {
    background-position: 0 -110px;
}

.n_slide_catalog_block .n_catalog .lupa.wh .h-param {
    left: 26px;
    top: 29px;
}

.n_slide_catalog_block .n_catalog .lupa.wh .w-param {
    left: 7px;
    top: 12px;
}

.n_slide_catalog_block .n_catalog .lupa:hover {
    background-position: 0 0;
}

.n_slide_catalog_block .n_catalog .lupa:hover .h-param,
.n_slide_catalog_block .n_catalog .lupa:hover .w-param {
    display: none;
}

#shapka .brown {
    color: #B01919;
    font-weight: bold;
}

#about_shops_info {
    margin: 10px 0 34px 0;
    line-height: 20px;
}

.amore {
    display: block;
    height: 36px;
    padding-left: 50px;
    background: url(/images/voskl.jpg) no-repeat scroll 0 0 transparent;
    color: #880015;
    font-weight: bold;
}

#tabs_content_4 {
    margin-bottom: 100px;
}

.share p {
    width: 192px;
}

.share iframe {
    margin-bottom: 25px;
}

.share iframe.nomar {
    margin-bottom: 0px;
}

.accept,
.not_accept {
    color: #7F7F7F;
    text-align: left;
    width: 320px;
    /*height: 22px;*/
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 133px !important;
    background: url(/images/accept_bg.png) 0 -20px no-repeat;
    padding: 3px 0 3px 22px;
}

.not_accept {
    background-position: 0 5px;
    color: #ED1C24;
}

.accept span {
    color: #2d950d;
    font-weight: bold;
}

#mouse_loader {
    width: 33px;
}

.modelH2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 10px 5px;
}

.modelH2 span {
    font-size: 16px;
    color: #ccc;
}

#load_more_div {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 60px;
    margin-top: 20px;
}

#count_itemss {
    text-align: right;
}

#items_cnt_m {
    height: 30px;
    line-height: 30px;
}

#load_more_div .load_more {
    padding: 7px;
    text-decoration: none;
    border: 1px solid #ccc;
    display: block;
    width: 200px;
    margin: 0 auto;
    background: url("data:image/gif;base64,R0lGODlhAQAbAMQAANnZ2dbW1uDg4OTk5PHx8dTU1N7e3vj4+Ojo6PX19eXl5eLi4tLS0vz8/N/f3+zs7Nvb293d3dzc3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABsAAAUUoLI4RiSdqARBTBEAkTAgD5EcTQgAOw==") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #CCCCCC;
    color: #505050;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    text-shadow: 0 1px 0 #EBEBEB;
}

#load_more_div .load_more:hover {
    background: #EBEBEB;
}

/* Image style */
#scrollUp {
    bottom: 32px;
    right: 20px;
    background: url("/images/sprite_12.png") no-repeat scroll -112px -91px transparent;
    cursor: pointer;
    height: 16px;
    width: 26px;
}

.delimiter_li {
    width: 684px;
    line-height: 30px;
    height: 30px;
    margin-left: 36px;
    position: relative;
    display: block;
    text-align: center;
}

.delimiter_div {
    width: 100%;
    line-height: 30px;
    height: 30px;
    margin-left: 2px;
    float: left;
    display: block;
    text-align: center;
}

.delimiter_li .break,
.delimiter_div .break {
    border-bottom: 1px solid #ccc;
    height: 14px;
    width: 100%;
}

.delimiter_li .d_text,
.delimiter_div .d_text {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 30px;
    line-height: 30px;
    margin: -16px auto;
    text-align: center;
    color: #ccc;
    width: 100px;
}

.bigger {
    line-height: 12px;
    font-size: 14px;
}


/*thank_you*/
#thank_you { width:720px; margin: 30px auto; }
#thank_you .heading { font-size: 22px; color: #877235; text-align: center; padding: 0 25px 5px 0; }
#thank_you p { text-align:left; padding-top:22px; }
#thank_you .phone { margin:28px 0 0 151px; color:#4d4d4d; }
#thank_you .phone .code { padding-top:8px; float:left; width:80px; font-size:24px; }
#thank_you .phone .phone_num { float:left; width:400px; }
#thank_you .phone .phone_num .tel { font-size:60px; }
#thank_you .phone .phone_num .free_call { font-size:16px; margin-top:-4px; margin-left: 14px; }


.anons { font-style: italic; border-left: 3px #d0d0d0 solid; color: #494949; padding: 0 0 5px 10px; }
.anons_block { margin: 30px 0 0 0; }
.anons_block .bl_right { float: right; width: 270px; text-align: right; }
.anons_block .bl_left { float: left; width: 415px; }
.anons_block .ntags { text-align: left; margin: 0 0 5px 0; }
.last_news { margin: 30px 0 0 0; }
.last_news h2 {  }
.last_news p { margin: 0 0 3px 0; padding: 0px; }
.social_activity { max-width: 415px; }
.social_activity table { width: 400px; }
.social_activity table tr td { padding-right: 15px; max-width: 110px; }


#contacts-tabs .links {
    margin-bottom: -1px;
    font-size: 0;
    line-height: 16px;
}
#contacts-tabs .links span {
    display: inline-block;
    border-bottom: 1px dotted #020202;
}
#contacts-tabs .links a {
    display: inline-block;
    padding: 17px 6px;
    margin-right: 3px;
    min-height: 16px;
    border: 1px solid #e2eaef;
    border-bottom: 0;
    vertical-align: top;
    color: #020202;
    font-size: 14px;
    text-decoration: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #f4f5f6;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ecedf0), color-stop(1, #fdfdfd));
    background: -ms-linear-gradient(bottom, #ecedf0, #fdfdfd);
    background: -moz-linear-gradient(center bottom, #ecedf0 0%, #fdfdfd 100%);
    background: -o-linear-gradient(#fdfdfd, #ecedf0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ecedf0', GradientType=0);
}
#contacts-tabs .links a.active {
    position: relative;
    z-index: 2;
    font-weight: bold;
    background: #fff;
    border-color: #999;
    border-bottom: 1px solid #fff;
}
#contacts-tabs .links a:hover span {
    border-bottom-color: transparent;
}
#contacts-tabs .tabs {
    padding: 14px 12px 0;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#contacts-tabs .first-tab + .tabs {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
#contacts-tabs .title {
    font-size: 18px;
    line-height: 22px;
}
#contacts-tabs .tab {
    padding-bottom: 6px;
    overflow: hidden;
}
#contacts-tabs .cols {
    overflow: hidden;
}
#contacts-tabs .col.gallery {
    float: right;
    margin-left: 10px;
    padding-right: 10px;
    width: 204px;
}
#contacts-tabs .col.text {
    overflow: hidden;
}
#contacts-tabs .gallery {
    font-size: 0;
    text-align: left;
}
#contacts-tabs .gallery .title{
    text-align: center;
}
#contacts-tabs .gallery .link {
    display: inline-block;
    margin: 9px 6px 0;
    vertical-align: top;
    -webkit-box-shadow: 1px 2px 1px #aaaaaa;
    -moz-box-shadow: 1px 2px 1px #aaaaaa;
    box-shadow: 1px 2px 1px #aaaaaa;
}
#contacts-tabs .gallery .link.left{
    float: left;
}
#contacts-tabs .gallery img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}
#contacts-tabs .text {
    font-size: 14px;
    line-height: 16px;
}
#contacts-tabs .text .row {
    margin-top: 19px;
    overflow: hidden;
}
#contacts-tabs .text .row.map-links {
    margin: 16px 0 -2px;
}
#contacts-tabs .text .term {
    float: left;
    margin-right: 6px;
    font-weight: bold;
}
#contacts-tabs .text .def {
    overflow: hidden;
}
#contacts-tabs .text .title {
    margin-bottom: 14px;
}
#contacts-tabs .text .title + .row {
    margin-top: 0;
}
#contacts-tabs .map-links {
    line-height: 21px;
}
#contacts-tabs .map-links .sect {
    display: inline-block;
    margin-left: 36px;
}
#contacts-tabs .map-links .sect:first-child {
    margin-left: 8px;
}
#contacts-tabs .map-links .link {
    display: inline-block;
    margin-left: 2px;
    vertical-align: top;
    text-decoration: underline;
    color: #000;
}
#contacts-tabs .map-links .link:hover {
    text-decoration: none;
}
#contacts-tabs .map-links .link.ya {
    padding-left: 14px;
    background: url(/img/ymap-icon.jpg) 0 3px no-repeat;
}
#contacts-tabs .map-links .link.ya i {
    font-style: normal;
    color: #ff0000;
}
#contacts-tabs .map-links .link.google {
    padding-left: 60px;
    background: url(/img/gmap-icon.jpg) 0 0 no-repeat;
}
#contacts-tabs .howto {
    display: block;
    margin: 24px auto 0;
    *zoom: 1;
    /*background-position: top center;
      background-repeat: no-repeat;
      padding: 4px 8px;
      .shadow{
        float: right;
        width: 168px;
        padding: 12px 10px;
        .rounded(6px);
        background: url(/img/shade-80.png);
        background: rgba(0,0,0,0.8);
        font-size:
      }*/

}
#contacts-tabs .howto:before,
#contacts-tabs .howto:after {
    content: "";
    display: table;
}
#contacts-tabs .howto:after {
    clear: both;
}

.what-item {
    margin-top: 17px;
    overflow: hidden;
}
.what-item.last {
    margin-bottom: 24px;
}
.what-item .title {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
.what-item .wi-preview {
    display: block;
    width: 244px;
    margin-right: 28px;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
}
.what-item .wi-preview .zoom {
    display: inline-block;
    padding-top: 1px;
    height: 16px;
    padding-left: 24px;
    background: url(/img/wi-zoom.png) left top no-repeat;
    vertical-align: top;
    text-decoration: underline;
}
.what-item .wi-preview:hover {
    text-decoration: none;
}
.what-item .wi-preview:hover .zoom {
    text-decoration: none;
}
.what-item .wi-preview img {
    display: block;
    margin: 0 auto 9px;
    -webkit-box-shadow: 1px 2px 1px #aaaaaa;
    -moz-box-shadow: 1px 2px 1px #aaaaaa;
    box-shadow: 1px 2px 1px #aaaaaa;
}
.what-item .text {
    overflow: hidden;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}
.what-item .text p {
    margin: 16px 0 0;
}
.what-item .text p:first-child {
    margin-top: 0;
}


.cocial_links {
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 10;
}

.cocial_links a{
    display: block;
    width: 25px;
    height: 25px;
    padding: 0 0 15px 0;
}
.cocial_links a img{
    display: block;
    width: 25px;
    height: 25px;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}
.cocial_links a:hover img{
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

#tabs_block_2 ul li h2 {  margin: 0px; padding: 0px; font-size: 11px;  font-weight: normal; }

.filter_h {
 margin: 0 0 0px 0;
 font-weight: normal;
 font-size: 1.2em;
 position: absolute;
 top: 32px;
 left: 10px;
}

.filter_head {
 font-size: 12px;
 margin-bottom: 10px;
}

.clearb {
    font-weight: normal;
    font-size: 11px;
    background: url(/images/close_small.png) 54px 3px no-repeat;
    float: right;
    padding-right: 15px;
    text-decoration: none;
    border: 0px;
}

.clearb span {
    text-decoration: underline;
}

.title11 {
    background: url(/images/title5.gif) repeat;
    padding: 15px 14px 15px 14px;
	text-align: center;
    font-size: 18px;
    color: #000;
	margin-bottom: 20px;
}

.text .column {
    float: left;
    position: relative;
    top: 20px;
    margin-right: 90px;
    font-size: 15px;
}

.text .column a{
    font-size: 15px;
}

.text .column:last-child {
    margin-right: 0px;
}

.tit_incities {
font-weight: 900; font-size: 16px;
}

.your_code { margin-left: 205px; }
.your_code .bigger { font-weight: bold; color: #b08e4d; }
.sep_mech { margin-left: 35px; }

.letter-menu {
background: url(/img/letters/bg_letters.png) 0px 0px no-repeat;
width: 15px;
height: 17px;
}
.leta { }
.letb { background-position: -17px 0px; }
.letc { background-position: -36px 0px; }
.letd { background-position: -54px 0px; }
.lete { background-position: -72px 0px; }
.letf { background-position: -89px 0px; }
.letg { background-position: -104px 0px; }
.leth { background-position: -122px 0px; }
.leti { background-position: -143px 0px; }
.letj { background-position: -157px 0px; }
.letk { background-position: -172px 0px; }
.letl { background-position: -191px 0px; }
.letm { background-position: -208px 0px; width: 18px; }
.letn { background-position: -231px 0px; }
.leto { background-position: -249px 0px; }
.letp { background-position: -267px 0px; }
.letq { background-position: -282px 0px; }
.letr { background-position: -300px 0px; }
.lets { background-position: -318px 0px; width: 13px;}
.lett { background-position: -332px 0px; }
.letu { background-position: -348px 0px; }
.letv { background-position: -367px 0px; }
.letw { background-position: -385px 0px; width: 20px; }
.letx { background-position: -408px 0px; }
.lety { background-position: -427px 0px; }
.letz { background-position: -446px 0px; }
.f12 { left: 400px; }
.f13 { left: 384px; }

.buy_button { 
cursor: pointer; width:140px; height:28px; background:url(/images/sprite_rb.png) 0 0 no-repeat; border:0; 
margin:6px 0 0 48px; font:normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; text-transform:uppercase; 
padding-left:62px; padding-bottom:2px; }
.bags1 { margin: 37px 0 0 0; }



#show_feedback_form { font-size: 1.1em; line-height: 1.6em; margin-top: -120px; height: 80px; background-color: #000; color: #fff; position: absolute; }
.subscribe { 
	width: 92%;
	padding: 20px 4%;
}
.subscribe1 { min-height: 30px; width: 45%; float: left; background: url("/img/emails/convert.jpg") 0px 5px no-repeat; padding: 0 0 0 60px;; }
.subscribe1 span { font-size: 1.6em; text-transform: uppercase; font-weight: bold; } 
.subscribe2 { width: 45%; float: left; }
.subscribe2 input, .subscribe2 a { float: left; }
.subscribe2 a { display: block;  margin-top: -3px; font-size: 1.1em; padding: 10px 28px; text-transform: uppercase; width: 109px; height: 18px; background: url("/img/emails/subscribe.jpg") 0px 0px no-repeat; }
.subscribe2 input { width: 190px; margin-right: 10px; height: 21px; font-size: 1.2em; }

.what { padding: 20px 0 0 34px; }
.what a { font-size: 14px; font-weight: bold; line-height: 20px; color: #b01919; /*border-bottom: 1px #b01919 dashed;
  text-decoration: none;*/ }
.del3 { left:356px; }
.n_soc_list { display: none; }

#brand_menu .brand_menu { margin-left: -22px; }
.brand_menu { font-size: 0.9em; list-style: none; margin-left: -22px; color: #000000; }
.brand_menu li { min-height: 37px; line-height: 37px; padding-left: 40px; background: url("/images/infomenu.jpg") 0px 0px no-repeat;  }
.brand_menu li a { line-height: 37px; }
.brand_menu li.bn2 { background-position: -2px -38px; }
.brand_menu li.bn3 {  background-position: 0px -80px;  }
.brand_menu li.bn4 {  background-position: 0px -119px;  }



#remont_brands a {
    text-decoration: none !important;
    color: #5c5c5c;
}

#remont_brands a:hover {
    text-decoration: underline !important;
}

#remont_brands dl {
    margin: 0 0 0 20px;
    float: left;
    width: 140px;
	 border-right: 1px #ccc solid; 
}
#remont_brands dt {
	margin: 13px 0 0 0;
    font-weight: bold;
    color: #ac8d56;
    padding-bottom: 2px;
}
#remont_brands dd {
    margin: 9px 0 0 0;
}

#remont_brands dt:first-child {
    margin-top: 10px;
}

#remont_brands dl:first-child {
    margin-left: 0;
/* 	border-left: 0px; */
}

#remont_brands {
    margin-left: -10px;
    padding: 0 0 13px 30px;
    float: left;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    line-height: 16px;
}

.price.difference {
	font-family: "PT sans";
	font-size: 22px;
    padding-top: 9px;
    margin-top: 5px;
    color: #000;
    font-weight: normal;
    text-align: center;
}

.price.difference .currency,
.price.difference .to {
	font-size: 16px;
    line-height: 16px;
    color: #666;
    vertical-align: baseline;
}

.price.difference .to {
	margin-bottom: 8px;
}

.price.difference .to {
	font-size: 14px;
}

.price.difference p {
	margin: 0;
	font-size: 14px;
}

.price.difference .dif_lnk {
	font-size: 14px;
	color: #8e8f8f;
	text-decoration: none;
	border-bottom: 1px dashed #8e8f8f;
	margin-bottom: 5px;
	display: inline-block;
}

.price.difference small {
	font-size: 12px;
}

.table-wrap {
	overflow-x: auto;
}

.table_difference {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background-color: #fff;
	font-family: "PT sans";
}

.table_difference th,
.table_difference td {
	border: 1px solid #ddd;
	padding: 7px;
}

.table_difference th {
	text-align: right;
	color: #8e8f8f;
}

.table_difference td {
	text-align: center;
	color: #8e8f8f;
}

.table_difference td strong {
	/* color: #000; */
}


.table_difference .art {
	font-size: 14px;
	color: #8e8f8f;
	margin: 10px 0;
}

.table_difference .price {
	font-size: 22px;
	margin-bottom: 10px;
	color: #000;
}
.table_difference .price span {
color: #8e8f8f;
}

.table_difference .lnk {
	margin-bottom: 10px;
}

.twop  { min-height: 45px; }
.twop span {
	font-size: 16px;
    line-height: 16px;
    color: #666;
    vertical-align: baseline;
}

.twop .pto {
	font-size: 14px;
	color: #797979;
}
.twop .pto span {
	font-size: 12px;
    line-height: 16px;
	color: #ABABAB;
}

.price_mega_block { 
    background: #F3F3F3;
    padding: 10px 10px 0px 25px;
    margin: -28px 0 15px 0;
 }
 
 .pr20 { min-height: 44px; }
 .ex1 label { color: green; }
 .ex2 label { color: red; }
/*
     FILE ARCHIVED ON 22:39:22 Mar 31, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:40:38 Feb 12, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.076
  exclusion.robots.policy: 0.065
  cdx.remote: 0.108
  esindex: 0.014
  LoadShardBlock: 140.144 (6)
  PetaboxLoader3.datanode: 122.008 (7)
  load_resource: 63.025
  PetaboxLoader3.resolve: 27.921
*/