/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
@import url( "./presentation.css" );
@import url( "./normalize.css" );
@import url( "./foundation.css" );
@import url( "./general_enclosed_foundicons.css" );

/* -----------------------------------------
   Page Name 1
----------------------------------------- */
.item-id { visibility: hidden;}
.reduced {
    text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
	font-size:10px;
	width: 100%; }
table tr {
	background-color: #fff;
}
.simpleCart_items table td {
	padding: 5px 0;
	border-bottom: 1px solid #cccccc; }
.simpleCart_items table th {
	padding: 5px 0;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-style: normal; }

.simpleCart_items table th.item-quantity, .simpleCart_items table td.item-quantity {
	text-align: center; }
.simpleCart_items table th.item-decrement {
	width: 10px; }
.simpleCart_items table th.item-increment {
	width: 60px; }
.simpleCart_grandTotal { font-weight: bold; text-align: left; }

.simpleCart_shipping { 	text-align: left; }

#shipping {margin-top:14px;}
#summary {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 370px;
	margin-top: 30px;
	width: 50%; }
#summary td {
	padding: 0 0 5px 0; }

/* -----------------------------------------
   Page Name 2
----------------------------------------- */
