/* already have a #sidebar on the front page, changed to ratings-bar */
#ratings-bar	{
	width: 250px;
	margin: 0px -30px 12px 24px;
	padding: 0 6px 12px 6px;
	position: relative;
	float: right; 
	display: inline; /* fixes IE double padding bug */
	background: #e8e175;
	border: solid white;
	border-left: solid white 10px; 
	border-bottom: solid white 10px;
	font-size: .8em;
}

#ratings-bar h3	{
	text-align: center;
	margin: 1em 0 0 0;
}

#ratings-bar p	{
	margin: 6px 0 0 0;
}

#center h3	{
	margin-top: 1.5em;
}

table.ratings	{
	width: 100%;
}

table.ratings th, table.ratings td 	{
	text-align: center;
	padding: 0 0 0 3px;
	line-height: 1.2em;
	height: 3em;
}

table.ratings th	{
	background: #695d47;
	color: #fff;
	font-weight: normal;
}

table.ratings td	{
	background: #fff;
	color: #36587a;
}

table.ratings td.rating	{
	font: 1.5em/1.3em comic sans ms, mistral, zephyr, dom casual, tekton, sans serif; 
	height: 2em;
	font-weight:bold; 
	margin:0;
	padding: 0;
	}

table.ratings td.rec	{ 
	font-size: 2.5em;	
	line-height: .95em;
	height: 1.2em;
	color: #cc0000;
}

table.ratings td a	{
	display: block;
	position: relative; 
	float: right;
	background: #eeefa4;
	width: 12px;
	font: 14px/16px Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
	border: 1px solid #fff;
}

table.ratings td a:hover	{
	background: #e8e175;
	color: #695d47; 
	border: 1px solid #695d47;
}

table.ratings td div	{
	display: inline; 
	padding: 0 2px;
	margin-left: 1px;
}

div.good	{
	background-color: #BCCCEE;
	color: 304A83;
}
div.bad	{
	background-color: #EEBCBC;
	color: #cc0000; 
}






