@charset "utf-8";
/* CSS Document */

table.products {
	border-spacing: 2px;
	background-color: white;
}
table.products th {
	background-color: #0673b6;
	color:#FFF;
	text-align:left;
	padding-left:4px;
}
table.products tr {
	background-color: #e1e1e1;
	height:26px;
}
table.products td{
	padding-left:4px;
}
