/*Selects*/
.select .select-area {
	cursor:default;
	height:26px !important;
	background:url(../images/select-bg.gif) repeat-x right top;
	float:none;
}
.select .select-area iframe {
	display: none;
	border: none;
}

.select .select-area .select-area-left {
	width:7px;
	height:26px;
	float:left;
	background:url(../images/select-left.gif) no-repeat left top;
}
.select .select-area .select-area-right {
	width:25px;
	height:26px;
	float:right;
	background:url(../images/select-right.gif) no-repeat right top;
	cursor:pointer;
}


.select .select-area-opened iframe {
	display: block;
	position:absolute;
}
.select .select-area .select-area-center {
	color:#4d4d4d;
	height:26px;
	line-height:26px;
	overflow:hidden;
	white-space:nowrap;
	font-size:14px;
	text-align:center !important;
	font-weight:bold;
}

/*Selects options*/
.select .select-options-invisible, .select .select-options-visible {
	position:absolute;
	background:none;
	z-index:20;
	overflow:auto;
	color:#4d4d4d;
	border:1px solid #d1d0d0;
	border-top: none;
	text-align:left !important;

}
.select .select-options-invisible {
	display:none;
}
.select .select-options-visible {
	cursor:default;
	display:block;
	list-style-type:none;
}
.select .select-options-visible li {
	margin:0;
	background:#FFF;
	line-height:14px;
	font-size:14px;
	padding:3px 9px;
	word-wrap: break-word;
	list-style-position:outside;
}
.select .select-options-visible li.select-option-hovered {
	background-color:#e2e2e2;
	color:#808080;
}
.select .select-options-visible li.select-option-selected {
	background-color:#a4a4a4;
	color:#FFF;
}