body {
    background-color: #f0f0f0;
    font-family: Vedana, sans-serif;
    font-size: 12px;
}

#faqset .faq-question-closed {
    background-repeat: no-repeat;
	float: left;
	clear: both;
	width: 750px;
	font-weight: bold;
	background-position: 0 4px;
	padding-left: 14px;
	cursor: default;
	/*cursor: pointer;*/
}

.faq-description {
	font-weight:bold;
}

#faqset {
	
}

#faqset .faq-question-open {
    background-repeat: no-repeat;
	float: left;
	clear: both;
	width: 750px;
	font-weight: bold;
	background-position: 0 4px;
	padding-left: 14px;
	cursor: default;
	/*cursor:  pointer;*/
}

.faq-references .faq-question-closed {
   /* background-image: url("../img/arrow-orange.gif");*/
    /*color: #ff7610;*/
    clear: both;
    float: left;
    color: red;
}

.faq-references .faq-question-open {
    /*background-image: url("../img/arrow-orange-down.gif");*/
    clear: both;
    float: left;
    color: red;
}

/*.faq-answer {*/

	/*float: left;*/
/*overflow:  hidden;*/
/*}*/

/*.faq-answer-text {*/
	/*padding-left: 15px;*/
	/*margin-top: 10px;*/
	/*margin-bottom: 10px;*/
	/*float: left;*/
	/*width: 416px;*/


/*}*/

.faqset-active {
    /*background-color: #872b5f;*/
    background-color: red;
    font-weight: bold;
    color: white;
    border-left: 1px solid #ed97b2;
    border-right: 1px solid #ed97b2;
    font-size: 11px;
    font-family: Arial, sans-serif;
    /*background-image: url("../img/white_arrow.gif");*/
    /*background-repeat: no-repeat;*/
    /*background-position: 5px 7px;*/
    /*padding-left: 17px;*/
    cursor: pointer;
    vertical-align: top;
}

.faqset-inactive {
    font-weight: bold;
    /*background-image: url("../img/shade-faqset.gif");*/
    background-repeat: repeat-x;
    /*background-color: #edbbca;*/
    background-color: #7a7a7a;
    /*color: #4a022b;*/
    color: white;
    border-left: 1px solid #9e9e9e;
    border-right: 1px solid #9e9e9e;
    font-size: 11px;
    font-family: Arial, sans-serif;
    /*background-image: url("../img/white_arrow.gif");*/
    /*background-repeat: no-repeat;*/
    /*background-position: 5px 7px;*/
    /*padding-left: 17px;*/
    cursor: pointer;
    vertical-align: top;
}

.faqset-header-name {
    /*background-image: url("../img/white_arrow.gif");*/
    /*background-repeat: no-repeat;*/
    padding-left: 14px;
    display: block;
    /*position:*/
    background-position: 0px 2px;
}

.faqset-question {
	float: left;
	clear: both;
	width: 431px;
	color: #757678;
    /*color: red;*/
}

.faqset-question div {display: inline;}


.faqset-question blockquote {
    margin-left: 15px;
}

.faqset-number {
    color: #ec6290;
    font-weight: bold;
}


.faq-question-closed {
	/*background-image: url("../img/arrow-pink.gif");*/
	/*background-repeat: no-repeat;*/
	float: left;
	clear: both;
	width: 450px;
	/*color: #ec6290;*/
    color: red;
    font-weight: bold;
	/*background-position: 0 4px;*/
	/*padding-left: 14px;*/
	cursor: pointer;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    margin-top: 10px;
    /*background-color: blue;*/
}

.faq-question-open {
	/*background-image: url("../img/arrow-pink-down.gif");*/
	/*background-repeat: no-repeat;*/
	float: left;
	clear: both;
	width: 450px;
	/*color: #ec6290;*/
    color: red;
    font-weight: bold;
	/*background-position: 0 4px;*/
	/*padding-left: 14px;*/
	cursor:  pointer;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    margin-top: 10px;
    /*background-color: green;*/
}

.faqset .faq-question-closed {
    margin-top: 10px;
    width: auto;
}

.faqset .faq-question-open {
    margin-top: 10px;
    width: auto;
}

.faq-references .faq-question-closed {
    /*background-image: url("../img/arrow-orange.gif");*/
    color: red;
}

.faq-references .faq-question-open {
    /*background-image: url("../img/arrow-orange-down.gif");*/
    color: red;
}

.faq-answer {
	float: left;
    clear: both;
	overflow:  visible;
    width: 600px; 
    /*background-color: yellow;*/
}

#faqset .faq-answer {
    width: 600px;
}

.faq-answer-text {
	padding-left: 30px;
    /*padding-right: 15px;*/
    margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	width: 100%;
	float: left;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    /*width: 416px;*/
    /*background-color: orange;*/
    /*background-color: red;*/
}

.faqset ul {
    margin-left: 20px;
    padding-left: 0;
    /*list-style: square;*/
    list-style-position: outside;
    list-style-type:square;
    margin-top: 10px;
    margin-bottom: 10px;
}

