/* === My Cart === */

.mycartContainer {
	background:url(../images/common/mycart-bg.repeat.gif) left center repeat-y;
	margin-top:13px;
}
.mycartInnerwrap {
	background:url(../images/common/mycart-bg.gif) left top no-repeat;
	position:relative;
}
img.mycartTitle {
	position:absolute;
	top:-11px;
	left:33px;
	display:block;
}
.mycartSketch {
	display:block;
	padding:14px 0 0 360px;
}
.mycartDetails {
	width:740px;
	margin: 0 0 0 25px;
}
.mycartHeaders {
	background:url(../images/titles/cartheaders-bg.gif) no-repeat;
	height:28px;
	padding-top:6px;
}
.mycartHeaders h4 {
	font-size:10px;
	color:#000;
	font-weight:bold;
	margin:0;
	padding:0;
}
.mycartHeaders .cartTitle.itemHeader {
	width:337px;
	padding-top:1px;
	padding-left:16px;
}
.mycartHeaders .cartQuantity, .mycartHeaders .cartPrice, .mycartHeaders .cartTotalPrice {
	padding-top:1px;
	padding-bottom:0;
	height:15px
}
.cartItem {
		background:url(../images/icons/cartitem-bg.gif) no-repeat;
		height:128px;
		padding:10px 14px 8px;
}
.cartImage {
	width:118px;
	height:121px;
	padding:8px 0 0 9px;
	float:left;
	background:url(../images/icons/cartimage-bg.gif) no-repeat;
}
.cartTitle {
	width:202px;
	float:left;
	padding:12px 10px;
	color:#000100;
}
.cartTitle h5, .cartTitle .productArtist {
	color:#000100;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
}
.cartTitle h5 {
	margin:0 0 8px;
}
.cartTitle .productArtist {
	font-weight:500;
}
.cartDelete a {
	color:#c72026;
	display:block;
	font-size: 12px;
	text-decoration:underline;
	margin:30px 0 0;
}
.cartQuantity, .cartPrice, .cartTotalPrice {
	float:left;
	width:100px;
	height:100px;
	padding:12px 10px;
	border-left:#b7b8b9 dotted 1px;
}
.cartQuantity {
    padding-top:16px;
    }
.cartQuantity input {
	background:none;
	border:1px solid #D8D8D8;
}
.mycartTotals {
	position:relative;
	clear:both;
	margin:5px 0 20px;
}
.currencyBox.mycartCurrency {
		width:325px;
		height:87px;
		background:url(../images/icons/currency-bg.cart.gif) no-repeat;
		padding:3px 27px 0 33px;
		margin-left:105px;
}
.cartTotal {
	width:235px;
	height:34px;
	padding:10px 30px 0 0;
	text-align:right;
	background:url(../images/icons/mycart-price-bg.png) no-repeat;
	position:absolute;
	right:0;
	top:8px;
}
.cartTotal p {
	color:#000100;
	font-size:14px;
	font-weight:bold;
}
.cartUpdate {
	text-align:right;
	padding:70px 30px 0 0;
}
.cartUpdate a {
	color:#c72026;
	font-size: 12px;
	text-decoration:underline;
}
.mycartBtns a {
		width:153px;
		height:25px;
		text-indent:-9999px;
		display:block;
		border:none;
		padding:0;
		margin:0;
}
.mycartBtns .continueShopping a {
	background: url(../images/buttons/btn-continueshopping.gif) no-repeat;
	float:left;
}
.mycartBtns .cartCheckout a {
	background: url(../images/icons/btn-checkout.gif) no-repeat;
	float:right;
}
.mycartBtns.formContinue a {
	background: url(../images/buttons/btn-continue.gif) no-repeat;
	float:left;
	margin-left:2px;
}
.mycartBtns.printButton a {
	background: url(../images/buttons/btn-print.gif) no-repeat;
	float:right;
}
.mycartBtns.startShopping a {
	background: url(../images/buttons/btn-startshopping.gif) no-repeat;
	margin-top:10px;
	margin-left:20px;
}

.mycartBtns a:hover {
	background-position:left -25px;
}                                                               

.withItems {
	width:316px;
	float:right;
	clear:both;
}

/* === Checkout === */

#checkoutColumn {
	float:left;
	width:872px;
	clear:none;
	margin:0;
}
.leftBlock.checkout {
		width:44px;
		margin-left:8px;
}

.rightBlock.checkout {
		width:44px;
		margin-right:2px;
}
#checkoutColumn .mycartContainer {
	background:url(../images/common/checkout-repeat.gif) left center repeat-y;
}
#checkoutColumn .mycartInnerwrap {
	background:url(../images/common/checkout-bg.gif) left top no-repeat;
}
.checkoutDetails {
	width:819px;
	margin: 0 0 0 25px;
	padding: 0 0 50px;
	position:relative;
}
.checkoutHeaders {
	display:block;
	margin:0 0 0 2px;
}
.checkoutForm3 {
	width:819px;
	background:url(../images/common/checkoutform-repeat.gif) left top repeat-y;
}
.checkoutForm2 {
	width:819px;
	background:url(../images/common/checkoutform-bg.gif) left top no-repeat;
}
.checkoutForm {
	width:784px;
	background:url(../images/common/checkoutform-bottom.gif) left bottom no-repeat;
	padding: 25px 0 35px 35px;
}
.checkoutForm p {
	clear:both;
	margin:0 0 5px;
	padding:0;
	font-size:12px;
}
.checkoutForm label {
	/*color:#e64424;*/
	color:black;
	font-size:12px;
	display:block;
	float:left;
	width:34%;
	margin: 0;
	padding:0;
}
label.shippingCheck {
	color:#231f20;
	width:195px;
}
label.error {
	position:absolute;
	right:90px;
	margin:0px 0 0;
	width:300px;
	float:none;
	clear:both;
	color:#e64424;
}
.checkoutForm input, .checkoutForm select, .checkoutForm textarea {
	border:#d8d8d8 solid 1px;
	width:65%;
	float:right;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.checkoutForm input {
	border:#d8d8d8 solid 1px;
	height:18px;
	padding:1px 0 0;
}
.checkoutForm select {
    border:#d8d8d8 solid 1px;
	height:21px;
	width:236px;
	padding:1px 0 0;
}
.checkoutForm .formCheckbox {
	width:30px;
	float:left;
	margin:2px 15px 0 0;
}

.billing h4 {
	color:#e64424;
	font-weight:bold;
	font-size:14px;
	float:left;
	width:220px;
	display:block;
	padding:5px 0 0;
	text-transform: none;
	line-height:16px;
}

#shippingDetails h4 {
	color:#e64424;
	font-weight:bold;
	font-size:14px;
	float:left;
	width:220px;
	display:block;
	padding:5px 0 0;
	text-transform: none;
	line-height:16px;
}

.billing, #shippingDetails, #creditCardForm {
	width:360px;
	clear:both;
}
.required {
	font-size:12px;
	margin:0px 0 0;
	padding-left:10px;
	float:left;
}
.checkoutForm .formContinue {
	position:absolute;
	left:2px;
	bottom:15px;
}
.checkoutForm .formContinue input {
	display:block;
	width:148px;
	height:25px;
	background:url(../images/buttons/btn-continue.gif) left top no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
	border:none;
}
.checkoutForm .formContinue input:hover {
	background-position:left -25px;
}
.checkoutForm p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.checkoutForm p {
	display: inline-block;
}
/* Hides from IE-mac */
* html .checkoutForm p {
	height: 1%;
}
.checkoutForm p {
	display: block;
}
.editDetails {
	clear:both;
	margin:0 0 16px;
}
.editDetails h4 {
	color:#e64424;
	font-weight:bold;
	font-size:14px;
	float:left;
	width:160px;
	display:block;
	padding:5px 0 0;
	text-transform: none;
	line-height:16px;
}
.editDetails .edit {
	float:left;
	display:block;
	width:48px;
}
.editDetails .edit a {
	float:left;
	display:block;
	width:48px;
	height:24px;
	background:url(../images/buttons/btn-edit.gif) left -24px no-repeat;
	text-indent:-9999px;
}
.editDetails .edit a:hover {
	background-position:left top;
}
.billingConfirm, .shippingConfirm {
	width:45%;
}
.billingConfirm {
	clear:left;
	float:left;
}
.shippingConfirm {
	float:left;
	margin-left:35px;
}
.billingConfirm h4, .shippingConfirm h4 {
	margin: 0 0 20px;
}
.billingConfirm div, .shippingConfirm div {
	border-top:#b7b8b9 dotted 2px;
	border-bottom:#b7b8b9 dotted 2px;
	padding:15px;
}
.billingConfirm table td, .shippingConfirm table td {
	padding:2px 0;
}
.checkoutForm.confirm {
	padding-right:79px;
	width:750px;
}
.checkoutForm.confirm .mycartHeaders {
	background:url(../images/titles/cartheaders.edit-bg.gif) no-repeat;
}
.checkoutForm.confirm .cartItemDetails {
	border-bottom:#b7b8b9 dotted 1px;
}
.checkoutForm.confirm .cartItemDetails .cartTitle {
	width:343px;
	padding:6px 10px 0;
}
.checkoutForm.confirm .cartItemDetails .cartQuantity, .checkoutForm.confirm .cartItemDetails .cartPrice, .checkoutForm.confirm .cartItemDetails .cartTotalPrice {
	float:left;
	width:100px;
	height:15px;
	padding:0 10px 12px;
	border-left:#b7b8b9 dotted 1px;
	font-size:14px;
}
.checkoutForm.confirm .mycartTotals {
	position:relative;
	clear:both;
	margin:5px 0 20px;
}
.checkoutForm.confirm .totalConfirm {
	width:235px;
	height:34px;
	padding:10px 30px 0 0;
	margin:15px 0 0;
	float:right;
	text-align:right;
	background:url(../images/icons/mycart-price-bg.png) no-repeat;
	clear:both;
}
.checkoutForm.confirm .totalConfirm p {
	color:#000100;
	font-size:14px;
	font-weight:bold;
}
#whatsThis {
	color:#000100;
	font-weight:500;
	font-size:14px;
	padding:4px;
}
.payButton a {
	bottom:15px;
	position:absolute;
	right:10px;
}
.payButton a {
	width:149px;
	height:24px;
	background:url(../images/buttons/btn-paynow.gif) left top no-repeat;
	border:none;
	text-indent:-9999px;
}
.payButton a:hover {
	background-position:left -25px;
}
