/*
	Copyright (c) 2007-2008 JB Interactive Pty. Ltd.
	All Rights Reserved
	http://www.jbinteractive.com.au/
*/

#content .reviews {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 640px;
	background: url(/img/reviews/bg-reviews.gif) repeat-y;
	color: #fff;
	font-family: Arial;
	position: relative;
}

#content .reviews h1 {
	margin: 0;
	background-repeat: no-repeat;
	background-image: url(/img/reviews/bg-h1.gif);
	padding: 10px 20px;
	text-transform: none;
	font-size: 18pt;
	color: #fff;
	cursor: default;
	text-transform: uppercase;
}

#content .reviews h1 span {
	color: #FF9512;
}

#content .reviews a.view-list {
	color: #FF9512;
	background: none;
	position: absolute;
	right: 20px;
	top: 12px;
	font-size: 0.7em;
	text-transform: none;
	cursor: pointer;
	font-weight: normal;
}

#content .reviews img {
	margin-bottom: 10em;
}

#content .reviews #front-heading {
	padding: 50px 0 0 0;
	height: 0px !important;
	height /**/:50px;
	overflow: hidden;
	background-image: url(/img/reviews/bg-front-h1.gif);
}

#content .reviews ul {
	margin: 0;
	padding: 0;
}

#content .reviews-content h2 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 18px;
}

#content .reviews ul.reviews-content {
	padding: 10px 20px;
	height: 220px;
	overflow: hidden;
}

#content .reviews-content li {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: left;
	position: absolute;
	width: 600px;
	height: 220px;
	overflow: hidden;
	background-color: #212121;
}

#content .reviews-content a {
	background-color:#212121;
	color:#FDB00A;
}

#content .reviews-content img {
	float: left;
	margin-right: 20px;	
}

#content .reviews-content p {
	font-size: 13px;
	color: #eee;
	line-height: 20px;
	margin-bottom: 20px;
}

#content .reviews-foot {
	padding-top: 10px;
	height: 40px;
	background: url(/img/reviews/bg-footer.gif) no-repeat bottom;
}

#content .reviews-title {
	text-align: right;
	margin-right: 20px;
	font-size: 16px;
}

#content .reviews-foot ul {
	float: left;
	margin-left: 20px;
}

/* IE6 Margins fix */
* html #content .reviews-foot ul {
	margin-left: 10px;	
}

#content .reviews-foot li {
	float: left;
	list-style: none;
}

#content .reviews-foot ul a {
	display: block;
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 20px;
	background: url(/img/reviews/bg-a.gif) no-repeat;
}

#content .reviews-foot a:hover {
	background: url(/img/reviews/bg-a-hover.gif) no-repeat;
}

#content .reviews-foot a.active {
	background: url(/img/reviews/bg-a-active.gif) no-repeat !important;
}

#content .reviews-foot a {
	outline: none;
}

#content .reviews p.price {
	color: #fdb00a;
}

