@charset "utf-8";

/**
 * сервисные классы
 */
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}

.clearer {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


/*** Закругленные уголки 8px ***/
.rcn {
    position: relative;
    overflow: hidden;
    display: block;
    zoom: 1;
}
.rcn {
    padding: 8px 0;
}
.rcn em {
    display: block;
    position: absolute;
    background: url(../i/rounded-plate.png) no-repeat 0 0;
    width: 100%;
    height: 16px;
    left: -8px;
    top: -8px;
}
.rcn em.tr, .rcn em.br {
    margin-left: 100%;
    width: 8px;
}
.rcn em.bl, .rcn em.br {
    top: auto;
}


/*** Строчные блоки с закругляшками ***/
.ri, .ri em {
    background: url(../i/rounded.png) right bottom;
    padding-right: 12px;
    height: 25px;
    line-height: 25px;
    display: -moz-inline-stack;
    display: inline-block;
    overflow: hidden;
    zoom: 1;
    *display: inline;
}
.ri em {
    font-style: normal;
    background-position: 0 0;
    padding-left: 12px;
    padding-right: 0;
}


/*** Закругленные уголки с тенью ***/
.rsh, .rsh-w {
    position: relative;
    overflow: hidden;
    z-index: 2;
    zoom: 1;
}
.rsh {
    padding-bottom: 14px;
}
.rsh-w {
    padding-top: 14px;
    padding-bottom: 1px;
}
.rsh em {
    display: block;
    position: absolute;
    background: url(../i/rounded-plate-shadow.png) no-repeat 0 0;
    top: -14px;
    left: -14px;
    width: 100%;
    height: 100px;
    z-index: -1;
}
.rsh em.tr, .rsh em.br {
    margin-left: 100%;
}
.rsh em.bl, .rsh em.br {
    top: auto;
}



/** цены на этикетках **/
.price {
    background: url(../i/price-sprite.png) no-repeat;
    padding: 0 !important;
    width: 70px;
    height: 33px;
    position: absolute;
    right: 16px;
    top: 12px;
    text-indent: -9999px;
    overflow: hidden;
}
.price-150 {
    background-position: right 0;
}
.price-300 {
    background-position: right -70px;
}
.price-500 {
    background-position: right -140px;
}
.price-550 {
    background-position: right -210px;
}
.price-1k {
    background-position: right -280px;
}
.price-2k {
    background-position: right -350px;
}
.price-50 {
    background-position: right -420px;
}
.price-120 {
    background-position: right -490px;
}
.price-200 {
    background-position: right -560px;
}
.price-d1, .price-d2, .price-d3, .price-d4, .price-d5, .price-d6, .price-d7, .price-d8 {
    background: url(../i/price-dedic-sprite.png) no-repeat;
    width: 75px;
}
.price-d1 {
    background-position: right 0;
}
.price-d2 {
    background-position: right -70px;
}
.price-d3 {
    background-position: right -140px;
}
.price-d4 {
    background-position: right -210px;
}
.price-d5 {
    background-position: right -280px;
}
.price-d6 {
    background-position: right -350px;
}
.price-d7 {
    background-position: right -420px;
}
.price-d8 {
    background-position: right -490px;
}



input.btn {
    background: #b3177a url(../i/btn-bg.png) no-repeat right top;
    padding: 3px 10px !important;
    *padding: 2px 10px !important;
    color: white;
    font-size: 11px;
    border: 0 none !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}



#menu {
    width: 199px;
    height: 199px;
    position: absolute;
    background: #2d2d2d url(../i/textures/menu.png) no-repeat 0 0;
    top: 243px;
    left: 0;
}

#menu .pager {
    position: absolute;
    top: 0;
    left: 176px;
}
#menu .pager p {
    width: 23px;
    height: 21px;
    background: url(../i/menu-pages-btn.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}
#menu .pager p.prev {
    background-position: 0 0;
}
#menu .pager p.next {
    background-position: 0 -21px;
}

#menu ul {
    padding-left: 16px;
    padding-top: 16px;
}
#menu li {
    background: url(../i/menu-item-bg.png) no-repeat left center;
    padding-left: 18px;
    margin-bottom: 9px;
    font-family: Arial, sans-serif;
    color: white;
    white-space: nowrap;
}
#menu li a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dashed white;
}

#menu li.special a {
    color: #d6177b;
    border-bottom-color: #d6177b;
}
#menu li.help a {
    color: #cccccc;
    border-bottom-color: #cccccc;
}
#menu li.external a {
    border-bottom-style: solid;
}