/* Artfully masterminded by ZURB  */

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


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
@import url( "https://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet");
@import url( "https://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome-ie7.css" rel="stylesheet");
@import url( "./app.css" );
@import url( "./select2.css" );
/* @import url( "./foundation-icons/foundation-icons.css" );
@import url( "./general_enclosed_foundicons.css" ); */



/* -----------------------------------------
   Page Name 1
----------------------------------------- */

body {
    -webkit-font-smoothing: antialiased;
}

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; 
}
.side-nav li a:not(.button) {
  padding: 0.4375rem 0.175rem;
}
li div.result {
    vertical-align: top;
    height: 340px;
    display: table-cell;
}​
