div.autocomplete {
 position: absolute !important;
 width: 400px;
 background: #6d7250 !important;
 border: 1px solid #6d8261 !important;
 border-top-style: none !important;
 margin: 0 0 0 -1px !important;
 padding: 0 !important;
 font: normal 11px Verdana, sans-serif !important;
 text-align: left !important;
 max-height: 200px !important;
 overflow: auto !important;
 color: #ffe6c0 !important; }

div.autocomplete ul {
 list-style-type: none !important;
 margin: 0 !important;
 padding: 0 !important; }

div.autocomplete ul li.selected { 
 background-color: #494f26 !important; }

div.autocomplete ul li {
 list-style-type: none !important;
 display: block !important;
 margin: 0 !important;
 padding: 2px !important;
 cursor: pointer !important;
 background-image: none !important; }

.combo, .combo_shop { /* look&fell of scriptaculous select box*/
 width: 160px;
 padding: 2px 18px 2px 2px;
 border: 1px solid #6d8261;
 font: normal 11px Verdana, sans-serif;
 margin: 1px 0 6px 0;
 display: block;
 text-align: left; 
 background: #6d7250 url('../../images/frontend/select-bg.gif') 100% 50% no-repeat;
 cursor: pointer; }

.combo_shop { 
 width: 200px !important;
 margin: 0 !important;
 background-color: #6d7250; !important; }

.combo1, .combo2 { /* look&fell of scriptaculous select box*/
 width: 160px;
 padding: 2px;
 border: 1px solid #6d8261;
 font: normal 11px Verdana, sans-serif;
 color: #efeac0;
 margin: 1px 0 6px 10px;
 float: left;
 text-align: left; 
 background: #6d7250 url('../../images/frontend/select-bg.gif') 100% 50% no-repeat;
 cursor: pointer; }

.combo1 {
 width: 223px; }

.combo3 { /* look&fell of scriptaculous select box*/
 width: 175px;
 padding: 2px 18px 2px 2px;
 border: 1px solid #6d8261;
 font: normal 11px Verdana, sans-serif;
 color: #efeac0;
 margin: 1px 0 6px 0;
 float: left;
 text-align: left; 
 background: #6d7250 url('../../images/frontend/select-bg.gif') 100% 50% no-repeat;
 cursor: pointer; }
 
.combo:hover, .combo1:hover, .combo2:hover, .combo3:hover, .combo_shop:hover {
 border: 1px solid #5f6441; }

.combo:focus, .combo1:focus, .combo2:focus, .combo3:focus, .combo_shop:focus {
 background: #494f26 url('../../images/frontend/select-bg.gif') 100% 50% no-repeat;
 border: 1px solid #5f6441; }
 
 