body {
     text-align: center;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 14px;
     color: #000;
     background-color: #600;
}
table {
     font-family: Arial,Helvetica,sans-serif;
     font-size: 14px;
     color: #000;     
}
a.topnav:link, a.topnav:visited {
     font-size: 14px;
     color: #fff;
     text-decoration: none;
}
a.topnav:hover {
     font-size: 14px;
     color: #fff;
     text-decoration: none;
}
a.leftnav:link, a.leftnav:visited {
     font-size: 14px;
     font-weight: bold;
     color: #fff;
     padding: 4px;
     text-decoration: none;
     background-color: #5F0020;
}
a.leftnav:hover {
     background-color: #D00F60;
}
table.leftnav_table {
     font-family: Arial,Helvetica,sans-serif;
     font-size: 14px;
}
table.product_table {
     font-family: Arial,Helvetica,sans-serif;
     font-size: 14px;
}
a.product_link {
     font-family: Arial,Helvetica,sans-serif;
     font-size: 14px;
     text-decoration: underline;
}
.status {
     font-family: Arial,Helvetica,sans-serif;
     font-size: 14px;
     font-weight: bold;
     color: #007962;
}
a.footernav {
     font-family: Verdana,Arial,Helvetica,sans-serif;
     font-size: 12px;
     color: #0000FF;
     text-decoration: none;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 100px;
border: 1px dashed gray;
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;
margin: 0px;
top: 0px;
left: 100px; /*position where enlarged image should offset horizontally */
}

