li
{
    margin-top: 5px;
}

span.big
{
   font-weight: bold; 
   font-size: 110%;   
}

span.bigGreen
{
   font-weight: bold; 
   font-size: 150%;
   color: #009933;
}

span.under
{
   text-decoration: underline;
   color: black;
}


span.underWhite
{
   text-decoration: underline;
   color: white;
   
}

span.underGreen
{
   text-decoration: underline;
   color: white;
   color: #009933;   
}

span.bold
{
   font-weight: bold; 
}

span.boldBig
{
   font-weight: bold; 
   font-size: 110%;
}

span.italic
{
   font-style: italic;
}

span.greenItalicBold
{
   font-style: italic;
   font-weight: bold;
   color: #009933;
}

span.small
{
   font-size: 80%; 
}


   
span.smallUnder
{
   font-size: 80%; 
   text-decoration: underline;
}   
   

span.clicked
{
   color: #009933;
}

span.asterisk
{
   color: #009933;
   font-weight: bold;
   font-size: 110%;
}

span.hartronic
{
   font-family: "Times New Roman";  
   font-style: italic; 
   font-weight: bold;
   color: #009933;
   
   font-size: 120%;
}

span.brand
{      
   font-weight: bold;
   color: #009933;
   
   font-size: 110%;
}

span.green
{  
   color: #009933;
   font-weight: bold;
}

td.center
{
   text-align: center;  
}

tr.rowOne
{
   background-color: #99FFCC;
}

tr.rowTwo
{
   background-color: #66FFCC;
}


td
{    
    border-style: solid;
    border-width: thin; 
    border-color: black;
    
    font-size: 80%; 
    font-family: Verdana;    
}

td.yellow
{
   background-color: #FFFF99;
}

td.lightYellow
{
   background-color: #FFFFCC;
}


td.headingColour
{
   border: 0;
   background-color: #009933;
   color: white;
}

td.headingColourCenter
{
   border: 0;
   background-color: #009933;
   color: white;
   text-align: center;
}


td.heading
{
   border: 0;   
}

td.list
{
   border: 0;
}


td.products
{
   border: 0;
   text-align: center;
}

td.productsLeft
{
   border: 0;
   text-align: left;
}

td.contents
{    
    border-style: solid;
    border-width: thin; 
    border-color: black;
    
    background: #FFFFFF;
    
    text-align: left;  
    font-family: Verdana;    
    font-size: 80%;      
}

td.prodDetails
{
   border: 0;
   text-align: left;
   font-size: 60%; 
}

td.specs
{
  width: 30%;

}

td.specs2
{
  width: 30%;
  text-align: center;

}

td.main
{
   width: 70;
   border: 0;
   
   font-family: Verdana;
   font-size: 80%; 
   text-align: left;  
}

td.leftMenu
{
   width: 70;
   border: 0;
      
   font-size: 70%; 
   text-align: left;  
}

td.details
{
   border: 0;
      
   font-size: 75%; 
   text-align: left; 
}

td.detailsForm
{
   border: 0;
      
   font-size: 60%; 
   text-align: center; 
}

td.form
{
   border: 0;
      
   font-size: 70%; 
   text-align: left; 
}

td.spacing
{
   width: 10;
   border: 0;
}

td.menuButtons
{    
    border-style: solid;
    border-width: thin; 
    border-color: black;
    
    background: #FFFFFF;
    
    text-align: center;  
    font-family: Verdana;    
    font-size: 75%;      
}

td.menuButtonsClicked
{    
    border-style: solid;
    border-width: thin; 
    border-color: black;
    
    text-align: center;  
    font-family: Verdana;    
    font-size: 75%;  
    
    background: #CBFCBA;    
    
}

td.subButtons
{    
    border-style: solid;
    border-width: thin; 
    border-color: black;
    
    text-align: left;  
    font-family: Verdana;    
    font-size: 70%;  
    
    background: #CBFCBA;    
    
}


td.englishLang
{    
    border: 0;
    text-align: right;  
    font-family: Verdana;    
    font-size: 70%;  
        
    background: #FFFFFF;
}

img
{
   border: 0;
}



A:link 
{
   text-decoration: none;
   color: black;
}

A:visited 
{
   text-decoration: none;
   color: black;
}

A:active 
{
   text-decoration: none;
   color: black;
}

A:hover 
{
   text-decoration: none;
   color: black;
}

