﻿#divCreateCheckoutPageHeading
{
	clear:both;
	float:left;
	margin-bottom: 20px;
	margin-right: 0;
}
#divCreateCheckoutPageTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	vertical-align: top;
	padding-bottom:7px;
	border-bottom: #000000 1px solid;
	margin-bottom:10px;
	width:565px;
}
#divCreateCheckoutPageDivider{display:none;}
#divCreateCheckoutPageInstruction
{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 5px;
}
#divCheckoutSection{width:550px;}
#divBillingAddressRenderer
{
	float:left;
	clear:none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 250px;
	padding-top: 5px;
    margin-bottom:10px;
}
#divShippingAddressRenderer
{
	float:left;
	clear:none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 250px;
	padding-top: 5px;
	margin-left:5px;
    margin-bottom:10px;
}
.divAddressRendererTitle
{
	font-weight: bold;
}
.divAddressRendererTitleUnderline{margin-bottom:10px;}
.divAddressRendererContainer{width:250px;}


#divCheckoutPageCartView{}

#divCheckoutPageCreditCardSection
{
	clear: both;
	float: left;
	background-color: #eef4f4;
	margin-bottom: 20px;
	padding: 5px;
	border-right: #666666 1px dashed;
	border-top: #666666 1px dashed;
	border-left: #666666 1px dashed;
	border-bottom: #666666 1px dashed;
	width: 550px;
	margin-top: 20px;
}

#divSubmitOrderErrors
{
	border-right: #ff0000 1px dashed;
	padding-right: 5px;
	border-top: #ff0000 1px dashed;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 5px;
	border-left: #ff0000 1px dashed;
	color: red;
	padding-top: 5px;
	border-bottom: #ff0000 1px dashed;
	background-color: #ffffcc;
	visibility: hidden;
}

ul.ulSubmitOrderValidationErrors
{
	color:Red; 
}
#divPayPalNote
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 360px;
}