#middle-column {
  width: 530px;
  margin-left: 30px;
  }

  #middle-column h2.cart span {
    background: url(/css/images/global/sprites.gif) -786px -589px no-repeat;
    padding: 0 50px;
    }
  #middle-column h2.login span {
    background: url(/css/images/global/sprites.gif) -886px -487px no-repeat;
    padding: 0 50px;
    }
#warning {
	display: block;
	text-align: right;
	padding: 6px 10px;
	background: #ffcccc;
	width: 510px;
	float: right;
	}
    
#empty-cart {
  text-align: center;
  padding: 50px 0;
  }
    
.cart-note {
  color: #666;
  font-size: 14px;
  line-height: 46px;
  padding: 0;
  margin: 0;
  }
    
#cart-table {
  width: 530px;
  margin: 0 0 16px 0;
  }
  #cart-table th {
    text-align: center;
    line-height: 24px;
    background: #EEE;
    padding: 0 10px;
    white-space: nowrap;
    }
  #cart-table td {
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    border-right: 1px solid #CCC;
    }
  #cart-table td.photo {
    width: 66px;
    padding: 8px;
    }
    #cart-table td.photo img {
      border: 1px solid #CCC;
      width: 50px;
      height: 50px;
      }
  #cart-table th.price,
  #cart-table td.price {
    text-align: left;
    width: 100px;
    }
    th.price {
      border-right: 1px solid #CCC;
      }
  #cart-table td.label {
    text-align: right;
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
    }
  #cart-table #cart-subtotal-row td.price,
  #cart-table #cart-total-row td.price {
    font-weight: bold;
    font-size: 14px;
    }
  #cart-table #total-price {
    color: #C00;
    }
  #cart-table td.name {
    text-align: left;
    }


#checkout-steps {
  float: right;
  width: 750px;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #000;
  margin: 0 20px 14px 0;
  }
  #checkout-steps li {
    float: left;
    color: #AAA;
    padding: 4px 0;
    font-size: 13px;
    margin: 0;
    }
    #checkout-steps li span.step-icon {
      float: left;
      margin: 0 0 0 10px;
      height: 30px;
      width: 30px;
      background: url(/css/images/global/sprites.gif) no-repeat;
      }

    #checkout-steps li span.step-text {
      float: left;
      line-height: 15px;
      }
      #checkout-steps li span.step-text small {
        font-size: 11px;
        }
    
    #checkout-steps li span.next-icon {
      float: right;
      margin: 5px 0 5px 30px;
      height: 23px;
      width: 30px;
      background: url(/css/images/global/sprites.gif) -893px 5px no-repeat;
      border-right: 1px dotted #000;
      }
      #checkout-steps li.selected span.next-icon {
        background: url(/css/images/global/sprites.gif) -893px -45px no-repeat;
        }
      
    #checkout-steps li.selected {
      color: #CC3333;
      }
      
    #checkout-steps li#step-1 {
      width: 190px;
      }
    #checkout-steps li#step-1 span.step-icon {
      background-position: -100px 5px;
      }
      #checkout-steps li#step-1.selected span.step-icon {
        background-position: -100px -45px;
        }
    #checkout-steps li#step-2 {
      width: 170px;
      }
    #checkout-steps li#step-3 {
      width: 170px;
      }
    #checkout-steps li#step-4 {
      width: 220px;
      }
    #checkout-steps li#step-2 span.step-icon {
      background-position: -300px 5px;
      }
      #checkout-steps li#step-2.selected span.step-icon {
        background-position: -300px -45px;
        }
    #checkout-steps li#step-3 span.step-icon {
      background-position: -500px 5px;
      }
      #checkout-steps li#step-3.selected span.step-icon {
        background-position: -500px -45px;
        }
    #checkout-steps li#step-4 span.step-icon {
      background-position: -700px 5px;
      }
      #checkout-steps li#step-4.selected span.step-icon {
        background-position: -700px -45px;
        }
        
table label {
  display: block;
  width: auto;
  padding: 5px;
  }
  
#processing {
  padding: 8px 0 20px 0;
  text-align: right;
  line-height: 20px;
  font-size: 16px;
  }
  #processing img {
    margin-left: 16px;
    }
    
#flash-message {
  width: 512px;
  }
  
/* Submit area on confirmation form */
#submit-wrapper {
  position: relative;
  height: 60px;
  }
  #submit-wrapper #confirm-btn,
  #submit-wrapper #processing {
    position: absolute;
    top: 0;
    right: 0;
    }
    #submit-wrapper #processing span {
      float: left;
      margin: 4px 0 0 12px;
      }
      
#customer-frm table th {
  width: 150px;
  }
  
label.checkbox {
  float: left;
  height: inherit;
  width: 240px;
  text-align: left;
  clear: none;
  }
  
input.checkbox {
  float: left !important;
  }
  
/* cart red-text */
strong.red-text{
	color:#E51616;
  }

/* Fix for IE larger file browse widget */
table.form-table td.title {
  width: 220px;
  }
  
table.form-table td.file-browser {
  *width: 350px;
  }
  table.form-table td.file-browser input {
    *width: 200px;
    }

/* Fix for IE refusal to acknowledge right:0 for mini button */
#cart-confirmation.ie a.image-submit,
#cart-confirmation.ie a.image-submit-disabled {
  position: absolute;
  left: 338px;
  }
