@CHARSET "UTF-8";
.sbHolder, .sbHolder-short {
	background: #f3f4f5 url('../../img/front/elements/bg-input.png') top left repeat-x;
	border-left: solid 1px #e5e6e7;
	height: 50px;
	position: relative;
        width: 440px;
        border-radius: 3px; 
        -moz-border-radius: 3px; 
        -webkit-border-radius: 3px;         
}
.sbHolder-short {
        width: 220px; 
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector, .sbSelector-short {
	display: block;
	height: 50px;
	left: 0;
	line-height: 50px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 440px;
}
.sbSelector-short{
	width: 220px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover, .sbSelector-short:link, .sbSelector-short:visited, .sbSelector-short:hover{
	color: #52637a;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../../img/front/elements/select-icons.png) 0 -116px no-repeat;
        -webkit-transition:all 0s ease 0s; -moz-transition:all 0s ease 0s; -o-transition:all 0s ease 0s;  
	display: block;
	height: 55px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}
.sbToggle:hover{
	background: url(../../img/front/elements/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../../img/front/elements/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../../img/front/elements/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	_background-color: #3C3C3C;
	_border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions, .sbOptions-short{
	background-color: #f3f4f5;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 440px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions-short {
	width: 220px;
}
.sbOptions li, .sbOptions-short li {
	padding: 0 7px;
}
.sbOptions a, .sbOptions-short a {
	border-bottom: dashed 1px #c8ccd2;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;      
}
.sbOptions a:link, .sbOptions a:visited, .sbOptions-short a:link, .sbOptions-short a:visited {
	color: #52637a;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus, 
.sbOptions-short a:hover,
.sbOptions-short a:focus,
.sbOptions-short a.sbFocus {
	color: #0898d7;
}
.sbOptions li.last a, .sbOptions-short li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled, .sbOptions-short .sbDisabled {
}
.sbOptions .sbGroup, .sbOptions-short .sbGroup{
}
.sbOptions .sbSub, .sbOptions-short .sbSub{
	padding-left: 17px;
}