/* content styles */

div#productLayer                       { position:relative; width:600px; margin-left:16px; padding-bottom:16px; background-color:#FFFFFF; }
div#productLeftCol                     { position:relative; float:left; margin-left:16px; margin-right:16px; margin-bottom:16px; }
div.productHeadLine                    { position:relative; padding-top:32px; margin-bottom:10px; border:0px solid red; }

div.productTable                       { position:relative; border:0px solid pink; }
div.productTable table                 { width:100%; border-collapse:collapse; }
div.productTable table th              { background-color:#B7B1A9; text-align:center; font-family:Trebuchet MS; font-size:11px; line-height:14px; font-weight:bold; color:#333333; border-right:1px solid #FFFFFF; }
div.productTable table tr.normal       { background-color:#FFFFFF; text-align:center; font-family:Trebuchet MS; font-size:11px; line-height:14px; color:#333333; }
div.productTable table tr.alternate    { background-color:#E0DED8; text-align:center; font-family:Trebuchet MS; font-size:11px; line-height:14px; color:#333333; }
div.productTable table td              { border-right:1px solid #B7B1A9; }
div.productTable table td.lastTd       { border-right:0px; }

