﻿.selectbox-city {
	font:11px Tahoma;
	font-weight:bold;
	color:#8d9195;
	width:227px;
	height:30px;
	text-align:left;
}
.jquery-selectbox {
	position: relative;
	height: 33px;
	width: 227px;
	z-index: 0;
	float: left;
	display: inline;
	font-size:13px;
	color:#959595;
	padding:0;
	background: url(../_i/doktorbul/doktorbul_select.gif) left bottom no-repeat;
}
.jquery-selectbox.selecthover {
	border-color: #d8d8d8;
	background-color: #FFFFFF;
	z-index: 700;
}	
.jquery-selectbox-currentItem {
	padding: 8px 0px 0px 12px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 30px;
	padding: 2px 1px 2px 2px;
	width: 99px;
	height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #d8d8d8;
	background:#fff;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../_i/doktorbul/doktorbul_select_ico.gif) right no-repeat;
	width: 28px;
	height: 33px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background-color: #cccccc;
}
.jquery-selectbox.jquery-custom-selectboxes-replaced .jquery-custom-selectboxes-replaced-list  span.jquery-selectbox-item{
	display: block;
	float:none;
	cursor:default;
	margin:0px; padding:3px;
	padding-left:12px;
}
span.jquery-selectbox-currentItem {display: block; padding-left:12px;}
