table.ColumnTable {
	margin-top: 30px;
}
table.ColumnTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #E1E1E1;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
table.ColumnTable td.RowSpacer
{
    height: 25px;
}
div.ProductPartNumber
{
    text-align: center;
}
div.ProductButtons
{
    margin-top: 5px;
    text-align: center;
}
div.ProductButtons form
{
    display: inline;
}
div.ProductPrice
{
    text-align: center;
}
div.Specifications {
/*	font-size: medium;*/
}
div.Specifications p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
div.Specifications ul {
	margin-top: 6px;
}
div.specificationsFooter {
	text-align: left;
	clear: both;
	font-size: xx-small;
}
td.similarProducts {
	padding-top: 10px;
}
td.similarProducts div {
	float: left;
	width: 100px;
	height: 80px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	border: thin solid #000000;
	padding: 5px;
}
td.similarProducts a {
	display: block;
	float: left;
	width: 100px;
	height: 80px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	border: thin solid #000000;
	padding: 5px;
}
td.similarProducts div a {
	display: inline;
	float: left;
	width: auto;
	height: auto;
	border: none;
}
div.ShadowContainer {
	position: relative;
	left: 5px; /*Number should match -left shadow depth below*/
	top: 5px; /*Number should match -top shadow depth below*/
	background-color: #d1cfd0;
}
div.ShadowContainer div.ShadowedContainer{
	background-color: white;
	border: 1px solid gray;
	padding: 6px;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px; /*shadow depth*/
}
p.ActionPicture {
	margin-bottom: 2px;
	display: block;
}
div.Testimonial {
	text-align: left;
	border: thin solid #000000;
	padding: 4px;
	margin-top: 18px;
	font-size: 12px;
}
p.TestimonialText {
	margin-top: 2px;
}
p.TestimonialSignature {
	margin-bottom: 2px;
	font-size: 11px;
}
