﻿body
{
    font: normal 10pt Tahoma;
    margin: 0px;
    padding: 0px;
    text-transform: none;
}
.divmaster
{
    width: 980px;
    margin: 0 auto;
}
.divleft
{
    width: 460px;
    float: left;
    margin: 0 auto 0 2px;
    text-align: center;
    border-right-style: dashed;
    border-right-width: thin;
    border-right-color: #FF0000;
}
.flagusa
{
    width: 450px;
    float: left;
}
.zoneheader
{
    width: 100px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.uvalueheader
{
    width: 100px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.shgcheader
{
    width: 100px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.zoneusa
{
    width: 100px;
    text-align: center;
}

.uvalue
{
    width: 100px;
    text-align: center;
}
.shgc
{
    width: 100px;
    text-align: center;
}
.divright
{
    width: 500px;
    float: right;
    margin: 0 2px 0 auto;
    text-align: center;
    border-left-style: dashed;
    border-left-width: thin;
    border-left-color: #FF0000;

}
.or
{
    width: 25px;
    text-align: center;
}
.zoneheadercan
{
    width: 25px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.standardheader
{
    width: 175px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.maxuvalueheader
{
    width: 200px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.zonecanada
{
    width: 25px;
    text-align: center;
}

.standard
{
    width: 175px;
    text-align: center;
}
.maxuvalue
{
    width: 200px;
    text-align: center;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
a img
{
    border: none;
}
    .thumb{
position: relative;
z-index: 0;
}
.thumb:hover{
background-color: transparent;
z-index: 50;
}
.thumb span{ /*CSS for enlarged image*/
position: absolute;
visibility: hidden;
}

.thumb:hover span
{
    /*CSS for enlarged image on hover*/
    visibility: visible;
    top:0px;
    left:0px;
}