/* Dropdown control */
.selectBox-dropdown {
	min-width: 105px;
	position: relative;
	border: 1px solid #333333;
	xbackground-color: 999999;
	line-height: 24px;
	text-decoration: none;
	color: #eee;
	outline: none;
	vertical-align: middle;
	display: inline-block;
	cursor: default;
	margin-top:5px;
	font-size: 13px;
	max-height: 28px;
	margin-left: 10px
}

.selectBox-dropdown.wishlist {
	position: relative;
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	line-height: 44px;
	text-decoration: none;
	color: #acacac;
	text-transform: uppercase;
	outline: none;
	vertical-align: middle;
	display: inline-block;
	cursor: default;
	margin-top:2px;
	font-size: 13px;
	max-height: 34px;
	height: 34px !important;
	width: 200px !important;
	margin-left: 10px;
}

.selectBox-dropdown.loginb {
	position: relative;
	border: 1px solid #333;
	background-color: #000;
	line-height: 44px;
	text-decoration: none;
	color: #acacac;
	text-transform: uppercase;
	outline: none;
	vertical-align: middle;
	display: inline-block;
	cursor: default;
	margin-top:2px;
	font-size: 13px;
	max-height: 34px;
	height: 34px !important;
	width: 200px !important;
	margin-left: 10px;
}
.selectBox-dropdown.date {
	width: 140px !important;
}

.selectBox-dropdown.wishlist.selectBox-active {
	border-color: #d7d7d7;
}

.selectBox-dropdown.loginb.selectBox-active {
	border-color: #333;
}

.gender .selectBox-dropdown.wishlist {
	width: 140px !important;
	display: block; !important;
}

.gender .selectBox-dropdown.loginb {
	width: 140px !important;
	display: block; !important;
}

div.subject .selectBox-dropdown {
	line-height: 28px;
}

div.subject .selectBox-dropdown .selectBox-arrow {
	width: 30x;
	height: 30px;
}


.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #333;
}

.selectBox-dropdown .selectBox-label {
	padding: 4px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	line-height: 20px;
}


.wishlist .selectBox-label {
	padding: 4px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	line-height: 28px;
}


.loginb .selectBox-label {
	padding: 4px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	line-height: 28px;
	text-align: left;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0px;
	right: 0;
	width: 28px;
	height: 28px;
	background: #000 url(/images/dropdown-icon.jpg) 50% center no-repeat;
}

.selectBox-dropdown.wishlist .selectBox-arrow {
	position: absolute;
	top: 0px;
	right: 0;
	width: 31px;
	height: 31px;
	background: #000 url(/images/dropdown-icon-white.jpg) top center no-repeat;
}

.selectBox-dropdown.loginb .selectBox-arrow {
	position: absolute;
	top: 0px;
	right: 0;
	width: 31px;
	height: 31px;
	background: #000 url(/images/dropdown-icon-black.jpg) top center no-repeat;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #333; /* should be the same border width as .selectBox-dropdown */
	background: #333;
	color: #bbb;
	font-family:'KlavikaRgRegular', Arial, Helvetica, sans-serif;
	font-size: 13px; 
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}
.selectBox-dropdown-menu.wishlist-selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #eee; /* should be the same border width as .selectBox-dropdown */
	background: #fff;
	color: #acacac;
	font-family:'KlavikaRgRegular', Arial, Helvetica, sans-serif;
	font-size: 13px; 
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}
.selectBox-dropdown-menu.loginb-selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #333; /* should be the same border width as .selectBox-dropdown */
	background: #000;
	color: #acacac;
	font-family:'KlavikaRgRegular', Arial, Helvetica, sans-serif;
	font-size: 13px; 
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}


/* Inline control */
.selectBox-inline {
	min-width: 105px;
	outline: none;
	border: solid 1px #666;
	background: #333;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #333;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	text-align: left;
}
.selectBox-dropdown-menu.wishlist-selectBox-dropdown-menu.selectBox-options LI A {
	color: #acacac;
}
.selectBox-dropdown-menu.loginb-selectBox-dropdown-menu.selectBox-options LI A {
	color: #acacac;
}
.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #000;
}
.selectBox-dropdown-menu.wishlist-selectBox-dropdown-menu.selectBox-options  LI.selectBox-hover A {
	background-color: #eee;
	color: #000;
}
.selectBox-dropdown-menu.loginb-selectBox-dropdown-menu.selectBox-options  LI.selectBox-hover A {
	background-color: #333;
	color: #ccc;
}
.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #000;
}
.selectBox-dropdown-menu.wishlist-selectBox-dropdown-menu.selectBox-options LI.selectBox-selected A {
	background-color: #eee;
	color: #000
}
.selectBox-dropdown-menu.loginb-selectBox-dropdown-menu.selectBox-options LI.selectBox-selected A {
	background-color: #333;
	color: #eee
}
.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #000;
	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: #333;
}

.selectBox-inline.selectBox-disabled {
	color: #666 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}