/* PRODUCT CLASSES */

.productRow
{
	position: relative; 
	width: 780px;
	height: 400px;
	z-index: 1;
}

.productRow2
{
	position: relative; 
	width: 780px;
	height: 400px;
	z-index: 1;
}

.productRowSpace
{
	position: relative; 
	width: 780px;
	height: 20px;
	z-index: 1;
}

.productRowSpace2
{
	position: relative; 
	width: 780px;
	height: 20px;
	z-index: 1;
}

.productRowSpace3
{
	position: relative; 
	width: 780px;
	height: 50px;
	z-index: 1;
}


/* PRODUCT ITEMS */

#p1
{
	position: absolute;
	left: 37px;	
	top: 0px; 
	width: 117px;
	height: 343px;
	text-align: center;
	z-index: 1;
}

#p2
{
	position: absolute;
	left: 190px;	
	top: 0px; 
	width: 186px;
	height: 343px;
	text-align: center;
	z-index: 1;
}

#p3
{
	position: absolute;
	left: 0px;	
	top: 0px; 
	width: 237px;
	height: 343px;
	text-align: center;
	z-index: 1;
}

#p4
{
	position: absolute;
	left: 400px;	
	top: 0px; 
	width: 155px;
	height: 343px;
	text-align: center;
	z-index: 1;
}

#p5
{
	position: absolute;
	left: 596px;	
	top: 0px; 
	width: 184px;
	height: 343px;
	text-align: center;
	z-index: 1;
}
/* PRODUCT PODS */

.popup1, .popup2, .popup3, .popup4, .popup5
{
	position: absolute;	
	top: 10px; 
	width: 370px;
	height: 278px;
	background-repeat: no-repeat;
	display: none;
	z-index: 20;
}

.popup2
{
	position: absolute;	
	top: 10px; 
	width: 370px;
	height: 278px;
	background-repeat: no-repeat;
	display: none;
	z-index: 20;
}

.popup1
{
	left: 40px;
	background-image: url(../Images/Products/PopUps/blank.png);
}

.popup2
{
	left: 223px;
	background-image: url(../Images/Products/PopUps/P2.png);
}

.popup3
{
	left: 40px;
	background-image: url(../Images/Products/PopUps/blank.png);
}

.popup4
{
	left: 480px;
	background-image: url(../Images/Products/PopUps/P4.png);
}

.popup5
{
	left: 340px;
	background-image: url(../Images/Products/PopUps/P5.png);
}


.olPopUp
{
	margin:  0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.liPopUp
{
	margin:  0px;
	padding: 0px 0px 8px 0px;
}


