#product_table table {
	width: 590px;
	background-color: #FFF;
	margin: 0 auto;
	border: 1px solid #dcdcdc;
}

#product_table th {
	text-align: left;
	background: #C7D6E0;
	color: #452D06;
	font-size: 14px;
	padding: 6px 10px;
}

#product_table th.center {
	text-align: center;
}

#product_table td {
	text-align: left;
	padding: 6px 10px;
	vertical-align: top;
	color: #452D06;
}

#product_table td.center {
	text-align: center;
}

#product_table td.manufacturer {
	text-align: left;
	padding: 6px 10px;
	vertical-align: top;
	color: #452D06;
	background: #DDC297;
	font-size: 14px;

}
#product_table address, table p {
	margin: 0;
	padding: 0;
	text-align: left;
}

#product_table tr:hover { background-color: #fff;
	color: #452D06;
}

#product_table tr {
	background-color: #F6F1E8;
}

#product_table caption {
	text-align: left;
	background-color: #fff;
	margin: 10px; /* Makes the caption sit inside the table in FF. */
	padding: 6px 0px;
	font-weight: bold;
	font-size: 14px;
}

#product_table table a:link {text-decoration: underline;  font-weight: bold; color: #452D06;}
#product_table table a:visited {text-decoration: underline;  font-weight: bold; color: #452D06;}
#product_table table a:active {text-decoration: none; font-weight: bold; color: #a81329;}
#product_table table a:hover {text-decoration: none;  font-weight: bold; color: #fff; background: #452D06;}


#order_table table {
	width: 565px;
	background-color: #FFF;
	margin: 0 auto;
	border: 1px solid #dcdcdc;
}

#order_table th {
	text-align: left;
	background: #C7D6E0;
	color: #452D06;
	font-size: 14px;
	padding: 6px 10px;
}

#order_table th.center {
	text-align: center;
}

#order_table td {
	text-align: left;
	padding: 6px 10px;
	vertical-align: top;
	color: #452D06;
}

#order_table td.center {
	text-align: center;
}

#order_table td.manufacturer {
	text-align: left;
	padding: 6px 10px;
	vertical-align: top;
	color: #452D06;
	background: #DDC297;
	font-size: 14px;

}
#order_table address, table p {
	margin: 0;
	padding: 0;
	text-align: left;
}

#order_table tr:hover { background-color: #fff;
	color: #452D06;
}

#order_table tr {
	background-color: #F6F1E8;
}

#order_table caption {
	text-align: left;
	background-color: #fff;
	margin: 10px; /* Makes the caption sit inside the table in FF. */
	padding: 6px 0px;
	font-weight: bold;
	font-size: 14px;
}

#order_table table a:link {text-decoration: underline;  font-weight: bold; color: #452D06;}
#order_table table a:visited {text-decoration: underline;  font-weight: bold; color: #452D06;}
#order_table table a:active {text-decoration: none; font-weight: bold; color: #a81329;}
#order_table table a:hover {text-decoration: none;  font-weight: bold; color: #fff; background: #452D06;}
