@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 20px;
	width: 142px;
	z-index: 1;
	float: left;
	display: inline;
	margin: 0px 4px 0px 0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	background: url(gfx/GetCard-s-bg.gif) top left no-repeat;
	border-left: 0px;
}
#Discounts .jquery-selectbox {
	background: url(gfx/Discounts-s-bg.gif) top left no-repeat;
}
#r-s-cont .jquery-selectbox {
	border: none;	
	font-size: 10px !important;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
#Searcher .jquery-selectbox {
	background: #ddd;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 0px;
	white-space: nowrap;
	margin-left: 3px;
	display: block;
	overflow: hidden;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	border: none;
	padding-top: 6px;
	width: 122px !important;
	text-align: left !important;
	position: absolute;
	top: 0px;
}
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	padding: 2px;
	width: 151px !important;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 20;
	background: #536681;
	color: #000;
}
#Discounts .jquery-selectbox .jquery-selectbox-list {
	background: #b1a58f;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("gfx/GetCard-s-button.gif") top left no-repeat;
	width: 20px;
	height: 18px;
	cursor: pointer;
}
#GetCard .jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("gfx/GetCard-s-button.gif") top left no-repeat;
}
#Discounts .jquery-selectbox .jquery-selectbox-moreButton {
	background: url("gfx/Discounts-s-button.gif") top left no-repeat;
}
#Discounts .jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("gfx/Discounts-s-button.gif") top left no-repeat;
}

#Contact-Form .jquery-selectbox .jquery-selectbox-moreButton, #AdvS-form .jquery-selectbox .jquery-selectbox-moreButton, #Buy-Online-Form .jquery-selectbox .jquery-selectbox-moreButton {
	background: url("gfx/form-s-button.gif") top left no-repeat;
	height: 20px;
}
#Contact-Form .jquery-selectbox .jquery-selectbox-moreButton, #AdvS-form .jquery-selectbox .jquery-selectbox-moreButton, #Buy-Online-Form .jquery-selectbox .jquery-selectbox-moreButton {
	background: url("gfx/form-s-button.gif") top left no-repeat;
}
#Contact-Form .jquery-selectbox, #AdvS-form .jquery-selectbox, #Buy-Online-Form .jquery-selectbox {
	background: url("gfx/form-s-bg.gif") top left no-repeat;
}
#Contact-Form .jquery-selectbox .jquery-selectbox-list, #AdvS-form .jquery-selectbox .jquery-selectbox-list, #Buy-Online-Form .jquery-selectbox .jquery-selectbox-list {
	width: 240px !important;
	background: #fff;
	border: 1px #d1c7b4 solid;
	border-top: 0px;
}
#AdvS-form .jquery-selectbox .jquery-selectbox-list {
	width: 180px !important;
}
#Contact-Form .jquery-selectbox .jquery-selectbox-currentItem, #AdvS-form .jquery-selectbox .jquery-selectbox-currentItem, #Buy-Online-Form .jquery-selectbox .jquery-selectbox-currentItem {
	padding-top: 3px;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #b4b4b4;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	width: 140px !important;
	background: none;
	float: none;
	text-align: left !important;
}
/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("gfx/bg-TextFieldError.gif");
}
