table.productSmall
{
	width: 160px;
	float: left;
	margin: 5px 5px 15px 5px;
	border-collapse:collapse;
	/*border: solid 1px #cccccc;*/
}
table.productSmall td.smallProdImageTd {height: 210px; text-align: center; vertical-align: bottom; /*border-bottom: solid 1px #cccccc;*/}
table.productSmall td.smallProdDescTd {height: 35px; padding: 5px; text-align: center; vertical-align: top;}
table.productSmall td.smallProdDescTd a{font-weight: bold; font-size: 11px; padding: 0px 0px 0px 0px; margin: 0px; text-decoration: none;}
table.productSmall td.smallProdDescTd a:hover {text-decoration: none;}
table.productSmall td.smallProdPriceTd {height: 10px; text-align: center;}
table.productSmall td.smallProdPriceTd p{font-weight: normal; font-size: 11px; padding: 3px 0px 3px 0px; margin: 0px;}


.productBigHeading
{
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	padding: 4px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;	
}
.productBidImage {margin-bottom: 10px; text-align: center;}
.productBigDesc {margin-bottom: 20px; font-weight: normal; text-align: center;}
.productBigLongDesc strong{font-weight: normal;}
.productBigOptions
{
	margin: 2px 0px 10px 0px;
	padding: 4px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;	
}
a.smallCategory {font-weight: bold; font-size: 14px; padding: 4px;}

a.shopLink 
{
	cursor: pointer; 
	font-weight: bold; 
	text-transform:uppercase;
	text-decoration: none;
}

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


.breadCrumbs
{
	padding: 3px 5px 3px 5px;
	background-color: #000000;
	border: solid 1px #333333;
}

a.breadCrumbLink
{
	font-weight: normal;
	text-decoration: underline;
}