.ui-dropdownchecklist
{
	height: 31px;
	width: 250px;
	border: 1px solid #ddd;
	border-radius: 4px;
	border-left: 0px;
}

#search-simple .ui-dropdownchecklist {
	width: 228px;	
}

#search-advanced .ui-dropdownchecklist {
	width: 210px;	
}

#search-advanced label {
	font-size: 14px;
	line-height: 32px;	
}

.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active
{
	background: url(/images/dropdown/combo_big_over.png) no-repeat center left; 
	border-color: 0px #5794bf;
}

.ui-dropdownchecklist-text
{
	height: 31px;
	line-height: 31px;
	margin-left: 48px; /* background dropdown.png image */
	white-space: nowrap;
	text-align: right;
	padding-right: 15px;
	background-color: #fff;
	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ui-dropdownchecklist-dropcontainer
{
	background-color: #fff;
	padding: 5px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ui-dropdownchecklist-dropcontainer-wrapper {  }

.ui-dropdownchecklist-item
{
	direction:		rtl;
	text-align:		right;
	vertical-align: middle;
	height: 28px;
}

.ui-dropdownchecklist-item .ui-dropdownchecklist-text {
	font-size: 10pt;	
}

.ui-dropdownchecklist-item input {
	border:			0;
}
	
.ui-dropdownchecklist-item-hover
{
	background-color: #39f;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text
{
	background-color: #39f;
	color: #fff;
}

.ui-dropdownchecklist-group
{
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent
{
	/*padding-left: 20px;*/
}


#search-simple .ui-dropdownchecklist-text {
	font-size: 18px;
	width: 150px;
	height: 43px !important;
	line-height: 43px !important;
	/*border-top: 2px inset #f2f2f2;*/
	float: right;
}

#search-advanced .ui-dropdownchecklist-text {
	font-size: 14px;
	width: 150px;
	float: right;
}

.freeText {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right: 15px;
	color: grey;
}

#search-simple .freeText {
	border: 1px solid #82911C;
	height: 41px;
	line-height: 41px;
	width: 380px;
	font-size: 18px;
	vertical-align: 50px !important;
}

#search-advanced .freeText {
	height: 28px;
	line-height: 28px;
	width: 200px;
	font-size: 14px;
}


.comboList span span {
	background: url('/images/dropdown/dropdown.png') no-repeat center left;
	//height: 42px;
}

.comboList span span:hover {
	background: url(/images/dropdown/combo_big_over.png) no-repeat center left;
	//height: 42px;
}

.comboList span span span {
	//line-height: 42px;
}


#search-simple .comboList span span {
	background: url(/images/dropdown/combo_big.png) no-repeat center left;
	height: 43px;
}

#search-simple .comboList span span:hover {
	background: url(/images/dropdown/combo_big_over.png) no-repeat center left;
	height: 43px;
}

#search-simple .comboList span span span {
	line-height: 43px;
}

#search-advanced {
	 vertical-align: middle;
	 height: 58px; 
	 line-height: 58px;	
}

#search-advanced .comboList {
	width: 200px;
}

#search-advanced .comboList span span {
	background: url(/images/dropdown/combo_small.png) no-repeat center left;
	height: 31px;
}

#search-advanced .comboList span span:hover {
	background: url(/images/dropdown/combo_small_over.png) no-repeat center left;
}

#search-advanced .comboList span span span {
	line-height: 31px;
}

.extra_filter li .comboList .ui-dropdownchecklist-text {
	width: 124px !important;
	height: 21px;
	line-height: 22px;
}

.extra_filter li .comboList .ui-dropdownchecklist {
	width: 160px !important;
	height: 21px;
	line-height: 22px;
	border-left: 1px solid #DDD;
}

.extra_filter li .comboList .ui-dropdownchecklist:hover {
	background: #fff url(/images/dropdown/dropdown_hover.png) no-repeat center left;
	height: 21px;
}

.bar-search-advanced {
	margin-right: 5px;
}
.bar-search-simple {
	margin-right: 40px;
}


.advanced-select span span {
	background: #fff url(/images/dropdown/dropdown.png) no-repeat center left;
	height: 21px;
}

.advanced-select span span:hover {
	background: #fff url(/images/dropdown/dropdown_hover.png) no-repeat center left;
	height: 21px;
}

.advanced-select .ui-dropdownchecklist-text {
	width: 220px;
	padding-right: 0px;
	line-height: 22px;
	font-weight: normal;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
}

.advanced-select .ui-dropdownchecklist {
	border-left: 1px solid #DDD;
}


.advanced-select.company .ui-dropdownchecklist-text {
	width: 360px;
	height: 19px;
}

.advanced-select.company .ui-dropdownchecklist {
	width: 386px;
	height: 20px;
}

.advanced-select.matching_settings .ui-dropdownchecklist-text {
	width: 80px;
	height: 19px;
	vertical-align: middle;
	line-height: 19px;
}

.advanced-select.matching_settings .ui-dropdownchecklist {
	width: 100px;
	height: 20px;
}
