/***************************************
*	Order Page
***************************************/
#order{
margin:0px auto 30px auto;
}

#order table{
margin-left:auto;
margin-right:auto;
}

#order th{
border:1px solid #cccccc;
color:inherit;
background-color:#999999;
text-align:center;
font-weight:bold;
font-size:100%;
padding:5px;
}

#order td{
border:1px solid #cccccc;
}

#order_buttons{
padding:5px;
text-align:center;
margin:20px auto 0px auto;
}

/***************************************
*	Shipping Table
***************************************/
#shipping{
font-size:90%;
}

/***************************************
*	Tax Table
***************************************/
#tax{
font-size:85%;
}

#tax_checkbox{
padding:5px;
text-align:center;
}

/***************************************
*	Product Table Elems
***************************************/
.prod_qty{
width:50px;
text-align:center;
font-size:90%;
}
.prod_name{
width:100px;
text-align:left;
font-size:90%;
}
.prod_desc{
width:250px;
text-align:left;
font-size:90%;
}
.prod_price{
width:50px;
text-align:right;
font-size:90%;
}
.prod_img, .prod_img img{
width:100px;
}
.prod_ds{
width:50px;
text-align:center;
font-size:90%;
}
.prod_cat{
text-align:center;
font-weight:bold;
font-size:110%;
}
