﻿
/* TITLE *********************************************/

.title-line h1 {
    margin: 10px;
    color: #121212;
    display: block;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.title-line h1 b {
    display: block;
    font-size: 12px;
    color: Black;
    text-transform: uppercase;
}

.mini-title {
    font-size: 18px;
}

.prod-name {
    font-size: 18px;
}

.prod-name a {
    color: #4595CF;
    text-decoration: none;
}

.mini-description {
    font-size: 12px;
    padding-right: 5px;
}

.price {
    font-size: 12px;
    font-weight: bold;
}

/* NAVIGATION ****************************************/

span.checkbox {
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(../Images/check-box.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

span.radio {
    float: left;
    width: 19px;
    height: 25px;
    display: block;
    padding: 0 5px 5px 0;
    background: url(../Images/radio.gif) no-repeat;
}

#divradio span.radio {
    padding: 0 0px 5px 0;
}

#divradio label.radio {
    float: left;
    width: 45px;
    height: 25px;
    display: block;
    padding: 4px 5px 0px 0;
}

.radio {
    float: left;
    width: 19px;
    height: 25px;
    display: block;
    padding: 9px 10px 0 0;
}

span.select-middle {
    width: 240px;
    height: 22px;
    color: #000000;
    overflow: hidden;
    margin-left: 2px;
    position: absolute;
    padding: 0 24px 0 8px;
    font: 12px/21px arial,sans-serif;
    background: url(../Images/select-middle.png) no-repeat;
}

span.select-short {
    width: 240px;
    height: 22px;
    color: #000000;
    overflow: hidden;
    margin-left: 2px;
    position: absolute;
    padding: 0 24px 0 8px;
    font: 12px/21px arial,sans-serif;
    background: url(../Images/select-short.png) no-repeat;
}

span.select {
    width: 240px;
    height: 22px;
    color: #000000;
    overflow: hidden;
    margin-left: 2px;
    position: absolute;
    padding: 0 24px 0 8px;
    font: 12px/21px arial,sans-serif;
    background: url(../Images/select.png) no-repeat;
}

#ddlreason span.select {
    width: 268px;
    margin: 0px;
    padding: 0 24px 0 8px;
    background: url(../Images/select270.png) no-repeat;
}

#ddlfingers span.select {
    width: 110px;
    margin: 0px;
    padding: 0 24px 0 8px;
    background: url(../Images/select270.png) no-repeat;
}

/* CUSTOM SCROLLBAR ****************************************/

#itemsContainer {
    height: 342px;
    overflow: hidden;
    position: relative;
    width: 500px;
}

/* блок с фоном ползунка  */
#itemsContainer .scrollBarSliderBox {
    background: url(../Images/slider_bg.png) center repeat-y !important;
}

/* ползунок сколлбара  */
#itemsContainer .scrollBarSlider {
    background: url(../Images/slider.png) #0075B2 center no-repeat !important;
}
