﻿.comboboxContainer
{
	font: 14px Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg_dropcontact.gif) no-repeat right top;
	border: none;
	color: #000;
}

.comboboxValueContainer
{
	background: url(../../images/comboboxDisplayValue.gif) repeat-x left top;
}

.comboboxValueContent
{
	padding-left: 3px;
}

.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;	
}

.comboboxDropDownButton
{
	width: 23px;
	height: 24px;
	background: url(../images/bt_dropreali.gif) no-repeat top right;
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #fff;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}

.comboboxItem
{
	background: #fff;
	color: #000;
	font-weight: normal;
	font-style: normal;
	padding: 3px 0 3px 0;
}

.comboboxItemHover
{
background:url(../images/bg_dropover.gif) repeat-x top left;
	color: #fff;
	padding: 4px 0 4px 2px;
	line-height: 100%;
	cursor: hand;
}


.comboboxGroupItemContainer .comboboxItem
{
	padding: 4px 0 4px 20px;
	margin-left: 0px;
	line-height: 100%;
}















