.product
{
	position: absolute;
	left: 535px;
	top: 65px;
	height: 250px;
	width: 200px; 
	text-align: right;      
	padding: 0;
	margin: 0;   
}

.product p
{
   font-family: Verdana;
   font-size: 0.8em;   
   font-weight: normal;
   color: darkgray;   
   text-align: left;
}

.product table
{
	font-family: Verdana;
	font-size: 0.7em;
	width: 200px;	
	margin: 0;
	padding: 0;
}

.product table td.left
{
	text-align: left;      
	width: 100px;
}

.prod1of3
{
	position: absolute;
	left: 20px;
	top: 440px;
	width: 225px;
	height: 125px;
	text-align: center;
	margin: 0;
	padding: 0;		
}

.prod2of3
{
	position: absolute;
	left: 255px;
	top: 440px;
	width: 225px;
	height: 125px;
	text-align: center;
	margin: 0;
	padding: 0;		
}

.prod3of3
{
	position: absolute;
	left: 490px;
	top: 440px;
	width: 225px;
	height: 125px;
	text-align: center;
	margin: 0;
	padding: 0;		
}

.prod1of5
{
	position: absolute;
	left: 20px;
	top: 450px;
	width: 135px;
	height: 100px;
	text-align: center;
	margin: 0;
	padding: 0;		
}

.prod2of5
{
	position: absolute;
	left: 165px;
	top: 450px;
	width: 135px;
	height: 100px;
	text-align: center;
	margin: 0;
	padding: 0;	
}

.prod3of5
{
	position: absolute;
	left: 310px;
	top: 450px;
	width: 135px;
	height: 100px;
	text-align: center;	
	margin: 0;
	padding: 0;	
}

.prod4of5
{
	position: absolute;
	left: 455px;
	top: 450px;
	width: 135px;
	height: 100px;
	text-align: center;	
	margin: 0;
	padding: 0;	
}

.prod5of5
{
	position: absolute;
	left: 600px;
	top: 450px;
	width: 135px;
	height: 100px;
	text-align: center;	
	margin: 0;
	padding: 0;	
}

.prod1of5 table, .prod2of5 table, .prod3of5 table, .prod4of5 table, .prod5of5 table
{	
	width: 135px;
	height: 100px;
	margin: 0;
	padding: 0;	
	border: 1px solid #FFFFFF;
}

.prod1of3 table, .prod2of3 table, .prod3of3 table
{
	width: 225px;
	height: 125px;
	margin: 0;
	padding: 0;	
	border: 1px solid #FFFFFF;
}

.prod1of5 table.selected, .prod2of5 table.selected, .prod3of5 table.selected, .prod4of5 table.selected, .prod5of5 table.selected
{
	width: 135px;
	height: 100px;
	margin: 0;
	padding: 0;		
	border: 1px dotted #C2C2C2;
}

.prod1of3 table.selected, .prod2of3 table.selected, .prod3of3 table.selected
{
	width: 225px;
	height: 125px;
	margin: 0;
	padding: 0;		
	border: 1px dotted #C2C2C2;
}

.prod1of5 img, .prod2of5 img, .prod3of5 img, .prod4of5 img, .prod5of5 img
{
	border: 0;
}

.prod1of3 img, .prod2of3 img, .prod3of3 img
{
	border: 0;
}
