For some reason no matter what I do my product description keeps showing up bold. I only want parts of the description bold such as the "product name" and the "Ingredients" title. The only way I can get any text to not show up bold is to set it to 8pt. I'm trying to set it to 10pt but just keeps showing up bold. Anyone know what may cause that? Here is the page http://mollysoap.com/shop/index.php?...&products_id=1

Here is my css for this section

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
/*font-size: 1.2em;*/
padding: 0.5em;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #404040;
}

#productDescription
{
float: left;
width: 50%;
padding: .5em 0em 0em 0em;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
font-style: ;
}

#productDescription p
{
margin-right: 3.5em;
}