/* review list */ table.reviewlist { table-layout: fixed; width: 818px; empty-cells: hide; } table.reviewlist a { color: #CCCCCC;} table.reviewlist a:link { color: #CCCCCC;} table.reviewlist a:visited { color: #CCCCCC;} table.reviewlist a:hover { color: red;} table.reviewlist a:active { color: red;} table.reviewlist td.p:link { color: #CCCCCC; background-color:white} table.reviewlist td.p:visited { color: #CCCCCC; background-color:white} table.reviewlist td.p:hover { color: red; background-color:red} table.reviewlist td.p:active { color: red; background-color:red} table.reviewlist table.caption { table-layout: fixed; width: 196px; margin: 2px 2px 2px 2px; } table.reviewlist td { background-color: white; } table.reviewlist td.title { font-weight: bold; text-align: center; background-color: #777777; } table.reviewlist td.caption { padding: 0px 0px 0px 0px; font-size: 10px; text-align: left; background-color: #555555; } table.reviewlist td.captiondate { width: 70px; padding: 0px 0px 0px 0px; font-size: 11px; text-align: right; background-color: #555555; } table.reviewlist td.blank { background-color: #333333; } table.reviewlist td.vblank { background-color: #333333; font-size: 0px; height: 2px } img.reviewlist { width: 200px; height: 80px; border-width: 0px; }