/* products page */

#mainContent .itemBox .itemInfo h2 {
  margin:15px 0px 0px 0px;
  text-transform:none;
}

.itemBox .imgLeft {
  width:200px;
}

.itemInfo { 
  width:330px; 
  float:left;
}

.itemInfo .row
{
  width: 300px; 
/*  height: 29px; *** cannot have because of IE 7 */
}

.itemInfo .row .dLabel 
{ float: left; 
  width: 65px; 
  text-align: right;
  font-style:italic;
  font-weight:bold;
  color:#398E3D;
}

.itemInfo .row .dInfo
{ float: right; 
  text-align: left; 
  width:230px;
} 

.itemInfo .row .dInfo .dquan {
  float:left;
  width:60px;
  text-align: right;
}
.itemInfo .row .dInfo .dcost {
  float:left;
  width: 60px;
  text-align: right;
}






