.productSmall
{
	width: 160px;
	float: left;
	margin: 15px;
	border-collapse:collapse;
}
table.productSmall td {text-align: center;}
td#smallProdImageTd {height: 160px; text-align: center; vertical-align: middle; background: url(../images/prod_bg.gif) no-repeat;}
td.smallProdDescTd {height: 0px; text-align: center; vertical-align: top;}
td.smallProdDescTd a{font-weight: normal; font-size: 11px; padding: 0px 0px 0px 0px; margin: 0px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
td.smallProdDescTd a:hover {text-decoration: underline;}
td.smallProdPriceTd {height: 0px; 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; color: #FFFFFF; text-decoration: none; text-transform: capitalize;}
a.smallCategory:hover {text-decoration: underline;}

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

a.shopLink:hover {	
	text-decoration: none;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;	
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	background-color: #235b96;
	padding: 3px 4px 2px 6px;
}