/*****************************************************************
	justrhymes.com
	/css/faq.css
*****************************************************************/

/* specific styles (inherit others from global stylesheet) */
.ContentContainer ul {
	list-style: none;
}

.thumbnail {
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	text-align: left;
}

.question {
	margin-top: 10px;
	vertical-align: top;
	background: url("/images/questionmark.jpg") no-repeat;
	height: 30px;
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
}

.question p {
	margin-left: 35px;
}

.answer {
	margin-top: 5px;
	padding-bottom: 20px;
	vertical-align: top;
	background: url("/images/answermark.jpg") no-repeat;
	min-height: 30px;
}

.answer p {
	margin-left: 35px;
}


.HomepageButton {
	width: 323px;
	height: 66px;
	line-height: 66px;
	padding-left: 15px;
	margin-bottom: 2px;
	margin-bottom: 0;
	border-right: 1px solid #6f8351;
	border-left: 1px solid #9c9c9c;
	background: url("/images/homepage/buttongradient.png") repeat-x;
}

.HomepageButtonTitle {
	float: left;
	width: 300px;
}

.HomepageButton .rightarrow {
	width: 9px;
	background: url("/images/homepage/rightarrow.png") no-repeat;
	background-position: 0 center;
	margin-top: -62px; /* kludge */
	clear: both;
	float: right;
	overflow: hidden;
}

.HomepageButton:hover .rightarrow {
	background-position: -9px center;
}

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

.HomepageButton .rightarrow a:hover {
	background-position: -9px center;
}

.HomepageButtonTitle h3 a {
	margin-top: -5px;
	float: left;
	color: White;
	font-weight: normal;
}

.HomepageButtonTitle p {
	line-height: 12px;
	margin-top: -22px; /* (-)line-height + (-)font-height + (+)2px for padding */
	margin-bottom: 0px;
	width: 275px;
	float: left;
	color: #3f3f3f;
}
