body
{
    background: url(images/BG-Green.jpg) repeat-x;
    font-family: Arial;
}
.Normal
{
        font-size: 12pt;     
}
#HeaderLeft
{
    background: url(images/Header-BG-Left.gif) no-repeat bottom right;
    width:10px;
  
}
#HeaderLogo
{
    width:181px;  
}
.HeaderContent
{
    background: url(images/Header-BG.gif) repeat-x bottom;    
}
#HeaderCart
{
    background: url(images/Header-BG.gif) repeat-x bottom; 
    width: 230px;   
}

#HeaderRight
{
    background: url(images/Header-BG-Right.gif) no-repeat bottom left;
    width:10px;    
}

#ContentTL
{
    background: url(images/Corner-TL.gif) no-repeat top left;
    width:9px;
    height:10px;    
}
#ContentTR
{
    background: url(images/Corner-TR.gif) no-repeat top right;
    width:9px;
    height:10px;    
}
#ContentLeft
{
    background: url(images/Border-L.gif) repeat-y;
    width:9px;    
}
#ContentCenter
{
    background-color:#fcf3c8;
    height:300px;    
}
#ContentRight
{
    background: url(images/Border-R.gif) repeat-y;
    width:9px;    
}
#ContentBL
{
    background: url(images/Corner-BL.gif) no-repeat bottom left;
    width:9px;
    height:10px;    
}
#ContentBR
{
    background: url(images/Corner-BR.gif) no-repeat bottom right;
    width:9px;
    height:10px;    
}
#ContentBottom
{
    background: url(images/Border-B.gif) repeat-x;
    height:10px;    
}

#ContentTop
{
    background: url(images/Border-T.gif) repeat-x;
    height:10px;    
}
.LeftPane
{
    /*background: url(images/Seperator-v.gif) no-repeat top right;*/
    border-right: solid 1px #983d22;
    height:300px;
    width:200px;
    padding:10px;   
}
.ContentPane
{
   padding-left: 10px;
}
.TopNav,
a.TopNav,
a.TopNav:visited
{
    font-size: 85%;
       color: #ffffff; 
}

#imgShoppingCart
{
    margin-top: -30px;    
}

.MenuCornerLeft
{
  background: url('images/MenuBG-L.gif') no-repeat left;
}
.MainMenu
{
  width:594px;
  float:left;
  background: url('images/MenuBG.gif') repeat-x;  
  padding:5px;
}
.MenuCornerRight
{
  background: url('images/MenuBG-R.gif') no-repeat;
}

/* SHOPPING CART STYLES*/
.CartHeader
{
  font-weight:bold;
  color: #1b483d      
}
#tblOrderItems
{
   border-bottom: solid 1px #1b483d;     
}
#tblOrderItems th
{
   border-bottom: solid 1px #1b483d;      
}

/* CURRENCY SELECTOR*/
.CurrencySelector
{
    clear:both;
    margin-bottom: 10px;    
}
.CurrencyLabel
{
    float:left;
    font-weight:bold;
}