

/*************************************************
    DEFAULT LAYOUT
    these styles are standard across all sites.
*************************************************/

hr.clear {border: none; height: 0; clear: both;}

body#confirm .cart-buttons {text-align: left; margin: 20px 0 0 0;}
    

  /* ORDER PROGRESS*/
  div#steps h2 {
    font-size: 14px;
    margin: 0 0 2px 0;
  }
  
  div#steps ol li {
    line-height: 25px;
    color: #000;
    padding: 0 5px;
    margin: 0 2px;
  }
  
  div#steps ol li a {
    padding: 5px;
  }
  
  body#cart div#steps ol li#step1,
  body#checkout div#steps ol li#step2,
  body#confirm div#steps ol li#step3 {
    font-weight: bold;
    background: #dfe2e3 !important;
  }
  /**/




  /* SHOPPING CART TABLE */

  table#shopping-cart {background:#232426;}
  
  table#shopping-cart th {
    text-align: left !important;
    padding: 5px 7px 7px 7px;
    font-size: 14px;
    margin-bottom: 10px;
    background:#232426;
  }
  
  table#shopping-cart td {
    padding: 7px;
    border-top: 1px dotted #444;
  }
  
  table#shopping-cart .item-name {
    font-weight: bold;
  }

	table#shopping-cart .item-btn {
    width: 130px;
  }
  
  table#shopping-cart .item-name p.desc {
    font-weight: normal;
    font-size: 10px;
    padding-left: 5px;
  }
  
	table#shopping-cart .item-qty {
		width:40px;
	}

  table#shopping-cart .item-qty input {
    width: 40px;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-top: 1px solid #7c7c7c;
    border-bottom: 1px solid #ddd;
    text-align: right;
  }
  
  table#shopping-cart .item-qty fieldset {
    margin: 6px 0 0 0;
  }
  
  table#shopping-cart .cart-action {
    width: 10%;
    cursor: pointer;
  }
  
  table#shopping-cart .item-price {
    width:100px;
  }
  
  table#shopping-cart .cart-action img {
    vertical-align: middle;
    cursor: pointer;
  }
  
  table#shopping-cart tr#cart-price {
    font-weight: bold;
    text-align: left;
  }
  
  table#shopping-cart tr.cart-buttons {
    text-align: left;
  }

	table.totals-table tr td{
		border:none !important;
		padding:0 !important;
	}

	table.totals-table {
		width:200px;
	}





/*************************************************
    CUSTOM STYLING
    modify styles to suit your site here.
*************************************************/
div#steps ol li {
  list-style: decimal inside;
  float: left;
  display: inline;
}

.hover {
  background: #F0F6F8;
}

div#steps ol li a {
  padding: 5px;
  text-decoration: none;
  color: #000;
}

table#shopping-cart th {

}

table#shopping-cart td.item-name p.desc {
  color: #808080;
}

table#shopping-cart tr#cart-price td {
  border-top: 1px solid #c3c3c3;
}

table#shopping-cart td td {padding-bottom: 10px;}

table#shopping-cart tr.item-row {}

table#delivery-confirm td {
  padding: 5px;
  text-align: left;
}


