@CHARSET "UTF-8";

/*
 * Skinned Drop Down Menus
 * CSS classes with _opc suffix are only for one-page checkout
*/
.jquery-selectbox {
	position: relative;
	height: 18px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px;
	color: #383838;
	padding: 0;
	background-color: #E8E7E7;
}

.jquery-selectbox.selecthover {
	border-color: #B8B8B8;
	z-index: 700;
}

.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 2px 0px 0px 8px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 20px;
	background: #E8E7E7;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("../assets/images/generic/jqselect/lay-selectMoreButton.gif");
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background:
		url("../assets/images/generic/jqselect/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #dbdbdb;
	color: #666666;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding: 3px 0 3px 8px;
}

/*** OPC (one-page checkout styles) ***/

.jquery-selectbox_opc {
	position: relative;
	height: 21px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px;
	color: #383838;
	padding: 0;
	background: url(../assets/images/one_page_checkout/formfield_mid.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-left: 1px;
	border-left-color: #b5b5b5;
	border-left-style: solid;
}

.jquery-selectbox_opc.selecthover {
	border-color: #B8B8B8;
	z-index: 700;
}

.jquery-selectbox_opc .jquery-selectbox_opc-currentItem {
	padding: 2px 0px 0px 8px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox_opc .jquery-selectbox_opc-list {	
	display: none;
	position: absolute;
	top: 20px;
	left:-1px;
	background: #fcfcfc;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-left: 1px;
	border-left-color: #b5b5b5;
	border-left-style: solid;
	border-bottom: 1px;
	border-bottom-color: #b5b5b5;
	border-bottom-style: solid;
}

.jquery-selectbox_opc .jquery-selectbox_opc-moreButton {
	float: right;
	background: url("../assets/images/one_page_checkout/dropdown.png")
		center bottom;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

.jquery-selectbox_opc .jquery-selectbox_opc-moreButton.morebuttonhover {
	background-position: center -22px;
}

.jquery-selectbox_opc .jquery-selectbox_opc-item.listelementhover {
	background: #dbdbdb;
	color: #666666;
}

.jquery-selectbox_opc .jquery-selectbox_opc-item {
	display: block;
	cursor: default;
	padding: 3px 0 3px 8px;
}
