/* Dropdown control */
.selectBox-dropdown {
	width: 290px;
	position: relative;
    height: 40px;
    float: left;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	outline: none;
	vertical-align: middle;
	display: inline-block;
	cursor: default;
    line-height: 33px;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
	border: 1px solid #a6a6a6;
}

#top .selectBox-dropdown {
	/*width: 40px;*/
	width: 47px;
    height: 30px;
	padding: 0px 0px 0px 10px;
    line-height: 33px;
    font-size: 12px;
	border: none;
}

#product_info .selectBox-dropdown {
	width: 238px;
    height: 30px;
	padding: 0px 0px 0px 10px;
    line-height: 28px;
    font-size: 12px;
	border: 1px solid #a1a6ab;
	background: #fff;
}

.quantity_select_box .selectBox-dropdown { height: 25px; line-height: 23px; }

/*
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: none;
}*/


.selectBox-dropdown .selectBox-label {
	width: 100%;
	padding: 0px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
    color: #4d4d4d;
}

.selectBox-dropdown:hover { border: 1px solid #a6a6a6; margin: 0px; }

#top .selectBox-dropdown:hover { border: none; margin: 0px; }

#top .selectBox-dropdown .selectBox-label {
	width: 100%;
	padding: 0px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
    color: #fff;
    margin-top: -2px;
}

#login_register .selectBox-dropdown .selectBox-label, #newsletter_popup .selectBox-dropdown .selectBox-label  {
	padding-top: 2px;
	padding-left: 7px;
	font-family: 'cantarellbold';
	font-size: 11px;
}


.quantity_select_box .selectBox-dropdown .selectBox-label { padding-top: 0px; margin: 0px;  }

.selectBox-dropdown .selectBox-arrow {
	background: #fff url(../images/arrow_selectbox_main.png) 50% center no-repeat;
	position: absolute;
	top: 0;
	right: 11px;
	width: 13px;
	height: 100%;
}

#top .selectBox-dropdown .selectBox-arrow {
	background: #333333 url(../images/arrow_selectbox.png) 50% center no-repeat;
	position: absolute;
	top: 0;
	right: 8px;
	width: 9px;
	height: 100%;
}



.my_account_right .selectBox-dropdown {
	width: 290px;
    height: 34px;
	padding: 0px 0px 0px 10px;
    line-height: 33px;
    font-size: 12px;
	border: 1px solid #a1a6ab;
	background: #fff;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
    top: 10px;
    float: left;
	z-index: 99999;
	max-height: 150px;
	background: #333;
	overflow: hidden;
	overflow-y: visible;
    font-size: 12px;
    width: 157px;
    letter-spacing: 1px;
    /*border: 1px solid #9b9da1;*/
}


/* Inline control */
.selectBox-inline {
	width: 250px;
	outline: none;
	background: #FFF;
	display: inline-block;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;

}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0px 0px;
}

.selectBox-options LI A {
    width: 100%;
	line-height: 1.5;
    line-height: 26px;
	padding: 0px 10px;
	white-space: nowrap;
	overflow: hidden;
    color: #fff;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #c0272d;
    color: #fff;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #c0272d;
    color: #fff;
}

.selectBox-options .selectBox-optgroup {
	color: #808080;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
   /*	border-color: #666; */
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}