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

ul#reviews-links {
	float: right;
	margin: 0;
	padding: 0;
}
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 white;
}
div.review-body, div.write-review-wrapper {
	margin: 10px;
	padding: 5px;
	background-color: #eff5ef;
}

div.review-body h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
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;
	font-size: 11px;
	font-style: italic;
}
div.review-more-wrapper {
	width: 95%;
	text-align: right;
	margin-right: 5%;
}

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

p.product-description {
	position: absolute;
	width: 200px;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0 0.5em;
}

#productReviewsDefaultHeading {
	position: absolute;
	left: 0px;
	top: 1em;
	width: 325px;
}


#product-box {
	margin: 0 35px 2em 30px;
	padding-top: 1em;
	position: relative;
	min-height: 80px;
}
.product-price	{
	color: #666666;
	text-decoration: none;
	font-size: 9px;
	margin-bottom: 3px;
}
.product-price strong {
	font-size: 11px;
	color: black;
}

.box-top {
	height: 4px;
	background: url(/images/waveriderdesign/reviews-image-box/image-box-top.jpg) repeat-x top left;
	position: relative;
}
.box-top-left {
	position: absolute;
	height: 4px;
	width: 4px;
	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: 4px;
	width: 4px;
	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: 4px;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/images/waveriderdesign/reviews-image-box/image-box-left.jpg) repeat-y top left;
}

.box-right {
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(/images/waveriderdesign/reviews-image-box/image-box-right.jpg) repeat-y top right;
}

.box-bottom {
	height: 4px;
	background: url(/images/waveriderdesign/reviews-image-box/image-box-bottom.jpg) repeat-x top left;
	position: relative;
}
.box-bottom-left {
	position: absolute;
	height: 4px;
	width: 4px;
	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: 4px;
	width: 4px;
	bottom: 0px;
	right: 0px;
	background: url(/images/waveriderdesign/reviews-image-box/image-box-bottom-right.jpg) no-repeat bottom right;
}

#name-box {
	width: 200px;
}

#rating-box {
	width: 228px;
}

h4 .formatting-instructions {
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	float: right;
	margin-top: 3px;
}

div.write-review-wrapper {
	position: relative;
	padding-bottom: 1.5em;
}

#product-reviews-write-submit {
	position: absolute;
	bottom: 1.5em;
	right: 1em;
}

#comments-header {
	width: 300px;
}

