@charset "utf-8";
/* CSS Document */

body {
	background-color: #2a2a2a;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 849px;
}

#content {
	background-image: url('../images/site_bg.jpg');
	height: 565px;
	width: 849px;
	background-repeat: no-repeat;
	clear: both;
}

#content2 {	
	width: 849px;
}

#contentThankyou {
	background-image: url('../images/site_bg2.jpg');
	height: 565px;
	width: 849px;
	background-repeat: no-repeat;
	clear: both;
}

#content_left {
	float: left;
	width: 390px;
	margin-top: 495px;
	text-align: right;
}

#content_right {
	float: right;
	padding: 0 10px 10px 10px;
	width: 408px;
	margin-right: 10px;
	margin-top: 10px;	
}

#content_bottom {
	clear: both;
}

#order_now {
	float: left;
	margin-top: 5px;
	width: 189px;
}

#paypal_logo {
	float: right;
	margin-right: 12px;
	width: 170px;
}

#footer {
	margin-top: 10px;
}

#footer_left {
	float: left;
	width: 300px;
}

#footer_right {
	float: right;
	width: 500px;
	text-align: right;
}

ul {
	list-style-image: url('../images/star.gif');
	margin-left: 25px;
	margin-top: -10px;
}

li {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-left: 5px;
	margin-bottom: 5px;
}

a img {
	border: 0px;
}

h1, h2, h3, p {
	color: #333333;
}

h1 {
	font-size: 22px;	
}

h2 {
	font-size: 20px;
}

p {
	font-size: 12px;
	line-height: 20px;
}

.quantityTitle {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}

.center {
	text-align: center;
}

.marginTop20px {
	margin-top: 20px;	
}

.footerText {
	color: #ffffff;
	font-size: 9px;
}

.footerText a {
	color: #ffffff;
	font-size: 9px;
}

.floatRight {
	float: right;
}

.contactText {
	color: #ffffff;	
	font-size: 18px;
}

.privacy {
	color: #ffffff;
}

.you_may_also_like {
	font-size: 18px;
	margin-top: -20px;
}

.flag_gb { float: right; margin: 0 0 3px 6px; }
.flag_us { float: right; }
.flag_eu { float: right; margin: 0 0 3px 6px; }
