﻿#ProductDetails, .ProductDetails {
	clear:both;
}
.ProductThumb {
	list-style:none;

	display:block;
	float:left;
	padding:5px;
	margin:4px;
	border:1px silver dashed;
	text-align:center;
	width:134px;
	overflow:hidden;
}
img {
	border:none;
}
.ClearBoth {
	clear:both;
	height:0;
}
a.link {
	color: #1EB53A; /* Pantone 361c */
	text-decoration:underline;
	font-weight:bold;
}
p.Question {
	color:blue;
	margin:0;
	text-indent:0;
}
p {
	text-indent:1em;
	margin:0 0 1em 0;
}