/* Rohit's Realm - Catalog
 * Copyright (c) 2007, Rohit Nafday. 
 * All Rights Reserved.
 *
 * $Id: catalog.css 249 2007-07-10 19:23:32Z rohit $
 */

table.catalog { 
  width: 90%;
  margin: 10px auto 10px auto;
}

table td.catalog { 
  text-align: left;
  padding: 5px 5px 5px 5px;
}

img.book-cover { 
  width: 60px;
  height: 100px;
  border: thin solid #666666;
  margin: 5px auto 5px auto;
}

img.rating { 
  border: none;
  margin: none;
  padding: none;
}