@charset "utf-8";

/* CUSTOM SELECT BOXES */
/* -------------------------------------- */

.custSelectSelectWrapper {
	height: 17px;
	overflow: visible;
	position: relative;
	text-align: left;
/*	width: 95px;*/
}

.custSelectSelectWrapper div span {
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	cursor: default;
	float: none;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	padding: 0px 3px;
	position: absolute;
	white-space: nowrap;
}

.custSelectSelectWrapper div a {
	background: url(../images/select_right.gif) no-repeat center;
	cursor: default;
	display: block;
	height: 17px;
	position: absolute;
	right: 0px;
	width: 21px;
}

.custSelectSelectWrapper ul {
	background-color: #FFF;
	border: solid 1px #333;
	display: none;
	font-size: 11px;
	left: 0px;
	list-style: none;
	line-height: 11px;
	margin: 0px;
	overflow: auto;
	overflow-y: auto;
	padding: 0px;
	position: absolute;
	top: 16px;
	z-index: 100;
}

.custSelectSelectWrapper ul a {
	background-color: #FFF;
	color: #000;
	cursor: default;
	display: block;
	padding: 5px;
	text-decoration: none;
}

.custSelectSelectWrapper ul a:hover {
	background-color: #0A246A;
	color: #FFF;
}
/*
.custSelectSelectWrapper ul a.selected {
	background-color: #0A246A;
	color: #FFF;
}
*/
.custSelectHidden {
	display: none;
}