﻿table.products
{
	width:500px;
	margin-left:15px;
	border-collapse:collapse;
	table-layout:fixed;
}

table.products img
{
	border:0;
}

table.products td
{
	width:33%;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}

table.products td.header
{
	font-size:medium;
	color:#243AAA;
	font-weight:bold;
	padding-bottom:5px;
}

table.products td.bottomline
{
	border-top:2px solid #243AAA;
	
}
table.products td.divider
{
	font-size:medium;
	color:white;
	background-color:#243AAA;
	padding:2px 10px;
	font-weight:bold;
}

table.products td.books
{
	text-align:center;
	font-weight:bold;
}