#cartContainer {
	width: 620px;
	margin: 0 auto;
}

#columnHeadings {
	height: 30px;
	background: url(/images/cart-header-bg.jpg) top left;
	color: white;
	font: bold 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	line-height:27px;
}
#itemRows {
	margin-bottom:10px;
}

.item {
	border-bottom: 2px dotted gray;
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
}
.itemCell{
	width: 264px;
	padding: 2px 0 2px 5px;
	float: right;
}
.imgCell{
	width:70px;
	text-align:center;
	float: right;
}

.imgCell a{
	border: none;
	color: #FFF !important;
}
.imgCell img{
	max-width:70px;
	max-height: 100px;
}

.qtyCell{
	width: 30px;
	float: right;
	text-align: center;
	padding: 2px 0 2px 2px;
}
.priceCell{
	width: 70px;
	float: right;
	text-align: center;
	padding: 2px 0 2px 2px;
	text-decoration:line-through;

}
#columnHeadings .priceCell{
	text-decoration:none;
}
.priceCell2{
	width: 70px;
	float: right;
	text-align: center;
	padding: 2px 0 2px 2px;

}
.priceCell.hidden{display:none;}
.totalCell{
	width: 65px;
	float: right;
	text-align: right;
	padding: 2px 17px 2px 2px;
	font-weight: bold;
}
.totalCell2{
	width: 65px;
	float: right;
	text-align: right;
	padding: 2px 17px 2px 2px;
	font-weight: bold;
	text-decoration:line-through;
}
.totalCell2.hidden{
	display:none;
}
.tools{
	width: 20px;
	float: right;
	text-align: center;
	font-size: 8pt;
	padding: 1px 9px 0px 0px;
	font-weight: bold;
}
#contentArea .tools a{
	display:block;
	color: #333333;
	text-decoration: none;
	height:20px;
	width:20px;
	background:url(/images/cart-button-bg.jpg) top left no-repeat;
	font-size:13px;
	line-height:20px;
	font-weight: normal;
}
#contentArea .tools a:hover{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.toolsRemove{
	width: 20px;
	float: right;
	text-align: center;
	font-size: 8pt;
	padding: 1px 9px 0px 0px;
}
#contentArea .toolsRemove a{
	display:block;
	color: #333333;
	text-decoration: none;
	height:20px;
	width:20px;
	background:url(/images/cart-button-bg.jpg) top left no-repeat;
	font-size:13px;
	line-height:20px;
	font-weight: normal;
	text-transform:capitalize;
}
#contentArea .toolsRemove a:hover{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.deliveryRow {
	min-height: 20px;
	font: bold 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom:10px;
}

.summaryRow {
	min-height: 20px;
	font: bold 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#summaryRowDiscount {
	display:none;
}
.summaryHeading{
	width: 500px;
	text-align: right;
	padding: 2px 0 2px 5px;
}
.deliveryRow .summaryHeading{
	width: 500px;
	text-align: left;
	padding: 2px 0 2px 5px;
}
.deliveryRow span{
	text-align: right;
	width:100%;
}
.deliveryRow .summaryCell {
    float: right;
    padding: 2px 17px 2px 2px;
    text-align: right;
    width: auto;
}
.summaryCell{
	width: 65px;
	float: right;
	text-align: right;
	padding: 2px 17px 2px 2px;
}
.summaryBlank{
	float: right;
	width: 85px;
	padding: 2px 0 2px 2px;
}

.eraseCart {
	min-height: 20px;
	border-bottom: 1px dotted silver;
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-align: center;
	padding: 2px 0 2px 5px;
	background-color: #e0cbea;
}

.eraseCart a {
	color: black;
	text-decoration: underline;
	font-variant: small-caps;
}

.loaderRow {
	min-height: 60px;
	font: bold 12pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-align: center;
	padding: 20px 0 2px 5px;
}

#checkoutLinks{
	background-color: #9916d4;
	padding-right: 10px;
	text-align: right;
	height: 30px;
	padding-top: 5px;
}

#checkoutLinks img {
	vertical-align:middle;
	margin-right: 5px;
}

#discount-box {
	background:url(/images/cart-discount-bg.jpg) top left no-repeat;
	width:600px;
	padding:1px 10px;
	color:#FFFFFF;
	height:85px;
	margin-top:20px;
	margin-bottom:20px;
}

#discount-box .discount-box-error {
float: right;
width: 330px;
margin-top: 10px;
font-size:12px;
}

#discount-box p{
	color:#FFFFFF;
}

#discount-box form{
	float:right;
	margin-top:10px;
}

#discount-box form #update-basket{
	background:url(/images/cart-discount-button.jpg) top left no-repeat;
	height:30px;
	width:111px;
	color:#FFFFFF;
	padding:0px;
	border:none;
	font-weight:bold;
	margin-left:10px;
	cursor:pointer;
}

#discount-box form label{
	font-weight:bold;
	font-size:14px;
}

#discount-box form #discount-code{
	width:80px;
	height:20px;
}

#discount-box h2{
	color:#FFFFFF;
	font-size:18px;
	margin-top:9px;
	margin-bottom:0px;
}

/* @group PaymentContainer */
#paymentContainer{
	margin-top: 0px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
	border-left: 1px solid #E0CCEA;
	border-right: 1px solid #E0CCEA;
	width:598px;
	padding: 0px 10px;
}

.cart-page #paymentContainer{ height:30px; };


#paymentContainer h3 {
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
	color: black;
}


#paymentContainer h2 {
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
	color: black;
	text-align: center;
}

#paymentContainer h4 {
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
	color: black;
}

#paymentContainer label{
	float: left;
	margin-bottom: 7px;
	/* Custom Layout */
	text-align: right;
	width: 120px;
	padding-right: 5px;
	margin-left: 50px;
}
#paymentContainer input{
	margin-bottom: 3px;
}
#paymentContainer select{
	float: left;
	margin-bottom: 3px;
}
#paymentContainer .feildNote{
	display: block;
	float: left;
	margin-bottom: 7px;
}
#paymentContainer br {
	clear: left;
}
#paymentContainer #agreement {
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#paymentContainer #cartHTMLTotal {
	color: maroon;
}

#paymentContainer .continue-shopping a {
	display:block; 
	height:30px; 
	width: 146px; 
	background:url(/images/cart-shopping-button.jpg) top left no-repeat; 
	float:left;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height: 30px;
	text-indent: 13px;
	text-decoration:none;
}

#paymentContainer .continue-shopping a:hover {
	text-decoration:none;
	cursor:pointer;
}

#paymentContainer .continue-checkout, #contentArea.checkout #cart_loading_button {
	display:block; 
	height:30px; 
	width: 179px; 
	background:url(/images/cart-checkout-button.jpg) left top no-repeat;
	float:right;
	line-height: 30px;
}


#paymentContainer .continue-checkout span, #contentArea.checkout #cart_loading_button span {
	display:block;
	height:30px;
	width: 154px;
    background:url(/images/cart-loading-button.gif) left 7px no-repeat;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 30px;
	text-indent: 25px;
	text-decoration:none;
    margin-left: 30px;
}

#contentArea.checkout #cart_loading_button {
    background-image: url('/images/alt-payment.jpg');
    width: 144px;
}

#contentArea.checkout #cart_loading_button span {
    width: 114px;
    text-indent: 20px;
}

#paymentContainer .continue-checkout a {
	display:block;
	height:30px;
	width: 179px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 30px;
	text-indent: 30px;
	text-decoration:none;
}

#paymentContainer .continue-checkout a:hover {
	text-decoration:none;
	cursor:pointer;
}

#checkout_review_loading {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

#checkout_review_loading span {
    padding-left: 20px;
    background: url('/images/checkout-review-loading.gif') left 1px no-repeat;
    color: #D14EA6;
}

/* @end */

/* @group CartConfirmationPanel */

#cartAdded {
top: 0px;
left: 0px;
position: fixed;
z-index: 99999;
background: #C53296;
width: 100%;
color: white;
height: 30px;
box-shadow: 0px 0px 20px #000000;
padding: 10px;
font-size: 12px;
}

#cartAdded img{
	float: left;
	margin-right: 5px;
}

#cartAdded a{
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffffff;
}



/* @end */

#itemVAT {
	display:none;
}

.basket_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #C06;
	text-align:center;
}

#premium-del .submit {
	background:url(/images/cart-premium-button.jpg) top left no-repeat;
	height:30px;
	width:167px;
	color:#FFFFFF;
	padding:0px;
	border:none;
	font-weight:bold;
	margin-left: 2px;
	margin-bottom: 6px;
	cursor:pointer;
}

.checkout #paymentContainer .leftcol label { margin-left:0px; width:70px; margin-top:10px;}
.checkout #paymentContainer .leftcol label.business { margin-top:-3px;}
.checkout #paymentContainer .leftcol input { width:209px;}
.checkout #paymentContainer .rightcol label { margin-left:0px; width:70px; margin-top:10px;}
.checkout #paymentContainer .rightcol label.business { margin-top:-3px;}
.checkout #paymentContainer .rightcol input { width:209px;}
.checkout .leftcol { float:left; width:290px; text-align:right; margin-bottom:40px;}
.checkout .rightcol { float:right; width:290px; text-align:right; padding-right:5px;}
.checkout .clear { clear:both;}
.checkout .del_instruct { width:590px; height:50px;}

.checkout #paymentContainer .rightcol input.checkout-submit-sm, .checkout #paymentContainer .leftcol input.checkout-submit-sm {
	margin-top:5px; 
	background:url(/images/checkout-button-small.jpg) top left no-repeat; 
	color:#333333; 
	border:none; 
	height:30px;
	width:121px;
	font-weight:bold;
	cursor:pointer;
	margin-left:10px;
}
.checkout .hidden {display:none;}

.checkout #agreement {height:40px; width:600px; background:url(/images/checkout-agreement.jpg) top left no-repeat; color:#FFFFFF; font-size:18px; margin-top:20px; padding:9px 10px;}
.checkout #agreement .total{float:right;}

.checkout .payment-opt {
	float: left;
	width: 200px;
	height: 115px;
	padding-top:10px;
	text-align: center;
	font-size:14px;
}
.checkout .payment-opt span{ color:#0099FF; }

.checkout .paypal-payment {
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
}


.alternative-payment #button {
	margin-top:30px; 
	background:url(/images/checkout-button-big.jpg) top left no-repeat; 
	color:#333333; 
	border:none; 
	height:30px;
	width:155px;
	font-weight:bold;
	cursor:pointer;
}

.online-payment #orderButton {
	margin-top:3px; 
	background:url(/images/checkout-st-logo.jpg) top left no-repeat; 
	color:#333333; 
	border:none; 
	height:87px;
	width:150px;
	font-weight:bold;
	cursor:pointer;
	text-indent: -9999px
}

.checkout #paymentContainer select {width:215px;}

#cartContainer .return-checkout a {
	display:block; 
	height:30px; 
	width: 146px; 
	background:url(/images/cart-shopping-button.jpg) top left no-repeat; 
	float:left;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height: 30px;
	text-indent: 13px;
	text-decoration:none;
}

#cartContainer .alt-payment #orderButton {
	height:30px; 
	width: 144px; 
	background:url(/images/alt-payment.jpg) top left no-repeat; 
	float:right;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 29px;
	text-indent: 25px;
	text-decoration:none;
	border:none; 
	cursor:pointer;
	font-weight:bold;
    margin-top: 0;
}

.totalCell.red {color:#FF0000;
position: absolute;
right: 87px;
top: 26px;}

.priceCell2.red {color:#FF0000;
position: absolute;
right: 203px;
top: 26px;}

.hidden {display:none;}
.return-checkout{margin-top:15px;}

ol{
	list-style:none;
}

.opc{
	position:relative;
	margin: 0px;
	padding: 0px;
}

.opc .step-title {
    background: #6C00AB;
    border-color: #FFFFFF #D9DDE3 #D9DDE3;
    border-style: solid;
    border-width: 0 1px;
    padding: 4px 8px 6px;
    text-align: right;
	display:block;
	clear:both;
	    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
	height:auto;
}

.opc .allow .step-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #D0DCE1;
    border-color: #A3AEB3 #A3AEB3 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #A4B3B9;
    cursor: pointer;
	height:auto;
}

.opc .active .step-title {
    background: none repeat scroll 0 0 #C53296;
    border: 1px solid #BBAFA0;
    color: #F18200;
    cursor: default;
    padding-bottom: 5px;
	height:auto;
}

.opc .active .step-title .number {
    background: none repeat scroll 0 0 #6C00AB;
    border-color: none;
    color: #FFFFFF;
}
.opc .allow .step-title .number {
    background: none repeat scroll 0 0 #6C00AB;
    border-color: none;
    color: #FFF;
}
.opc .step-title .number {
    background: none repeat scroll 0 0 #C53296;
    border: none;
    color: #FFF;
    float: left;
    font: bold 11px/14px arial,helvetica,sans-serif;
    margin: 0 5px 0 0;
    padding: 0 4px;
}

.opc .active .step-title h2 {
    color: #FFF;
}
.opc .allow .step-title h2 {
    color: #FFF;
}
.opc .step-title h2 {
    color: #FFF;
    float: left;
    font: bold 13px/16px Arial,Helvetica,sans-serif;
    margin: 0;
}

.opc .complete .step-title a {
    float: right;
    font-size: 11px;
    line-height: 16px;
	color:white !important;
	display:block;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc .step {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #BBAFA0 #BBAFA0;
    border-image: none;
    border-right: 1px solid #BBAFA0;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    /*padding: 15px 30px;*/
    position: relative;
}

#contentArea.cart-page{
	margin-top: -45px;
}

.form-list{
	margin:0px;
	padding:0px;
	list-style:none !important;
}

.col2-set .col-1 {
    float: left;
    width: 48.5%;
}
.col2-set .col-2 {
    float: right;
    width: 48.5%;
}

dt{
	font-size:12px;
}

#checkout-step-billingDetails{
		padding: 10px;
}

#checkout-step-billingDetails label{
		font-size: 12px;
		width: 100px;
		display: block;
		float:left;
		clear: left;
}

#checkout-step-billingDetails input{
		font-size: 12px;
		width: 180px;
}

#checkout-step-billingDetails #saveBillingDetails{
	float:right;
}

.clear{
	clear:both;
}

#checkout-step-shippingDetails{
		padding: 10px;
}

#checkout-step-shippingDetails label{
		font-size: 12px;
		width: 100px;
		display: block;
		float:left;
		clear: left;
}

#checkout-step-shippingDetails input{
	font-size: 12px;
	width: 180px;
}

#checkout-step-shippingDetails #saveBillingDetails{
	float:right;
}

.continue-checkout a:hover {
	text-decoration: none;
	cursor: pointer;
}
.continue-checkout a {
	display: block;
	height: 30px;
	width: 179px;
	color: 	#FFFFFF;
	font-weight: normal;
	line-height: 30px;
	text-indent: 30px;
	text-decoration: none;
}
.continue-checkout, #contentArea.checkout #cart_loading_button {
	display: block;
	height: 30px;
	width: 179px;
	background: url(/images/cart-checkout-button.jpg) left top no-repeat;
	float: right;
	line-height: 30px;
}

a#billing_continue_button, a#billing_continue_button:hover, a#shipping_continue_button, a#shipping_continue_button:hover, a#cart_continue_button, a#cart_continue_button:hover, a#shippingmethod_continue_button, a#shippingmethod_continue_button:hover{
	color: white;
	text-transform:uppercase;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;	
}

.step{
	font-size:12px;
	padding: 10px;
}
ul#shippingMethods{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#shippingMethods li{
	width: 95%;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 10px;
	background:none;
	margin-bottom: 10px;
	clear:both;
	height: 50px;
	cursor: pointer;
}
ul#shippingMethods li:hover{
	background-color: #995FC5;
	color: white;
}
ul#shippingMethods li:hover div, ul#shippingMethods li.selected div{
	color: white;
}
ul#shippingMethods li.selected{
	background-color: #C53296;
	color: white;
}
ul#shippingMethods li div{
	display: block;
	float: left;
}
ul#shippingMethods li div.cost{
	float: right;
	font-weight: bold;
	font-size: 14px;
	line-height:50px;
}
ul#shippingMethods li div.description{
	clear: left;
	float:left;
}
ul#shippingMethods li div.select{
	margin-right: 10px;
	margin-top: 15px;
}
ul#shippingMethods li div.title{
	font-weight: bold;
	font-size: 14px;
}
ul#shippingMethods li div.info{
	width: 50%;
	width: 80%;
	font-size:10px;
	vertical-align:
}
.cart-payment-option{
	float: right;
	height: auto;
	margin-right: 10px;
	margin-top: 10px;
}

ul.payment-options{
	list-style: none !important;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.payment-options li{
	height: 85px;
	clear: both;
	border: 1px solid #CCC;
	padding: 10px;
	margin-top: 20px;
	border-radius: 15px;
}

.payment-options img{

}

.payment-options .title{
	font-weight: bold;
	font-size: 14px;
	float:left;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 5px;
}

.payment-options .description{
	width: 400px;
	font-size:12px;
	float:left;
	clear:left;
	margin-top: 0px;
	margin-left: 5px;
}

.payment-options .cart-payment-option{
	float:right;
}

.cart-payment-option #button { 
	background:url(/images/checkout-button-big.jpg) top left no-repeat; 
	color:#333333; 
	border:none; 
	height:30px;
	width:155px;
	font-weight:bold;
	cursor:pointer;
}
#contentArea .opc #content-content {
    padding: 0px;
}

ul.payment-options{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.payment-options li{
	width: 95%;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 10px;
	background:none;
	margin-bottom: 10px;
	clear:both;
	height: 50px;
	cursor: pointer;
}
ul.payment-options li:hover{
	/*background-color: #995FC5;color: white;*/
	border-color: #995FC5;
	
}
/*ul.payment-options li:hover div, */ul.payment-options li.selected div{
	color: white;
}
ul.payment-options li.selected{
	background-color: #C53296;
	color: white;
}
ul.payment-options li div{
	display: block;
	float: left;
}
ul.payment-options li div.cost{
	float: right;
	font-weight: bold;
	font-size: 14px;
	line-height:50px;
}
ul.payment-options li div.description{
	clear: left;
	float:left;
}
ul.payment-options li div.select{
	margin-right: 10px;
	margin-top: 15px;
}
ul.payment-options li div.title{
	font-weight: bold;
	font-size: 14px;
}
ul.payment-options li div.info{
	width: 50%;
	font-size:10px;
	vertical-align:
}

#checkout-step-orderReview .orderReveiwCartTotal, #checkout-step-orderReview .billingAddress, #checkout-step-orderReview .shippingAddress, #checkout-step-orderReview .paymentInfo, #checkout-step-orderReview .shippingInfo, #checkout-step-orderReview .orderReviewTotals{
	border: 1px solid #CCC;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#checkout-step-orderReview .billingAddress, #checkout-step-orderReview .shippingAddress, #checkout-step-orderReview .paymentInfo, #checkout-step-orderReview .shippingInfo{
	width: 46%;
}
#checkout-step-orderReview .orderReveiwCartTotal h4, #checkout-step-orderReview .orderReveiwCartTotal .shoppingCartTotal, #checkout-step-orderReview .shippingInfo h4{
	width: 48.5%;
}
#checkout-step-orderReview .orderReveiwCartTotal h4, #checkout-step-orderReview .shippingInfo h4{
	float: left;
}
#checkout-step-orderReview .orderReveiwCartTotal .shoppingCartTotal, #checkout-step-orderReview .shippingInfo .shoppingCartTotal{
	float: right;
	text-align:right;
	font-weight:bold;
}
#checkout-step-orderReview .orderReveiwCartTotal .address{
	margin-top: 10px;
} 

#checkout-step-orderReview div h4{
	margin: 0px;
	padding: 0px;
}

.paymentInfo, .shippingInfo{
	min-height: 100px;	
}

.orderReviewTotals{
	text-align: right;	
}

#contentArea .orderReviewTotals ul{
	list-style: none !important;
	width: 200px;
	float:right;	
}

#contentArea .orderReviewTotals li{
	padding-bottom: 5px;
}

.orderReviewTotals .title{
	width: 100px;
	text-align:right;
	width: 48.5%;
	float:left;
	font-weight:bold;
}

.orderReviewTotals .total{
	width: 100px;
	text-align:right;
	width: 48.5%;
	float:right;
	font-weight:bold;
}

#contentArea #orderReview_continue_button span{
	text-align: left !important;
	font-weight: bold !important;
	text-transform: uppercase !important;	
	color: white !important;
	text-decoration:none;
	margin-left: 30px;
	height:30px;
	line-height: 30px;
	width: 179px;
	font-size:12px;
}

.viewBasket button{
	border: 1px solid black;
    border-radius: 5px 5px 5px 5px;
    float: right;
    height: 25px;
    width: 90px;
	background-color: #C53296;
	background-image:url('/images/20x20-arrow.png');
	background-repeat:no-repeat;
	background-position: 5px center;
	background-size: 10px;
	cursor: pointer;
	text-align:right;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.viewBasket span{
	font-weight:bold;
	margin-left: 10px;
	font-size:11px;
	text-transform:uppercase;
	color:white;
}
#continue-shopping{
	background-color: #E0CBEA;
	background-image:url('/images/20x20-backarrow.png');
	background-repeat:no-repeat;
	background-position: 5px center;
	background-size: 15px;
    border-radius: 9px;
    height: 10px;
    padding: 10px;
    position: relative;
    width: 170px;
    z-index: 999;
	float:left;
	clear:left;
	margin-top: 10px;
	color:#FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	
}
#continue-shopping a{
	color: black;
	text-decoration:none;
	display:block;
	width: auto;
	text-align:center;
	font-size: 12px;
	line-height: 10px;
	}
#leftNav{
	float: left;
	width: 190px;
}
.checkoutReview{
	margin-top:0px !important;
}
.form-list li{
	margin-bottom: 20px;
}
#getDeliveryQuote{
	background-color: #C43295;
    background-image: url("/images/20x20-arrow.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    margin-top: 10px;
    padding: 0px;
	padding-left: 20px;
	padding-right: 10px;
    position: relative;
    text-decoration: none;
	border: 1px solid black;
	cursor: pointer;
}
#co-shipping-method-form li div.title{
	margin-top: 3px;
	width: 200px;
	cursor:pointer;
}
#fancybox-content{
	background-color: #392C6A;
	border-color: #392C6A !important;
	color: white;
}
#fancybox-content h2, #fancybox-content p{
	
	color: white;
}