.productSmall
{
	width: 160px;
	float: left;
	margin: 10px 5px 10px 5px;
	border-collapse:collapse;
	border: solid 2px #ffffff;
}
.productSmall img {border: none;}
table.productSmall td {}
td.smallProdImageTd {height: 215px; text-align: center; vertical-align: bottom;}
td.smallProdDescTd {height: 90px; text-align: left; vertical-align: top;}
td.smallProdDescTd a{font-weight: bold; font-size: 11px; padding: 0px 0px 0px 0px; margin: 0px; text-decoration: none; color: #414142;}
td.smallProdDescTd a:hover {text-decoration: none;}
td.smallProdPriceTd {height: 10px; text-align: center;}
td.smallProdPriceTd p{font-weight: normal; font-size: 11px; padding: 3px 0px 3px 0px; margin: 0px;}

.line {font-size: 0px; margin: 0px 30px 0px 30px; border-top: solid 6px #ad9d9d;}

table#productBig
{
	width: 100%;
	height: 80%;
	margin: 0px;
	text-align: left;	
	background-color: #FFFFFF;
}
#productBigContainer 
{
	margin: 30px 0px 20px 0px;
	padding: 15px 3px 15px 3px;
	font-size: 12px;
	border-top: solid 1px #dcddde; 
	border-bottom: solid 1px #dcddde;
}
#productBigContainer h3
{
	padding: 0px;
	margin: 5px 0px 3px 0px;
	color: #000000;	
	font-size: 18px;
	font-weight: normal;
}
#productBigPrice {color: #333333; font-size: 14px;}
table#productBig td {padding: 0px 0px 10px 10px;}
#productBigDesc {color: #7e8083; vertical-align: top;}
td#productBigImage {width: 352px; text-align: center; vertical-align: middle; padding-top: 20px;}
.quantity {height: 20px; margin-right: 30px;}

table.prodOptions {width: 90%; margin-top: 20px;}
table.prodOptions td 
{
	color: #333333;
	font-size:13px;
	/*---Thick Grey Rule------*/
	font-weight: bold;
	vertical-align: middle;
}

a.smallCategory {font-weight: bold; font-size: 14px; padding: 4px;}

a.shopLink {
	cursor: pointer; 
	color: #7e8083; 
	font-weight: normal; 
	text-transform:uppercase;
	text-decoration: none;
}

a.shopLink:hover 
{	
	color: #333333;
}
