/* single drop */
.style_drop {position:relative} /*define aqui a larga do drop.*/
.style_drop .select_content {width:100%; cursor:pointer; position:relative;} /* definir aqui o background.*/
.style_drop .select_content span {display:block; position:relative; font-size:11px; height:14px; color:#666; background-repeat:no-repeat} /* espacamento do select */
.style_drop .select_content .style_drop_corner {background-position:right top; text-indent:-9999px; position:absolute; z-index:10; top:0; right:0; padding:0}
.style_drop .list_drop {display:none; list-style:none; padding:10px 0 0 0; margin:0; float:left; position:absolute; z-index:1; left:0; border-top:0!important;} /* top define a posicao que abre as opções */
.style_drop .list_drop li {width:100%; padding-bottom:10px;} /* define espaçamentos dos itens */
.style_drop .list_drop li {margin-left:4px;}
.style_drop .list_drop li a {display:block; margin-left:4px; text-decoration:none; outline:0; font-size:11px;} /* cor do link */
.style_drop .list_drop li a:hover {text-decoration:underline;} 
/* //single drop */

