﻿.jquery-selectbox {
	position: relative;
	height: 35px;
	width: 143px !important;
	z-index: 0;
	float: left;
	display: block;
	margin: 4px 4px 4px 0;
	font-size: 9px;
	color: #444;
	padding: 0;
	background-image:url(img/select2.png);
	background-position:left top;
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	background-position:left bottom;
	z-index: 1000;
}	
.jquery-selectbox.selecthover .jquery-selectbox-currentItem  {
	color:#FFF;
	}



.jquery-selectbox .jquery-selectbox-currentItem {
	padding:0 10px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position:absolute; line-height:35px; font-size:12px; color:#7b7777;
	width:90px;
	overflow:hidden !important;
}

#credit-payment .jquery-selectbox .jquery-selectbox-currentItem {
   width:34px;
}


.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 35px;
	padding:10px 2px 2px;
	left: 0px;
	background: #FFF;
	min-width:136px;
	width:auto; /*136px !important*/;
	
	height: 110px !important;
	overflow-x: hidden;
	overflow-y: auto !important;
	z-index: 120;
	border: 1px solid #ada9a9;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#credit-payment .jquery-selectbox .jquery-selectbox-list {
    min-width:74px;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	width: 143px;
	height: 35px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #FFF;
	color: #0491b9;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	line-height:22px;
	border-bottom:1px solid #ddd;
	font-size:12px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}