div.box-select{
	float: left; height: 28px; width: 104px; padding: 0 20px 0 6px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	position: relative; z-index: 1000;
	border: 1px solid #e1e1e1;
	background: url(background.png) 0 0 repeat-x;
}
div.box-select span.input-select{
	display: block; float: left; height: 28px; width: 100%; overflow: hidden;
	color: #2d2d2d; line-height: 28px; white-space: nowrap;
}
div.box-select a.btn-toggle{
	display: block; float: left; width: 12px; height: 13px; overflow: hidden;
	background-image: url(arrow-s.gif); text-indent: -9999px;
	position: absolute; top: 8px; right: 5px; clear: both; z-index: 10;
}
div.box-select div.list{
	float: left; width: 148px; padding: 5px;
	position: absolute; top: 28px; left: -1px; z-index: 1000;
	background: #fff!important; border: 1px solid #e1e1e1;
	display: none; clear: both;
}
.visible{ display: block!important; }

div.box-select div.list ul.list-items{
	display: block; float: left; width: 100%; 
	list-style-type: none;
}
div.box-select div.list ul.list-items li{
	display: block; padding: 3px 0; 
}
div.box-select div.list ul.list-items li a{ color: #2d2d2d; }
div.box-select div.list ul.list-items li.empty a{ 
	font-style: italic; 
	opacity: .5; filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
div.box-select div.list ul.list-items li a:hover,
div.box-select div.list ul.list-items li a.active{ color: #009bd3; }