@import url('default.css');

div#mainCol { width: 690px; }
div#rightCol { margin-left: -570px; }

div.products { margin: 20px 0; }
div.products h5 { margin: 0 0 7px 5px; }
div.products a { color: #FF9933; }
div.products table {  border-collapse: collapse; }
div.products table th { padding: 4px 0 4px 0; text-align: center; color:#FF9933; background: #333333; border-left: 1px solid black; font-weight:normal }
div.products table td { padding: 4px; background: #222; border-left: 1px solid black; }
div.products table tr.dark td { background: #111; }
div.products table .name { text-align: left; }
div.products table .type { text-align: center; }
div.products table .size { text-align: center; }

