.ProductThumbImage {
	width: 42px;
	height: 42px;
}

#ProductThumbsList {
	position: relative;
	top: 10px;
	left: 8px;
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type:none;
	text-decoration:none;
}

#ProductThumbsList li {
	display: inline;
	float: left;
}

#ProductThumbsList a {
	display: block;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

#ProductThumbsList img {
	border: 1px solid #b1b1af;
}

.ProductThumbActive {
	border: 1px solid #5760a1 !important;
}

#ProductInformation .Image {
	height: 326px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 5px;
}
h1.product
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #000; 
	font-family: tahoma; 
	margin-bottom: 0.5em;
	float:none;
}

p.product 
{ 
	font-size: 1em;
	clear: left;
	text-align:left;
	line-height: 1.3em;
}


