/* MINI CART 
***************************************************************/

ul#topToolbar #miniCart {
	position: absolute;
	width:350px;
	background:#fcf3ed;
	border:1px solid #f4dfd1;
	z-index:200;
	right:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:none;
	margin-top:10px;
}

ul#topToolbar #miniCart ul {
	max-height: 370px;
	overflow:auto;
	border-bottom: 1px solid #F4DFD1;
}

ul#topToolbar #miniCart ul::-webkit-scrollbar {
	width:8px;
}

ul#topToolbar #miniCart ul::-webkit-scrollbar-track {
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	background:#FCF3ED;
	border-left: 1px solid #F4DFD1;
}

ul#topToolbar #miniCart ul::-webkit-scrollbar-thumb {
	background:#f4b587;
	-webkit-border-radius:4px;
	border-radius:4px;
}

ul#topToolbar #miniCart:before {
	content:url(../images/layout/miniCartNip.png);
	position: absolute;
	right:0;
	margin-top:-7px;
	margin-right:30px;
}

ul#topToolbar li.cart {
	padding-bottom:10px;
}

ul#topToolbar li.cart:hover #miniCart {
	display:block;
}

ul#topToolbar #miniCart li{
	float:none;
	margin:0;
	padding:0;
	overflow:auto;
	font-size:12px;
	padding:10px 15px;
	border-bottom:1px solid #f4dfd1;
}

ul#topToolbar #miniCart li:last-child{
	border-bottom:none;
}

ul#topToolbar #miniCart div.image {
	border:1px solid #f4dfd1;
	height:70px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}

ul#topToolbar #miniCart div.total {
	float:left;
	font-size:14px;
	padding:10px 15px;
}

ul#topToolbar #miniCart a {
	padding:0;
}

ul#topToolbar #miniCart a.checkout {
	float:right;
	padding: 13px 18px;
	margin-right:15px;
	display:block;
	background:url('../images/layout/arrowBtnOrange.png') right 12px no-repeat;
	line-height:15px;
	font-size:14px;
}

ul#topToolbar #miniCart div#miniCartEmpty {
	padding:10px 15px;
	text-align:center;
	font-size:14px;
}

ul#topToolbar #miniCart div#miniCartQuantity {
	display:none;
}




/*MAIN CART
********************************************************************/

div.cart {
	margin-top: 15px;
}

div.cart table {
	width: 100%;
	background-color: #fcfbfa;
	border-collapse: collapse;
}

div.cart table th {
	border: 1px solid #f4dfd1;
	background-color: #fcf3ed;
	color: #c4643d;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
	padding: 14px 20px 8px 20px;
}

div.cart table td {
	border: 1px solid #f4dfd1;
	font-size: 14px;
	vertical-align: top;
	padding: 20px 20px 20px 20px;
}

/*image*/

div.cart table td.image {
	width: 180px;
}

div.cart table td.image img {
	display: block;
}

/*details*/

div.cart table h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 0 10px 0;
}

/*quantity*/

div.cart table th.quantity {
	width: 70px;
}

div.cart table form.addToCart label {
	width: auto;
	padding-right: 5px;
}

/*options*/



div.cart table td.details a.wishlist {
	display: block;
	float: left;
	color: #C4643D;
	padding: 2px 7px 2px 25px;
	margin: 15px 0 0 -3px;
	border: 1px solid #F4DFD1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: #FCF3ED url('../images/icons/add.png') 5px center no-repeat;
}

div.cart table td.details a.wishlist.added {
	background: #FCF3ED url('../images/layout/wishlistTick.png') 7px center no-repeat;
}

div.cart table td.details a.delete {
	background: transparent url('../images/icons/delete.png') left center no-repeat;
}

/*numbers*/

table th.number,
table td.number {
	text-align: right;
	width: 80px;
}

div.cart table td.total {
	color: #000;
	font-weight: bold;
}


/*totals*/

div.cart table tr.spacer td {
	border: 0;
	background-color: #fff;
	padding: 0;
}

div.cart table tr.totals td {
	border: 0;
	background-color: #fff;
	color: #000;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

table tr.totals td a.shipping {
	display: block;
	color: #79838d;
	font-size: 12px;
	padding-bottom: 5px;
}

div.cart table tr.grandTotal td {
	background-color: #fadcc8;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

div.cart table td.details a {
	text-decoration:none;
}

div.cart table tr.grandTotal td.empty {
	background-color: #fff;
}


div.buttons {
	margin: 20px 0 0 0;
	overflow: hidden;
}

div.buttons .checkout {
	float: right;
}

div.buttons.top {
	margin: 0;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	right:50%;
	margin-right:-480px;
	margin-top:-60px;
}



/*CHECKOUT PAGE
*******************************************************/

div.checkout {
	width: 590px;
	float: left;
}

div#content div.checkout h2.checkoutStep {
	color: #827f7d;
	background-color: #fceade;
	border: 0;
	padding: 15px 0 15px 10px;
	margin: 0 0 15px 0;
}

div#content div.checkout div.done h2.checkoutStep {
	background-image:url(../images/icons/checkoutTick.png);
	background-position:right center;
	background-repeat:no-repeat;
}

h2.checkoutStep a {
	display:none;
	float:right;
	font-weight:normal;
	font-size:10px;
	margin-right:55px;
	margin-top:3px;
	text-decoration:none;
	padding: 2px 5px 1px 5px;
	color:white;
	background:#EE6630;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

div.done h2.checkoutStep a {
	display:block;
}

div#content div.checkout div.sel h2.checkoutStep {
	color: #000;
	background-color: #fadcc8;
}

div.checkoutStep {
	overflow: hidden;
	margin: 0 0 20px 0;
}

div.checkout div.box {
	width:320px;
	float: right;
	border: 1px solid #f4dfd1;
	background-color: #fcfbfa;
	position: relative;
	z-index: 20;
	padding-bottom:20px;
}

div.checkout div.box.shippingAddressBox {
	float:left;
	padding-bottom:0;
}

div.checkout div.box fieldset {
	margin-bottom:30px;
}

form#ShippingAddressForm {
	padding-bottom:0;
}

div#deliveryNotes {
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
}

div#deliveryNotes label {
	display:block;
	margin-left: 16px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:black;
	margin-top:10px;
	margin-bottom:0;
}

div#deliveryNotes label span{
	display:block;
	float:right;
	font-size:10px;
	color:#888;
	font-weight:normal;
	text-transform:none;
	margin-right: 18px;
	margin-top:5px;
}

div#deliveryNotes textarea {
	display:block;
	margin-left:16px;
	font-family:inherit;
	margin-bottom:15px;
	border:1px solid #F4DFD1;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:white;
	-webkit-resize:none;
	-moz-resize:none;
	resize:none;
	padding:5px;
	width:275px;
}

div.checkout div.box.shippingAddressBox fieldset {
	margin-bottom:0;
}

div.checkout div.signIn {
	float: left;
	width:250px;
}

div.checkout div.guest {
	margin-top: 15px;
	height: 105px;
}

div.box p.forgotPassword, div.box p.guest {
	font-size: 13px;
	color: #827f7d;
	position: absolute;
	z-index: 10;
	left: 15px;
	bottom: 28px;
}

div.box p.forgotPassword a {
	color: #827f7d;
}

div.signIn form.small label {
	width:90px;
}

div.signIn form.small input.text {
	width:115px;
}

div.register form.small label {
	width:140px;
}

div#checkoutStep2 form.small label {
	width:120px;
}

div#checkoutStep2 form.small .text {
	width:154px;
}

div#checkoutStep2 form.small select.wide {
	width:288px;
}
div#checkoutStep2 div.box div.box {
	position:absolute;
	margin-left:324px;
	margin-top:-21px;
	width:230px;
	padding:20px 0 15px 18px;
}

div#checkoutStep2 div.box div.box label {
	width:180px;
}


#newDeliveryDetails .btn {
	display:none;
}

div#shippingMethods p {
	font-size:14px;
}

div#checkoutStep3 div.cardFormBox {
	width:350px;
}

div#checkoutStep3 div.cardInfoBox {
	width:200px;
	float:left;
	padding-bottom:0;
	padding-right:20px;
}

div#checkoutStep3 div.cardInfoBox img {
	margin-top:10px;
	margin-left:-2px;
}

div#checkoutStep3 div.cardInfoBox p {
	font-size:14px;
}

div#checkoutStep3 div.cardInfoBox fieldset {
	margin-bottom:0;
}

div#checkoutStep3 form.small input.text {
	width:200px;
}

div#checkoutStep3 form.small input#CVVNumber {
	width:50px
}

div#checkoutStep3 form.small select {
	width:100px;
}

div#checkoutStep3 form.small select#cardType {
	width:150px;
}

div#newDeliveryDetails {
	-webkit-transition:height 0.2s;
	-moz-transition:height 0.2s;
	transition:height 0.2s;
	height:0;
	overflow:hidden;
	margin-bottom:20px;
}

div#shippingMethods {
	margin-bottom: 50px;
}

div.checkoutStep {
	margin:1px 0;
	overflow:hidden;
}

div#checkoutLoggedIn {
	text-align:center;
	font-size:14px;
	padding:30px;
}

div#checkoutLoggedIn a {
	background:#EE6630;
	display:inline-block;
	padding:3px 7px 0 7px;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin: 10px 5px;
}

/*order summary*/

div.orderSummary {
	width: 280px;
	padding: 0 30px 20px 30px;
	float: right;
	border: 1px solid #f4dfd1;
	background-color: #fcfbfa;
}

div#content div.orderSummary h2 {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	padding: 25px 0 0 0; 
	border: 0;
}

div.orderSummary table {
	border-collapse: collapse;
	width: 100%;
}

div.orderSummary table td {
	vertical-align: top;
	border-top: 1px solid #f4dfd1;
	border-bottom: 1px solid #f4dfd1;
	padding: 10px 0 10px 0;
	font-size: 13px;
}

div.orderSummary table td.image {
	width: 110px;
}

div.orderSummary table td.image img {
	width: 91px;
	height: 125px;
}

div.orderSummary table td h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
}

div.orderSummary table td h4 {
	font-size: 14px;
	margin-bottom:3px;
	font-weight: normal;
	text-align:left;
}

div.orderSummary table td h3 a {
	text-decoration:none;
}

div.orderSummary td.details {
	text-align:right;
}

div.orderSummary strong {
	float:left;
	font-weight:normal;
}

div.orderSummary table.orderTotal {
	margin: 10px 0 0 0;
}

div.orderSummary table.orderTotal td {
	border: 0;
	padding: 5px 5px 5px 5px;
	color: #000;
}

div.orderSummary table.orderTotal tr.grandTotal td {
	padding:0;
}

div.orderSummary table.orderTotal tr.grandTotal td div {
	background-color: #fadcc8;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	margin-top:10px;
}

div.orderSummary a.removeDiscount {
	opacity:0.7;
	display:inline-block;
	padding-top:1px;
	line-height:10px;
}

div.orderSummary a.removeDiscount:hover {
	opacity:1;
}

div.orderSummary a.removeDiscount img {
	margin-left:2px;
}

div.checkoutStep {
	-webkit-transition:height 0.25s;
	-moz-transition:height 0.25s;
	transition:height 0.25s;
}

div.closed div.checkoutStep, div.done div.checkoutStep {
	height:0;
	overflow:hidden;
}

div#checkoutStep1.sel div.checkoutStep {
	height:700px;
}

div#checkoutStep1.sel div.checkoutStep.loggedIn {
	height:145px;
}

div#checkoutStep2.sel div.checkoutStep {
	height:350px;
}

div#checkoutStep2.sel div.checkoutStep.wide {
	height:750px;
}

div#checkoutStep3.sel div.checkoutStep {
	height:355px;
}

div#checkoutStep4.sel div.checkoutStep {
	height:410px;
}

span#ccError, span#edError {
	position:absolute;
	font-size:13px;
	white-space:nowrap;
	background:#EE6630;
	color:white;
	padding:5px 10px;
	margin-top:-33px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-left:-210px;
}

span#ccError:before, span#edError:before {
	content:url(../images/layout/errornip.png?recache-1);
	position:absolute;
	margin-top:22px;
}

img#ccImage {
	position:absolute;
	margin-top:1px;
	margin-left:5px;
}

table#ReviewOrder {
	font-size:13px;
	width:100%;
	padding:15px;
	border:1px solid #F4DFD1;
	background:#FCFBFA;
}

table#ReviewOrder td {
	font-size:14px;
	width:165px;
	padding-right:15px;
}

table#ReviewOrder td.reviewConfirm {
	text-align:center;
	padding-top:20px;
}

table#ReviewOrder h3 {
	text-transform:uppercase;
}

table#ReviewOrder p {
	margin-bottom:10px;
}

input#confirmOrder, input#orderProcessing {
	background-color: #ee6630;
	border: 0;
	padding: 6px 10px 4px 10px;
	color: #fff;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
}

input#orderProcessing {
	background:#ee6630 url(../images/buttons/processing.gif) 7px center no-repeat;
	padding-left:30px;
	display:none;
	cursor:wait;
}

table#ReviewOrder img {
	vertical-align:middle;
}

table#ReviewOrder td#reviewCard p {
	line-height:32px;
}

table#orderTable {
	border-collapse:collapse;
	text-transform:capitalize;
	font-size:12px;
}

table#orderTable th, table#orderTable td {
	padding:5px 10px;
}

table#orderTable th {
	text-transform:uppercase;
	font-weight:normal;
	white-space:nowrap;
	color:#C14F21;
	background:#FCF3ED;
	padding-bottom:2px;
	line-height:30px;
}

table#orderTable th:first-child {
	border-radius:5px 0 0 5px;
}

table#orderTable th:last-child {
	border-radius:0 5px 5px 0;
}

table#orderTable tr:hover td {
	background:#FCFBFA;
}

table#orderTable td {
	line-height:30px;
	padding-top:9px;
	white-space: nowrap;
}

table#orderTable td a {
	background:#EE6630;
	display:inline-block;
	margin-left:10px;
	font-size:11px;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	padding: 3px 5px 0px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	line-height:18px;
}


body#cart_myaccount div.copy ul {
	padding:0;
	text-align:center;
	width:100%;
	margin:0 auto 20px ;
}

body#cart_myaccount div.copy ul li {
	background:none;
	margin:0;
	padding:0;
	display:inline;
}

body#cart_myaccount div.copy ul li a {
	display:block;
	display:inline-block;
	width:180px;
	height:30px;
	padding-top:100px;
	background-color:#FCF3ED;
	background-repeat:no-repeat;
	background-position:center 17px;
	border:1px solid #F4DFD1;
	text-align:center;
	text-decoration:none;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#C14F21;
	text-transform:uppercase;
}

body#cart_myaccount div.copy ul li a:hover {
	background-color:#FCFBFA;
}

#liSubPage_cart_mydetails a {
	background-image: url(../images/icons/details.png);
}

#liSubPage_cart_processedOrders a {
	background-image: url(../images/icons/orders.png);
}

#liSubPage_cart_shoppingCart a {
	background-image: url(../images/icons/cart.png);
}

#liSubPage_cart_myWishlist a {
	background-image: url(../images/icons/wishlist.png);
}

#liSubPage_log-out a {
	background-image: url(../images/icons/logout.png);
}

#threeDSecure {
	position:fixed;
	background:url(../images/layout/black50.png);
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	z-index:10000000000;
	display:none;
}

#threeDSecure iframe {
	position:absolute;
	height:80%;
	width:90%;
	top:10%;
	left:5%;
	background:white;
	border:none;
}