﻿/*
    Brown: 974605
    Orange: ce7019
    Black: 1f150c
*/

body 
{
   font-family:'verdana','trebuchet ms',helvetica,sans-serif;
   color:#FFFFFF;
   
   font-size:8pt;
}

td
{
 font-size: 8pt;
}

a
{
    color:#FFFFFF;    
    font-weight:bold;
}

input
{
 font-family:Verdana;
 font-size: 10pt;
}

.btn
{
   color:#FFFFFF;
   font-family:'verdana','trebuchet ms',helvetica,sans-serif;
   font-size:8pt;
   font-weight:bold;
   background-color:#d06f19;
   border:1px solid #d06f19;
   height:22px;
   cursor:pointer;
   text-decoration:none;
   margin-top:15px;    
}

.pageTitle
{
    font-family:'verdana','trebuchet ms',helvetica,sans-serif;
    font-size:22pt;    
    font-weight:500;
    color: #1f150c; 
    text-align:left; 
}

img
{
    border-style:none    
}

#tblMainNav td
{
     padding-left:5px;
     padding-right:120px;
}

#tblNavBottom a
{
    color:#d06f19;
    text-decoration:none;
    font-weight:normal;
    font-size:9pt
}

#tblNavBottom a:hover
{
    color:#ffffff;    
}

.footer
{ 
 text-align:center; 
 font-family:Verdana;
 font-size: 10pt;
 color:#006b9d; 
 background-color:#FFFFFF;
 padding-left:10px;
}

/* SiteMap Styles */
.treeRoot
{   
   color:#d06f19;
   border:solid 0px #056839;
   font-size:10pt;
   font-weight:bold;
   width:200px;
   text-align:left;
   text-decoration:none;
   cursor:pointer;
   cursor:hand;
   padding:5px 5px 5px 5px;
}

.tree td div
{
    height: 20px !important
}

.tree td a 
{
    text-decoration:none;
    font-family:Verdana;
    font-size:9pt;
    font-weight:normal;
    color:#FFFFFF;
}

.tree td a:hover
{
    
    color:#d06f19;
    text-decoration:none;
}

.mapInfoImage
{
    padding-left:10px;
    float:left;  
    vertical-align:middle;
}

.mapInfoText
{
     float:left;    
     max-width:300px;
}

#mapInfo a
{
    color:#0397eb;
}

.locatorLink
{
    border-bottom: solid 1px #a9a090;   
}

input.addCart{
   color:red;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:7pt;
   font-weight:bold;
   background-color:#FFFFFF;
   border:1px solid #FFFFFF;
   height:18px;
   cursor:pointer;
   text-decoration:underline;
   }
   
input.viewCart{
   color:Navy;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:9pt;
   font-weight:bold;
   background-color:#FFFFFF;
   border:1px solid Navy;
   height:22px;
   cursor:pointer;
   text-decoration:none;
   margin-top:15px;
   }
   
   #tblOrderForm td
   {
        font-size:7pt;
   }
   
   #divThumbnails div
   {
        cursor:hand;
    }