<style type="text/css">

<!--
  p.heading a {
    padding: 0 5px;
    text-decoration:none;
  }

  p.heading a {
    color: blue;
  }  

  p.heading a:hover {
    color: black;
    background: yellow;
  }

  #breadcrumb {
    position: absolute;
    left: 3px;
    top: 80px;
  }

  #breadcrumb a {
    text-decoration:none;
    color: blue;
  }  

  p.side {
    position: relative;
    float:left;
    top: 5px;
    left: 5px;
    width: 115;
    background: #EEF;
    border: 1px solid #00F;
  }

  p.side a {
    display:block;
    float:left;
    width:110;
    text-decoration:none;
    padding: 0,4px;
  }
  p.side a:hover {
    color: #FFF;
    background: #00A;
  }

  #products ul {
    position: relative;
    width: 800px;
    left: 20px;
    top: 5px;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;    
  }
  #products li { 
    display: inline;
    float: left;
    text-align: center;
    width: 150px;  
    margin: 2px 4px 2px 0px;
    padding: 2px;    
    border: 1px solid #FFF;
    background-color: #F0F0F0;
    height: 205;
    overflow: hidden;
  }
  #products a {
    text-decoration:none;
  }

//-->
</style>
