/* 
	CSS example for use with v1.0 of the hReview Dynamic Template.
	See http://tech.niques.info/hreview-template-windows-live-writer/ for details.
	Version 1.0	2008/01/23	Initial release 
 */

 .hreview
{
	border-style: solid;
	border-width: thin;
}
.hreview .label
{
	border-top: thin solid #000000;
	background-color: #cc0000;
	color: #ffffff;
	font-weight: bold;
	font-size: medium;
	border-left-color: #000000;
	border-left-width: thin;
	border-right-color: #000000;
	border-right-width: thin;
	border-bottom-color: #000000;
	border-bottom-width: thin;
}
.hreview .summary
{
	border-width: thin;
	border-bottom-style: solid;
}
.hreview .description
{
	border-width: thin;
}
.hreview .footer
{
	border-width: thin;
	font-size: xx-small;
	border-top-style: solid;
}
.hreview h2
{
	border-bottom-style: solid;
	border-width: thin;
}