/* ethan@waveriderdesign.com 6.12.2008 - PROJ-REVIEWS */
h1 {
	margin: 0.25em 0;
	padding: 0;
	color: black;
}

h3 { 
	margin: 0;
	text-transform: uppercase;
	line-height: 14px;
}

.desc_07 {
	position: absolute;
	bottom: 0px;
	/* right positioning is determined in tpl_product_reviews_default.php after the width of the image box has been calculated */
	margin: 0 15px 4px 0;
	font-weight: normal;
	text-align: right;
}

p.product-description {
	position: absolute;
	width: 225px;
	bottom: 0;
	left: 0;
}

#productReviewsDefaultListingBottomNumber {
	text-align: right;
}

#productReviewsDefaultNoReviews {
	margin-left: 30px;
}

.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;
}

#product-box {
	margin: 1em 35px 2em 0;
	position: relative;
	width: 464px;
}

#reviews-wrapper {
	width: 464px;
}
