﻿.comboboxContainer {
	position: relative; width: 193px; height: 18px;
	left: 0; top: 0;
	text-align: left;
	}

.comboboxValueContainer {
	}

.comboboxValueContent {
	padding-left: 5px; color: #0063b9;
	text-transform: uppercase;
	font-size: 12px; font-weight: bold;
	font-family: Arial;
	}	

.comboboxDropDownContainer {
	overflow: hidden;
	border: 2px solid #0063b9;
	margin-top: -7px !important;
	margin-left: -2px !important;
	}

.comboboxDropDownButton {
	width: 16px;
	height: 18px;
	background-image: url(http://www.capestorm.co.za/site/assets/images//buttons/dropdown.png);
	cursor: pointer;
	}

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

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

.comboboxItem {
	background: #fff;
	color: #000;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	padding: 2px 5px;
	cursor: pointer;
	}

.comboboxItemHover {
	background-color: #e6eff8;
	color: #0063b9;
	}

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