@import url("products.css");
#items-table{color: #000000;  text-align:center; border-collapse:collapse; font-size:12px; width: 622px;  margin: 0 auto;}
#tog{text-align: right; width: 620px;  margin: 0 auto 10px auto;}
#tog label{font-size: 12px; font-weight: bold;}
#tog input{float: right;}
#items-table-header{width: 100%; background-color: #b3b3b3; border:1px solid #b3b3b3; float: left;}
#items-table p{margin: 0; padding: 5px; float: left; overflow: hidden; font-size: 12px; text-align: center;}
#items-table-header p{font-weight: bold;}
.row{width: 100%; float: left; border:1px solid #b3b3b3; border-top:none;}
.product-code{width: 82px;}
.product-description{width: 192px;}
.product-size{width: 67px;}
.product-tog{width: 38px; line-height: 12px;}
.product-price{width: 44px;}
.product-quantity{width: 52px;}
.product-add-cart{width: 70px;}