/* Layout
-------------------*/
#promo-message { margin: 25px 0; font-weight: bold; }
.continue-shopping {
	margin: 7px 0 0;
	/*display: block;*/
}


/* Empty Cart Styles */
.empty .empty-cart { 
	margin: 5px 0 5px;
	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; }

.empty .continue-shopping { float: left; margin: 0px;}
.empty .checkout-past { float: right; }


.hazmat0 { display: none; }
.hazmat1 { display: none; color: #bf2525; }


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

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

.checkout-table .continue-shopping { padding: 0; }

#viewcart #content { width: 690px; margin-right: 10px; }
#viewcart #sidebar { width: 208px; margin-right: 20px; float: right; }

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


/* Works Well With */
#works-well-with-wrapper {
	margin-top: 15px;
	padding: 10px;
	/* 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;
    z-index: 1;
}
#works-well-with-wrapper .add { padding-top: 8px; }

#top-checkout-btn {
	padding: 15px;
        margin-right: 20px;
        margin-bottom: 10px;
	/*border-bottom: 1px solid #CCCCCC;*/
}
#bottom-checkout-btn {
	padding: 10px;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 40px;
	border-top: 1px solid #CCCCCC;
}

#other-options-box {
    border-top: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
    width: 185px;
    padding: 3px;
}
#other-options-box a {
    background: url(/media/images/css/green_arrow.gif) no-repeat left 45%;
    padding-left: 9px;
}
