
.selectBox-dropdown
{
	display:inline-block;
	position: relative;
	padding-right:20px;
	width:170px;
	height:38px;
	line-height:38px;
	background:url(../images/bg_select.png) 100% 0 no-repeat;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	color:#000;
	cursor:default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow
{
	border-color:#666;
}

.selectBox-dropdown .selectBox-label
{
	display:block;
	padding:0 0 2px 10px;
	width:auto !important;
	height:36px;
	line-height:36px;
	background:url(../images/bg_select.png) 0 -38px no-repeat;
	font-size:16px;
	color:#4071b6;
	white-space:nowrap;
	overflow:hidden;
}

.selectBox-dropdown .selectBox-arrow
{
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:100%;
	background:url(../images/dec_arr-3.gif) 50% 50% no-repeat;
}

/* Dropdown menu */
.selectBox-dropdown-menu
{
	position:absolute;
	z-index:99999;
	max-height:200px;
	border:1px #bbb solid;
	background:#fff;
	overflow:auto;
}


/* Inline control */
.selectBox-inline
{
	display:inline-block;
	width:250px;
	border:solid 1px #BBB;
	background:#fff;
	overflow:auto;
}

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


/* Options */
.selectBox-options
{
	top:0;
}

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

.selectBox-options LI A
{
	padding:0 .5em;
	line-height:1.5;
	overflow:hidden;
	white-space:nowrap;
	background:6px;
}

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

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

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

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


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

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

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

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