body {
  font-family: Verdana;  
}

h1 {
  font-size: 24px;
  color: #77000B;
}

h2 {
  font-size: 18px;
  color: #77000B;
}

h3 {
  font-size: 14px;
  color: #000080;
}

td.leftColumn {  
 width: 175px;
 background-color: #D8E5F0;
 vertical-align: top;
}

td.rightColumn {  
 width: 175px;
 background-color: #D8E5F0;
 vertical-align: top;
}

td.mainColumn {  
 width: 620px;
 background-color: #D8E5F0;
 vertical-align: top;
 text-align: center;
}

td.footer {
  text-align: center;
  
}


#searchDivProducts, #searchDivCoupons {
  color: #FFF;
  font-size: 18px;
  background-color: #9F000B;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  border-width: 0px;  
}

#searchDivCoupons {  
  background-color: #71954b;    
}

#linksDiv {
  text-align: left;
  width:605px; 
  height:800px; 
  overflow : auto; 
  margin: 20px;
  font-size: 10px;
}


#linksDiv a:link {font-size: 10px; color: #223F27; text-decoration: underline; }
#linksDiv a.partnerLink:visited {font-size: 10px; color: #223F27; text-decoration: underline; }
#linksDiv a.partnerLink:hover {font-size: 10px; color: #223F27; text-decoration: underline; }
#linksDiv a.partnerLink:active {font-size: 10px; color: #223F27; text-decoration: underline; }

input.searchBox {
 font-size: 18px;
}


/************************************************************/
/* Link Styles  */
/************************************************************/
a.simpleLink:link {  color: #223F27; text-decoration: none;}
a.simpleLink:visited {  color: #223F27; text-decoration: none;}
a.simpleLink:hover {  color: #A20707; text-decoration: underline;}
a.simpleLink:active {  color: #A20707}


a.resultLink:link { color: #9F000B; text-decoration: none;}
a.resultLink:visited {  color: #9F000B; text-decoration: none;}
a.resultLink:hover {  color: #9F000B; text-decoration: underline;}
a.resultLink:active {  color: #9F000B}


a.paginationNumber:link {color: #000; text-decoration: none;}
a.paginationNumber:visited {color: #000; text-decoration: none;}
a.paginationNumber:hover {text-decoration: underline;}
a.paginationNumber:active {color: #000; text-decoration: none;}

a.paginationText:link {color: #FFF; text-decoration: none; font-weight: bold;}
a.paginationText:visited {color: #FFF; text-decoration: none; font-weight: bold;}
a.paginationText:hover {text-decoration: underline;}
a.paginationText:active {color: #FFF; text-decoration: none;}

a.partnerLink:link {font-size: 10px; color: #223F27; text-decoration: underline; }
a.partnerLink:visited {font-size: 10px; color: #223F27; text-decoration: underline; }
a.partnerLink:hover {font-size: 10px; color: #223F27; text-decoration: underline; }
a.partnerLink:active {font-size: 10px; color: #223F27; text-decoration: underline; }



.paginatonNoLink {
  
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  font-weight: bold;
  text-align: center;
  padding: 5px;  
  background-color: #DDD;
}

.paginatonLink {
  
  border-width: 1px;
  border-style: solid;
  border-color: #000;  
  text-align: center;
  padding: 5px;  
  background-color: #FFF;
}

.paginatonLink:hover {
    
  background-color: #DDD;
}
