/* Faq Toggles */
.toggle{
	margin-bottom: 5px;
}
.faqtoggles .toggle_title{
	background: url("images/faq-question.png") no-repeat scroll left 2px transparent;
    color: #676767;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    padding-bottom: 5px;
    padding-left: 22px;
    text-decoration: none;
}
.faqtoggles .toggle_content{
	font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 15px;
    padding-left: 22px;
	display:none;
}
/* SC Toggles */
.toggle-prev .toggle_title{
	background: url("images/arrow-right.png") no-repeat scroll left 4px transparent;
    color: #676767;
    font-size: 14px;
    font-weight: bold;
    height: 15px;
    padding-left: 15px;
	font-family: Arial;
    text-decoration: none;
	line-height: 18px;
	cursor: pointer;
	margin-top: 20px;
}
.toggle-prev .toggle_active{
	background: url("images/arrow-down.png") no-repeat scroll left 4px transparent;
}
.toggle-prev .toggle_content{
	padding-left: 15px;
    padding-top: 10px;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
	display:none;
}