.checkbox, .radio {
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(../images/checkbox.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

.radio {
    background: url(../images/radio.png) no-repeat;
}

.download {
    width: 100px;
    height: 100px;
    background: url(../images/download.png) no-repeat;
}

.flash {
    width: 100px;
    height: 100px;
    background: url(../images/flash.png) no-repeat;
}

input.styled {
    display: none;
}

.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.options_container{
    position: absolute;
    /*max-height: 200px;*/
    overflow: auto;
    border:1px solid #D3D8DE;
    background:#FFF;
    z-index:100;
}

.select{
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding:0 12px 2px 5px;
    height:16px;
    border-top:1px solid #ABADB3;
    border-left:1px solid #D3D8DE;
    border-bottom:1px solid #D3D8DE;
    border-right:1px solid #D3D8DE;
    background:url(../images/for_select.png) no-repeat right 7px #FFF;
    overflow:hidden;
    width:163px;
    vertical-align: middle;
}

/*.scaffold_serie_id{
    width: 200px!important;;
}*/

.scaffold_group_id{
    width: 420px!important;;
}

.select_active{
    background-color: #93A4C2 !important;
    color:#FFF;
    background:url(../images/for_select_active.png) no-repeat right 7px #FFF;
}
.size_xxxs {
    width: 35px !important;
}
.size_xxs {
    width: 55px !important;
}
.size_xs {
    width: 75px !important;
}
.size_s {
    width: 115px !important;
}
.size_m {
    width: 135px !important;
}
.size_l {
    width: 155px !important;
}
.size_xl {
    width: 175px !important;
}
.size_xxl {
    width: 195px !important;
}
.size_xxxl {
    width: 215px !important;
}
.size_full {
    width: 800px !important;
    text-align: left;
}
.select_item{
    overflow: hidden;
    cursor: pointer;
    clear: both;
}

.select_item_active {
    background-color: #93A4C2;
    color: #ffffff;
}

.select_item:hover {
    background-color:#8597AB;
    color: #ffffff;
}

.select_item_checkbox{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.select_item_label{
    height:25px;
    line-height:25px;
    padding-left:7px;
    padding-right:7px;
}
.select_item .checkbox{
    position:relative;
    top:2px;
    left:2px;
}

.selectDisable{
    background-color: #e4e4e4;
}