/* advanced */
/* uses pebbled background with border, border radius 5 and box shadow */
.ea-sug-wrapper { 
    padding: 3px;
    background: url('../images/sug-background.gif');
    border-radius: 5px;
    box-shadow: 5px 5px 5px;
    border: 1px solid #b4b4b4; 
}

/* add rounded corners to sections */
.ea-sug-section { -webkit-border-radius: 10px;border-radius: 10px;}
/* section headings can have rounded areas to match rounded section */
.ea-sug-sec-heading { -webkit-border-radius:10px 10px 0px 0px; border-radius: 10px 10px 0px 0px; }
/* lists may need space at the bottom if using rounded corners on sections */
.ea-sug-last-spacer { height:5px;}


