.prodImage { padding:5px; }

/* =Main Content
-----------------------------------------------------------------------------*/
#contentMainRight { padding-right:10px; margin-top:10px;}
#contentMainRightIE7 { padding-right:10px; margin-top:10px; width:165px;}

* html #contentMainRight ul.prodList li { background-position: 200px 7px; padding-left: 212px; }  /* Holly Hack */

#contentMainLeft { width: 180px; float: left; padding-right: 10px; margin-right:10px; border-right: dotted #999999 1px; margin-top:10px; }
* html #contentMainLeft { border-right: solid #999999 1px; }  /* Holly Hack */

/* =Specification Table
-----------------------------------------------------------------------------*/
#prodTable, #prodTable2 { width: 205px; padding: 0; margin: 0 0 0 5px; }
#prodTable2 { width: 175px; }

#prodTable td, #prodTable2 td { border: 1px solid #999; background: #fff; padding: 2px 2px 2px 4px; color: #4f6b72; font-size:10px; }

#prodTable td.alt, #prodTable2 td.alt { background: #EDECFF; color: #797268; font-size:10px; }

/* =popup images
-----------------------------------------------------------------------------*/
.thumbnail, .thumbnailProd { position: relative; z-index: 0; padding:5px; }

.thumbnail:hover, .thumbnailProd:hover { background-color: transparent; z-index: 50; }

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 5px;
left: -1000px;
border: 4px solid #3D6C7E;
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: -105px;
left: -383px; /*position where enlarged image should offset horizontally */
}

.thumbnailProd span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 5px;
left: -1000px;
border: 4px solid #3D6C7E;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailProd span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailProd:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -105px;
left: -425px; /*position where enlarged image should offset horizontally */
}