/* SKIN SELECT SMALL */
.skinSelect-container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 206px;
	overflow: hidden;
	margin-top: 3px;
	z-index: 50;
}
.skinSelect-selected {
	height: 33px;
	background: #9d9ea0 url(../images/selectbg.gif) repeat-x left top; 
	
}
.skinSelect-selected-left {
	width: 1px;
	height: 33px;
	float: left;
}
.skinSelect-selected-center {
	/*
	height: 23px;
	width: 165px;
	*/
	padding: 10px 0 0 5px;
	text-align: left;
}
.skinSelect-selected-right {
	width: 36px;
	height: 33px;
	float: right;
	background-color: #CC6633;
	background: url(../images/selectright.gif) no-repeat;
}
.skinSelect-panel {
	clear: both;
	float: left;
	background-color: #FFFFFF;
	color: #434343;
	text-align: left;
	overflow: hidden;
	filter: Alpha(opacity = 90);
	-moz-opacity: 0.9; /* Mozilla */
	opacity: 0.9;
	-khtml-opacity: 0.9; /* Safari */
	width: 100%;
}
.skinSelect-option {
	padding: 10px 5px 2px 7px;
	color: #434343;
	height:23px;
	border-bottom: 1px dotted #dfdfdf;
}


