﻿.csSelectContainer
{
	background-color: #000000;
	font-family: verdana;
	text-align: left;
	font-size: 12px;
	cursor: default;
	float: left;
	margin-right: 3px;
	color: #fff;
	
}

.csSelectItemsContainer
{
	position: absolute;
	background-color: #000;
	color: #000;
	overflow: hidden;
	border: 1px solid #000;	
	z-index: 65535;
	_height: 150px;
	max-height: 150px;	
	/*width: 400px;*/
	overflow: auto;
	color: #fff;
	font-weight: normal;
	
}

.csSelectItem
{
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.csSelectItemHover
{
	padding-left: 2px;
	padding-top: 2px;	
	background-color: #fff;
	padding-bottom: 2px;
	color: #000;
}

.csCurrentItem
{
	/*background-color: #5C4F46;*/
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	font-weight: normal;
	height: 16px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image:url('../img/dropdownarrow.png');

	background-position: right;
	background-repeat: no-repeat;
	
}
.csCurrentItemFocus
{
	background-color: #D3E1EE;
	
	height: 18px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333;
	background-image:url('../img/dropdownarrow.png');
	background-position: right;
	background-repeat: no-repeat;
}