body
{
    background: #666666;
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    color: #8C8C8C;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 14px 0 0 0;
}

#pageContent
{
    background: url(contentBG.png) repeat-y;
    padding: 10px 23px 23px 42px;
    width: 740px;
    min-height: 490px;
    clear: both;
}

#pageTop
{
    background: url(pageTop.png) no-repeat;
    height: 23px;
    width: 804px;
}
#pageBottom
{
    background: url(pageBottom.png) no-repeat;
    height: 23px;
    width: 804px;
}

#wrap
{
    text-align: left;
    width: 804px;
    padding: 0;
    position: relative;
    margin: 0px auto;
}

table, td, img
{
    border: 0;
}

.pageTable
{
    width: 710px;
    border-left: SOLID 1PX #ACACAC;
    border-collapse: collapse;
}

.pageTable tr td
{
    vertical-align: top;
}
#footer
{
    font-family: Arial;
    text-align: center;
    color: #CCCCCC;
}
#footer a
{
    color: #CCCCCC;
    text-decoration: none;
}

#subNav
{
    background-color: #666666;
    padding: 3px 16px 3px 0;
    text-align: right;
}
#subNav a { font-weight:bold }
#subNav a:hover { color:#E3E3E3}
#logo
{
    float: left;
    width: 174px;
    padding: 12px 0 5px 3px;
}
#menus
{
    margin-left: 182px;
    color: white;
}
.mnu
{
    margin: 16px 0 14px 0;
}
#menus a
{
    color: white;
    text-decoration: none;
}

.clear
{
    clear: both;
    font-size: 1px;
}

#leftNav
{
    float: left;
}

#content
{
    margin-left: 185px;
}
#pageContent
{
    float: left;
}

.pad10
{
    padding-right: 10px;
}

.pad5
{
    padding-right: 5px;
    padding-bottom: 5px;
}

#header
{
    margin-bottom: 10px;
}

.mnuItem
{
    background-color: White;
    cursor: hand;
}
.topMnuSubItem
{
    background-color: White;
    padding: 3px 5px 3px 7px;
    font-size: 8pt;
    font-weight:bold;
    color: #666666;
    width: 100px;filter: alpha(opacity=96);
    opacity: 0.96;
}

.topMnuSubItemHover
{
    color: White;
    background-color: #666666;
    padding: 3px 5px 3px 7px;
    font-size: 8pt;
    font-weight:bold;
    cursor: hand;
    width: 100px;
}

.subMnuItem
{
    background-color: White;
    padding: 3px 3px 3px 7px;
    font-size: 8pt;color:#5185D0;
    font-weight:bold;
    width: 160px;filter: alpha(opacity=95);
    opacity: 0.95;
}
.subMnuItemHover
{
    cursor: hand;
    background-color: #5185D0;
    padding: 3px 3px 3px 7px;
    color: white;
    font-weight:bold;
    font-size: 8pt;
    width: 160px;
}
.menuItemHover
{
    cursor: hand;
    background-color: #8C8C8C;
    color: white;
}
.leftMenuGroupHover
{
    cursor: pointer;
    background-color: #E7E7E7;
    color:#787878;
    font-size: 8pt;font-weight:bold;
}
.leftMenuGroup
{
    font-size: 8pt; font-weight:bold; color:#787878;
}

#footer a.uLnk
{
    text-decoration: underline;
}
.searchBox
{
    width: 118px;
    font-size: 10px;
}

#productPage #content
{
    margin-left: 2px;
}

.DefaultTab
{
    color: black;
    font-size: 12px;
    font-weight: bold;
    color: Gray;
    cursor: hand;
    background-image: url(tab_bg.gif);
    font-family: Arial;
}


.cellMain
{
    border-left: solid 1px #acacac;
    border-bottom: solid 1px #acacac;
}

.cellTop
{
    border-top: solid 1px #acacac;
}

.selectedTab
{
    color: #5B87C6;
    font-size: 13px;
    font-weight: bold;
    cursor: default;
    background-image: url(tab_bgActive.gif);
    font-family: Arial;
    z-index: 999;
}

.tableProductList
{
    width: 720px;
    border-collapse: collapse;
    z-index: 98;
    position: relative;
    top: -1px;
    left: 1px;
}

.tableProductList a
{
    font-weight: bold;
    text-decoration: none;
    color: #5B87C6;
}
.tableProductList a:hover
{
    text-decoration: underline;
}

.tableProductList tr td
{
    vertical-align: top;
}
.TopGroup
{
    width: 720px;
    z-index: 99;
    position: relative;
    left: 25px;
}

.dividerLine
{
    color: #ACACAC;
    height: 1px;
}

strong, .Tag
{
    color: #4F7CBF;
}


/* dataBANK forms */

.formHeader
{
    background-color: #76797A;
    color: White;
    font-size: 11pt;
    padding: 5px;
}
.formHeader strong
{
    color: White;
}
.formLabels
{
    background-color: white;
    color: #4C4C4C;
    font-weight: bold;
    text-align: right;
    border-bottom: solid 1px #6A5577;
}

.formDetail
{
    background-color: #F0F0F0;
    border-bottom: solid 1px #787878;
}

.formFooter
{
    text-align: center;
    background-color: #155AA5;
    color: white;
    padding: 5px;
}

.formFooter a, .formFooter a:visited
{
    color: white;
}

.confirm
{
    width: 500px;
    padding: 10px;
    background-color: white;
    color: black;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #6A5577;
}

.confirm a, .confirm a:visited
{
    color: black;
}


#otherSites
{
    margin-top: 2px;
}

.FeaturedDescription
{
    width: 136px;
    color: #6F6E6C;
}
.FeaturedProductName
{
    color: #5b87c6;
    font-size: 12px;
    margin-bottom: 6px;
    width: 136px;
    font-weight: bold;
}
.featured
{
    height: 119px;
    width: 256px;
    padding-top: 10px;
    padding-left: 12px;
    cursor: hand;
}

#homeFeatured tr td
{
    vertical-align: top;
    padding-bottom: 5px;
}

#accoBrands
{
    float: right;
    width: 30px;
    margin-right: 60px;
}

.pTab
{
    border-top: solid 1px #acacac;
    color: #5b87c6;
    font-weight: bold;
    font-size: 12pt;
    padding: 0 10px 0 10px;
    line-height: 14px;
}
.pTagBG
{
    background: url(pTabBG.gif) repeat-x;
    width: 100%;
}
.tableProductInfo
{
    border-left: solid 1px #acacac;
    width: 720px;
}


ul
{
    margin-left: 18px;
    list-style-image: url(bullet.gif);
}
ul li
{
    margin-bottom: 6px;
}
.tabTable
{
    width: 720px;
    border-collapse: collapse;
}

.tabPage
{
    border-left: solid 1px #76797A;
    padding-left: 20px;
    padding-top: 20px;
}
.WarrantyLogo
{
    text-align: right;
}

#zoomImage
{
    text-align: center;
    border-left: solid 1px #76797A;
}

.eDemoImg
{
    width: 240px;
    height: 220px;
}

.ScrollItem
{
    color: black;
    background-image: url(scroll_item_bg.gif);
    border: 1px solid #919B9C;
    border-left-color: #91A7B4;
    border-top-color: #91A7B4;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    height: 20px;
    cursor: default;
}

.ScrollItemHover
{
    color: black;
    background-image: url(hover_scroll_item_bg.gif);
    border: 1px solid #919B9C;
    border-left-color: #91A7B4;
    border-top-color: #91A7B4;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    height: 20px;
    cursor: default;
}



.BuySection
{
    font-weight: bold;
    font-size: 12px;
}
.cellBuyHead
{
    background-color: #999999;
    color: White;
    font-weight: bold;
}
.cellBuyData
{
    background-color: #F8F8F8;
}

.sml
{
    font-size: 10px; text-decoration:none; color:#666666
}
.sml:hover { text-decoration:underline; color:#4C4C4C}
.more { font-weight:bold }



#setGroupsideBar
{
    float: right;
    width: 165px;
    background-color: #F0F0F0;
    margin-right: 20px;text-align:center;padding-bottom:6px;
}

#setGroupsideBar p { margin:2px 1px 5px 1px}

.tblSets tr td { width:178px;padding-top:10px }
.tblSets tr td img.photo { width:171px; height:102px }
.tblSets a { font-weight:bold; text-decoration:none;color:#5B87C6 }
.tblSets a:hover { text-decoration:underline}

.B3 { font-weight:bold }

#relatedContainer { margin:0 10px 0 0px;padding-left:9px; border-left:solid 1px #ACACAC}
#relatedProducts { border:solid 1px #D6D6D6; border-top:0;border-bottom:0;  overflow:auto; width:708px;}
#relatedHeader { padding:0} 
.related { float:left; width:220px;height:150px; text-align:center;padding:10px 2px 10px 2px;}
.related a { font-size:11px;color:#4f7cbf;font-weight:bold; text-decoration:none}

#moreInfo a { font-weight:bold; text-decoration:none;color:#4f7cbf; }
#moreInfo a:hover,.related a:hover { text-decoration:underline}
.addthis_button { display:block; padding-top:5px;}