/*Faux selects*/
.selects{
    position:relative;
    z-index: 999;
    }
select.replaceSelect {
  display: none;
}
ul.selectReplacement {
  margin: 0 0 10px 0;
  padding: 0;
  position:absolute;
  background: url(../i/selectBoxReplacement/list_bg_small.gif) bottom left  no-repeat;
}

ul.select0 {
   z-index:105;
   top:0;
   width: 208px;
}
ul.select0 li:first-child, ul.select0 li.first-child {
  background: transparent url(../i/selectBoxReplacement/select1_small.png) top left  no-repeat;
   z-index:105;
  height: 24px;
}	

ul.select1 {

   z-index:104;
   top:34px;
   width: 208px;
}	
ul.select1 li:first-child, ul.select1 li.first-child  {
  background: transparent url(../i/selectBoxReplacement/select2_small.png) top left  no-repeat;
   z-index:105;
  height: 24px;
 
}		
ul.select2 {

  z-index:103;
  	top: 68px;
	 width: 208px;
}
ul.select2 li:first-child, ul.select2 li.first-child  {
  background: url(../i/selectBoxReplacement/select3_small.png) top left  no-repeat;
   z-index:105;
  height: 24px;

}	

ul.select3 {

  z-index:102;
  	top: 102px;
	 width: 208px;
}
ul.select3 li:first-child, ul.select3 li.first-child  {
  background: url(../i/selectBoxReplacement/select3_small.png) top left  no-repeat;
   z-index:105;
  height: 24px;

}	
ul.hover li:first-child,  ul.hover li.first-child  {
  background-position:0 -24px;

}	

ul.active {

  padding-bottom:5px;

}	
ul.active li:first-child,  ul.active li.first-child {
  background-position:0 -48px;
}		
ul.selectReplacement li {
  background:white;
  color: #0072bc;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.7em;
  list-style: none;
  margin: 0px 0 0 0;
  padding: 2px 10px 1px 10px !important;
  z-index:0;
  border:2px solid #e5e5e5;
  border-width:0 2px !important;
}
ul.selectReplacement li.hover {
  background:#e3eff9;
}	



ul.selectReplacement li:first-child, ul.selectReplacement li.first-child {

  color: #0072bc;
  cursor: pointer;
  font-size: 11px;
  line-height: 24px;
  list-style: none;
  margin: 0px 0 0 0;
  padding: 0 30px !important;
  z-index:0;
  border:none;
}	
ul.selectOpen li {
  display: block;
}

ul.selectOpen li:hover,
ul.selectOpen li.hover,
ul.selectOpen li.selected:hover {
  background: #9e0000;
  color: #fff;
}

