/* {{{ Product Contents */

#product_left {
	margin-right: 215px;
	position: relative;
	z-index: 1;
	zoom: 1; /* IE6 hack */
}

#product_right {
	float: right;
	width: 200px;
}

#product_page_title {
	font-size: 167%;
	margin: 5px 0;
}

#product_page_title .product-new {
	background-color: #782015;
	color: #fff;
	font-size: 11px;
	margin: -2px 0 0 5px;
	padding: 3px 6px;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
	display: inline-block;
	vertical-align: middle;
}

#page_title { margin: 0; }

div.product-bodytext-images {
	float: right;
	white-space: nowrap;
	padding: 5px;
}

/* }}} */
/* {{{ Product Images */

#product_images.large-image-page {
	float: none;
	margin: 0.75em auto 0 auto;
	width: 800px;
}

#product_image_large {
	margin: 0.5em 0 0 0;
	clear: both;
}

#product_images.large-image-page .swat-tool-link {
	float: left;
	margin-bottom: 6px;
}

#product_images.large-image-page #huge_link.swat-tool-link {
	float: right;
}

#product_images.large-image-page #product_secondary_images li {
	float: left;
}

#product_images #product_image_large img {
	clear: both;
	margin: 0;
	padding: 0;
}

#product_image span {
	display: block;
	text-align: center;
}

#product_image span.larger-image {
	font-size: 85%;
	display: block;
	margin-top: 5px;
}

#product_image a:hover  span.larger-image,
#product_image a:active span.larger-image {
	text-decoration: underline;
}

#product_image a.large-image-wrapper {
	display: block;
	text-decoration: none;
	margin-bottom: 1em;
}

#product_image .ruler {
	display: block;
}

#product_images {
	display: block;
	text-align: center;
}

#product_secondary_images {
	margin: 0.5em -2px 0 -2px;
}

#product_secondary_images li {
	list-style-type: none;
	float: right;
	display: block;
	text-align: center;
	margin: 2.5px;
}

#product_secondary_images li span.image-title {
	display: none; /* let's hide this for now */
	margin: 0 2px;
}

/* border-off still gets a border because these images are cropped square */
#product_secondary_images li img,
#product_secondary_images li img.store-border-on,
#product_secondary_images li img.store-border-off {
	padding: 3px;
	border: 1px solid #b7ac86;
}

#product_secondary_images li a:hover  img,
#product_secondary_images li a:active img,
#product_secondary_images li a:hover  img.store-border-on,
#product_secondary_images li a:active img.store-border-on,
#product_secondary_images li a:hover  img.store-border-off,
#product_secondary_images li a:active img.store-border-off {
	border-color: #8f8874;
	background: #f8f7f0;
}

#product_secondary_images li img.store-image-selected {
	border-width: 4px;
	padding: 0;
}

/* }}} */
/* {{{ Product Image Annotations */

#product_image,
#product_image_large {
	position: relative;
}

#product_image span.image-annotation,
#product_image_large span.image-annotation {
	display: block;
	position: absolute;
	color: #000;
	background: #fff;
	padding: 2px;
	font-weight: bold;
	line-height: 0.85;
	margin: 4px 0 0 4px; /* margin offsets for image padding */
	border: 1px solid #666;
	font-size: 85%;
	text-decoration: none;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#product_image span.image-annotation-note,
#product_image_large span.image-annotation-note {
	border: 0;
	padding: 1px;
	color: #4d493c;
	background: none;
	opacity: 1;
	filter: none;
}

/* }}} */
/* {{{ Product Notes and Attributes */

ul#product_notes,
ul#product_attributes {
	border-top: 1px solid #d6d0b9;
	margin: 1em 0;
	padding: 1em 0 0.5em 0;
	font-size: 85%;
}

ul#product_notes li,
#discount_note_container,
ul#product_attributes li,
#discount_note_container li {
	margin: 0.5em 0;
	color: #6b685b;
	list-style: none;
}

#product_notes a:link,
#product_notes a:visited,
#product_attributes a:link,
#product_attributes a:visited,
#discount_note_container a:link,
#discount_note_container a:visited {
	color: #4d493c;
}

#product_notes a:hover,
#product_notes a:active,
#product_attributes a:hover,
#product_attributes a:active,
#discount_note_container a:hover,
#discount_note_container a:active {
	color: #006;
}

/* }}} */
/* {{{ Product Sidebar Content */

#product_sidebar_content {
	margin: 1em 0;
	border-top: 1px solid #d6d0b9;
	padding: 1em 0;
	font-size: 85%;
}

/* }}} */
/* {{{ Item Footer */

#discount_note_container {
	border-width: 1px 0;
	border-style: solid;
	border-color: #d6d0b9;
	background: #efe7d7;
	padding: 0;
	margin: 0 180px 0 0;
	min-height: 48px;
	height: auto;
}

* html #discount_note_container {
	height: 48px; /* for IE */
}

#discount_note_container p {
	padding: 1em 0;
	margin-bottom: 0.2em;
}

#discount_note_container ul {
	margin: 1em 1em 0 1em;
}

#discount_note_container ul li {
	margin-bottom: 1em;
}

#product_footer {
	position: relative;
	width: 100%;
}

#button_container {
	width: 150px;
	float: right;
	position: relative;
	background: #bde1bd;
	padding: 10px;
}

#button_container input {
	width: 100%;
	font-size: 108%;
	height: 30px;
	font-weight: bold;
	position: relative;
}

/* }}} */
/* {{{ Related Products */

#related_products {
	padding-top: 20px;
}

#product_reviews_frame.swat-frame h4.swat-frame-title,
#related_products h4,
#popular_products h4 {
	clear: both;
	font-size: 108%;
	background: url(../images/elements/heading-line.png) 50% 50% repeat-x;
	padding-left: 0.5em;
	margin-top: 2em;
	text-transform: uppercase;
	border: 0;
}

#product_reviews_frame.swat-frame h4 span,
#related_products h4 span,
#popular_products h4 span {
	background: #fff;
	padding: 3px 4px;
	text-decoration: none;
	color: #6b685b;
}

#product_reviews_frame.swat-frame .product-review-reply h4 span {
	padding-top: 0;
	padding-left: 0;
}

/* }}} */
/* {{{ Popular Products */

#popular_products {
	margin-top: 1em;
}

#popular_products li.store-product-icon,
#popular_products li.product-icon {
	height: auto;
}

/* }}} */
/* {{{ Customer Reviews */

#product_reviews_frame {
	background: none;
	border: 0;
}

#product_reviews_frame .swat-frame-contents {
	background: none;
	padding: 0;
}

.swat-frame#product_reviews_frame .swat-frame-title {
	background: none;
	border: 0;
	border-bottom: 1px solid #dbd8cf;
	font-size: 131%;
}

#product_reviews_frame .swat-message-display {
	margin: 1em;
	padding-top: 0;
}

#product_reviews_frame .system-product-review {
	background: #efece0
}

#product_reviews_frame .product-review-reply {
	background: none
}

#product_reviews_frame .system-product-review h4 span {
	background: none;
}

.product-review {
	border-color: #f2efe6;
	margin-bottom: 0.5em;
}

.product-review-title { padding-top: 0.5em; }
.product-review-description, .product-review-summary { padding-top: 0; }


.product-review-date {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 85%;
}

#product_reviews_frame #review_bodytext_field.swat-form-field,
#product_reviews_frame #review_edit_details .swat-form-field {
	margin-bottom: 1em;
}

/* }}} */
/* {{{ Dimension Table */

.dimensions-table {
	border: 1px solid #e3e1d7;
}

.dimensions-table th,
.dimensions-table td {
	padding: 4px;
	font-size: 85%;
	border-right: 1px solid #e3e1d7;
}

.dimensions-table td {
	border-bottom: 1px solid #e3e1d7;
}

.dimensions-table th {
	background: #f8f7f0;
	border-bottom: 1px solid #e3e1d7;
}

/* }}} */
/* {{{ Next Prev Products */

#product_next_prev {
	border-top: 1px solid #d6d0b9;
	font-size: 85%;
	padding: 0 0 1em 0;
	margin: 1em 0;
	width: 100%;
}

#product_next_prev span.label {
	font-weight: bold;
	display: block;
}

#product_next_prev .prev {
}

* html #product_next_prev .prev {
	width: 49%;
}

#product_next_prev .next {
	text-align: right;
}

* html #product_next_prev .next{
	width: 49%;
}

#product_next_prev a {
	text-decoration: none;
	display: block;
	background: url(../images/elements/product-arrows.png) 0 10px no-repeat;
	display: block;
}

#product_next_prev .next a {
	padding: 1em 19px 0 0;
	background-position: 100% 10px;
}

#product_next_prev .prev a {
	padding: 1em 0 0 19px;
}

#product_next_prev a:link,
#product_next_prev a:visited {
	color: #4d493c;
}

#product_next_prev a:hover,
#product_next_prev a:active {
	color: #006;
}

#product_next_prev .product-title {
	text-decoration: underline;
}

#product_next_prev .items {
	color: #8d876d;
}

a.addthis_button {
	display: block;
	text-align: right;
}

/* }}} */

