/* login functions */
#loginFcns { display: block; visibility: visible; }

.bigBlue { color: #299445; font-size: 13px; }
.bigRed { color: #800000; font-size: 13px; }
.bigBlueBold { color: #299445; font-size: 13px; font-weight: bold; }
.bigRedBold { color: #800000; font-size: 13px; font-weight: bold; }
a.bigRedLink {color: #800000; font-size: 13px; font-weight: bold; text-decoration: none; }
a.bigRedLink:hover { text-decoration: underline; }
a.bigBlueLink {color: #299445; font-size: 13px; font-weight: bold; text-decoration: none; }
a.bigBlueLink:hover { text-decoration: underline; }

  
.toLeft { float: left; text-align: left; margin-left: 25px;  margin-top: 5px; }
.toRight { float: right; text-align: right; margin-right: 25px; margin-left: 25px; margin-top: 5px; }
.imgRight { float: right; text-align: right; margin-right: 25px; }

td.cartCenter { padding-left: 25px; text-align: right; vertical-align: bottom; }
td.line { height: 3px; }

/* was width: auto */
#ldiv { position: absolute; top: 200px; left: 200px; width: 450px; height: 250px;
        border-top: 3px #999999 solid; border-left: 3px #999999 solid; 
        border-bottom: 3px #666666 solid; border-right: 3px #666666 solid; 
        background-color: #FFFF99; 
        display: block; visibility: hidden; z-index: 99; font-family: arial,sans-serif; font-size: 12px; }

#ediv { position: absolute; top: 200px; left: 200px; width: 450px; height: 250px;
        border-top: 3px #999999 solid; border-left: 3px #999999 solid; 
        border-bottom: 3px #666666 solid; border-right: 3px #666666 solid; 
        background-color: #FFFF99; 
        display: block; visibility: hidden; z-index: 88; font-family: arial,sans-serif; font-size: 12px; }



