/*
- these stylesheet settings apply to all media
- for printing styles edit templates/print.css
- learn more about CSS at http://www.w3schools.com/css/
- 2003/11/23 PaulM PandA.nl
*/

/* replaces old "select width settings" in currencies.php, manufacturers.php box and search.php box */
.boxText select {
width: 95%;
}
/* set pageheading text (now included in h1 tag) size back to normal size */
h1 {
margin-bottom: 20px;
font-family: Verdana, Arial, sans-serif;
font-size: 20px;
font-weight: bold;
color: #9a9a9a;
}

#mainCont {
  background:#fbe7ea;
  padding:0px;
  margin-top:0px;
  margin-left:auto; 
  margin-right:auto; 
  width:900px;
}

#head_menu td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-stretch:ultra-condensed;
  line-height: 1.5;
  height: 55px;
  width:48px;
  text-align:center;
  vertical-align:bottom;
  padding-bottom:5px;
} 


.productListing-heading2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white;
  color: #404040;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
}
.productListing-footer2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white;
  color: #404040;
  padding-top:50px;
  padding-left:8px;
  padding-right:8px;
  margin:0px;

}
.productListing-content2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white;
  color: #404040;
  /*border:1px solid grey;*/
}
.productListing-heading2 a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white;
  color: #404040;
  font-weight: bold;
}

.infoBoxContents2 {
  background: #fdc2cb;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;  
}
