﻿.SelectList
{
	padding-left: 5px;
	background: transparent url(img/SelectList.gif) no-repeat top left;
	margin-bottom: 10px;
	width: 200px;
}

.SelectListExpanded 
{
	background-image: url(img/SelectListExpanded.gif);
}

.SelectListDisabled 
{
	background-image: url(img/SelectListDisabled.gif);
}

.SelectList span.label
{
	height: 25px;
	display: block;
	background: transparent url(img/SelectList.gif) no-repeat top right;
	padding: 5px 35px 5px 5px;
	font-size: 150%;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
}

.SelectList span.labelInner
{
	display: block;
	height: 25px;
	width: 160px;
	overflow: hidden;
}


.SelectListExpanded span.label
{
	background-image: url(img/SelectListExpanded.gif);
}

.SelectListDisabled span.label
{
	background-image: url(img/SelectListDisabled.gif);
	color: #9ec4ff;
}

.SelectList .selectListList
{
	display: none;
	position: absolute;
	z-index: 99;
	background: transparent url(img/SelectListListRight.gif) no-repeat bottom right;
}

.SelectList ul
{
	padding: 0 0 5px;
	margin: 0;
	background: transparent url(img/SelectListListLeft.gif) no-repeat bottom left;
}

.SelectList li
{
	color: #fff;
	display: block;
	margin: 0 5px 0 5px;
	padding: 5px;
	cursor: pointer;
}

.SelectList li.sel
{
	color: $FontColor;
	background-color: #9ec4ff;
}
