/* styled dropdown */

.sc-select_container{
	background: url(selector_change/default_bg.gif) top left no-repeat;	
}

.sc-options_container{
	border: 1px solid #454545;	
	border-top: none;
	border-bottom: none;
	
}

.sc-active_option {
	color: #eee;
	padding-left: 3px;
	padding-top: 3px;	
	margin-bottom: -3px;
	background: url(selector_change/pointer.gif) right top no-repeat;
}

.sc-active{
	background: url(selector_change/selected_pointer.gif) right top no-repeat;	
}

.sc-option{
	color: #eee;
	padding-left: 3px;
	background: #000;
}

.sc-option:hover{
	background: #1b1b1b;	
}

.sc-select_bottom{
	position: absolute;
	bottom: 0px;
	height: 13px;	
}

.sc-select_bottom_left {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background: red;
	background: url(selector_change/bottom_bg.gif) left bottom no-repeat;
	height: 100%;
	width: 60%;
}

.sc-select_bottom_right{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;	
	width: 60%;
	background: url(selector_change/bottom_right.gif) right bottom no-repeat;
}