@import url(reset.css);
@import url(canvas.css);
@import url(menu.css);
@import url(typography.css);
@import url(interior.css);
@import url(form.css);

/*DEFAULT PAGE AND FONT DEFINITIONS  -- YOU CAN DO WHAT YOU WANT*/


/*STYLES FOR REGISTRATION SITE CONTENT MUST BE DEFINED */
/*INCLUDING BASIC P, H1, H2, ETC for WYSIWYG EDITED CONTENT */
/*YOU CAN DEFINE THEM HOWEVER YOU WANT, AS LONG AS YOU DEFINE THEM */

.title_bar{
   font-size: 1.66em; 
   line-height: 1.2em;  
   color: #666; 
   font-weight: bold; 
   font-family: Arial, Sans-Serif;
   margin-bottom: .5em;
}



/*--Cart table colors --*/
div.cart_table table {background-color: #fff; }
div.cart_table table tr.row_title td 
{}
div.cart_table table th, div.cart_table table td
{
    padding: .5em 1em .5em 0;
}

div.cart_table table tr.row_odd td,
div.cart_table table tr.row_even td 
{
    border-bottom: 1px solid #ddd;
} 
div.cart_table table tr.row_total td {}
div.cart_table table tr.row_bottom td {background-color: #ffffff; color: #000000;}

/*--Checkout table colors --*/
div.checkout_form td 
{
    padding-bottom: 1em;
    
}
div.checkout_form table td.col_label, div.checkout_form table td.col_label_req 
{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    font-weight: bold; 
    text-align: right; 
    padding-right:.5em;
}
 




img {
border: 0px;
}





