/* Formatting */

hr {
	border:0px;
	border-bottom: 1px solid #ccc;
	padding:0px;
	margin:0px;
	color:#fff;
	background:none;
	}	
h1 {
	font-family:Verdana, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #762A85;
	margin:0px;
	padding:0px;
	}

h2 {
	font-family:Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #762A85;
	margin:0px;
	padding:0px;
	}

h3 {
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #000;
	margin:0px;
	padding:0px;
	}

html, body, p {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	}

a {
	color:#762A85;
	}
.errormessage {
	color:red;
	margin-bottom:0px;
	}
	
.fineprint {
	font-size:10px;
	}
.subtleprint {
	font-size:11px;
	color:#ccc;
	}
.gentlenote 
{
	font-size:10px;
	color:#333;
	font-style:italic;
	}
	

/* Forms, buttons, inputs */
label {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	/*font-weight:bold;*/
	}

input {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	}

input.primarybutton {
	background: #762A85;
	height: 4em;
	line-height: 2em;
	border: 0.1em solid #dcdce9;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;	
	font-weight:bold;
	}
	
input.secondarybutton {
	background: #762A85;
	height: 2em;
	line-height: 2em;
	border: 0.1em solid #dcdce9;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;	
	font-weight:bold;
	}
	
input.tertiarybutton {
	height: 2em;
	line-height: 2em;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;	
	}
.deletebutton {
	width:20px;
	border:0px;
	}

/* Layout */
#checkout-main 
{
	width:900px;
	text-align:left;
}

#main2 {
	text-align:left;
	width:400px;
	}	
.left {
	float:left;
	}
.right {
	float: right;
	}
#summarybar {
	width:200px;
	}



/* Panels */
.panel {
	border: 2px dotted #B2B4B6;
	width:100%;
	margin-top:0px;
	margin-bottom:20px;
	padding:0px;
	text-align:left;
	background:#F5F5F5;
	}

.panel-header {
	border-bottom: 2px dotted #B2B4B6;
	background: #fff;
	vertical-align:middle;
	text-align:left;
	padding:0px;
	width:100%;
	clear:both;
	}

.panel-header-2 {
	border-bottom: 2px dotted #B2B4B6;
	background: #F5F5F5;
	vertical-align:middle;
	text-align:left;
	padding:0px;
	width:100%;
	clear:both;
	}

.panel-header-2 h3, .panel-header h2, .panel-header-3 h2 {
	text-align:left;
	padding:5px 10px 5px 10px;
	}
	
.panel-header-3 {
	background: #F5F5F5;
	vertical-align:middle;
	text-align:left;
	padding:0px;
	width:100%;
	clear:both;
	}

.panel-inner {
	padding:10px 10px 10px 10px;
	text-align:left;
	}
	
.panel-footer {
	background: #fff;
	vertical-align:middle;
	text-align:center;
	width:100%;
	clear:both;
	padding:0px;
	border-top: 2px dotted #B2B4B6;
	}

.panel table {
	width:100%;
	}
	
.panel th {
	font-size:10px;
	text-transform:capitalize;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	text-align:left;
	}
.panel td {
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	text-align:left;
	}
.panel .carttotal {
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	}

.panel-note {
	background-color:#F5F5F5;
	padding:10px;
	margin-bottom:20px;
	text-align:left;
	}

/* Checkout Process Header */
#checkoutprocess a img {
	border:0px;
	}
			
	/* Hide from IE5-Mac \*/
#checkoutprocess li a {
	float: none
	}
	/* End hide */
.checkout-clickable:hover, .checkout-current:hover, .checkout-nonclickable:hover {
	text-decoration:none;
	}
	
.checkout-clickable 
{
	background:#FDB927;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	padding-left:7px;
	line-height:44px;
	height:49px;
	display:block;
	text-decoration:none;
}
.checkout-current 
{
	background:#762A85;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-left:7px;
	line-height:44px;
	height:49px;
	display:block;
	text-decoration:none;
}
.checkout-nonclickable 
{
	background:#FFDD9F;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	padding-left:7px;
	line-height:44px;
	height:49px;
	display:block;
	text-decoration:none;
}


/* Summary Bar */
.welcometext {
	color: #762A85;
	font-weight: bold;
	background-color:#e6e6e6;
	margin:0;
	padding:10px;
	text-align: center;
	}

#ordersummary {	
	background-color:#e6e6e6;
	padding:10px;
	text-align:center;
	margin:0px;
	}
#ordersummaryheader {
	color: #762A85;
	font-weight: bold;
	border-top: 2px solid #fdb927;
	border-bottom: 2px solid #fdb927;
	padding:10px;
	margin-bottom:10px;
	}
.totals td {
	height:24px;
	text-align:left;
}
.totals a {
	color:#000000;
	}
#guarantee, .panic {
	border:3px solid #fdb927;
	background-color:#FFE2AF;
	padding:5px 20px 0 20px;
	text-align:center;
	line-height:16px;
	margin-bottom:10px;
	}
	
/* Panel: Shopping Cart */
#cart, .cart {
	background-color:#fff;
	padding:0px;
	margin:0px;
	width:100%;
	}
#cart tr.row1, .cart-row1 {
	background-color:#e6e6e6;
	}
#cart tr.row2, .cart-row2 {
	background-color:#f5f5f5;
	}
#cart tr.row-highlight {
	background-color:#FFE2AF;
	}
#cart td {
	padding:5px;
	}
#cart th, .cart-header {
	padding:5px;
	text-align:left;
	background-color:#f5f5f5;
	font-size:10px;
	color:#000000;
	}
.carttotal {
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	}
	
/* Panel: Recipient Address */
#shippingchoices {
	clear:both;
	text-align: center;
	margin-bottom:20px;
	}
#recipientaddress td.label {
	vertical-align:top;
	text-align:right;
	}
#recipientaddress label {
	font-weight:bold;
	}
	
/* Panel: Choose Recipients */
#cartrecipients select {
	width:200px;
	}

/* Address Book */
#addressbook {
	}
#addressbook ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display:block;
	border:2px solid #000;
	min-height:200px;
	} 

#addressbook li {
	float: left;
	width: 220px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	padding:10px;
	border-top: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
	} 
#tblAddresses, #tblAddresses td {
	vertical-align:top;
	border:2px dotted #ccc;
	border-collapse:collapse;
}

/* Panel: Shipping */
.shipping-header {
	border-bottom:2px dotted #ccc;
	min-height:26px;
	padding-top:5px;
	padding-left:5px;
	vertical-align:top;
	}
.shipping-box {
	border-right:2px dotted #ccc;
	border-bottom:2px dotted #ccc;
	vertical-align:top;
	padding:0px;
	}
.shipping-cost {
	border-bottom:2px dotted #ccc;
	font-weight:bold;
	font-size:14px;
}
.shippingcalendar {
	width:550px;
	}

/* Shipping Calendar */	
#boxarrivaldate {
	/*border:1px solid #000000;*/
	text-align:center;
	width:102px;
	height:102px;
	background-image: url("/images/checkout/calendarbuttonblank.gif");
	background-repeat: no-repeat;
	background-position:center;
	}
#boxarrivaldate-month {
	/*background:#FDB927;*/
	color:#000000;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	/*border-bottom:1px solid #000000;*/
	padding:0px;
	padding-top:12px;
	text-transform:uppercase;
	}
#boxarrivaldate-day {
	padding:2px;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	}
#boxarrivaldate-date {
	padding:2px;
	color:#000000;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	}	
	
.calendar-month 
{
	background:#762A85;
	color:#FFFFFF;
	border:0px;
	padding:5px;
	margin:0px;
}
.calendar-days 
{
	background:#E6E6E6;
	color:#762A85;
	font-size:12px;
}
.calendar-date-cell 
{
	background:#FFFFFF;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	padding:0px;
	border:1px solid #ccc;
}
.calendar-date-cell-selected 
{
	background:#FDB927;
	color:#000000;
	font-size:20px;
	border:1px solid #ccc;
}
.calendar-price {
	color:#000000;
	font-size:11px;
	font-weight:normal;
	}
.calendar-price-selected 
{
	color:#762A85;
	font-size:11px;
}
.calendar-nodelivery {
	color:#B2B4B6;
	font-size:11px;
	font-weight:normal;
	}
.calendar-date 
{
	color:#000000;
	font-size:14px;
}
.calendar-date-selected 
{
	color:#000000;
	font-size:14px;
}

/* Shipping costs */
/*.shippingoptions input {
	margin-right:10px;
	}*/
.shippingoptions input { margin-left: -20px; }
.shippingoptions td { padding-left: 20px; }
.shippingoption-desc {
	margin-right:10px;
	font-weight:bold;
	}
.shippingoption-price {
	margin-right:10px;
	font-weight:bold;
	}
.shippingoption-message {
	margin-right:10px;
	}
.shippingoption-date {
	}

/* Shipping boxes */	
.box-current 
{
	background:url('/images/checkout/box-current.gif') no-repeat top;
	width:130px;
	height:130px;
	vertical-align:top;
}
.box-ready 
{
	background:url('/images/checkout/box-done.gif') no-repeat top;
	width:130px;
	height:130px;
	color:#000000;
	vertical-align:top;
}
.box-notready 
{
	background:url('/images/checkout/box-basic.gif') no-repeat top;
	width:130px;
	height:130px;
	color:#000000;
	vertical-align:top;
}
.box-number {
	padding:10px 20px 5px 20px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	}
.box-address {
	padding:0px 20px;
	color:#000000;
	font-size:12px;
	text-align:left;
	}
.box-number a, .box-address a {
	color:#000000;
	}

/* Payment Codes */
.paymentform 
{
	padding:0px;
	margin:0px;
	border:0px;
}
.paymentform td 
{
	margin:0px;
}

/* Thank You */
.specialcode {
	border:3px dashed #FDB927;
	padding: 10px;
	margin-right: 10px;
	width:180px;
	float:left;
	font-size: 20px;
	text-align: center;
	}
	
.warning 
{
	color:Red;
}


/* Order Details */
#orderdetails {
	background-color:#fff;
	padding:0px;
	margin:0px;
	width:80%;
	}
#orderdetails tr.row1 {
	background-color:#e6e6e6;
	}
#orderdetails tr.row2 {
	background-color:#f5f5f5;
	}
#orderdetails tr.row-highlight {
	background-color:#FFE2AF;
	}
#orderdetails td {
	padding:5px;
	}
#orderdetails th {
	padding:5px;
	text-align:left;
	background-color:#f5f5f5;
	font-size:10px;
	color:#000000;
	}
