﻿body
{
	background-color: #e0e7f0;
	color: #1f180f;
	padding:10px;
}

#header 
{
}

#sidebar
{
	float:right;
	width:30%;
}

#footer
{
	clear:both;
	padding-top:10px;
}

#content
{
	float:left;
	width:66%;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.retail 
{
	font-size:x-small;
}

table
{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse:collapse;
	table-layout:fixed;
	width: 95%;
}

caption
{
	padding-bottom:5px;
	font-weight:bold;
	font-size:large;
}

th, td
{
	padding:2px 5px 2px 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

th
{
	text-align:center;
}

th.rank, td.rank
{
	width:1em;
	text-align:center;
}

th.author, td.author
{
	width:5em;
	text-align:center;
}

th.publisher, td.publisher
{
	width:4em;
	text-align:center;
}

th.label, td.label
{
	width:4em;
	text-align:center;
}

th.rate, td.rate
{
	width:2.5em;
}

td.rate
{
	text-align:right;
}

th.move, td.move
{
	width:2.5em;
}

td.move
{
	text-align:right;
}

th.releasedate, td.releasedate
{
	width:5em;
}

table.authorRateTable
{
	width:20em;
}

.oddRow
{
	background-color: #e6edf6;
}

.tableRow
{
	background-color: #d6dde6;
}

div.text p
{
  text-indent: 1em;
  line-height:140%;
}

