/*faq list*/
.faqCloseQuestion a {
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #000000 !important;
    text-decoration: underline;
}

.faqCloseQuestion a:hover {   
    text-decoration: none;
}

.faqOpenQuestion a {
    display: block;    
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #000000 !important;
    text-decoration: underline;
}

.faqAnswer {
    background-color: #303030;
    color: #FFFFFF;
    padding: 10px;
    padding-bottom: 20px;
}

.faqAnswer .close {
	text-align: right;
}

.faqAnswer .close a,
.faqAnswer .close a:hover
{
	display: block;
	width: 50px;
    background-position: right center;
    background-repeat: no-repeat;
    color: #0089C5 !important;
    text-align: left;
    float: right;
 }