.selectbox {
	vertical-align: middle;
	cursor: pointer;
    margin-top: 0px;
    z-index: 1;
    font-weight: normal;
}
.selectbox .select {
	height: 32px;
	padding: 0 30px 0 10px;	
	color: #888;
}
.selectbox:hover .select {
	background-color: #4b4a4a;
	background-position: 0 -10px;
    color: #fff;
}
.selectbox .select:active {
	background: #f5f5f5;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}
.selectbox.focused .select {
	border: 1px solid #5794BF;
}
.selectbox .select .text {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.selectbox .select .text img {
    margin: 11px 6px 0 0;
    display: inline-block;
    width: 16px;
    height: 11px;
}

.selectbox .trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.selectbox .trigger .arrow {
    background: url(../images/dd_arrow.png) center 9px no-repeat;
    width: 100%;
    height: 60%;
    margin-top: 5px;
    display: block;
}
.selectbox:hover .arrow { background-position: center -6px; }
.selectbox .dropdown {
	top: auto;
	margin: 0;
	padding: 4px 0;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    text-align: left;
}
.selectbox ul { margin-bottom: 0; }
.selectbox li {
	padding: 5px 10px 6px;
	color: #555;
    display: block;
    transition: background-color 200ms ease-in-out; -webkit-transition: background-color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out;
}
.selectbox li:hover {
	background: #b1bc03;
}
.selectbox li:hover a {
	color: #fff;
}
.selectbox li.disabled {
	
}
.selectbox li.disabled:hover {
	
}
.selectbox li a { color: #4d626d; text-decoration: none; display: block; padding: 0; background-color: transparent; border: 0; border-radius: 0; }
.selectbox li a:hover {background-color: transparent;}
.selectbox li a img {
    margin: 4px 6px 0 0;
    display: inline-block;
    width: 16px;
    height: 11px;
}



.selectbox.default .select { height: 27px; padding: 0 28px 0 0; color: #4d626d; line-height: 25px; background-color: transparent; }
.selectbox.default:hover .select { background-color: transparent; }
.selectbox.default .select .text {
    padding: 0 10px;
    border: 1px solid #a4adb2;
    background-color: #fff;
}
.selectbox.default .trigger {
    border: 1px solid #a4adb2;
    width: 29px;
    height: 27px;
    background-color: #fff;
}
.selectbox.default:hover .trigger {
    border: 2px solid #a4adb2;
}
.selectbox.default .trigger .arrow {
    margin-top: 2px;
}
.selectbox.default:hover .trigger .arrow {
    background-position: center 8px;
}

.selectbox.shipping-country .select { height: 37px; padding: 0 36px 0 0; color: #a3aeb3; line-height: 25px; background-color: transparent; }
.selectbox.shipping-country:hover .select { background-color: transparent; padding-right: 36px }
.selectbox.shipping-country .select .text {
    padding: 5px 10px 5px 40px;
    border: 1px solid #a4adb2;
    background: url(../images/placeholder_icon_set.png) 10px -220px no-repeat transparent;
    text-transform: uppercase;
}
.selectbox.shipping-country .trigger {
    border: 1px solid #a4adb2;
    width: 37px;
    height: 37px;
    background-color: transparent;
}
.selectbox.shipping-country:hover .trigger {
    border: 2px solid #a4adb2;
}
.selectbox.shipping-country .trigger .arrow {
    margin-top: 2px;
    background-position: center 13px;
}
.selectbox.shipping-country:hover .trigger .arrow {
    background-position: center 12px;
}
.form-list .selectbox,
.form-list .selectbox .select {
    width: 100%;
    height: 40px;
    font-size: 12px;
}
.form-list .selectbox {
    border: 1px solid #a2b0b3;
}
.form-list .selectbox .select {
    padding-right: 39px;
}
.form-list .selectbox .select .text {
    line-height: 38px;
    padding-left: 15px;
    border: none;
}
.form-list .selectbox.validation-failed .select .text {
    background-color: #faebe7;
}
.form-list .selectbox .select .trigger {
    width: 40px;
    height: 38px;
    border: none;
    border-left: 1px solid #a2b0b3;
}
.form-list .selectbox:hover .select .trigger {
    border: 1px solid #a2b0b3;
    border-left: 2px solid #a2b0b3;
}
.form-list .selectbox .select .trigger .arrow {
    background: url(../images/select_arrow.png) center center no-repeat #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.form-list .selectbox .dropdown {
    top: 40px
}
.form-list .selectbox.month {
    width: 150px
}
.form-list .selectbox.month .select {
    width: 148px
}