#psCart, #psCart DIV, #psCart P, #psCart TD, #psCart TH, #psCart INPUT, #psCart Select {
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
}

#psCart TABLE.psCartColumn TD {
	vertical-align: top;
	text-align: left;
}

#psCart .psCartSummary {
	display: table-cell;
	width: 250px;
	vertical-align: top;
	padding: 13px 0 0 15px;
}

#psCart .psCartSummary DIV.psCartSummaryBox {
	padding: 0;
	border: 1px solid #eee;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #f6f6f6;
}

#psCart .psCartSummaryHead {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 5px 8px 10px 12px;
	color: #fff;
	background-color: #666;
	font-size: 16px;
	font-weight: bold;
}

#psCart .psCartSummaryContent {
	padding: 10px;
}

#psCart .psCartSummary A { text-decoration: none; }
#psCart .psCartSummary A:hover { text-decoration: underline; }

#psCart .psCartSummary UL {
	list-style: none;
	padding: 0;
	margin: 0;
}

#psCart .psCartSummary UL LI {
	padding: 3px 0;
	margin: 2px 0;
	font-weight: bold;
}

#psCart .psCartSummary UL LI.foTotal {
	font-size: 14px;
	padding: 5px 0;
	border-top: 1px solid #000;
	color: #393;
}

#psCart .psCartSummary UL LI.foMinOrder {
	border: 1px solid #f00;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF7F7;
	font-size: 12px;
	padding: 5px;
	margin: 20px 0;
	color: #f00;
}

#psCart .psCartSummary UL LI DIV.foLine {
	float: right;
	font-weight: normal;
}

#psCart .psCartSummary UL LI.foTotal DIV.foLine,
#psCart .psCartSummary UL LI.foMinOrder DIV.foLine {
	font-weight: bold;
}

#psCart .psCartSummary UL LI DIV.foCoupon {
	margin-top: 2px;
	font-size: 11px;
	font-weight: normal;
}

#psCart .psCartSummary .minOrder {
	color: #f89;
}

#psCart .psCartSummary .agree {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

#psCart .psCartSummary .agree LABEL {
	float: left;
	width: 195px;
	margin-left: 5px;
	font-size: 11px;
}

#psCart TABLE.psCartItems {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
}

#psCart TABLE.psCartItems TH {
	font-size: 11px;
	text-align: left;
}

#psCart TABLE.psCartItems TD {
	padding: 9px 2px;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
}

#psCart TABLE.psCartItems TD.price {
	width: 60px;
	font-size: 13px;
}

#psCart TABLE.psCartItems TD.qty {
	font-size: 13px;
	padding-top: 5px;
}

#psCart TABLE.psCartItems TD.qty STRONG {
	display: block;
	padding-top: 4px;
}

#psCart TABLE.psCartItems TD.null {
	padding: 0;
}

#psCart TABLE.psCartItems TR.hrBot TD {
	padding: 0;
}

#psCart TABLE.psCartItems TR.hrBot TD DIV {
	border-bottom: 1px solid #d5d3d3;
	margin: 5px 0;
}

#psCart TABLE.psCartItems TABLE.psCartItems {
	background-color: #f7f6f6;
	margin: 1px;
}

#psCart TABLE.psCartItems TD.image {
	padding: 0 0 5px 0;
	width: 160px;
	text-align: center;
	vertical-align: middle;
}

#psCart TABLE.psCartItems TD.items { width: 220px; }
#psCart TABLE.psCartItems TD.qty { width: 60px; }
#psCart TABLE.psCartItems TD.total {
	width: 90px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#psCart TABLE.psCartItems TD.items A {
	font-weight: bold;
}

#psCart DIV.noCrop {
	width: 150px;
	margin: 5px;
	text-align: center;
	background-color: #e4e4e4;
}

#psCart DIV.cropTool {
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 150px;
	height: 150px;
	margin: 5px;
	background-color: #e4e4e4;
}

#psCart DIV.cropToolThm {
	position: absolute;
	text-align: center;
}

#psCart DIV.cropToolThm DIV.cropToolRep {
	border: 1px solid #f00;
	position: absolute;
}

#psCart .ci_del {
	color: #999 !important;
	text-decoration: line-through;
}

#psCart .ci_del IMG {
	filter:alpha(opacity=30);
	opacity:0.3;
}

#psCart DIV.min_order {
	margin: 3px 0;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

#psCart DIV.min_order.flag {
	color: #cc0000;

}

#psCart DIV.photoghead { 
	padding: 5px 10px;
	margin: 25px 0 10px;
	font-size: 18px;
	font-weight: bold;
	background-color: #999;
	color: #fff;
}

#psCart DIV.errList {
	width: 600px;
	margin: 20px 0;
	padding: 5px 8px;
	border: 1px solid #c36;
	color: #c36;
	background-color: #FFF7F7;
}

DIV.psCartCheckoutContent {
	float: left;
	width: 600px;
	padding: 0;
}

DIV.psCartCheckoutHeader {
	background-color: #666;
	color: #fff;
	padding: 4px 10px;
	margin: 15px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

DIV.psCartCheckoutHeader.inactive {
	color: #000;
	background: none;
	padding-left: 0;
	border-bottom: 1px solid #ccc;
}

DIV.psCartCheckoutHeader.done {
	color: #000;
	background: none;
	padding-left: 0;
	border-bottom: 1px solid #ccc;
}

DIV.psCartCheckoutHeader A {
	color: #fff !important;
}

DIV.psCartCheckoutHeader.inactive A {
	color: #20B8ED !important;
}

DIV.psCartCheckoutFooter {
	padding: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 2px solid #666;
}

DIV.psCartCheckoutShipMethod {
	padding: 10px;
	margin: 10px 0;
	background-color: #f6f6f6;
}

TABLE.psCartAddr {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

TABLE.psCartAddr TD {
	vertical-align: top;
}	

TABLE.psCartAddr TABLE.input TH {
	text-align: left;
}

TABLE.psCartAddr TABLE.input TD INPUT,
TABLE.psCartAddr TABLE.input TD SELECT {
	width: 175px;
}

TABLE.psCartAddr .addrNote {
	font-size: 11px !important;
	color: #999;
}

TABLE.psCartAddr DIV.psCartAddrHeader {
	padding: 3px 0;
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

UL.cartAddr {
	font: 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

UL.cartAddr LI {
	cursor: pointer;
	position: relative;
	float: left;
	padding: 0;
	margin: 3px;
	width: 285px;
	height: 110px;
	border: 2px solid #cccccc;
	background-color: #f0f0f0;
	font: 10px Verdana;
	color: #000066
}

UL.cartAddr LI:hover {
	background-color: #fff;
	border-color: #ffcccc;	
}

UL.cartAddr LI.disabled {
	background: url('/img/icon/na.gif');
	background-color: #e4e4e4;
	border: 2px solid #f0f0f0;
}

UL.cartAddr LI.disabled TABLE TD {
	color: #999;
}

/* ######## invoice styles ######## */

TABLE.psCartInvoice {
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
}

TABLE.psCartInvoice TH {
	width: 220px;
	padding: 3px 5px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}

TABLE.psCartInvoice TD {
	width: 200px;
	padding: 3px;
	vertical-align: top;
}

TABLE.psCartInvoice .otNote {
	font-size: 10px;
	font-weight: normal;
}

TABLE.psCartInvoice TR.otTotal TH,
TABLE.psCartInvoice TR.otTotal TD {
	border-top: 1px dotted #999;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

.saleDnld {
	padding: 5px;
	margin: 10px 0;
	background-color: #eeffee;
	border: 2px solid #0c0;
}

#psCart TABLE.psCartInvoiceCols {
	width: 100%;
	border: none;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

#psCart TABLE.psCartInvoiceCols TD {
	width: 49%;
	padding: 0 1% 10px 0;
	vertical-align: top;
}

#psCart TABLE.psCartInvoiceCols TD.right {
	width: 50%;
	padding-right: 0;
}

#psCart DIV.cropToolRadio {
	line-height: 20px;
	font-size: 11px;
}

#psCart .ps .ui-button-text {
	padding: 1px 3px;
}


/* ######## login dialog ######## */

#loginDialog {
	display: none;
}

#loginDialog TABLE.input {
	padding: 10px 0;
}

#loginDialog TABLE.input TH {
	font-size: 13px;
	width: 120px;
}

#loginDialog TABLE.input TD INPUT {
	font-size: 13px;
	width: 240px;
}

#loginDialog .psCartCheckoutFooter {
	border-bottom: none;
	line-height: 36px;
}

#loginDialog .psCartCheckoutFooter A {
	font-weight: bold;
	font-size: 12px;
}

/* ######## general styles ######## */

A.cartLink {
	color: #20B8ED !important;
}

SPAN.pipe {
	margin: 0 0.5em;
	color: #aaa;
}

/* ######## buttons ######## */

DIV.cartButtonBlock {
	padding: 15px 0;
	margin: 25px 0;
	border-top: 1px solid #eeede8;
}

.cartButton {
	display: block;
	height: 34px;
	background: transparent url('/img/cart/button-sprite.png') top left no-repeat;
	border: none;
	cursor: pointer;
}

.cartButton IMG {
	border: none;
	height: 34px;
}

.cartButton.addToCart { width: 116px; background-position: 0 0; }
.cartButton.addToCart:hover { background-position: -300px 0; }
.cartButton.addToCart.disabled, .cartButton.addToCart.disabled:hover { background-position: -900px 0; }
.cartButton.addToCart IMG { width: 116px; }

.cartButton.continue { width: 110px; background-position: 0 -50px; }
.cartButton.continue:hover { background-position: -300px -50px; }

.cartButton.cancel { width: 110px; background-position: 0 -100px; }
.cartButton.cancel:hover { background-position: -300px -100px; }

.cartButton.checkOut { width: 110px; background-position: 0 -200px; }
.cartButton.checkOut:hover { background-position: -300px -200px; }
.cartButton.checkOut IMG { width: 110px; }

.cartButton.completePurchase { width: 158px; background-position: 0 -250px; }
.cartButton.completePurchase:hover { background-position: -300px -250px; }

.cartButton.emptyCart { width: 110px; background-position: 0 -300px; }
.cartButton.emptyCart:hover { background-position: -300px -300px; }

.cartButton.signIn { width: 110px; background-position: 0 -350px; }
.cartButton.signIn:hover { background-position: -300px -350px; }

.cartButton.continueToPayPal { width: 157px; background-position: 0 -400px; }
.cartButton.continueToPayPal:hover { background-position: -300px -400px; }

.cartButton.saveImageSelection { width: 161px; background-position: 0 -450px; }
.cartButton.saveImageSelection:hover { background-position: -300px -450px; }
.cartButton.saveImageSelection IMG { width: 161px; }

.cartButton.backToImages { width: 132px; background-position: 0 -500px; }
.cartButton.backToImages:hover { background-position: -300px -500px; }
.cartButton.saveImageSelection IMG { width: 132px; }

