

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

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

body#confirm .cart-buttons {text-align: right; 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 th {
    text-align: left;
    padding: 5px 5px 0 5px;
    margin-bottom: 10px;
  }
  
  table#shopping-cart td {
    padding: 5px;
		line-height: 1.4em;
		vertical-align: top;
  }
  
  table#shopping-cart td.item-name {
  }
  
  
  table#shopping-cart td.item-qty input {
    width: 40px;
    float: left;
  }  
	table#shopping-cart td.item-qty form {
    float: left;
  }

  table#shopping-cart td.item-qty {
    text-align: left;
  }

  table#shopping-cart td.item-qty fieldset {
    margin: 6px 0 0 0;
  }
  
  table#shopping-cart td.cart-action {
    width: 10%;
    cursor: pointer;
  }
  
  table#shopping-cart td.item-price { text-align: right; }
  
  table#shopping-cart td.cart-action img {
    vertical-align: middle;
    cursor: pointer;
  }
  
  table#shopping-cart tr#cart-price {
    font-weight: bold;
    text-align: right;
  }
  
	table#shopping-cart tr.cart-buttons td {
	  text-align: right;
	 	padding: 5px 5px 5px 0;
	}

/*************************************************
    CUSTOM STYLING
    modify styles to suit your site here.
*************************************************/

.price, .grandprice { width: 350px; display: block; float: right; padding-right: 5px; clear: right; height: 20px; padding-bottom: 10px; }
.grandprice { font-size:1.2em; color:#CC0000; }
.totpr { display: block; float: left; padding-left: 5px; }

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 { padding-bottom: 5px; color: #E9B553; }
table#shopping-cart th.rightalign { text-align: right; }
table#shopping-cart td.item-name span.desc { color: #999; font-weight: normal; }
table#shopping-cart tr#cart-price td { border-top: 1px dotted #3e3e40; padding-bottom: 20px; font-size: 0.9em; padding-top: 10px;}

table#shopping-cart td td {padding-bottom: 10px; padding-top: 10px; }
table#shopping-cart tr.item-row { border-top: 1px dotted #3e3e40; }

table#delivery-confirm { border-top: 1px dotted #3e3e40; margin-bottom: 20px;  }
table#delivery-confirm td {
  padding-left: 10px;
	line-height: 1.6em;
}
table#delivery-confirm th {
  padding-left: 10px;
	padding-top: 20px;
	line-height: 1.6em;
	text-align: left;
	color: #deb000;
}
td.buttons button { background: none; border: 0; cursor: pointer;  }

ol#billing li { clear: both; padding-bottom: 10px; }
ol#delivery li { clear: both; padding-bottom: 10px; }

.cart-buttons { padding-top: 10px; padding-right: 20px; text-align: right; margin-bottom: 20px;  }


