div.cdreview{
   margin-bottom: 15px;
}

div.cdreview div.title {
   color: #990033;  
   font-size: 12pt;
   font-weight: bold;      
}

img.artwork {
   padding: 2px 5px 2px 10px; float: left;
}

#main td.left {
   padding: 30px 5px 50px 5px; 
}

#main div.content td.features {
   padding: 30px 5px 50px 5px; 
}

/* Buy now button is a poor transparent GIF. Set it's background to
 * black to improve it's look. Looks poor with any other color behind
 * it.
 */
img.buy_now {
	background-color: #000000;
}


