/*************************************************************************
 * Page Product Detail Review
 * 
 *************************************************************************/

ul.product-review
	{
	clear: both;
	list-style: none;
	padding: 0;
	margin: 8px;
	font-size: 0.9em;
	}

ul.product-review li
	{
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 3px;
	margin-bottom: 7px;
	}

ul.product-review span.review-title
	{
	color: Navy;
	font-weight: bold;
	display: inline-block;
	}
ul.product-review span.full-name
	{
	color: #F67420;
	border-left: 1px solid #F67420;
	padding-left: 5px;
	display: inline-block;
	width: auto;
	white-space: nowrap;
	}

ul.product-review p
	{
	clear: both;
	line-height: 1.3em;
	padding: 4px 0 4px 0;
	color: #7D7D7F;
	}

div.product-review textarea
	{
	font-size:1.1em;
	font-family:Helvetica, Arial, sans-serif;
	
	}

