﻿.productGroup
{
}

.productGroup .title a
{
	font-weight: bold;
	text-transform:uppercase;
}

.productList
{
	display: block;
}

.productList .cell
{
	text-align: center;
	height: 150px;
	width: 140px;
	vertical-align: top;
	border: 1px solid #999999;
	padding-top: 5px;
	
}

.productList .item
{
	width: 140px;
	border: 1px dotted gray;
	margin: 2px;
	min-height: 150px;
	height: 150px;
}
.productList .item img
{
	border: none;
	height: 100px;
	width: 100px;
	margin: 2px;
	display: inline-block;
	clear: both;
}

.productDetail .productName
{
	font-weight: bold;
	color: #1e5cc1;
	margin: 0;
	padding-left: 0px;
}

.productDetail .floatImage img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 200px;
}

