/*------------------------- PRODUCT LIST ------------------------------*/
#main_content h3 {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 3px;
	}
#vmcattable {
	width:100% !important;
	background: #f1eee1;
	}
#vmcattable #catagory {
	color:#660000;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	text-align: left !important;
	}

#product_list form {
	border-bottom: 1px solid #cccccc;
	}
#product_list table {
	}
#product_list table .inputboxquantity {
	width: 15px;
	}
#product_list table #title {
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
#product_list #price {
	color: #000000;
	}
#product_list .addq {
	color: #e1e1e1;
	background: #990000;
	}
#product_list center center {
	margin: 20px;
	}
#product_list .pagenav {
	color: #660000;
	}


/*------------------------- PRODUCT DETAILS ------------------------------*/
.inputboxquantity {
	width: 15px;
	}
.addq2 {
	background: #990000 !important;
	color: #e1e1e1 !important;
	font-size: 12px !important;
	font-weight: bold !important;
	}
