#freq {
}

#frequence2 {
	background-color: #26252d;
	height: 20px;
	outline: 0px;
	font-size: 11px;
	color: silver;
	border: 1px solid gray;
	padding: 2px;
	line-height: 14px;
}

/*** select replacement ***/

select#frequence2{
	display: block;
	margin: 0 0 10px;
    width: 105px;
}
 
select#frequence2.replaced {
	width: 1px;
    position: absolute;
    left: -999em;
    
}

#freq ul.selectReplacement {
	margin: 0 0 10px;
	padding: 0;
	height: 19px;
	width: 105px;
	position: relative;
}

#freq ul.selectOpen {
	position: absolute;
	top:180px;
	left:10px;
	width:135px;
	overflow:auto;
	border:1px solid white;
	background-color:#312C38;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
   	z-index: 100;
}

#step2 #freq ul.selectOpen {
	height: auto;
}



#freq ul.selectReplacement li {
	color: #fff;
	font-weight:bold;
	cursor: pointer;
	display: none;
	font-size: 10px;
	line-height: 18px;
	list-style: none;
	margin: 0;
	padding: 0 12px 0 0;
}


#freq ul.selectReplacement li.fst{
	padding: 0 12px 0 0;
	font-size: 10px;
	font-weight:bold;
	color:#fff;
 }


#freq ul.selectOpen li {
	display: block;
	width:105px;
}
#freq ul.selectReplacement li.selected {
	background: url(/img/selects/select_freq_off.jpg) bottom left no-repeat;
	color: #fff;
	display: block;
}

#freq ul.selectOpen li.selected {
	border: 0;
	display: block;
	width:103px;
/*	border-left:1px solid white;
	border-right:1px solid white;
	*/
	background:transparent;

}

#freq ul.selectOpen li:hover,
#freq ul.selectOpen li.hover,
#freq ul.selectOpen li.selected:hover{
	color: #f00;
	display:block;
	height:18px;
	width:103px;
	/*border-left:1px solid white;
	border-right:1px solid white;*/
	overflow:hidden;
}
#freq ul.selectOpen li.fst:hover,
#freq ul.selectOpen li.fst hover{
	background: transparent;
	width:103px;
/*	border-left:1px solid white;
	border-right:1px solid white;*/
	color:#e3dc8c;
	display:block;
	height:18px;
	overflow:hidden;
}
