div.selectbox-wrapper {
  position:absolute;  
  background-color:white;
  border-right:4px solid #8FBEE3;
  border-bottom:4px solid #8FBEE3;       
  padding:0;
  font-size:12px;
  text-align:left;  
  overflow:hidden;
}
.sort-by div.selectbox-wrapper{margin:1px 0 0 45px;width:160px !important;}
.select-color div.selectbox-wrapper{margin:1px 0 0 65px;width:200px !important;}
.custom-properties div.selectbox-wrapper{white-space:nowrap;}

div.selectbox-wrapper ul {    
    border:2px solid #A0A0A0;          
}
/*
div.selectbox-wrapper ul li.selected { 
  background-color: #FFEB89;
}
div.selectbox-wrapper ul li.current { 
  background-color: #FFEB89;
}
*/
div.selectbox-wrapper ul li {
  line-height:100%;
  display:block;  
  padding:7px 7px 4px 7px;
  cursor:pointer;
  border:0;
  border-bottom:1px solid #D3D3D3;
  background:#fff;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  display : block;
  float:left;
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-size:12px;     
  text-align:left; 
  background: url('../images/buttons/select.gif') no-repeat right center;
  cursor: pointer;  
  color:#00579A;
  border:0;
}
.sort-by .selectbox{position:absolute;top:16px;left:66px;width:156px;}
.select-color .selectbox{position:absolute;top:0px;left:80px;width:179px;}

.custom-properties .selectbox{float:right !important;margin:-5px 0 0 0;}
.custom-properties b{font-weight:normal;font-size:0.8em;}

.canopy-size .selectbox{width:55px !important;}
.canopy-size  div.selectbox-wrapper{margin:15px 0 0 138px !important;width:58px !important;}

.frame-type .selectbox{width:86px !important;}
.frame-type  div.selectbox-wrapper{margin:15px 0 0 106px !important;width:90px !important}

.quantity .selectbox{width:29px !important;}
.quantity  div.selectbox-wrapper{margin:15px 0 0 165px !important;width:32px !important}

.peak-color .selectbox, .valance-color .selectbox, .wall-color .selectbox, .rail-skirt-color .selectbox{width:87px !important;}
.peak-color  div.selectbox-wrapper, .valance-color div.selectbox-wrapper, .wall-color div.selectbox-wrapper, .rail-skirt-color div.selectbox-wrapper{margin:15px 0 0 30px !important;width:166px !important;}

.peak-graphics .selectbox, .valance-graphics .selectbox, .wall-graphics .selectbox, .rail-skirt-graphics .selectbox{width:20px !important;}
.peak-graphics div.selectbox-wrapper, .valance-graphics div.selectbox-wrapper, .wall-graphics div.selectbox-wrapper, .rail-skirt-graphics div.selectbox-wrapper{margin:15px 0 0 165px !important;width:32px !important}
select {
	background: url('../images/buttons/select.gif') no-repeat right;
}


