

/*************************************************
    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: #EEF3D3 !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: 5px;
  }
  
  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;
    background: #fff url(../images/core/input-background-top.gif) top left repeat-x;
    border: 1px solid #E2D2B7;
    border-top: 1px solid #7c7c7c;
    border-bottom: 1px solid #ddd;
    text-align: right;
  }
  
  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 {
    
  }
  
  table#shopping-cart td.cart-action img {
    vertical-align: middle;
    cursor: pointer;
  }
  
  table#shopping-cart tr#cart-price, table#shopping-cart tr#grand-total, table#shopping-cart tr#countries {
    font-weight: bold;
    text-align: right;
  }
  
  table#shopping-cart tr.cart-buttons {
    text-align: right;
  }




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

.hover {
  background: #EEF3D3;
}

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

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

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

table#shopping-cart tr#countries 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;
}



