dl{
    line-height:        170%;
    margin-bottom:      10px
}
dl,dt,dd{
    padding:            0;
    margin:             0;
}

.faqs dt{
	font-weight:        bold;
	padding:            3px 0 10px 30px;
	position:           relative;
	background-image: url(../images/faq/q.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.faqs dt:hover{
    cursor:             pointer;
}
.faqs dd{
	padding:            0 0 10px 30px;
	position:           relative;
	color:              #333;
	background-image: url(../images/faq/a.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.faqs .hover{
    color:              #990000;
    text-decoration:    underline;
}