@charset "utf-8";
/* gold Q and A */
.q_t{
margin:10px 20px;
padding:3px 0px 3px 25px;
background:url(images/q.gif) no-repeat left 0px;
}
.list{
margin:20px 20px;
border-bottom:1px dotted #cc9966;
}

.q{
margin:5px 20px;
padding:3px 0px 2px 25px;
background:url(images/q.gif) no-repeat left 0px;
font-weight:bold;
color:#CC9966;
}
.a{
margin:5px 20px;
padding:3px 0px 3px 25px;
background:url(images/a.gif) no-repeat left 0px;
font-size:12px;
}
