@import url("products.css");

#items-table
{
	color: #000000; 
	text-align:center;
	border-collapse:collapse;
	font-size:12px;  
	width: 622px; 
	margin: 0 auto 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-bottom:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
}

.product-code {
	width: 88px;
}

.product-description {
	width: 214px;
}

.product-size {
	width: 67px;
}

.product-price {
	width: 44px;
}

.product-quantity {
	width: 52px;
}

.product-add-cart {
	width: 80px;
}

