@CHARSET "UTF-8";

.faqCloseQuestion a {
    display: block;
    background-image: url("../images/bg/arrow.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #000000;
    text-decoration: underline;
}

.faqCloseQuestion a:hover {
    background-image: url("../images/bg/_arrow.gif");
    color: #FF6600;
}

.faqOpenQuestion a {
    display: block;
    background-image: url("../images/bg/arrow_.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #FF6600 !important;
    text-decoration: underline;
}

.faqAnswer {
    background-color: #999999;
    color: #FFFFFF;
    padding: 10px;
    padding-bottom: 20px;
}

.faqAnswer .close {
	text-align: right;
}

.faqAnswer .close a,
.faqAnswer .close a:hover
{
	display: block;
	width: 50px;
	background-image: url("../images/bg/faq-close.gif");
    background-position: right center;
    background-repeat: no-repeat;
    color: #000000 !important;
    text-align: left;
    float: right;
 }