/* =Questions & Answers Landing Page
================================================= */
.question-answer-landing .box-content {
	padding: 24px 0 45px;
}
.question-answer-landing h3 {
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}
.question-answer-landing h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.question-answer-landing p {
	font-size: 12px;
	line-height: 16px;
}
.question-answer-landing p.content {
	font-size: 11px;
	line-height: 16px;
	width: 225px;
}


/* =Introduction
================================================= */
.question-answer-landing .introduction {
	background: url(question-answer-landing-sprite.png) no-repeat 597px -100px;
	min-height: 107px;
	padding: 7px 30px 24px;
}
.question-answer-landing .introduction h1 {
	height: 36px;
}
.question-answer-landing .introduction p {
	width: 480px;
	font-size: 14px;
	line-height: 18px;
}


/* =Ask, Answer, Learn
================================================= */
.question-answer-landing .ask-answer-learn {
	background: url(question-answer-landing-sprite.png) repeat-x 0 -350px;
}
.question-answer-landing .ask-answer-learn div {
	float: left;
	margin: 30px 0 40px 28px;
	width: 230px;
	*padding-bottom: 40px;
}


/* =Getting Started
================================================= */
.question-answer-landing .getting-started {
	min-height: 375px;
	padding-bottom: 9px;
}
.question-answer-landing .getting-started .thumbnail {
	float: left;
	margin-right: 41px;
}
.question-answer-landing .getting-started > div {
	float: left;
	width: 347px;
}
.question-answer-landing .getting-started ul {
	margin-top: 9px;
}
.question-answer-landing .getting-started li {
	background: url(question-answer-landing-product-background.png) no-repeat 0 0;
	padding-top: 8px;
	margin-bottom: 8px;
}
.question-answer-landing .getting-started li > div {
	padding: 0 12px 12px;
	background: url(question-answer-landing-product-background.png) no-repeat 0 100%;
	min-height: 70px;
}
.question-answer-landing .getting-started li img {
	float: right;
}
.question-answer-landing .getting-started li h4 {
	color: #333333;
	padding-bottom: 2px;
	width: 230px;
}
.question-answer-landing .getting-started li .question {
	font-size: 11px;
	line-height: 15px;
	width: 230px;
	padding-bottom: 4px;
}


/* =Guidelines and FAQ
================================================= */
.question-answer-landing .guidelines-faq {
	background: url(question-answer-landing-sprite.png) repeat-x 0 -350px;
}
.question-answer-landing .guidelines-faq div {
	float: left;
	margin: 39px 23px 0 30px;
	width: 343px;
}
.question-answer-landing .guidelines-faq p {
	margin-bottom: 16px;
}
.question-answer-landing .guidelines-faq p:last-child {
	margin-bottom: 0;
}
