/* CSS Document */
.outtaHere { position:absolute;   left:-3000px; } /*** Выкидывает стандартную кнопку radio ***/ 

/* Оформление самого select*/ 
.selectArea { width:183px; height:23px; background:url(../images/select_bg.gif) repeat-x left top; border:0px solid green; } 
.selectArea .left { width:2px; height:23px; float:left; background:url(../images/select_left.gif) no-repeat left top; } 
.selectArea .right { width:17px; height:23px; float:right; background:url(../images/select_right.gif) no-repeat left top; } 
.selectArea .right a { width:183px; height:23px; display:block; position:absolute; border:0px solid blue; } 
.selectArea .right i { display:none; } 
.selectArea .center { color:#000000; font-size:12px; text-align:left; padding: 3px 0px 0px 5px; overflow:hidden; white-space:nowrap; border:0px solid red; } 

/* Оформление выпадающего списка */ 
.optionsDivInvisible, .optionsDivVisible { position:absolute; margin: 2px 0px 0px 2px; width:183px; background-color:#FFFFFF; padding:2px; z-index:20; border:1px solid #1b160a;} 
.optionsDivInvisible { display:none; } 
.optionsDivVisible { display:block; } 
.optionsDivVisible p { margin:0; padding:0; } 
.optionsDivVisible a { color:#000000; text-decoration:none; display:block; padding:1px 4px; } 
.optionsDivVisible a:hover { background-color:#CCCCCC; border-color:#000000; } 


