/*//////////////////////////////////////////////*/
/*/ faqs /*/
/*//////////////////////////////////////////////*/
#faqs h3{
line-height:20px;
margin:0 0 1px 0;
padding:10px;
background:#222 url(../img/faqs/expand.gif) no-repeat 99% 5px;
border-bottom:1px solid #444;
}
#faqs h3.expanded{
background:#222 url(../img/faqs/colapse.gif) no-repeat 99% 5px;
}
#faqs p{
padding:10px;
}