
div.checkout_selectgateway
{
	
}

div.checkout_selectgateway_displaymessage
{
	font-size: 130% !important;
	font-weight: 400;
}

div.checkout_selectgateway a
{
	text-decoration: none;	
}

div.checkout_selectgateway img
{
	padding: 10px;
}

div#checkout_form
{
	
}

div.checkout_form li
{
	list-style: none;
	text-align: left;
	padding: 5px;	
	clear: both;
}

div.checkout_form label
{
	float:  left;
	width: 100px;
	text-align: left;	
}

div.checkout_form_cardholder
{
	text-align: left;
	clear: both;
}

div.checkout_form_cardholder p
{
	border-bottom: 1px dashed #cccccc;
	font-size: 130%;
	clear: both;
	
}

div.checkout_form_cardholder label
{
	float:  left;
	width: 100px;
	text-align: left;	
}


div.checkout_form_comments
{
	clear: both;	
	margin: 10px 0px;	
	padding: 0px;
}

div.checkout_form_comments label
{
	font-size: 130%;
	clear: both;
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 400;
	margin: 15px 0px;
	padding: 2px;
	border-bottom: 1px dashed #cccccc;
}

div.checkout_form_comments textarea
{
	width: 80%;
	height: 100px;
}

div.checkout_form_delivery_option
{
	text-align: center;
}

div.checkout_form_delivery_option label
{
	float: none;
	clear: both;
	font-size: 110%;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}

div.checkout_form_delivery_option select
{
	clear: both;
}

div.checkout_form_delivery_address
{
	text-align: left;
}

div.checkout_form_delivery_address p
{
	border-bottom: 1px dashed #cccccc;
	font-size: 130%;
	clear: both;
}

div.checkout_form_delivery_address label
{
	float:  left;
	width: 100px;
	text-align: left;	
}

div.checkout_form_delivery_type
{
	margin-bottom: 20px;	
	text-align: center;
}

div.checkout_form_delivery_type label
{
	float: none;
	clear: both;
	font-size: 110%;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}

div.checkout_form_delivery_type select
{
	clear: both;
}


div.checkout_form_total
{
	margin: 10px 0px;
	padding: 10px 0px;
	float: left;
	text-align: center;
}

div.checkout_form_total div.label
{
	font-size: 200% !important;
	font-weight: 400;
	margin: 0px 0px;
	padding: 5px 0px;
	float: none !important;
	text-align: center;
}

div.checkout_form_total p
{
	font-size: 250% !important;
}

div.checkout_form_submit
{
	margin: 40px 0px 0px 0px;	
}

div.checkout_form input.submit
{
	font-size: 150%;
	padding: 5px;
	cursor: pointer;
}

div.checkout_form_address
{
	margin: 0px;
	padding: 0px;
	margin-left: 100px;
}

div.checkout_form_address p
{
	margin: 0px;
	padding: 0px;
	border: none;
}


/**
 * confirmation page
 */
div.checkout_confirmation_displaymessage
{
	padding: 10px;
}

div.checkout_confirmation_details
{
	clear: both;
}

div.checkout_confirmation_addresses
{
	clear: both;
	padding: 10px;
	border: 1px dashed #cccccc;
	background-color: #eeeeee;
}

div.checkout_confirmation_addresses p
{
	background-color: #eeeeee;
	border-bottom: 1px dashed #cccccc;
	font-size: 130%;		
	padding: 5px 0px;
	margin: 0px;
}

div.checkout_confirmation_cardholder
{
	width: 40%;
	float: left;
	text-align: left;
}

div.checkout_confirmation_recipient
{
	width: 40%;
	float: right;
	text-align: left;
}

div.checkout_confirmation_address
{
	margin: 0px 0px;
	padding: 10px;
	background-color: #ffffff;
}

div.checkout_confirmation_telephone
{
	clear: both;
	padding: 10px;
	border-bottom: 1px dashed #cccccc;
}

div.checkout_confirmation_telephone p
{
	margin: 0px;
	padding: 0px;
}

div.checkout_confirmation_email
{
	clear: both;
	padding: 10px;
	border-bottom: 1px dashed #cccccc;
}

div.checkout_confirmation_email p
{
	margin: 0px;
	padding: 0px;
}

div.checkout_confirmation_date
{
	clear: both;
	padding: 10px;
	border-bottom: 1px dashed #cccccc;
}

div.checkout_confirmation_date p
{
	margin: 0px;
	padding: 0px;
}

div.checkout_confirmation_comments
{
	clear: both;
	padding: 10px;
	background-color: #eeeeee;
}

div.checkout_confirmation_comments p.label
{
	margin: 0px;
	padding: 0px;
}

div.checkout_confirmation_comments p
{
	width: auto;
}

div.checkout_confirmation_cart
{
	clear: both;
}

div.checkout_confirmation_submit
{
	margin: 40px 0px 0px 0px;	
}

div.checkout_confirmation_submit input.submit
{
	font-size: 150%;
	padding: 5px;
	cursor: pointer;
}

/**
 * end confirmation page
 */
