/*	--------------------------------------------------
	Custom Style Ajax Add to Cart
	-------------------------------------------------- */

h2#item_added {
	margin-bottom:10px;
	font-size:15px;
}

table.cart {
	width:100%;
	border-bottom:1px solid #e6e3dc;
	margin-bottom:10px;
	padding-bottom:10px;
	font-family:sans-serif;
}

.cart td {
	vertical-align:top;
	padding:10px 5px 15px 0px;
}

.cart td.prod-title {
	padding-left:10px;
}

.cart td img.prod-pix {
	border:3px solid #c7c4bc;
	padding:50px 10px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-khtml-border-radius: 2px; 
	-o-border-radius: 2px; 
	-ms-border-radius: 2px;
	border-radius: 2px; 
}

.cart th {
	background:#e6e3dc;
	padding:6px;
	text-align:left;
	font-size:12px;
}

.prod-title a {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	display:inline;
}

.prod-title p.set-thirteen {
	display:inline;
	font-weight:bold;
	font-size:14px;
}

.prod-title p.set-core {
	display:block;
}

.prod-title p.custom-design {
	background:url(../images/custom-design-icon.png) no-repeat center left;
	padding-left:22px;
}

.add-footer .price-subtotal{
	font-size:18px;
	font-weight:bold;
	color:#7ac142;
	display:inline;
	font-family:arial;
	float:right;
	line-height:38px;
	margin-right:20px;
}


.qty input {
	border: 1px solid #b8b2ac;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #4e4b48;
	background: #e4e1de;
	display: block;
	text-align:center;
	padding:8px 2px;
	text-decoration:none;
	font-weight:regular;
	font-family:arial;
	margin-right:2px;
	font-size:13px;
	display:inline;

	-webkit-box-shadow: inset 0 1px 2px #F0F0F0;
	-moz-box-shadow: inset 0 1px 2px #F0F0F0;
	-o-box-shadow: inset 0 1px 2px #F0F0F0;
	-ms-box-shadow: inset 0 1px 2px #F0F0F0;
	box-shadow: inset 0 1px 2px #F0F0F0;
}

a.delete_item {
	text-indent:-99999px;
	background:url(../images/delete-icon.png) no-repeat 0 0;
	height:22px;
	width:22px;
	display:inline-block;
	cursor:pointer;
}

.loader-wrap img {
	margin:40px auto;
}

.item-th {
	width:110px;
}

.qty-th {
	width:85px;
}

a.cart-update {
	display:block;
	margin:10px 0 0 8px;
	text-decoration:none;
}

.view-cart-btn {
	border: 1px solid #b8b2ac;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #4e4b48;
	text-shadow: 0px -1px 1px #fff;
	text-transform: uppercase;
	width: 150px;
	height: 35px;
	background: #e4e1de url(../images/view-cart-icon.png) no-repeat  11px 7px;
	cursor: pointer;
	display: block;
	text-align:right;
	padding-right:20px;
	line-height:35px;
	text-decoration:none;
	font-weight:bold;
	font-family:arial;
	float:right;
	margin-right:20px;

	-webkit-box-shadow: inset 0 1px 2px #F0F0F0;
	-moz-box-shadow: inset 0 1px 2px #F0F0F0;
	-o-box-shadow: inset 0 1px 2px #F0F0F0;
	-ms-box-shadow: inset 0 1px 2px #F0F0F0;
	box-shadow: inset 0 1px 2px #F0F0F0;

}
.view-cart-btn:hover {
	background: #d2cfcb url(../images/view-cart-icon.png) no-repeat  11px 7px;
}

.checkout-btn {
	border: 1px solid #7aa25b;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #ffffff;
	text-shadow: 0px -1px 1px #333;
	text-transform: uppercase;
	background:#71b13e;
	width: 170px;
	height: 35px;
	cursor: pointer;
	display: block;
	text-align:center;
	line-height:35px;
	text-decoration:none;
	font-weight:bold;
	font-family:arial;
	float:right;

	-webkit-box-shadow: inset 0 1px 2px #F0F0F0;
	-moz-box-shadow: inset 0 1px 2px #F0F0F0;
	-o-box-shadow: inset 0 1px 2px #F0F0F0;
	-ms-box-shadow: inset 0 1px 2px #F0F0F0;
	box-shadow: inset 0 1px 2px #F0F0F0;

}
.checkout-btn:hover {
	background: #64a432;
	color:#fff;
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 640px;
		background: #fff;
		position: absolute;
		z-index: 101;
		padding: 30px 30px 34px;
		-moz-border-radius: 0;
		-webkit-border-radius:0;
		border-radius:0;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/