/* Standard styles */
h1 a[href] { color: inherit; text-decoration: none;}
*.uline { text-decoration: underline; }
body { 
  background-color: white ;
  color: black ; 
  font-family: Verdana,sans-serif ;
  font-size: .7em;
}

/* Links page */
*.nolink { color: #888888; }
*.daily, *.others { padding: 0 5px 5px 5px; }

div.twocolfloat { float: left; width: 40%; }
div.threecolfloat { float: left; width: 30%; }
div#leftbox { position: absolute; top: 8px; left: 8px; width: 150px;}
div#rightbox { position: absolute; top: 8px; right: 8px; width: 150px; }
div#centerbox { width: auto; margin: 0 170px 20px 170px ;}

/* Collections and Wishlists */
table.list th, table.list td { text-align: left; vertical-align: top; padding: 0 2px; min-width: 100px; }
table.list  { vertical-align: bottom; width: 100%; }
div.tablelist { 
  width: 750px;
  float: left;
  margin-right: 8px;
}

#dvds , #dvds a {
  background-color: #373766;
  color: white;
}
#games, #games a {
  background-color: #663737 ;
  color: white;
}
#cds, #cds a {
  background-color: #376637;
  color: white;
}
#books, #books a {
  background-color: #665237;/*#e5e5bb;*/
  color: white;
}

.gaming { background-color: #9999dd; border: outset #9999dd; }
.tech { background-color: #dddd99; border: outset #dddd99; }
.misc { background-color: #dd9999; border: outset #dd9999; }
.comics { background-color: #99dd99; border: outset #99dd99; float: left; width: 100%; }
.site { background-color: #ffdd99; border: outset #ffdd99; float: left; width: 100%; }

#sumhead {
  font-weight: bold;
}
div#tv_list { width: 150px; }
div.containment {
  margin: 0;
  margin-bottom: 8px;
  padding: 8px;
  border: 0;  
  float: left;
}
div.short {
  padding-right: 20px;
}

div.sortbox { 
  width: 150px;
  float: left;
}
h3 { margin-top: 0; }

#tabblock 
{
  width: 80px;
  float: left;
  clear: left;
}
#tabblock ul
{
  list-style: none;
  margin: 0; padding: 0;
  padding-top: 20px;
}
#tabblock ul li
{
  text-align: left;
  padding-left: 10px;		  
}
li.current
{
  background-color: #ddddff;
}
.currentg { background-color: #ffdddd; }
.currentd { background-color: #ddddff; }
.currentc { background-color: #ddffdd; }
.currentb { background-color: #e3dac5; }
