

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

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

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

  /* ORDER PROGRESS*/
  div#steps h2 {
    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#p-cart div#steps ol li#step1,
  body#p-checkout div#steps ol li#step2,
  body#p-confirm div#steps ol li#step3 {
    font-weight: bold;
    background: #E2D2B7 !important;
  }
  /**/




  /* SHOPPING CART TABLE */
  table#shopping-cart th {
    text-align: left;
    padding: 5px 5px 0 5px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  table#shopping-cart td {
    padding: 0 2px 0 5px;
		vertical-align:middle;
  }

	table#shopping-cart tr.item-row-postage td {
		background:#eaeaea;
		font-weight:bold;.
	}
  
  table#shopping-cart td.item-name {
    font-weight: bold;
  }
  
  table#shopping-cart td.item-name p.desc {
    font-weight: normal;
    font-size: 10px;
    padding-left: 5px;
  }

	table#shopping-cart td.item-qty input {
    width: 40px;
    text-align: right;
    background-color:#F1EEE8;
    border:1px solid #3F1F0E;
    color:#3F1F0E;
    font-size: 12px;
    height: 23px;
    padding: 9px 3px 0;
  }
  
  table#shopping-cart td.item-qty span {
    display:inline;
    float:left;
    width:150px;
  }
      
	table#shopping-cart td.item-qty a {
	  display:inline;
	  float:right;
	  height: 24px;
    margin:11px 0 0 0;
	  width: 90px;
	}
  
  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 .item-price {
		width:80px;
    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:30px 0 0 0;
  }

	table#shopping-cart span.options {
		font-weight:normal;
		font-size:10px;
		color:#aaa;
  }






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

tr.hover {
  background: #E2D2B7;
}

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


th.item-name {
  text-align:left;
}

td.item-name {
  font-weight:bold;
}

table#shopping-cart th {
  border-bottom: 2px solid #EAEAEA;
}

table#shopping-cart td.item-name {
  width: 300px;
}

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 {border-top: 1px dotted #E2D2B7;}

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