.dhx_combo_img{
	position:absolute;
	top:0px;
	right:0px;
	width:17px;
	height:20px;
}

.dhx_combo_option_img{
	position:relative;
	top:1px;
	margin-left:2px;
	left:0px;
	width:18px; height:18px;
}


.dhx_combo_input{
	color:#333333;
	font-family: Arial;
	font-size: 9pt;
	border:0px;
	padding:2px 2px 2px 2px;
	position:absolute;
	top:0px;
}
.dhx_combo_box{
	position:relative;
	border:1px solid #7F9DB9;
	height:20px;
	_height:22px;
	overflow:hidden;
    background-color: white;	
}
.dhx_combo_list{
   position:absolute;
   z-index:30;
   overflow-y:auto;
   overflow-x:hidden;
   border:1px solid black;
   height:100px;
   font-family: Arial;
   font-size: 9pt;
   background-color: white;
   text-align: left;
}

.dhx_combo_list div{
	cursor:default;
	padding:2px 2px 2px 2px;
}
.dhx_selected_option{
	background-color:navy;
	color:white;
}


div.h{
	margin-top:10px;
	margin-bottom:5px;
	font-size:16px;
	border-bottom:1px solid gray;
	width:400px;
}

.sb_large{
	width:280px;
	margin:0px 2px 2px 2px;
}

#sb_wrapper{
	margin: 2px 0px 0px 0px;
	width: 385px;
	float:left;
}

#sb_cats{
	float:left;
	position:relative; 
	width:300px; 
	display:block;
}


.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style6 {font-size: 10px}
.style8 {font-size: 17px}
