.sbHolder{
	/*background-color: #ffffff;*/
	/*border: solid 1px #cccccc;*/
	font-weight: normal;
	height: 20px;
	position: relative;
	width: 210px;
    z-index:3;
}
.sbSelector{
	display: block;
	height: 20px;
	left: 0;
	line-height: 20px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
    z-index:10;
	width: 210px;
    background: url("../images/layout/selectbox_bg.png") no-repeat scroll 0 -9px transparent;
}
.sbSelectorOpen {
    background-position: 0 -30px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/layout/selectbox_arrow.png) no-repeat scroll center center transparent;
	display: block;
	height: 20px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
    z-index:20;
}
.sbToggle:hover{
	/*background: url(../img/select-icons.png) 0 -167px no-repeat;*/
}
.sbToggleOpen{
	/*background: url(../img/select-icons.png) 0 -16px no-repeat;*/
}
.sbToggleOpen:hover{
	/*background: url(../img/select-icons.png) 0 -66px no-repeat;*/
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 212px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 0;
    margin: 0 !important;
}
.sbOptions a{
	background-color: #FFFFFF;
	border: solid 1px #aaaaaa;
    border-bottom: 0;
    border-top: 0;
	display: block;
    width:190px;
	outline: none;
	/*padding: 7px 0 7px 3px;*/
    height: 20px;
    line-height: 20px;
    margin: 0 1px;
    padding:0 9px;
}
.sbOptions a.first {
    height:7px;
    border:0;
    width:192px;
    background: url("../images/layout/selectbox_bg.png") no-repeat scroll 0 0 transparent;
}
.sbOptions a.last {
    height:35px;
}
.sbOptions a:link, .sbOptions a:visited{
	text-decoration: none;
}
.sbOptions a:hover{
	color: #7FAD00 !important;
}
.sbOptions li.last a{
	border-bottom: none;
}
/*.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}*/



.sb {
    width               : 210px;
    height              : 20px;
    background          : url('../images/layout/egr_selectbox_bg.png') no-repeat scroll 0 0 transparent;
    float               : right;
    position            : relative;
    cursor              : default;
    z-index             : 9999;
}
.sb.open.down {
    background-position : 0 -45px;
}
.sb.open.up {
    background-position : 0 -25px;
    z-index             : 1100;
}
.sb .sb-title {
    position            : relative;
    z-index             : 3;
}
.sb .sb-title-text {
    text-indent         : 10px;
    float               : left;
    line-height         : 20px;
}
.sb .sb-title-arrow {
	background          : url(../images/layout/egr_selectbox_arrow.png) no-repeat scroll center center transparent;
	height              : 20px;
    width               : 20px;
    float               : right;
}
.sb .sb-options {
    width               : 210px;
    text-indent         : 9px;
    position            : absolute;
    top                 : 0;
    left                : 0;
    z-index             : 2;
    height              : 0;
    overflow            : hidden;
}
.sb .sb-options .sb-options-div div {
    background-color    : #fff;
    border-left         : 1px solid #aaa;
    border-right        : 1px solid #aaa;
    height              : 20px;
}
.sb .sb-options .selected {
    color               : #7FAD00;
}
.sb.down .sb-options .last {
    background          : url(../images/layout/egr_selectbox_bg.png) no-repeat scroll 0 -20px transparent;
    border              : 0;
    padding-bottom      : 5px;
}
.sb.up .sb-options {
    top                 : -220px;
}
.sb.up .sb-options .first {
    background          : url(../images/layout/egr_selectbox_bg.png) no-repeat scroll 0 -45px transparent;
    border              : 0;
    padding-top         : 5px;
}
