#reviewhead {
	font-family: verdana;
	font-size: 18px;
	color: white;
	background: #006666;
	padding: 0px 20px;
}

#reviewhead2 {
	font-family: verdana;
	font-size: 18px;
	color: white;
	background: #AA0000;
	padding: 0px 20px;
}

#reviewhead3 {
	font-family: verdana;
	font-size: 18px;
	color: white;
	background: #660066;
	padding: 0px 20px;
}

#bookreviewhead {
	font-family: verdana;
	font-size: 18px;
	color: black;
	background: #9CF;
	padding: 0px 20px;
}

p.reviewtitle { 
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}

p.reviewdate { 
	font-size: 14px;
	margin-top: -10px;
	padding-bottom: 10px;
}

#reviewinfo {
	background: #ddd;
	margin-top: -10px;
	padding: 5px;
}

div.reviewinset {
	font-family: verdana;
	font-size: 12px;
	background: white;
	border-width: thin;
	border-style: dashed;
	border-color: #999;
	padding: 5px;
	padding-bottom: 25px;
}

span.reviewcol1 {
	position: absolute;
	left: 40px;
	}

span.reviewcol2 {
	position: absolute;
	left: 220px;
	}

span.reviewcol3 {
	position: absolute;
	left: 500px;
	}

p.reviewspace { 
	margin: 20px;
}

#reviewbody {
	font-family: verdana;
	font-size: 12px;
	margin-left: 40px;
	margin-right: 50px;
}

#bookreviewbody {
	font-family: verdana;
	font-size: 12px;
	margin-left: 40px;
	margin-right: 50px;
	background-color: yellow;
}

.reviewinset a:link, .reviewinset a:visited, #reviewbody a:link, #reviewbody a:visited   {
	text-decoration: none;
	padding: 2px;
	}

.reviewinset a:hover, #reviewbody a:hover   {
	text-decoration: underline;
	background-color: yellow;
	color: navy;
	}

p.reviewchapter { 
	font-weight: bold;
	margin-left: -20px;
	border-bottom: 1px solid #BBBBBB; 
}

p.reviewimage { 
	text-align: center;
	margin-left: 10px;
}

p.reviewcaption { 
	font-style: italic;
	text-align: center;
	color: gray;
	margin: -10px 0px 15px 0px;
}

p.reviewsummary { 
	border: 1px dashed navy; 
	margin: 10px;
	padding: 10px;
	font-size: 13px;
	background: rgb(255,253,210);
}

p.reviewrating { 
	font-weight: bold;
	font-size: 13px;
	color: navy
}

span.reviewlist {
	font-style: normal;
	font-weight: bold;
	background: rgb(255,253,210);
}

div.reviewlist {
	padding: 10px;
	margin-left: 30px;
}

table.reviews {
	empty-cells: show;
	margin: 10px;
	border: 1px solid #000000;
}

table.reviews a:link, table.reviews a:visited, p.toplink a:link, p.toplink a:visited  {
	text-decoration: none;
	padding: 2px;
	}

table.reviews a:hover, p.toplink a:hover   {
	text-decoration: underline overline;
	background-color: white;
	color: navy;
	}

caption.reviews {
	margin: 10px;
	border: 1px dashed #000000;
	font-family: verdana;
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 10px;
}

table.reviews td {
	padding: 10px;
	border: 1px solid #333;
	font-family: verdana;
	font-size: 12px;
	font-variant: small-caps;
}

table.reviews td:first-child {
	min-width: 300px;
}

table.reviews td:last-child {
	min-width: 20px;
	padding: 20px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

table.reviews td.label {
	min-width: 0px;
	padding: 5px;
	background: black;
	color: rgb(255,253,210);
	font-weight: bold;
}

#review-rating {
	display: inline;
	height: 20px;
	width: 100px;
}

.review20 { 
	background-image: url('http://macguild.org/reviews/mice20.gif');
	background-repeat: no-repeat;
}

.review25 { 
	background-image: url('http://macguild.org/reviews/mice25.gif');
	background-repeat: no-repeat;
}

.review30 { 
	background-image: url('http://macguild.org/reviews/mice30.gif');
	background-repeat: no-repeat;
}

.review35 { 
	background-image: url('http://macguild.org/reviews/mice35.gif');
	background-repeat: no-repeat;
}

.review40 { 
	background-image: url('http://macguild.org/reviews/mice40.gif');
	background-repeat: no-repeat;
}

.review45 { 
	background-image: url('http://macguild.org/reviews/mice45.gif');
	background-repeat: no-repeat;
}

.review50 { 
	background-image: url('http://macguild.org/reviews/mice50.gif');
	background-repeat: no-repeat;
}

p.toplink { 
	font-family: verdana;
	font-size: 12px;
	font-variant: small-caps;
	margin-left: 20px;
}

#pros li {
  list-style-image: url(http://macguild.org/reviews/images/thumbs-up.png);
}

#cons li {
  list-style-image: url(http://macguild.org/reviews/images/thumbs-down.png);
}