div.store-original-price {
	text-decoration: line-through;
	color: #666;
}

#items_view .price-column {
	white-space: nowrap;
}

div.store-sale-discount {
	color: #990000;
}

/* {{{ Review Display */

.product-review-item {
	display: none;
}

.product-review-summary {
	display: none;
}

.product-review {
	border-bottom: 1px solid #eee;
	width: 100%;
	float: left;
	clear: left;
}

.product-review .reviewer {
	width: 145px;
	float: left;
}

.product-review-animation {
	overflow: hidden;
	margin-left: 150px;
}

.product-review-animation-padding {
	padding: 0.5em 0;
}

.product-review-description,
.product-review-summary {
	margin-left: 150px;
	padding: 0.5em 1em 0.5em 0;
}

.product-review-animation .product-review-description,
.product-review-animation .product-review-summary {
	margin-left: 0;
	padding: 0 1em 0 0;
}

.product-review-description p,
.product-review-summary p {
	padding: 0.5em 0; /* padding works, margins cause animation */
	                  /* heights to be calculated incorrectly */
	margin: 0;
}

span.product-review-author {
	display: block;
}

span.product-review-date {
	display:block;
}

.product-review-title {
	padding: 1em 0 1em 1em;
}

.store-product-reviews .swat-disclosure {
	clear: left;
}

.store-product-reviews .swat-message-display {
	clear: left;
	padding-top: 1em;
}

.store-product-review-all {
	background: #fff;
	text-decoration: none;
	display: inline-block;
	margin: 0 10px 0 5px;
	padding: 0 5px 0 22px;
	position: relative;
	top: 0.7em;
	background-position: 2px 0;
	background-repeat: no-repeat;
}

a.store-product-review-all {
	background-image:url(../../swat/images/swat-disclosure-closed.png);
}

.store-product-review-all-insensitive {
	color: #aba38c;
	background-image: none;
}

span.store-product-review-all-loading {
	background-image:url(../../swat/images/swat-disclosure-open.png);
}

/* }}} */
/* {{{ Review Edit Form */

#product_reviews_form .swat-entry,
#product_reviews_form .swat-textarea {
	width: 98%;
}

#review_edit_details {
	width: 35%;
	float: left;
	position: relative;
}

#review_bodytext_field {
	width: 62%;
	float: right;
	position: relative;
}

.swat-form-field-with-messages#review_bodytext_field {
	padding: 0.5em 2%;
	width: 58%;
}

#product_reviews_frame .swat-footer-form-field {
	clear: both;
}


/* }}} */
