﻿.comboboxContainer
{
	outline: none;
	margin-top: -5px;
}

.comboboxValueContainer
{
	background: url(../images/combobox/vista_content_black_glow.gif) no-repeat left top;
}

.comboboxValueContent
{
	padding-left: 12px;
	padding-top: 0px;
	color: #CCC; 
	max-height: 18px;
	font-size: 11px;
	float: left;
	margin-top: -2px;
}

.comboboxDropDownContainer
{
	border: none;
	background: none;
	overflow: hidden;
	padding: 0px;
	cursor: default;
	color: #CCC;
	line-height: 18px;
	outline: none;
	border-left: 1px #CC9900 solid;
	border-right: 1px #CC9900 solid;
	border-bottom: 1px #CC9900 solid;
}

.comboboxDropDownButton
{
	width: 30px;
	height: 40px;
	background-image: url(../images/combobox/vista_button_black_glow.gif);
	
}

.comboboxItem
{
	margin: 0px;
	padding-left: 10px;
	font-size: 11px;
	width: 150px;
	background-color: #222;
	border-top: 1px #666666 solid;
	
}

.comboboxItemHover
{
	color: #FF9900; 
}

