﻿.comboboxContainer
{
	border: solid 1px #330817;
	position:relative;
}

.comboboxValueContainer
{
	background: url(../images/select-arrow.gif) repeat-x left top;

}

.comboboxValueContent
{
	padding-left: 3px;
	cursor:pointer;
}

.comboboxDropDownContainer
{
	border: solid 1px #000;
	overflow: hidden;
	padding-left: 3px;
	background-color: #330817;
	left:-2px !important;
	top:20px !important;
}

.comboboxDropDownButton
{
	width: 16px;
	height: 18px;
	background-image: url(../images/select-arrow.gif);
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #fff;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}

.comboboxItem
{
	background: #330817;
	color: #fff;
	cursor:pointer;
	font-weight: normal;
	font-style: normal;
}

.comboboxItemHover
{
	background-color: #650425;
	color: #fff;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}