/* BULL BBQ FAQ STYLE SHEET */
/* ADRIAN NAVARRETE - ANDESIGN@MAC.COM */
/* CREATED JANUARY 25, 2008 */

#faq {
list-style:none;
margin:0;
padding:0;
}

#faq .q {
background:url(../images/faq/q.gif) center left no-repeat;
padding:5px 0 5px 30px;
margin-bottom:8px;
font-size:16px;
font-weight:bold;
}

#faq .a {
background:url(../images/faq/a.gif) top left no-repeat;
padding-left:30px;
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px dotted #adb9c2;
}

#faq #last {
border-bottom:none;
}
