/* ethan@waveriderdesign.com 6.24.2008 - PROJ-REVIEWS */

ul#reviews-links {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
ul#reviews-links li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}

img.review-rating { float: right; }
div#reviews-border {
	border: 2px solid #4A4A4A;
}
div.review-body, div.write-review-wrapper {
	margin: 10px;
	padding: 5px;
	background-color: #4A4A4A;
}

#reviews-wrapper .review-body h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: white;
}
div.review-body h6 {
	font-size: 9px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #888888;
}
div.review-body p {
	margin: 1em 10px 0.75em 10px;
	padding: 0;
	color: #BBBBBB;
	font-size: 11px;
	font-style: italic;
}
div.review-more-wrapper {
	width: 100%;
	text-align: right;
}

#reviews-wrapper {
	margin: 5em 35px 20px 30px;
}

#productReviewsDefaultHeading {
	position: absolute;
	top: 30px;
	left: 0px;
}

#product-box {
	margin: 0 35px 0 30px;
	padding-top: 30px;
	position: relative;
	min-height: 125px;
}

#review-title {
	width: 350px;
}

p.product-description {
	position: absolute;
	width: 200px;
	bottom: 0;
	left: 0;
	color: #BBBBBB;
}

#product-details-middle h3 { 
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	line-height: 14px;
	color: #FF9000;
}

.box-top {
	height: 7px;
	background-color: white;
	position: relative;
}
.box-top-left {
	position: absolute;
	height: 7px;
	width: 7px;
	top: 0px;
	left: 0px;
	background: url(/images/waveriderdesign/reviews-image-box/image-box-top-left.jpg) no-repeat top left;
}
.box-top-right {
	position: absolute;
	height: 7px;
	width: 7px;
	top: 0px;
	right: 0px;
	background: url(/images/waveriderdesign/reviews-image-box/image-box-top-right.jpg) no-repeat top right;
}

.box-middle {
	background-color: white;
	position: relative;
}

.box-center-content {
	margin: 0 4px;
}

.box-left {
	position: absolute;
	width: 7px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: white;
}

.box-right {
	position: absolute;
	width: 7px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: white;
}

.box-bottom {
	height: 7px;
	position: relative;
	background-color: white;
}
.box-bottom-left {
	position: absolute;
	height: 7px;
	width: 7px;
	bottom: 0px;
	left: 0px;
	background: url(/images/waveriderdesign/reviews-image-box/image-box-bottom-left.jpg) no-repeat bottom left;
}
.box-bottom-right {
	position: absolute;
	height: 7px;
	width: 7px;
	bottom: 0px;
	right: 0px;
	background: url(/images/waveriderdesign/reviews-image-box/image-box-bottom-right.jpg) no-repeat bottom right;
}