@CHARSET "UTF-8";
.sbHolder{
	/*background-color: #FFFFFF;*/
	/*border: solid 1px #CDCDCD;*/
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	height: 33px;
	position: relative;
	width: 270px;
	background-image: url('../../../../000Frames/site/images/field-search.png');
	z-index: 800;	
}

.AmountSelectTD .sbHolder { width:50px; }

.sbSelector{
	display: block;
	height: 31px;
	right: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 270px;
}

.AmountSelectTD .sbSelector { width:50px; }

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background-image: url('../../../../000Frames/site/images/drop-down-matcon.gif');
	background-repeat:no-repeat;
	background-position:5px 6px;
	display: block;
	height: 31px;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background-image: url('../../../../000Frames/site/images/drop-down-matcon.gif');
	background-repeat:no-repeat;
	background-position:5px 4px;
}
.sbToggleOpen{
	background-image: url('../../../../000Frames/site/images/drop-down-matcon.gif');
	background-repeat:no-repeat;
	background-position:5px 4px;
}
.sbToggleOpen:hover{
	background-image: url('../../../../000Frames/site/images/drop-down-matcon.gif');
	background-repeat:no-repeat;
	background-position:5px 4px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #FFFFFF;
	border: solid 1px #CDCDCD;
	list-style: none;
	right: 2px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 31px;
	width: 263px;	
	z-index: 800;
	overflow-y: auto;
}

.AmountSelectTD .sbOptions { width:50px; }

.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 5px 0 7px 3px;
	color:#828282;
	font-size: 16px;
}
.sbOptions a:link, .sbOptions a:visited{
	text-decoration: none;
}
.sbOptions a:hover{
	/*color: #696969;*/
	color:#333333;
}
.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;*/
	color:#b17777;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}