

form
   {
      width: 780px;
      margin: 0 auto;
      background: #f8a904 url() no-repeat scroll top left;
   }   
   
/* Defaults */      
img
   {
      border: none;  
   } 
   
p, table, td, tr
   {
      font: normal normal normal 12px Arial, Verdana, Sans-Serif;
      color: #000000;      
   } 
   
h1, .h1
   {
      font: normal normal normal 18px Arial, Verdana, Sans-Serif;                
   }
    
h2, .h2
   {
      font: normal normal normal 16px Arial, Verdana, Sans-Serif;                
   }   
   
h3, .h3
   {
      margin: 0;
      padding: 0;
      font: normal normal normal 12px Arial, Verdana, Sans-Serif;      
   }
    
/*
   Main Page Elements
*/  

   
.mainmenu
   {
      width: 100%;  
      padding: 5px 0px;
   }
   
.content
   {
      width: 670px;  
   } 
   
/*
   Two Main Fieldsets
*/   
   
.left
   {
      float: left;
      width: 660px;
      background: #fff url() no-repeat scroll top left;
   }
   
.right
   {
      float: left;
      width: 280px;
      background: #f8a904 url() no-repeat scroll top left;
   }   


fieldset
   {
      width: 97%;
      margin: 0 auto;
      padding: 0;
      text-align: left;
      border: 1px #F4D500 solid;
   }   

legend
   {
      margin: 0;
      padding: 5px;
      font-weight: 900;
   }    
         
.clear
   {
      clear: both;
   }   
   
/*
   The GridViews get rendered as tables so we can format them by setting table styles
*/   
.shopgrid
   {
      width: 100%;
   }

.shopgridheader, .shopgridfooter
   {
      background: #fff url() no-repeat scroll top left;  
   }   
      
.shopgridrow
   {
   }
   
.shopgridrowalt
   {
      background: #da821e url() no-repeat scroll top left;  
   }   
   
.shopgridpager
   {
      text-align: center;      
   }   
   
.shopgridpager a
   {
      font-weight: 900;  
   }
   
.shopgridempty
   {
      text-align: center;  
   }   
   
.basketcontrols
   {
      text-align: center;
      padding: 10px;
   }