h1
{
 font-family: Tahoma, Arial, sans-serif;
 font-size: 16px;
 color: #FF0000;

}

h2
{
 font-family: Tahoma, Arial, sans-serif;
 font-size: 14px;
 color: #000000;

}

h3
{
 font-family: Tahoma, Arial, sans-serif;
 font-size: 12px;
 color: #000000;
 }
.bodytext
 {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 11px;
 color: #000000;
}

a.bodytext:link { color:  rgb(20, 66, 150)}  /* for unvisited links */
a.bodytext:visited { color: rgb(100, 100, 100)} /* for visited links */
a.bodytext:active { color: rgb(60, 130, 230)} /* when link is clicked */
a.bodytext:hover { color: rgb(60, 130, 230)} /* when mouse is over link */
a.bodytext { text-decoration: none } /* menu links look more like buttons */

ul.bodytext { 
      margin-top:0.5em; margin-bottom:0em; margin-left:1.8em; margin-right:0em;padding:0px;list-style-image:url("/images/fx/li.gif");
      }



.whitetext
 {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 11px;
 color: #FFFFFF;
}

.smalltext
 {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 10px;
 color: #000000;
}

.menustyle
 {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 11px;
 color: #FFFFFF;
}

a.menustyle:link { color:  rgb(255, 255, 255)}  /* for unvisited links */
a.menustyle:visited { color: rgb(240, 240, 240)} /* for visited links */
a.menustyle:active { color: rgb(150, 150, 255)} /* when link is clicked */
a.menustyle:hover { color: rgb(150, 150, 255)} /* when mouse is over link */
a.menustyle { text-decoration: none } /* menu links look more like buttons */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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: 5px;
left: -1000px;
border: 1px solid 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;
top: -140;
left: -20; /*position where enlarged image should offset horizontally */

}

.buttonSmall
   {
   padding : 1px;
   text-align :center;
   vertical-align: middle;
   background-image: url(/new/images/menu/button.gif);
   background-repeat:no-repeat;
   height : 15px;
   width : 80px;
   font-family: Tahoma, Arial, sans-serif;
   font-size: 9px;
   color: #000000;
   }

.buttonSmallText
   {
   text-align :center;
   font-family: Tahoma, Arial, sans-serif;

   font-size: 9px;
   color: #000000;
   }

a.buttonSmallText:link { color:  rgb(255, 206, 82)}  /* for unvisited links */
a.buttonSmallText:visited { color: rgb(255, 206, 82)} /* for visited links */
a.buttonSmallText:active { color: rgb(255, 206, 82)} /* when link is clicked */
a.buttonSmallText:hover { color: rgb(255, 255, 255)} /* when mouse is over link */
a.buttonSmallText { text-decoration: none } /* menu links look more like buttons */

.productCell
   {
   padding : 3px;
   border-style : solid;
   border-width: 3px;
   border-color: #E3E4FF;
   }


