.productSmall
{
	width: 85px;
	float: left;
	margin: 5px;
	border-collapse:collapse;
}
table.productSmall td {}
td.smallProdImageTd {height: 72px; text-align: center; vertical-align: middle; border: solid 1px #69266e;}
td.smallProdDescTd {height: 45px; text-align: center; vertical-align: top;}
td.smallProdDescTd a{font-weight: normal; font-size: 11px; padding: 0px 0px 0px 0px; margin: 0px; text-decoration: none; color: #69266e;}
td.smallProdDescTd a:hover {text-decoration: underline;}
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%;
	margin: 0px;
	text-align: left;	
}

table#productBig td {vertical-align: top;}
#productBigDesc {margin: 0px 0px 10px 10px;}
td#productBigImage {width: 10px;}
.quantity {height: 10px; font-size: 10px; margin-right: 30px;}

table.prodOptions {width: 90%; margin-top: 20px;}
table.prodOptions td 
{
	color: #333333;
	font-size:12px;
	font-weight: bold;
	vertical-align: middle;
}

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

a.shopLink {
	cursor: pointer; 
	color: #69266e; 
	font-weight: normal; 
	background: #e0d1de; 
	padding: 2px 5px 2px 5px;
	text-transform:uppercase;
	text-decoration: none;
	border: solid 1px #69266e;
}

a.shopLink:hover {	
	text-decoration: none;
	border-top-color: #69266e;
	border-left-color: #69266e;	
	border-bottom-color: #ba80b8;
	border-right-color: #ba80b8;
	padding: 3px 4px 2px 6px;
}