/* Layout
-------------------*/
.viewcart-header {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #000;
}
#promo-message { margin: 25px 0; }
.continue-shopping {
    float: left;
	margin: 7px 0 0;
}

/* Empty Cart Styles */
.empty .empty-cart { 
	margin: 30px 0 50px;
	display: block;
}
.empty-cart h4 { 
	font-size: 20px;
	margin-bottom: 5px; 
}
.empty-cart .continue-shopping { margin: 25px 0 0; }
.empty .checkout-buttons,
.empty .checkout-table,
.empty #order-status,
.empty #offer-code { display: none; }


/* Cart w/ Items Styles */
.empty-cart { display: none; }

.sub-block { margin: 25px 0; }
.sub-block h3 { margin-bottom: 15px; }

.checkout-table #subtotal td { border-bottom: 1px solid #000; }
.checkout-table .continue-shopping { padding: 0; }

#viewcart #content {
	width: 735px;	
}

#offer_code h3 { font-size: 14px; }
#offer_code input { vertical-align: middle; }


/* Works Well With (Perl-loaded)
-------------------- */
#works-well-with-wrapper,
div.cross_sell_container {
	margin-top: 15px;
	padding: 15px;
	border: 3px solid #ccc;
}

#works-well-with-wrapper h3 { 
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#works-well-with-wrapper input { border: none; }
#works-well-with-wrapper td {
	position: relative;
	padding: 0 25px 0 85px;
	width: 125px;
	vertical-align: top;
}
#works-well-with-wrapper div { position: relative; }
#works-well-with-wrapper .thumb img { 
	position: absolute;
	top: 0;
	left: -84px;
	border: 1px solid #ccc;
}
#works-well-with-wrapper .add { padding-top: 8px; }

/* Cross-Sells (JS-loaded)
-------------------- */
div.cross_sell_container h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
div.cart_cross_sell_item {
    float: left;
    height: 95px;
    margin-right: 10px;
    width: 220px;
}
div.cart_cross_sell_item a.product_image {
    display: block;
    float: left;
    margin-right: 10px;
}
div.cart_cross_sell_item a.product_image img {
    border: 1px solid #ccc;
}
div.cart_cross_sell_item div.item_info {
    float: left;
    position: relative;
    width: 125px;
}
div.cart_cross_sell_item div.item_info div.shade {
    margin-top: 5px;
}
div.cart_cross_sell_item div.item_info div.shade span.swatch {
    display: block;
    height: 8px;
    width: 30px;
}
div.cart_cross_sell_item div.item_info div.add_button {
    position: absolute;
    top: 78px;
}
