
.sbHolder {
	background-color: transparent;
	border: solid 1px #dbdbdb;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 67px;
	position: relative;
	width: 100%;
	padding: 20px 15px;
    color: #b6b6b6;
    font-size: 13px;
    line-height: 25px;
    font-style: italic;
}
.rento_widget_search_property .sbHolder {
	height: 49px;
	padding: 10px 15px;
}
.sbHolder:focus .sbSelector {
}
.sbSelector {
	display: block;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	height: 67px;
	width: 100%;
	padding: 20px 7px;
    color: #b6b6b6;
    font-size: 13px;
    line-height: 25px;
    font-style: italic;
    font-weight: bold;
    text-transform: capitalize;
}
.rento_widget_search_property .sbSelector {
	height: 49px;
	padding: 10px 5px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #b6b6b6;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	display: block;
    height: 18px;
    outline: none;
    position: absolute;
    right: 10px;
    top: 28px;
    width: 14px;
    border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #b6b6b6 transparent transparent transparent;
}
.rento_widget_search_property .sbToggle {
	 top: 22px;
}

.sbToggle:hover {
	/*background: url(../images/select-icons.png) 0 -167px no-repeat;*/
}
.sbToggleOpen {
	/*background: url(../images/select-icons.png) 0 -16px no-repeat;*/
}
.sbToggleOpen:hover {
	/*background: url(../images/select-icons.png) 0 -66px no-repeat;*/
}
.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
	background-color: #f1f1f1;
	border: solid 1px #dbdbdb;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 65px;
	width: 100%;
	z-index: 5;
	overflow-y: auto;
}
.sbOptions li {
	padding: 0;
}
.sbOptions a {
	border-bottom: 1px solid #dbdbdb;
	display: block;
	outline: none;
	padding: 0px 0 3px 15px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #90a0a0;
	text-decoration: none;
}
.rento_widget_search_property .sbOptions a:link {
	color: #727272;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
	color: #90a0a0;
}
.sbOptions li.last a {
	border-bottom: none;
}
.sbOptions .sbDisabled {
	border-bottom: dotted 1px #dddddd;
	color: #999;
	display: block;
	padding: 0px 0 3px 15px;
}
.sbOptions .sbGroup {
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 0px 0 3px 15px;
}
.sbOptions .sbSub {
	padding-left: 17px;
}
