/* ---------- codeNavComment "color" ---------- */
.product .th_product_id,
.product .th_product_name,
.product .th_model,
.product .th_quantity,
.product .th_price,
.product .th_discount,
.product .th_subtotal,
.product .th_remove
	{
	background-color: #39C;
	color: #FFF;
	}

#lblTotal
	{
	background-color: #39C;
	color: #FFF;
	}

/* ---------- codeNavComment "text" ---------- */
.product .th_product_id,
.product .th_product_name,
.product .th_model,
.product .th_quantity,
.product .th_price,
.product .th_discount,
.product .th_subtotal,
.product .th_remove
	{
	font-size: 1.2em;
	text-align: left;
	}
.product .th_remove,
.product .remove
	{
	text-align: center;
	}
.product .th_quantity,
.product .quantity,
.product .quantity input,
.product .th_price,
.product .price,
.product .th_subtotal,
.product .subtotal,
.product .th_discount,
.product .discount
	{
	text-align: right;
	}

#lblTotal
	{
	font-weight: bold;
	font-size: 1.3em;
	}


/* ---------- codeNavComment "form and position" ---------- */
.product .th_product_id,
.product .th_product_name,
.product .th_model,
.product .th_quantity,
.product .th_price,
.product .th_discount,
.product .th_subtotal,
.product .th_remove
	{
	padding: 3px;
	}
.product .product_id
	{
	padding-left: 15px;
	}

#lblTotal
	{
	display: block;
	margin-bottom: 0.5em;	
	padding: 3px 3px 3px 10px;
	}


