@charset "UTF-8";

h2#main_title { background-image: url(../images/title_faq.png); }

.left {
	width: 695px;
	margin-left: 5px;
}
.right {
	width: 250px;	
}
.question {
	border-bottom: 1px dotted #ccc;
}
.question h3 {
	background: url(../images/red-arrow.gif) 5px 13px no-repeat;
	font-size: 1.2em;
	padding: 8px 0 5px 17px;
	border-top: 1px solid #fff;
	cursor: pointer;
	color: #111;
}
.question h3.active {
	color: #d71f2b;
	background: url(../images/red-arrow-down.gif) 5px 13px no-repeat;
}
.question h3:first-child { border-top: none !important; }

.question p {
	padding-left: 17px;	
}
.question p:last-child { border-bottom: 1px solid #fff; margin-bottom: 0 !important; padding-bottom: 10px !important; }

.alt { background-color: #f2f2f2; }

.contact_btn { margin-top: 20px; }
.contact_btn a {
	background: url(../images/btn_have_questions.png) top left no-repeat;
	width: 370px;
	height: 26px;
	display: block;
	text-decoration: none;
}
