﻿.padRight
{
	padding-right: 8px;
}

.padLeft
{
	padding-left: 15px;
}

.DarkRow
{
	background-color: #E6E6E6;
}

.discount
{
	color: Green;
}

#containerCheckOut
{
	width: 800px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	font-size: small;
}


#button_box
{
	clear: both;
	margin-top: 40px;
	width: 800px;
	padding-top: 25px;
	text-align: center;
}

#cartItems th, #cartItems tr
{
	font-size: 11px;
	border-left: dimgray 1px solid;
	border-bottom: dimgray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#cartItems th
{
	color: white;
	background-color: #000000;
}

.striped
{
	background-color: #C0C0C0;
}


#totals_cart
{
	float: right;
	width: 350px;
}


#DeliveryBox
{
	margin: 10px 10px 0px 0px;
	width: 280px;
	float: right;
	font-size: small;
	background-color: #E6E6E6;
	text-align: center;
	position: relative;
	right: 70px;
}

.delivery_box_dark
{
	background-color: #C0C0C0;
	overflow: auto;
}

#DeliveryMethodWorld, #DeliveryMethodAustralia
{ 
    height: 120px;
}

/*      */


#billingDetails, #shippingDetails
{
	width: 305px;
	height: 450px;
	overflow: visible;
	float: left;
	margin-left: 15px;
	margin-bottom: 20px;
	background-color: #ffffba;
}

#shippingDetails
{
	height: 410px;
}

#billingDetails label, #shippingDetails label
{
	display: inline-block;
	width: 125px;
	text-align: right;
	padding-right: 15px;
	margin-top: 14px;
}

#ReviewAddressBox
{
	height: 300px;
}

.ReviewAddress
{
	float: left;
	width: 290px;
	margin-left: 25px;
	padding-top: 20px;
	padding-left: 20px;
	height: 245px;
}

#ReviewCartSummary
{
	clear: both;
	height: 250px;
}

#ReviewPayment
{
    width: 800px;
    float: left;
    margin-top: 30px;
}

#paymentSelect
{
	width: 180px;
	float: left;
}
/* -------------*/

#paymentCC, #paymentDD, #paymentMF
{
	background-color: #FCF9BA;
	padding-left: 10px;
	width: 500px;
	height: 230px;
	float: left;
}

#paymentCC img
{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	display: block;
}

#paymentDD
{
	background-color: #E6FED3;
}

#ddLabels, #ddDetails
{
	width: 140px;
	float: left;
	margin-left: 15px;
	line-height: 25px;
	position: relative;
	top: -25px;
}

#ddDetails
{
	width: 300px;
}

#paymentCC label
{
	display: inline-block;
	width: 145px;
	text-align: right;
	padding-right: 15px;
	margin-top: 14px;
}

#paymentMF
{
	background-color: #CCFFFF;
}

/* -------------*/

#containerCompleted
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E6E6E6;
	text-align: center;
	padding: 25px;
	margin-top: 50px;
}

#containerCompleted div
{
	background-color: #C0C0C0;
	font-size: xx-large;
	padding: 40px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#WorldDeliveryMethod, #AustraliaDeliveryMethod
{
	height: 60px;
	padding-top: 20px;
}
