.customSelect {
    border: 1px solid #666666;
    font-size: 12px;
    border-radius: 4px 4px 4px 4px;
    height: 34px;
    line-height: 36px;
    padding: 0px 12px;
    display: block;
    width: 175px;
    margin-bottom: 10px;
    font-family: Arial, "Helvetica Neue", Helvetica, Calibri, sans-serif;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;

}

.customSelect span {
    color: #999;
}

.customSelect.customSelectHover {
    border: 1px solid #CC0000;
}

.customSelect.customSelectOpen {
    width: 291px;
}

.customSelect.customSelectFocus {

}

.customSelectInner {
    background: url('../../images/arrow.png') no-repeat right center;
}

#login .customSelect {
    border: none;
    width: auto;
    border-radius: none;
    height: 13px;
    line-height: 13px;
    padding-right: 0px;
    font-size: 10px;
    width: 70px;
}

#login .customSelectInner {
    background: url("../../images/arrow.png") no-repeat right center;
    width: auto !important;
    padding-right: 25px;
    color: #333333;
}

.configurator .customSelect, .configurator .customSelectInner {
    width: 174px !important;
}

.configurator #filterForm .customSelect, .configurator #filterForm .customSelectInner {
    height: 24px;
    line-height: 24px;
}

.wheels span.customSelect, .wheels div.customSelect {
    padding: 0px 5px;
    width: 147px !important;
    margin-bottom: 0px !important;
}

.wheels .customSelectInner {
    background: url('../../images/arrow.png') no-repeat right center;
    width: 147px !important;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0px !important;
}

.wheels .customSelect.kit, .wheels .kit .customSelectInner {
    width: 220px !important;
}

.accessories #SpareParts .customSelect, .accessories #SpareParts .customSelectInner {
    width: 325px !important;
}

.accessories #apparel .customSelect, .accessories #apparel .customSelectInner {
    width: 291px;
}

.accessories #apparel span.customSelect.sizes, .accessories #apparel .sizes span.customSelectInner {
    width: 50px !important;
}