div.product .name {
  font-weight: bold;
  text-transform: uppercase;
}
div.product table.attribute {
  background: #f2f2f2;
  border: 1px dotted #999999;

}
div.product table.attribute td {
  padding: 5px;
}
div.product table.attribute .left {
  text-align: right;    
}
