li.product_list_summary  { 
  background-color:white;
  border-color:white;
  border-style:solid;
  border-width:1px 0;
  cursor:default;
  float: none;
  position:relative;
  text-align:inherit;
  width:inherit; 
}

img.product_list_summary { 
/*  border: solid;*/
}

dl.product_list_summary { 
  padding-top: 1em;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
    display:none;
    background:transparent url(/static/images/black_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#fff;	
    clear: both;
}

.tooltip a {
    color: red;
}

.helpful_info {
    cursor: pointer;
}
