/**
 * Customize at your own risk
 */ 
.jstyling-select {margin: 0; padding: 0; position:relative; z-index: 0; font-weight:bold;} 
.jstyling-select-t {white-space: nowrap; overflow: hidden;}
.jstyling-select-l {margin: 0; padding: 0; width: 100%; display: none; position: absolute; overflow-y: auto; z-index: 1000;}
    .jstyling-select-l div {list-style: none; display: block; white-space: nowrap; overflow: hidden;}
    .jstyling-select-l div:hover {}
    .jstyling-select-l div.disabled {}
    .jstyling-select-l div.disabled:hover {}
.jstyling-select.active {z-index: 700; }    
    .jstyling-select.active .jstyling-select-l {display: block;}

/**
 * This you can customize
 */
 
/* Select wrapper */ 
.jstyling-select {width: 215px; padding-right:5px; border:1px solid #DD3A4E; cursor: pointer; margin-top:6px; background:#CE2539; color:#fff; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
/* Select current option */
.jstyling-select-s {padding: 2px; height: 22px; line-height: 22px; background: url(../images/jcusel-select.png) no-repeat 5px 7px;}
.jstyling-select-t {width: 202px;} 

/* Select options list*/
.jstyling-select-l {max-height: 124px; background:#CE2539; color:#fff; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border: 1px solid #DD3A4E; border-top: 0; top: 27px; right: -1px;} 
    .jstyling-select-l div {height: 20px; border-top: 1px solid #DD3A4E; padding: 2px 7px;} 
    .jstyling-select-l div:hover {background: #000;}
    .jstyling-select-l div.disabled {background: #666;}
    .jstyling-select-l div.disabled:hover {color: #fff;}
    .jstyling-select-l div:first-child {border-top: 0}
.jstyling-select.active {background-position: 100% -28px;}
.jstyling-select.disabled {background-color: #E5E5E5;}

