/* advanced */
/* uses pebbled background with border, border radius 5 and box shadow */
.ea-sug-wrapper { 
    padding: 3px;
    background:#d9d9d9;
    border-radius: 5px;
    box-shadow: 5px 5px 5px;
    border: 1px solid #b4b4b4; 
    position:absolute;
    left:181px !important; 
    left:150px \9 !important; 
    /*left:168px !important;*/
}

/* add rounded corners to sections */
.ea-sug-section { -webkit-border-radius: 10px;border-radius:5px;}
/* section headings can have rounded areas to match rounded section */
.ea-sug-sec-heading { -webkit-border-radius:5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; }
/* lists may need space at the bottom if using rounded corners on sections */
.ea-sug-last-spacer { height:5px;}


