div.product-card {
  background:#FAFAFA none repeat scroll 0 0;
  height:100%;
  margin-top:20px;
  padding:7px;
}  

div.product-card ul { 
  list-style-type:none;

}

a.product-thumb {
  color: #FAFAFA; /* use the same colour as div.product-card background for blending; fixes IE anomaly */
  border:2px solid transparent;
  
  hxeight:256px;

  width:176px;
  float:left;
  text-align:center;
}

a.product-thumb:hover {
  border:2px dotted #559131;
  background:transparent;
}

a.product-thumb img {
  margin:0;
  padding:0;
  border:0;
}

.greenLetter {
  color: #5E9832;
  font-weight:bold;
} 

.brownLetter {
  color: #563129;
} 

#pi-img {
  float:left;
  text-align:center; 
  width:176px;
}

#pi-directions {
  padding:15px;
}

.pi-dirintro {
  background-color:#FFFFFF;
  display:block;
  height:1%;
  padding:10px;
}

#product-sect1 {
  width:595px;
}

#pi-info1 { 
  float:left; 
  margin-left:15px; 
  width:409px;
  width:400px;
}

