/***************************************
*	The checkout information
***************************************/

#checkout_info{
width:90%;
}

#checkout_info th{
width:50%;
font-size:90%;
text-align:center;
}

#checkout_info td{
font-size:90%;
}

.checkout_info_box{
padding:10px;
margin:10px;
border:1px solid #cccccc;
font-size:95%;
}

.checkout_info_box strong{
font-size:95%;
font-weight:bold;
}

.checkout_info_title{
text-decoration:underline;
font-size:100%;
font-weight:bold;
}


