/* CSS Document */
.outtaHere { position:absolute;   left:-3000px; } /*** Выкидывает стандартную кнопку radio ***/ 

/* Оформление самого select*/ 
.selectArea { width:120px; height:20px; background:url(../images/select_bg.gif) repeat-x left top; } 
.selectArea .left {   width:2px; height:20px;   float:left;   background:url(../images/select_left.gif) no-repeat left top; } 
.selectArea .right { width:21px; height:20px; float:right; background:url(../images/select_right.gif) no-repeat left top; } 
.selectArea .right a { display:block; width:120px; height:20px; margin-left:-123px; position:absolute; } 
.selectArea .right i { display:none; } 
.selectArea .center { width:100px; color:#444444; padding-top:1px; overflow:hidden; white-space:nowrap; } 

/* Оформление выпадающего списка */ 
.optionsDivInvisible, .optionsDivVisible { position:absolute; margin-top:2px; margin-left:0px; width:100px; background-color:#FAFAFA;   padding:2px; z-index:20; border:1px solid #CACCCB;} 
.optionsDivInvisible { display:none; } 
.optionsDivVisible { display:block; } 
.optionsDivVisible p { margin:0; padding:0; } 
.optionsDivVisible a { color:#444444; text-decoration:none; display:block; padding:1px 4px; } 
.optionsDivVisible a:hover { color:#FFF; background:#5F6062; border-color:#cfd0d6; } 


