/*--------------------------------------------
 * Review system CSS
 * 
 * Copyright (c) 2013 by Jan Van Liedekerke
 * http://www.designrequest.be
 *
--------------------------------------------*/

img.reviewstar		{ padding-right: 5px; cursor: pointer; }
form img.reviewstar	{ cursor: pointer; }
span.userrating		{ clear: right; float: right; text-align: right; }
span.userip		{ color: #666; font-size: 0.8em; }
span.aggregaterating	{ display: none; }
img.tinystar		{ padding-right: 3px; }
input#ratingfield	{
	border: 0; background: inherit; font-size: 1.4em; color: #0C0; font-weight: bold;
	margin: 2px 0 0 6px; position: absolute;
}

span.rdate		{ float: right; color: #666; font-size: 0.8em; }

div.review		{  background-color: #DDF; padding: 5px; margin-bottom: 5px;
 				border-style: solid; border-color: #CCC; border-width: 0 1px 1px 0;
			}
div.rreply		{ 
				background-color: #EEF; padding: 5px; margin-left: 20px;  margin-bottom: 5px;
				border-style: solid; border-color: #CCC; border-width: 0 1px 1px 0;
			}
