<style type="text/css">

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 3px;
left: 10px;
border: 3px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */
}

/* Body CSS*/

.text { /* Text on Policy Page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.policy { /* Headings on Policy Page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339966;
	text-align: center;
}

.crumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339966;
	font-weight: bold;
}

.next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
	font-weight: bold;
}

.cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 2;
}

.subcat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	font-weight: bold;
	text-decoration: none;
	margin-left: 12;
}

.qty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.sh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.ship {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: gray;
}

.copyright, .copyright a:link, .copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #556666;
	text-decoration: none;
}
.copyright a:hover, .copyright a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #556666;
	text-decoration: underline;
}
</style>