@charset "utf-8";
/* The Wine Company NI Cart CSS Document */

#cartHeader { width:100%; float:left; clear:both; }
#cartContent { width:100%; float:left; clear:both; margin-bottom:6px; }
#cartFooter { width:100%; float:left; clear:both; }

.col1 { float:left; width:50px; padding:2px 0; text-align:center; }
.col2 { float:left; width:200px; padding:2px 3px; }
.col3 { float:left; width:50px; padding:2px 3px; font-size:0.8em; font-style:italic; }
.col4 { float:left; width:50px; text-align:center; padding:2px 0; text-align:center; }
.col5 { float:left; width:67px; text-indent:6px; padding:2px 0; }

.borders_1 { border:1px solid blue; }
.borders_2 { border:1px solid red; }

#cartHeader .col1, #cartHeader .col2, #cartHeader .col3, #cartHeader .col4, #cartHeader .col5 { font-weight:bold; border-right:1px dotted #CCC; }
#cartHeader .col4 { border:0; }

#cartFooter .sub_right { float:right; clear:both; font-weight:bold; }
#cartFooter .footer_btns { clear:both; padding-top:6px; }
#cartFooter .left { float:left; clear:left; }
#cartFooter .right { float:right; }

.prodRow_even { background:#FFEEDD; border-bottom:1px solid #CCC; }

.qty_txt { width:30px; line-height:20px; margin:0; padding:2px; }

.cart_sml_txt { width:30px; text-align:center; }