﻿/* Product Type Listing */
#productGroups
{
    list-style-type: none;
    margin: 0px 0px 0px 10px;
    padding: 0px; display:block; line-height:20px;
}
#productGroups li
{
    list-style-type: none;
    padding: 0px; display:block; line-height:20px; margin:0px; width:180px;
}

#productGroups li a
{
    background: url(/images/morearrow2.gif) no-repeat 95% 1px; display:block;
}
#productGroups li a:hover
{
    background-position: 96% -99px;
}

#productTypes img { border: 1px solid #cdd4dc;  }
#productTypes table { text-align:center; width:100%}
#productTypes td { padding-bottom:10px }

#productGroupHeader { position:relative;  top:-5px; margin:0 -5px;}
#productGroupHeader h1 { position:relative; top:-75px; color:#ffffff; font-size:30px; }

#galleryImageZoom { position:absolute; background: url(/images/zoom.png); width:20px; height:20px; z-index:99; display:none; }

/* Product Type Listing --> END */
