body
{
	font: 0.8em Verdana, Arial, Helvetica;
	margin: 0px;
}

div#banner
{
	background-color: #0566A0;
	border-bottom: 2px solid black;
}

img#buythis
{
	border: 0;
	vertical-align: middle;
}

div#banner img
{
	display: block;
	border: 0;
}

div#heading
{
	background-color: #0680C0;
	padding: 6px;
	color: white;
	height: 100%;
}

h1#headingtext
{
	font: 150% Verdana, Arial, Helvetica;
	font-weight: normal;
}

div#headingright
{
	float: right;
}

div#starsbackground
{
	width: 100px;
	height: 20px;
	background-image: url(/images/star0b.png);
	background-repeat: repeat-x;
}

div#starsforeground
{
	background-image: url(/images/star1b.png);
	background-repeat: repeat-x;
	height: 20px; 
}

p
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div#main
{
	clear: both;
	padding: 4px;
}

div#pagecontainer
{
	background-color: #FFFFF4;
}

div.reviewscolumned
{
	background-color: #FFFFE7;
	border: 1px solid gray;
	margin-right: 172px;
	padding: 4px;
	padding-bottom: 0px;
}

div.reviewsfullwidth
{
	background-color: #FFFFE7;
	border: 1px solid gray;
	padding: 4px;
	padding-bottom: 0px;
}

div#otherad
{
	float: right;
	width: 158px;
	background-color: #FFFFE7;
	border: 1px solid gray;
	padding: 4px;
	margin-bottom: 4px;
}

div#adsense
{
	float: right;
	width: 162px;
	background-color: #FFFFE7;
	border: 1px solid gray;
	padding: 2px;
	margin-bottom: 4px;
}

div#footer
{
	clear: both;
	background-color: #A00000;
	padding: 4px;
	padding-bottom: 6px;
	color: white;
}

div#footerleft
{
	float: left;
}

div#footerright
{
	float: right;
}

#footer a
{
	color: #FFFFC0;
}

table.full
{
	width: 100%;
}

td.editorright
{
	padding-left: 4px;
	width: 7em;
}

.small
{
	font-size: 80%;
	text-align: left;
}

div#edit_link, div#need_login
{
	margin-top: 0px;
	margin-bottom: 4px;
}

div.review
{
	border: 1px solid black;
	background-color: #FFFACD;
	margin-bottom: 4px;
	margin-top: 0px;
	height: 100%;
}

div.reviewheader
{
	border-bottom: 1px dotted black;
	padding: 4px;
	height: 100%;
}

div.reviewheaderleft
{
}

div.reviewheaderright
{
	float: right;
}

div.reviewfooter
{
	clear: left;
	font-size: 80%;
	border-top: 1px dotted black;
	padding: 4px;
}

div.reviewfooterleft
{
}

div.reviewfooterright
{
	float: right;
}

div.reviewtext
{
	margin: 4px;
}

table.reviewprosandcons
{
	margin: 1px;
	width: 90%;
}

td.reviewprosandcons
{
	width: 50%;
	padding-right: 4px;
}

textarea.review
{
	width: 100%;
	font: 10pt Verdana, Arial, Helvetica;	
}

textarea.report
{
	width: 50%;
	font: 10pt Verdana, Arial, Helvetica;	
	height: 40pt;
}

textarea.reporterror
{
	width: 50%;
	font: 10pt Verdana, Arial, Helvetica;	
	height: 40pt;
	background-color: #FFBFBF;
}


img#security_code_image
{
	border: 1px solid black;
}

span.preference_hint
{
	font-size: 80%;
	color: red;
}

td
{
	vertical-align: top;
}

td.bottom
{
	vertical-align: bottom;
}

ul
{
	margin-top: 4px;
	margin-bottom: 6px;
	list-style:none;
}

ul li
{
	background: url(/images/bullet.png) no-repeat 0 0.3em;
	margin-left: -16px;
	padding-left: 16px;
} 

h1
{
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 130%;
}

h2
{
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 120%;
}

h3
{
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 110%;
}

input.error
{
	background-color: #FFBFBF;
}

div.clearer
{
	clear: both;
}

/* CSR bar styling */

div#csrbar
{
	background-color: #A00000;
	color: white;
	border-bottom: 2px solid black;
	padding-left: 4px;
	padding-right: 4px;
}

div#csrbarleft
{
	float: left;
}

div#csrbarright
{
	float: right;
}

div.csrbarsub
{
	margin: 2px;
	float: left;
}

div.csrbarhint
{
	margin: 2px;
	clear: both;
}

div.csrbarhint
{
	margin: 2px;
	clear: both;
}

#csrbar a
{
	color: #FFFFC0;
}

.button
{
	display: block;
	width: 62px;
	height: 22px;
	border: 0;
}

.editorbutton
{
	display: block;
	width: 62px;
	height: 22px;
	margin-top: 4px;
	border: 0;
}

.inlinebutton
{
	width: 62px;
	height: 22px;
	border: 0;
}

#main a
{
	color: #3F3FFF;
}

p.verifyoption
{
	border: 1px solid gray;
	background-color: #FFFF7F;
	padding: 8px;
	margin-top: 8px;
}

div.label
{
	clear: left;
	font-weight: bold;
	float: left;
	margin-right: 8px;
	height: 2em;
}

div.sublabel
{
	font-weight: bold;
	float: left;
	margin-right: 8px;
	height: 2em;
}

div.settingsoption
{
	margin-top: 6px;
	margin-bottom: 6px;
}

.advice
{
	color: green;
}

td.spaced
{
	padding-right: 8px;
}

img#security_code_image
{
	border: 1px solid gray;
}

div.otherad
{
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica;
}

div.otherad a
{
	font-weight: bold;
}

span.adfootnote
{
	font-size: 80%;
	color: green;
}