﻿html
{
   border: 0;
   padding: 0;
   margin: 0;
}
body
{
   background-color: #fff;
   font-family: Tahoma, Verdana, Arial;
   font-size: 13px;
   border: 0;
   padding: 0;
   margin: 0;
}
input
{
   font-family: Tahoma, Verdana, Arial;
   font-size: 100%;
}
#pageHeader
{
    height: 162px;
    /*padding: 6px 8px 6px 8px;*/
    background-image: url('../Images/gfx_right_header.png');
    background-position: right;
    background-repeat: no-repeat;
    text-align: left;
}
.styleLine
{
   height: 6px;
   background-color: #006CB6;
}
#subNav
{
   /*height: 23px;*/
   background-image: url('../Images/gfx_subnav_bg.jpg');
   text-align: left;
   padding-left: 16px;
   padding-top: 7px;
   vertical-align: middle;
   color: #fff;
   font-size: 11px;
}
#breadcrumb
{
   height: 35px;
}
#breadcrumbLeft
{
   height: 35px;
   width: 220px;
   background-image: url('../Images/gfx_breadcrumb_left.jpg');
   float: left;
   background-repeat: no-repeat;
}
#breadcrumbRight
{
   height: 35px;
   background-image: url('../Images/gfx_breadcrumb_bg.jpg');
   background-repeat: repeat-x;
   vertical-align: middle;
   padding-top: 10px;
}
#leftColumn
{
   width: 175px;
   background-color: #8E8E8E;
   float: left;
   height: 100%;
}
#rightColumn
{
   padding: 8px 7px 3px 195px;
}
.menuItem
{
   width: 175px;
   height: 20px;
   background-image: url('../Images/gfx_menuitem_bg.jpg');
   padding-bottom: 5px;
   font-size: 11px;
   color: #fff;
   font-weight: bold;
   text-align: center;
}
.menuItem a
{
   color: #fff;
   text-decoration: none;
}
.menuItem a:hover
{
   color: #ccc;
   text-decoration: underline;
}
#copyright
{
   height: 23px;
   background-image: url('../Images/gfx_subnav_bg.jpg');
   text-align: center;
   padding-top: 7px;
   vertical-align: middle;
   font-size: 11px;
   color: #fff;
}
.categoryList
{
   width: 200px;
}
.searchWatermark
{
   font-style: italic;
   color: #aaaaaa;
}
img.thumbnailImage
{
   margin-top: 20px;
   margin-left: 30px;
   margin-right: 30px;
   border: 0;
}
.thumbnailProductName
{
   font-weight: bold;
}
.categoryHeader
{
   font-size: 1.6em;
   font-weight: bold;
}
.pricingTable
{
   margin-left: 40px;
}
.pricingTableCell
{
    padding: 4px;
    border: solid 1px #CCCCCC;
    text-align: right;
}
.basicTableHeader
{
    background-color: #000055;
    color: #ffffff;
    font-weight: bold;
    padding: 4px;
    border: solid 1px #CCCCCC;
}
.basicTableCell
{
    border: solid 1px #CCCCCC;
    padding: 4px;
}
.quantityTableCell
{
    padding: 4px;
    text-align: center;
    font-weight: bold;
    border: solid 1px #CCCCCC;
}
.itemLink
{
   font-weight: bold;
}
.requiredField
{
   color: #ff0000;
   font-weight: bold;
}
.small
{
   font-size: 0.8em;
}
.pageTitle
{
   font-weight: bold;
   font-size: 1.2em;
}
div.virtualSampleContainer
{
   border: 1px solid rgb(221, 221, 221);
   margin: 16px 0px 0px;
   padding: 4px;
   width: 300px;
   text-align: center;
}
a.virtualSampleLink, a.virtualSampleLink:link, a.virtualSampleLink:hover
{
   color: #ffffff;
}
div.virtualSampleLinkBox
{
   border: 1px solid rgb(170, 0, 0);
   padding: 2px; width: 175px;
   background-color: rgb(255, 0, 0);
   color: #ffffff;
   margin: auto;
}
div.bugs
{
   font-size: 11px;
   background-color: #777777;
}
div.bugs a
{
   color: #ffffff;
}