
table.prod {
	border-collapse: collapse;
	font-size:12px;
	padding: 0;
	margin: 0;
}
table.prod td, table.prod th {
	border: 1px solid #656565;
	padding: 5px;
}

table.prod td.head, table.prod th{
	background-color: #600404;	
	text-align: center;
	font-weight: bold; 
	color:white;
}
.red{
	color: #600404;
	font-weight: bold;
	font-size: 14px;
}
.submit {
	background-color: #e4e4e4;
	border: 1px solid #600404;
	font-weight: bold;
	font-size: 9px;
	cursor: pointer;
	cursor:hand;
}
div.link {
	color: #600404;
	padding: 10px 0 10px 0;
}
div.link a, .red{
	color: #600404;
}
.order{
	border: 1px solid #656565;
	font-size: 11px;
}
a.print{
	color: #600404;
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}
