* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 12px;
}

img
{
	border: 0;
}

a:visited, a:active, a
{
	color: #333;
	text-decoration: none;
}

body
{
	background-color: #eee;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}

.box {
	margin-top: 0px;
	background-color: #eee;
	width: 700px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: #aaa 2px solid;
	padding-left: 20px;
}


.message_box
{
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: #FFF;
	width: 600px;
	
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px;
	padding-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: #aaa 2px solid;
	
}


/* Vouchers */
.voucher_category h2 {
	margin-bottom: 10px;
}

.voucher {
	margin-top: 0px;
	background-color: #eee;
	width: 700px;
/*	height: 120px;*/
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 10px;
	border: #aaa 2px solid;
	position: relative;
}

.voucher p
{
	line-height: 16px;
}

.voucher h4
{
	margin: 0 0 6px 0;
}

label.error
{
	color: #f00;
	display: block;
	margin: 0;
	float: none;
	width: 300px;
	margin-top: 6px;
}


.voucher select.quantity {
	float: left;
	margin-top: 50px;
	margin-left: 10px;
}

.voucher img {
	margin: 10px 10px 10px 10px;
	float: left;
	width: 150px;
	height: 100px;
	margin-top: 10px;
}

.voucher_price {
	margin-top: 50px;
	width: 100px;
	height: 60px;
	float: left;
	font-size: 16px;
	text-align: center;
}

.voucher_text {
	width: 380px;
	margin-top: 10px;
	float: left;
}

.voucher_text p {
	font-size: 11px;
}
.voucher_text h3 {
	font-size: 14px;
	margin-bottom: 5px;
}


/* *************************** Voucher Sale */

.sale {
	height: auto;
	padding-bottom: 10px;
}

fieldset {
	border: 2px solid;
	border: 0;
	margin: 0;
	padding: 0;
}

fieldset h3 {
	margin-left: 20px;
}

fieldset input {
	width: 250px;
	
}

input.delivery_method
{
	margin-bottom: 8px;
}

fieldset textarea {
	width: 250px;
	height: 100px;
}

fieldset input.delivery_method {
	width: auto;
}


fieldset > div {
	margin-top: 10px;
/*	height: 20px;*/
	clear: both;
}

label {
	font-size: 12px;
	width: 130px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	font-weight: bold;
}

.content {
	font-size: 12px;
	float: left;
	width: 500px;
	margin-top: 10px;
}


/* *************************** Summary */

#voucher_summary, #buyer_details, #payment, .content_box {
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px;
	border: #aaa 2px solid;
	width: 700px;
}

.content_box p
{
	padding: 20px;
}

#payment
{
	background-color: #cfc;
}

table {
	width: 100%;
}

table th, table tr.totals {
	background-color: #eee;
	height: 30px;
}

table td {
	padding: 10px;
	text-align: center;
}

table tr.totals {
	background-color: #eee;
	font-weight: bold;
	text-align: right;
}

#payment p {
	margin: 20px;
}

#buyer_details {
	padding: 10px 0 20px 0;
}


/* *************************** Navigation */

#navigation_control {
	width: 705px;
	margin-top: 10px;
	margin-left: 0px;
	height: 35px;
}

#navigation_control .right {
	float: right;
}

#navigation_control .left {
	float: left;
}

/* Container */

#container {
	margin-top: 10px;
	margin-left: 15px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 30px;
	width: 750px;
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px;
	border: 1px solid #ccc;
}

#container h1 {
	margin: 15px 0 10px;
}

#bottom_links
{
	
	margin-top: 10px;
	margin-right: 20px;
	
	border-top: 1px #ddd solid;
	padding-top: 10px;
	text-align: center;
	
	color: #888;
}


#bottom_links a, #faq_top_links a
{
	color: #888;
}

#bottom_links span
{
	display: block;
	font-size: 10px;
	margin-top: 5px;
}

#top_links
{
	margin-top: 6px;
	margin-right: 20px;
	text-align: right;
	color: #999;
}

#top_links a
{
	font-size: 10px;
	color: #999;
}

#faq_top_links
{
	
	margin-right: 20px;
	padding-top: 10px;
	text-align: left;	
	color: #888;
}
	
#voucher_header
{
	text-align: left; 
	border-bottom: 1px #ccc solid;
}

#voucher_header th
{
	color: #333;
	text-align: center;
	font-size: 15px;
	background-color: #fff;
}

.body_text
{
	width: 600px;
}


