/*
	styles for select
*/
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url(../images/forms/cusel.png) no-repeat;
}

.cusel {
	height: 23px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	outline:none!important;
	float: left;
}

.row.small .cusel {
    width:118px!important;
}

.row.long .cusel {
    width:364px!important;
}

.row.full-row .cusel {
    width:360px!important;
}

.kind-select .cusel {
    width:40px!important;
}

.quantity-select .cusel {
    width:80px!important;
}

.row.small .payment-month .cusel {
    width:40px!important;
}

.row.small .payment-year .cusel {
    margin-left: 20px;
    width:59px!important;
}

.action-column .cusel {
    width:130px!important;
}

.pagination .cusel {
    width:50px!important;
}


.cuselFrameRight {
	position: absolute;
	z-index: 2;
	top: 0;
	right: -15px;
	height: 23px;
	width: 15px;
	background-position: right top;
}

.cuselText {
        white-space: nowrap;
	padding: 3px 0 0 4px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1000;
	position: absolute;
        color: #555;
	top: 0;
	left: 0;
}

.row.small .cusel .cuselText {
    width:114px!important;
}

.row.long .cusel .cuselText {
    width:364px!important;
}

.row.full-row .cusel .cuselText {
    width:360px!important;
}

.kind-select .cusel .cuselText {
    width:40px!important;
}

.quantity-select .cusel .cuselText {
    width:80px!important;
}

.row.small .payment-month .cusel .cuselText {
    width:35px!important;
}

.row.small .payment-year .cusel .cuselText {
    width:55px!important;
}

.pagination .cusel .cuselText {
    width:50px!important;
}

* html .cuselText {
	height: 22px;
}
.cusel span { 
	display: block;
	cursor: pointer;
	white-space: nowrap;
        overflow: hidden;
	padding: 2px 15px 2px 5px; 
}

.row.small .cusel span {
    width:98px!important;
}

.row.long .cusel span {
    width:344px!important;
}

.row.full-row .cusel span {
    width:340px!important;
}

.kind-select .cusel span {
    width:20px!important;
}

.quantity-select .cusel span {
    width:60px!important;
}

.row.small .payment-month .cusel span {
    width:20px!important;
}

.row.small .payment-year .cusel span {
    width:39px!important;
}

.pagination .cusel span {
    width:33px!important;
}

.action-column .cusel span {
    width:110px!important;
}

.cusel span:hover,
.cusel .cuselOptHover { 
	background: #eaeaea;
}
.cusel .cuselActive {
	background: #eaeaea;
	cursor: default;
}

/*
	styles for focus and hover
*/
.cusel:hover,
.cusel:hover .cuselFrameRight,
.cusel:focus,
.cusel:focus .cuselFrameRight,
.cuselFocus,
.cuselFocus .cuselFrameRight {
	
}

/*
	styles for disabled select
*/
.classDisCusel,
.classDisCusel .cuselFrameRight {
	cursor: default;
	color: #ccc;
}
.classDisCusel .cuselText {
	cursor: default;
}


/*
	styles for scrollbar
*/
.cusel-scroll-wrap {
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 21px;
	background: #f9f9f9; 
	border: 1px solid #999;
        z-index: 1000;
}

.row.small .cusel-scroll-wrap {
    width:128px!important;
}

.row.long .cusel-scroll-wrap {
    width:372px!important;
}

.row.full-row .cusel-scroll-wrap {
    width:368px!important;
}

.kind-select .cusel-scroll-wrap {
    width:50px!important;
}

.quantity-select .cusel-scroll-wrap {
    width:90px!important;
}

.row.small .payment-month .cusel-scroll-wrap {
    width:50px!important;
}

.row.small .payment-year .cusel-scroll-wrap {
    width:69px!important;
}

.pagination .cusel-scroll-wrap {
    width: 60px!important;
}

.action-column .cusel-scroll-wrap {
    width:138px!important;
}

.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.row.small .cusel .jScrollPaneContainer {
    width:128px!important;
}

.kind-select .jScrollPaneContainer {
    width:50px!important;
}

.quantity-select .jScrollPaneContainer {
    width:90px!important;
}

.row.small .payment-month .jScrollPaneContainer {
    width:50px!important;
}

.row.small .payment-year .jScrollPaneContainer {
    width:69px!important;
}

.cusel .jScrollPaneTrack {
	height: 100%;
	width: 3px !important;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 4px;
	
}
.cusel .jScrollPaneDrag {
	background: #757575;
    cursor: pointer;
    height: 7px !important;
    position: absolute;
    right: -1px;
    width: 5px !important;
	
}

.cusel .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollArrowUp {
	position: absolute;
	top: 0;
	right: 2px;
	width: 7px!important;
	height: 7px;
	cursor: pointer;
	background-position: 0 -23px;
	overflow: hidden;
}
.cusel .jScrollArrowDown {
	width: 7px!important;
	height: 7px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 2px;
	cursor: pointer;
	background-position: -9px -23px;
	overflow: hidden;
}
