.cselect {
    position:relative;
	height:29px;
	white-space:nowrap;
}
.cselect .cs_current_after {
    position: absolute;
}
.cselect.active {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.custom_select {
	border:1px solid #555;
    background:#fff;
	text-align:left;
}
.custom_select .cs_current_after {
    top:10px; right:6px;
    background:url(../i/cselect/custom-select.png) 0 -9px no-repeat;
    width:14px; height:9px;
}
.custom_select.active .cs_current_after {
    background-position:0 0;
}
.cselect .cs_current {
    display: block;
    min-height:14px;
    border:none;
    background:none;
    width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.cselect .cs_current.defaultDisabled{
    font-style: italic;
}
.cselect .cs_current, .cselect .scroll-pane span {
    padding-left:16px;
    padding-right:16px;
}
.cselect .cs_current {
	height:100%;
	cursor:default;
}
.cselect .scroll-pane span {
	height:30px;
	line-height:30px;
}
.custom_select .cs_current {
	padding-top:0;
	padding-bottom:0;
}
.cselect .scroll-container {
    position: relative;
    visibility: hidden;
    top:100%; right:-1px; left:-1px;
	border-color:#555;
	border-style:solid;
	border-width:0 1px 1px;
    height:250px;
    background-color:#fff;
    cursor:default;
}
.cselect .scroll-container {
    background-color:#fff;
}
.cselect.active .scroll-container {
    position: relative;
    visibility:visible;
    z-index: 1;
}
.cselect .scroll-container .scroll-wrap {
    margin-right: 0 !important;
    height: 250px;
}

.cselect span {
    display: block;
}
.cselect .scroll-pane span.hover,
.cselect .scroll-pane span.active {
    background:#f0f0f0;
}
.cselect .scroll-pane span.disabled{
    color:#999;
}
.cselect .scroll-pane span.disabled.active{
    background:none;
}
.cselect .scroll-pane span.disabled:hover{
    background:none;
    color:#999;
    cursor:default;
}
.scroll-pane{
    position:relative;
}
.scrolling{
    width:8px;
    position:absolute;
    top:7px;
    right:9px;
}
.jScrollPaneDrag{
    position: absolute;
	width:100%;
    border-radius: 4px;
    background-color: #888;
    cursor: pointer;
}
.custom_checkbox {
    display:inline-block;
    width:20px; height:20px;
    background:#fff;
	border-radius:3px;
	vertical-align:middle;
}
.custom_checkbox.checked {
    background:#fff url(../i/cselect/checkbox-normal-checked.png) 3px 5px no-repeat;
}
.custom_radio {
    display:inline-block;
    width:25px; height:25px;
    background:url(../i/cselect/radio-default.png) no-repeat;
}
.custom_radio.checked {
    background-position:-25px 0;
}