@charset "utf-8";
/* CSS Document */

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////FAQs*/

.faqholder #faq {
width:815px;
margin:0;
padding:20px 0 0;
}

.faqholder #faq dt {
color:#fff;
cursor:pointer;
font-size:16px;
font-weight:600;
text-decoration:none;
background:#222 url(../images/faq-close.gif) 728px 12px no-repeat;
border-bottom:1px solid #888;
padding:7px 30px 7px 10px !important;
}

* html .faqholder #faq dt {
height:1px;
}

html .faqholder #faq dt:hover,
html .faqholder #faq dt.hover {
background:#333 url(../images/faq-close.gif) 728px 12px no-repeat;
}

.faqholder #faq dt.open {
margin-bottom:0;
background:#111 url(../images/faq-open.gif) 728px 12px no-repeat;
}

html .faqholder #faq dt.open:hover,
html .faqholder #faq dt.open.hover {
background:#222 url(../images/faq-open.gif) 728px 12px no-repeat;
cursor:pointer;
border-bottom:1px solid #ccc;
}

.faqholder #faq dd {
display:none;
color:#fff;
background:#0c0c0c;
border-top:none;
margin:0 0 10px;
padding:7px 30px 30px 25px !important;
}

.faqholder #faq dd,
.faqholder #faq dt,
.faqholder #faq dd a,
.faqholder #faq dd a:hover {
margin:0;
padding:0;
}

.faqholder #faq dd a {
color:#fff;
text-decoration:underline;
padding-bottom:1px;
}
.faqholder {
margin-top:-20px;
padding-top:-25px;
}
