.cusel {
    background-color: #FFFFFF;
    border-color: #AAAAAA #D4D4D4 #EDEDEE;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px #CCCCCC inset;
    color: #3F454B;
    font: bold 13px Arial, Helvetica, sans-serif;
    height: 28px;
    position: relative;
}

.cuselOpen {
    z-index: 999;
}

.bttn-gray {
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    background-image: linear-gradient(to top, rgba(229, 229, 229, .99), rgba(252, 254, 255, .99) 90%, rgba(252, 254, 255, .99) 91%);
    width: 111px;
    height: 27px;
    line-height: 25px;
    font-size: 13px;
    color: #3f454b;
    text-align: center;
    border-radius: 4px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, .75);
    cursor: pointer;
}

.bttn-gray.cuselOpen {
    border-radius: 5px 4px 4px 4px;
}

.dropdown_cart {
    text-align: left;
}

.cusel {
    border-collapse: separate;
}

.cusel:focus {
    border-color: #C51A3C;
}

.dropdown_cart .bttn-gray {
    border-radius: 5px;
    height: 30px;
}

.cusel.cusel-gray {
    background: url('../../../static/images/redesign2.3/dropdown-bg.png') repeat-x 0 0;
    height: 30px;
}

.cusel.cusel-gray.cuselOpen {
    background: #919193;
    box-shadow: 0 0 7px #656567 inset;
    text-shadow: none;
    color: #FFF;
}

/*
 * !
 */
.cuselFrameRight {
    background: url("../../../static/images/redesign2.3/dropdown_button.gif") no-repeat 50% 50%;
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 1px;
    width: 30px;
    border-left: 1px solid #cdcdcd;
}

.dropdown_cart .cuselFrameRight {
    height: 30px;
}

.dropdown_cart.cusel-gray .cuselFrameRight {
    width: 25px;
    height: 30px;
    background: url('../../../static/images/redesign2.3/dropdown-arrows.png') no-repeat 0 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    border: 0;
}

.cusel:focus .cuselFrameRight {
    border-color: #D91B13;
}

.cusel-gray.cuselFocus .cuselFrameRight {
	background-position: 0 -30px;
}

.cusel-gray.cuselOpen .cuselFrameRight {
    background-position: 0 -60px;
}

/*
 * !
 */

.cuselText {
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    height: 20px;
    left: 9px;
    overflow: hidden;
    position: absolute;
    right: 29px;
    top: 3px;
    white-space: nowrap;
}

.dropdown_cart .cuselText {
    top: 0;
}

.dropdown_cart .cuselText {
    height: 30px;
    line-height: 30px;
}

.cusel-gray .cuselText {
    left: 12px;
    right: 31px;
}

.cusel.cusel-gray.cuselOpen .cuselText {
    color: #FFF !important;
}

/*
 * !
 */

.cusel .cusel-scroll-wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: auto;
}

.cusel-gray .cusel-scroll-wrap {
    box-shadow: 0 2px 4px rgba(57, 57, 61, 0.5);
    border-radius: 4px;
    overflow: hidden;
    min-width: 80%;
    margin-top: -30px;
    margin-left: -2px;
}

/*
 * !
 */

.cusel .jScrollPaneContainer {
    border: 1px solid #999999;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.cusel-gray .jScrollPaneContainer {
    border: 0;
    border-radius: 4px;
    overflow: hidden !important;
    background: #f8f8f8;
    width: 100% !important;
}

/*
 * !
 */

.cusel-gray .cusel-scroll-pane {
    border-radius: 4px 0 0 4px;
    position: relative;
    width: calc(100% - 14px) !important;
}

/*
 * !
 */

.cusel span {
    cursor: pointer;
    display: block;
    padding: 4px 15px 4px 5px;
}

.cusel-gray span {
    font-weight: normal;
    color: #232328;
    background: none;
    padding: 4px 15px 4px 20px;
    font-size: 15px;
}

.cusel .cuselActive, .cusel .cuselActive:hover {
    background-color: #C51A3C;
    color: #FFFFFF;
    cursor: default;
}

.dropdown_cart .cusel-scroll-pane span {
    line-height: 20px;
    text-shadow: none;
}

.cusel.cusel-gray .cuselActive {
    background: url('../../../static/images/redesign2.3/dropdown-selected.png') no-repeat 8px center #f8f8f8;
    color: #7b7b7e;
}

.cusel-gray span:hover {
    color: #232328;
    background: #ffffff;
    border-top: 1px solid #ececed;
    border-bottom: 1px solid #f2f3f3;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*
 * !
 */

.cusel .jScrollPaneTrack {
    background: none repeat scroll 0 0 #CCCCCC;
    height: 100%;
    position: absolute;
    right: 4px;
    top: 0;
    width: 7px !important;
}

.cusel-gray .jScrollPaneTrack {
    width: 14px !important;
    border-left: 1px solid #ececed;
    right: 0;
    border-radius: 0 5px 5px 0;
    background: #ffffff;
}

/*
 * !
 */

.jScrollPaneDrag, .jScrollArrowUp, .jScrollArrowDown {
    background: url("../../../static/images/redesign2.3/selects-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.cusel .jScrollPaneDrag {
    background-position: -40px -26px;
    cursor: pointer;
    position: absolute;
    right: -4px;
    width: 15px !important;
	min-height: 8px;
}

.cusel-gray .jScrollPaneDrag {
    width: 8px !important;
    right: 3px;
    background: #b1b4b7;
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;*/
	min-height: 20px;
}

/*
 * !
 */

.cusel .jScrollPaneDragTop {
	position: absolute;
    left: 0;
	top:0;
    overflow: hidden;
	width: 8px !important;
	height: 10px;
	background: #FFFFFF;
}
.cusel .jScrollPaneDragTop:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	border-radius:  4px 4px 0 0;
	background: #b1b4b7;
	width: 8px;
	height: 4px;
}

/*
 * !
 */

.cusel .jScrollPaneDragBottom {
	bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
	width: 8px !important;
	height: 10px;
	background: #FFFFFF;
}
.cusel .jScrollPaneDragBottom:after {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 0;
	border-radius:  0 0 4px 4px;
	background: #b1b4b7;
	width: 8px;
	height: 4px;
}

.cusel:focus {
    outline: 0;
}
.cusel .cusel-scroll-pane span {
    float: none !important;
    line-height: 20px !important;
    padding-right: 15px !important;
}

.cusel-gray .cusel-scroll-wrap {
    margin: 0px;
    top: 0;
    left: 0;
}

#birthday_day, #birthday_year {
    display: none;
    /*width: 132px;*/
}
#birthday_month {
    display: none;
    /*width: 141px;*/
}

#cuselFrame-birthday_day .cusel-scroll-wrap,
#cuselFrame-birthday_month .cusel-scroll-wrap,
#cuselFrame-birthday_year .cusel-scroll-wrap,
.ch-day .cusel-scroll-wrap,
.ch-month .cusel-scroll-wrap,
.ch-year .cusel-scroll-wrap
{
    min-width: 0;
}

#cuselFrame-birthday_month .cusel-scroll-wrap .jScrollPaneContainer {
    width: 111px !important;
}

.cusel .jScrollPaneDragTop {
    width: 9px !important;
}
.cusel .jScrollPaneDragBottom {
    width: 9px !important;
}

.recycling-popup-cusel, .recycling-popup-cusel:focus, .recycling-popup-cusel.cuselOpen, .recycling-popup-cusel.cuselFocus{
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    box-shadow: none;
    height: 33px;
    position: relative;
    /*width: 380px;*/
}
.recycling-popup-cusel .cuselText {
    box-sizing: border-box;
    color: #9d9d9d;
    font-size: 12px;
    height: 33px;
    left: 0;
    line-height: 19px;
    overflow: hidden;
    padding: 7px 10px;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
}
.recycling-popup-cusel .cuselFrameRight {
    background: url('/static/images/redesign3/icon-triangles.png') no-repeat 50% 50%/7px 13px #fff;
    border-left: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    height: 33px !important;
    position: absolute;
    right: 1px;
    width: 30px;
}
.recycling-popup-cusel .cusel-scroll-pane {
    border-radius: 5px 0 0 5px;
    padding-right: 0 !important;
    width: 100% !important;
}
.recycling-popup-cusel .jScrollPaneContainer {
    background: #f8f8f8;
    border: none;
    border-radius: 5px;
    overflow: hidden !important;
    width: 226px !important;
}
.recycling-popup-cusel .cusel-scroll-wrap {
    background: #fff;
    border-radius: 5px 0 5px 5px !important;
    box-shadow: 0 2px 4px rgba(57, 57, 61, 0.5);
    margin-top: -33px;
    min-width: 80%;
    overflow: hidden;
    position: absolute;
}
.recycling-popup-cusel .cusel-scroll-pane span {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    color: #3f454b;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 33px !important;
    overflow: hidden;
    padding: 0 15px 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recycling-popup-cusel .cusel-scroll-pane span:hover {
    background: #f9f9f9;
    border-bottom: medium;
    color: #76bc21;
}
.recycling-popup-cusel .cusel-scroll-pane span:first-child {
    border-top: none;
}

.recycling-popup-cusel .jScrollPaneTrack {
    background: #fff;
    border-left: 1px solid #ececed;
    border-radius: 0 5px 5px 0;
    right: 0;
    width: 14px !important;
}
.recycling-popup-cusel .jScrollPaneDrag {
    background: #b1b4b7;
    min-height: 20px;
    right: 3px;
    width: 8px !important;
}

.recycling-popup-cusel .jScrollPaneDragTop {
    background: #fff;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 9px !important;
}

.recycling-popup-cusel .jScrollPaneDragTop:after {
    background: #b1b4b7;
    border-radius: 5px 5px 0 0;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 8px;
}

.recycling-popup-cusel .jScrollPaneDragBottom {
    background: #fff;
    bottom: 0;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 9px !important;
}

.recycling-popup-cusel .jScrollPaneDragBottom:after {
    background: #b1b4b7;
    border-radius: 0 0 5px 5px;
    bottom: 6px;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    width: 8px;
}

.recycling-popup-cusel .jScrollPaneDragTop:after {
    background: #b1b4b7;
    border-radius: 5px 5px 0 0;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 8px;
}
