﻿div.select {
	margin: 0 !important;
	font-size: 11px !important;
	
}

div.select-title {
	padding: 1px 16px 1px 1px !important;
	border: 1px solid #7F9DB9 !important;	
	background: #fff url(/Site/Images/bg-select.png) right center no-repeat !important;	
	color: #000 !important;
	overflow: hidden !important;
	cursor: default !important;
	height: 1%; /* IE6 */
}

div.select-title span {
	display: block !important;
	line-height: 16px !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	cursor: default !important;
	padding: 1px !important;
	margin: 0 !important;
	height: 1%; /* IE6 */

 }

div.select-open .select-title span 
{
	border: 1px dotted #ccc !important;
	padding: 0 !important;
}


div.select-title-over {
	background-image: url(/Site/Images/bg-select-active.png) !important;
	
}



div.select-options {
	position: absolute !important;
	z-index: 99;
}

div.select-options-content {
	border: 1px solid #ccc !important;
	background: #fff !important;
}

div.select-open .select-options {
	left: auto !important;
	display: block;
}

div.select-closed .select-options {
	left: -9999px !important;
	display: none;
}

div.select-option {
	padding: 2px 5px !important;
	cursor: default !important;
	background-color: transparent !important;
	color: #000 !important;
	background-image: url(/Site/Images/blank.gif) !important;
	background-position: 3px 4px !important;
	background-repeat: no-repeat !important;
	line-height: 18px !important;
	border-bottom: 1px solid #fff !important;
	height: 1%; /* IE6 */
}

div.select .select-options .last  {
	border-bottom: none !important;
}

div.select-multiple .select-option {
	background-image: url(/Site/Images/bg-checkbox-unchecked.gif) !important;
	padding-left: 25px !important;
}

div.select-multiple .selected {
	background-image: url(/Site/Images/bg-checkbox-checked.gif) !important;
}

div.select .selected {
	background-color: #ececec !important;
}

div.select .over {
	background-color: #ECE9D8 !important;
}
