@CHARSET "UTF-8";

#faq {
	width: 800px;
	height: 507px;
	background: #000 url(/images/rideplus/faqs/bg.jpg) no-repeat top left;
	position: relative;
	padding: 50px;
}

#faq[id] {
	height: auto;
	min-height: 507px;
}

#faq .content {
	background: #fff;
	width: 407px;
	padding: 20px;
	overflow: hidden;
}

#faq .content h1 {
	text-transform: none;
	font-weight: 500;
	background: #f58220;
	color: #fff;
	padding: 10px 15px 5px;
	margin: 0;
	line-height: 1em;
	font-size: 2.5em;
}

#faq .content ul {
	clear: left;
	margin: 0;
	padding: 20px 0 0;
}

#faq .content ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#faq .content ul li.last {
	border-bottom: 0;
	margin: 0;
}

#faq .content ul li p.a {
	width: 100%;
	overflow: hidden;
	color: #666;
}

#faq .content ul li h2.q,
#faq .content ul li p.a span.label  {
	color: #f58220;
	font-family: "Century Gothic", Avant Garde, Century Gothic, 'ITC Avant Garde Gothic', Avant Garde Gothic, "Lucida Sans", Helvetica, Trebuchet, Arial, Sans;
	font-size: 1.4em;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

#faq .content ul li p.a span {
	float: left;
	display: inline;
	width: 340px;
}

#faq .content ul li p.a span.label {
	width: auto;
	padding-right: 5px;
}

#faq .content ul li p.a div {
	float: left;
	display: inline;
}

#faq .content ul li h2.q {
	padding-bottom: 10px;
	cursor: pointer;
}

#faq .content ul li p.a {
	margin: 0;
	padding: 0 0 10px;
}

#footer {
	padding-bottom: 200px;
}
