
/* CART STATUS NAV
---------------------------------------------------------- */

	#cartIcons {
	 width: 340px;
	 height: 55px;
	 padding: 0;
	 border: 0;
	 float: left;
	 background: transparent url(/img/checkout/cartIcons.gif) no-repeat;
	 }

	#cartIcons ol {
	 display: none;
	 }

	 /* You are here */

	.shipping #cartIcons {background: transparent url(/img/checkout/cartIcons.gif) 0 -55px no-repeat;}
	.summary #cartIcons {background: transparent url(/img/checkout/cartIcons.gif) 0 -110px no-repeat;}
	.payment #cartIcons {background: transparent url(/img/checkout/cartIcons.gif) 0 -165px no-repeat;}


/* LAYOUT
---------------------------------------------------------- */

.thumb {
	padding-bottom: 0;
	margin: 0 10px 0 5px;
}

.thumb span {
	padding: 0;
	text-align: left;
}


/* GENERAL TABLES
---------------------------------------------------------- */

tr.whiteBorder th, tr.whiteBorder td {
	border-top: 1px solid #fff;
}


/* CART
---------------------------------------------------------- */

	 /* Left Col */

.cart .leftCol {
	width: 645px;
	margin-left: 5px;
}

	 /* Prints pricing table */

table.printsTable {
	margin: 0 20px 10px 0;
	padding: 0;
	border-collapse: collapse;
	float: left;
	width: 340px;
}

table.printsTable th, table.printsTable td {
	margin: 0;
	padding: 3px 8px;
	vertical-align: top;
	background: #eeeeee;
	border-top: 1px solid #fff;
}

.priceCell {
	text-align: right;
}

.optionsCell {
	border-left: 1px solid #fff;
}

table.printsTable input, .shortInput {
	margin: 0 5px 0 0;
	padding: 0;
	width: 26px;
	float: left;
	font-size: 11px;
}

table.printsTable td img {
	float: left;
	margin-right: 5px;
}

	 /* Product table */

table.productTable {
	margin: 0 10px 10px 0;
	padding: 0;
	border-collapse: collapse;
	float: left;
	width: 520px;
}

table.productTable th, table.productTable td {
	margin: 0;
	padding: 8px 15px;
	vertical-align: top;
	background: #eeeeee;
}

table.productTable th {
	width: 100px;
}

table.productTable td.iconCell {
	background: transparent;
	padding: 5px 15px 0;
}

	 /* Icons */

.iconCrop, .iconCropOn {
	background: transparent url(/img/global/iconCrop.gif) 50% 0 no-repeat;
	display: block;
	text-indent: -9999px;
	}

.iconCrop:hover { background-position: 50% -16px; }
.iconCropOn { background-position: 50% -32px; }
.iconCropOn:hover { background-position: 50% -48px; }

.iconCards, .iconMagnets {
	padding-left: 20px;
	background: transparent url(/img/checkout/iconCards.gif) no-repeat;
	display: block;
	margin-top: 5px;
	}

.iconMagnets {
	background: transparent url(/img/checkout/iconMagnets.gif) no-repeat;
	}

.iconCards:hover, .iconMagnets:hover { background-position: 0 -50px; }


	 /* Options */

.printOptions {
	width: 160px;
	float: left;
}

.printOptions div {
	padding: 15px 0 20px;
	background: transparent url(/img/global/dotsHoriz.gif) bottom left repeat-x;
	border: 1px solid #fff;
    border-style:solid;
}

.printOptions p {
	color: #666;
}

.printOptions h3 {
	color: #666;
	padding: 0 0 5px;
	margin: 3px 0;
	font-size: 11px;
}

.printOptions h3 a {
	font-weight: normal;
}

.printOptions label, .printOptions label input {
	display: inline;
	float: none;
	width: auto;
	padding: 0 10px 0 0;
	margin: 0;
	white-space: nowrap;
}

	 /* Subtotal */

.subtotal {
	clear: both;
	background: #efefef url(/img/global/greyCornerBL.gif) bottom left no-repeat;
	width: 520px;
	margin-left: 115px;
}

.subtotal p {
	background: #efefef url(/img/global/greyCornerBR.gif) bottom right no-repeat;
	padding: 5px 20px;
	margin: 0;
	text-align: right;
}

.subtotal .btnSm {
	margin: 2px 5px;
}

	 /* Order total */

.orderTotal {
	background: transparent url(/img/global/dotsHoriz.gif) bottom left repeat-x;
	margin: 10px 0;
	padding: 0 0 10px;
	float: left;
	width: 635px;
}

.orderTotal .dottedRuleTop {
	padding: 10px 0 0;
}

.orderTotal h1 {
	color: #b70072;
	font-size: 18px;
	float: right;
	margin: 0 1em;
}

.orderTotal h1 span {
	color: #333;
	font-size: 18px;
}

.orderTotal .btn {
	float: right;
}

.btnSubmit {
	float: right;
	margin: 5px 20px;
}

	 /* Highlight Box */

.highlightBox  {
	margin-top: 10px;
}

.highlightBox .btnSm {
	float: right;
	margin: 5px 0 10px;
}

.highlightBox .btnSubmit {
	margin: 5px 0;
}


	 /* Promo Box */

.promoBox {
	padding: 10px 5px 10px 25px;
}

.promoBox h2 {
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

.promoBox p {
	color: #999;
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	clear: both;
}

.promoBox p.promoCard img {
	margin-top: -10px;
	margin-bottom: 1em;
}


/* ENHANCEMENTS
---------------------------------------------------------- */

.enhancements .error {
	padding: 2px 5px;
	margin: 10px 0 5px;
}

	 /* headers */

.enhancements h1 {
	margin: 20px 0 0 114px;
	color: #b70072;
	font-size: 16px;
}

.enhancements h2 {
	color: #666;
	margin: 0;
}

.enhancements h3 {
	margin: 0;
}


	 /* Buttons */

.enhancements .iconCrop, .enhancements .iconCropOn {
	background-position: 0 0;
	display: block;
	text-indent: 0;
	padding: 2px 0 2px 20px;
	}

.enhancements .iconCrop:hover { background-position: 0 -16px; }
.enhancements .iconCropOn { background-position: 0 -32px; }
.enhancements .iconCropOn:hover { background-position: 0 -48px; }


.enhanceOptions .btnSubmit {
	margin: 5px 30px;
}



	 /* Thumbnails */

.enhancements .thumb {
	margin: 24px 10px 0 5px;
}

.enhancements .thumb span {
	text-align: center;
}

	 /* Options tables */

.enhancements .dottedRuleTop {
	margin: 5px 0 0 115px;
	padding: 10px 0;
	width: 820px;
}

.enhanceOptions {
	float: left;
	background: #eeeeee;
	margin: 5px 0;
	width: 820px;
}

.enhanceOptions h2, .enhanceOptions h3 {
	margin: 0;
}

.enhanceOptions td {
	padding: 10px 10px 10px 30px;
	text-align: left;
	vertical-align: top;
}

.enhanceOptions td.leftCell {
	width: 330px;
}

.enhanceOptions td.rightCell {
	width: 390px;
}

.enhanceOptions td.dropdown {
	padding: 10px 30px 0;
}

.enhanceOptions td.dropdown select {
	width: 250px;
}

.enhanceOptions td.whatIs {
	background: #fff url(/img/checkout/whatIs_bg.gif) top left no-repeat;
	text-align: right;
}

.enhanceOptions td .alignLeft {
	margin-right: 30px;
}

	 /* Options nested table */

.enhanceOptions table {
	margin: 10px 0 10px -30px;
}

.enhanceOptions table td {
	border-top: 1px solid #fff;
	padding: 0 10px 0 30px;
}

.enhanceOptions table td.priceCell {
	text-align: right;
	padding: 6px 20px 6px 0;
}

.enhanceOptions table ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}

.enhanceOptions table li {
	padding: 0;
	margin: 0;
}
	 /* Form elements */

.enhanceOptions table label {
	width: auto;
}

.enhanceOptions table textarea {
	width: 320px;
	height: 55px;
	margin-top: 5px;
}

.customInstructions {
	width: 370px;
	height: 80px;
}

	 /* Options subtotal */

.enhanceOptions td.whiteCell {
	background: #fff;
	padding: 0;
}

.enhanceOptions td.customCell {
	background: #fff;
	padding: 10px 10px 10px 0;
}

.enhanceOptions td.customCell .btnSubmit {
	margin: 5px 10px;
}

.enhanceOptions td.customPic {
	background: #fff;
	width: 390px;
}

.enhanceOptions td.customPic h3 {
	margin: 0 0 20px;
	font-weight: normal;
}

.enhanceOptions .subtotal {
	width: 370px;
	margin: 0;
}

.enhanceOptions p.note {
	margin: 0 30px 0 0;
}

	 /* Sent  */

.enhancements .leftCol {
	width: 450px;
    margin: 0 0 0 0;
	padding-bottom: 40px;
}

.enhancements .leftCol h1 {
	margin: 0 0;
}

	 /* Empty cart */

.emptyCart .leftCol {
	width: 360px;
	margin: 40px 60px 0 120px;
	padding-bottom: 40px;
}
.emptyCart .promoBox {
	margin: 80px 0 20px;
}


/* SHIPPING
---------------------------------------------------------- */

.shipping .leftCol {
	width: 500px;
	margin: 0 0 0 120px;
	padding-bottom: 40px;
}

.shipping .finePrint {
	margin-top: 10px;
	color: #666;
}

.shipping .highlightBox {
	width: 130px;
	margin-top: 70px;
}

.shipping .txtField {
	width: 270px;
}

.shipping select {
	width: 270px;
	margin-bottom: 5px;
}

.shipping label {
	width: 110px;
}

.shipping label.blockLabel {
	width: auto;
}

/* PAYMENT
---------------------------------------------------------- */

.payment .leftCol {
	width: 500px;
	margin: 0 0 0 120px;
	padding-bottom: 40px;
}

.payment .highlightBox {
	width: 130px;
	margin-top: 70px;
}

.payment .highlightBox h1 {
	font-size: 14px;
	margin: 0 0 10px;
}

.payment .highlightBox h2 {
	font-size: 11px;
	margin: 10px 0 0;
}

.payment .dottedRuleBottom .alignLeft {
	margin: 0 20px 30px 0;
	width: 160px;
}

p.alignLeft {
	margin: 5px 0 0;
}

.payment .txtField {
	margin-right: 5px;
}

.payment label.blockLabel {
	font-weight: bold;
	margin-bottom: 10px;
}

.payment #newInfo label.blockLabel {
	margin-left: 105px;
}

#newInfo {
	float: left;
	width: 320px;
}

#newInfo select, #newInfo .txtField {
	width: 200px;
}



/* CONFIRMATION
---------------------------------------------------------- */

.confirmation .alignLeft {
	margin: 0 40px 30px 0;
}


