 /*** Выкидывает стандартную кнопку radio ***/

/* Оформление самого select*/
.selectArea { width:200px; height:21px; background:white;  }
.selectArea .left {   width:10px; height:21px;   float:left;   background:url(../images/select1.png) no-repeat; }
.selectArea .right { width:22px; height:21px; float:right; background:url(../images/select2.png) no-repeat; }
.selectArea .right a { display:block; width:200px; height:21px; margin-left:-179px;   position:absolute; }
.selectArea .right i { display:none; }
.selectArea .center { width:160px; text-align:center; padding-top:3px; overflow:hidden; white-space:nowrap; }

/* Оформление выпадающего списка */
.optionsDivInvisible, .optionsDivVisible { position:absolute; margin-top:3px; margin-left:10px; width:172px; background:#f4a3c7;   padding:0px; font-size:11px; z-index:20;  }
.optionsDivInvisible { display:none; }
.optionsDivVisible { display:block;  }
.optionsDivVisible p { margin:0; padding:0;}
.optionsDivVisible a { color:#9f3796; text-decoration:none; display:block; padding:1px 4px; border-bottom:1px solid white; height:20px; vertical-align:middle; font-size:11px; margin-top:3px;  }
.optionsDivVisible a:hover { color:#FFF; background:url() no-repeat;} 
 
/* CSS Document */

