#ProdContent {
  float:left;
}

#Products {
  float:left;
  margin-left:20px;
  margin-top:20px;
  position:relative;
  width:757px;
}

#Products > h2 { margin-top:0;}

#Products > a {
  float:left;
  height:260px;
  padding:1px;
  text-align:center;
  width:215px;
}

#Products > a img {
  display:block;  
  margin-top:1px;
}

#Products > a > span {
  color:black;
  display:block;
}

#Products > a .Title {
  font-weight:bold;
}

#Products > a .SubTitle {
  font-size:75%;
}

#Products > a:hover {
  background:url(/shared/images/template/product-highlight.png) no-repeat;
}
