﻿#business_centre_search .comboboxContainer,.comboboxContainer
{
	border-left: solid 2px #777;
	border-top: solid 2px #777;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background:#fff;
}

#business_centre_search .comboboxValueContainer,.comboboxValueContainer
{
	background: url(../../images/comboboxDisplayValue.gif) repeat-x left top;
}

#business_centre_search .comboboxValueContent,.comboboxValueContent
{
	padding-left: 3px;
}

#business_centre_search .comboboxDropDownContainer,.comboboxDropDownContainer
{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;	
	width:220px;
}

#business_centre_search .comboboxDropDownButton,.comboboxDropDownButton
{
	width: 16px;
	height: 18px;
	background-image: url(../../images/default-combobox.gif);
}

#business_centre_search .comboboxGroupItemHeader,.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #fff;
}

#business_centre_search .comboboxGroupItemContainer,.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}

#business_centre_search .comboboxItem,.comboboxItem
{
	background: #fff;
	color: #000;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
}

#business_centre_search .comboboxItemHover,.comboboxItemHover
{
	background-color: #999;
	color: #fff;
	padding-left: 4px;
}

#business_centre_search .comboboxGroupItemContainer .comboboxItem,.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}