body {
	background-color: #000000;
	background-image: url(../images/back.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
.ftrTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
a.plink:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF99FF;
	text-decoration: underline;
}
a.plink:visited {
	font-size: 10px;
	color: #FF66FF;
	text-decoration: none;
}  
a.plink:hover {
	font-size: 10px;
	color: #FF66FF;
	text-decoration: underline;
}
.cellStyle {
	margin: 10px;
	padding: 10px;
	text-align: left;
}
.ShopCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
.ShopHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF00FF;
}
/*------------------Product Image Hover */


.prodImage{
position: relative;
z-index: 0;
}

.prodImage:hover{
background-color: transparent;
z-index: 50;
}

.prodImage span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.prodImage span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.prodImage:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 0px; /*position where enlarged image should offset horizontally */

}
/*------------------Product Image Hover for far right image */


.prodImageRight{
position: relative;
z-index: 0;
}

.prodImageRight:hover{
background-color: transparent;
z-index: 50;
}

.prodImageRight span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.prodImageRight span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.prodImageRight:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -300px; /*position where enlarged image should offset horizontally */

}

