@charset "utf-8";
/* CSS Document */


.style4 {
	text-align: center;
	font-size: large;
	background-color: #800000;
	color: #FFFFFF;
}
.style6 {
	font-size: xx-small;
	font-style: normal;
}
.style13 {
	text-align: center;
	color: #000000;
	background-color: #000080;
}
.style18 {
	color: #FFFFFF;
}
.style19 {
	color: #FF0000;
	font-style: italic;
	font-size: medium;
}
.style20 {
	font-size: 10.0pt;
	font-family: Verdana, sans-serif;
	color: black;
}
.style21 {
	border: thin hidden #93ca09;



}
.style22 {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}
.style23 {
	font-size: xx-small;
}
.style24 {
	background-color: #FFFF00;
}
.style25 {
	background-color: #00FFFF;
}

.productPic{
position: relative;
z-index: 10;
}

.productPic li span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
z-index:100;
}

.productPic li span img{ /*CSS for enlarged image*/
position:relative;
border-width: 0;
padding: 2px;
z-index:100;
}

.productPic li:hover span, li.over span{ /*CSS for enlarged image on hover*/
position:absolute;
visibility: visible;
top: -10px;
left: 100px; /*position where enlarged image should offset horizontally */
z-index:100;
}

.productPic2{
position: relative;
z-index: 1;
}

.productPic2 li span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: 60px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
z-index:10;
}

.productPic2 li span img{ /*CSS for enlarged image*/
position:relative;
border-width: 0;
padding: 2px;
z-index:10;
}

.productPic2 li:hover span, li.over span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -10px;
left: 80px; /*position where enlarged image should offset horizontally */
}

.style26 {
	font-size: small;
}

.style27 {
	background-color: #FFFFFF;
	font-size: x-small;
}

.style28 {
	text-align: center;
}

.style29 {
	font-size: large;
}
.style30 {
	font-style: normal;
}


