


.promo_banner {
	background: url('/public/images//promo/aud/faq_banner.png');

	height: 130px;
	position: relative;
	margin-bottom: 20px;
}

.promo_banner .title {
	position: absolute;
	top: 50px;
	left: 30px;
	font-size: 32px;
	color: #ffffff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		}

.promo_banner .desc {
	position: absolute;
	top: 80px;
	left: 30px;
	font-size: 18px;
	color: #dadada;
}

.promo_intro {
	font-size: 14px;
	margin: 10px 0px;
}

.promo_intro h1 {
	font-size: 21px;
	color: #ffffff;	
}

.promo_intro div {
	padding-top: 10px;

}



.promo_currently_accepting {
	font-size: 11px;

	text-transform: uppercase;
	margin: 20px 0px;
}

.promo_hr {
	height: 1px;
	background-color: #70001a;
	margin: 30px 0 10px;
}

.promo_ol {
	margin: 10px 0 10px 17px;
}

.promo_ol > li {

	margin: 10px 0;
}

.promo_title {
	font-size: 20px;
	color: #ffffff;
}

.promo_desc {
	font-size: 14px;

}

.payment {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	background-repeat: no-repeat;
}

.payment.visa {
	width: 64px;
	height: 41px;
	background-image: url('/public/images//promo/aud/visa.png');
}

.payment.amex {
	width: 39px;
	height: 37px;
	background-image: url('/public/images//promo/aud/americanexpress.png');
}

.payment.mastercard {
	width: 63px;
	height: 37px;
	background-image: url('/public/images//promo/aud/mastercard.png');
}

.payment.jcb {
	width: 53px;
	height: 40px;
	background-image: url('/public/images//promo/aud/jcb.png');
}

.payment.paypal {
	width: 59px;
	height: 50px;
	background-image: url('/public/images//promo/aud/paypal.png');
}

.payment.paysafecard {
	width: 59px;
	height: 50px;
	background-image: url('/public/images//promo/aud/paysafecard.png');
}

.payment.skrill {
	width: 101px;
	height: 50px;
	background-image: url('/public/images//promo/aud/skrill.png');
}

.payment.poli {
	width: 104px;
	height: 50px;
	background-image: url('/public/images//promo/aud/poli.png');
}


.payment .new {
	position: absolute;
	width: 33px;
	height: 33px;
	top: -12px;
	right: -12px;
}

.promo_faq_q {
	font-size: 17px;

	margin: 15px 0 3px 0;

}

.promo_faq_a {
	font-size: 13px;

	margin-bottom: 25px;
}

h3.payment_header {
	padding-top 5px;
	padding-bottom: 3px;
	font-size: 12px;
}

h3.international_cards {
	padding-bottom: 7px;
}

.promo_faq_header
{
	font-size: 24px;

	font-weight: bold;
	padding-top: 5px;
}

.promo_faq_question
{
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 5px;
}

.promo_faq_answer
{
	font-size: 14px;

	padding-bottom: 5px;
}