#order_table {
 border: 1px solid #ccc;    
 border-collapse: collapse; 
 font-size: 11px;
 margin: 25px auto 0px auto;
} 

.order_width {
width: 675px; 
}      

#order_table input {
 width: 250px;
}

#order_table td {
border: 1px solid #ccc;
}

#order_table th {
font-weight: bold;
border: 1px solid #ccc;   
background: #F5F5F5;
font-size: 12px;
}

#order_table .product_info {
padding: 15px;
}


#order_table .price {
width: 65px;
text-align: center;
}

#order_table .qty {
width: 65px;
text-align: center;
}

#order_table .qty_box {
width: 40px;
text-align: center;
}

#order_table .header {
 height: 30px;
}

#order_table .notesheader {
 padding: 0px 0px 0px 15px;
 font-weight: bold;
 background: #F5F5F5;
}

#order_table .notes {
 text-align: left;    
 vertical-align: top;
 font-style: italic; 
}

 

#order_table .summary {
 height: 25px;
}

#order_table .method {
 text-align: left;    
 padding: 15px;  
 vertical-align: top;
}

#order_table .method input {
 width: 20px;
 margin-right: 10px;
}

#submit {
 padding-top: 25px;
 text-align: center;
 width: 100%;
}

.info_table {
width: 500px;
}

.info_table td {
padding: 5px;
}

#address_details {
width: 500px;
margin: 0px auto 0px auto;
}

#address_details .left {
float: left;
}

#address_details .right {
float: right;
}

.address_table {
width: 235px;
}

.address_table td {
padding: 15px;
}

#error {
 border: 1px solid #ccc;    
 font-size: 11px;
 width: 635px;
 _width: 675px;
 margin: 15px auto 0px auto;
 padding: 20px;
 background: #f5f5f5;
}

#error_left {
 float: left;
 width: 130px;
}

#error_right {
 float: right;
 text-align: left;
 width: 505px;
}

.subtext {
 font-size: 10px;
 font-weight: normal;
}

h3 {
 text-align: center;
}

h4 {
 text-align: center;
 margin: 20px 0px 0px 0px;
}


.continue {
 width: 280px;
 height: 35px;   
 font-weight: bold;
 border: 1px solid #ccc;
 background: #f5f5f5;
}

.confirm {
 width: 410px;
 height: 35px;
 font-weight: bold;
 border: 1px solid #ccc;
 background: #f5f5f5;
}

.goback {
 width: 250px;
 height: 35px;   
 border: 1px solid #ccc;
 background: #f5f5f5;
}

.summary_header_right {
 text-align: center;
 font-weight: bold;
}

.summary_header_left {
 text-align: left;
 font-weight: bold;
}

.center {
text-align: center;
}

.align_right {
text-align: right;
}

.bold {
font-weight: bold;
}