a#more_details {
	display: block;
	width: 130px;
	height: 24px;
	background: url(/images/buttons/details.png) no-repeat;
	text-indent: -9999px;
}

/* a#more_details:hover {
	background-position: bottom right;
} */

h1#product_detail { margin: 0 0 40px; }

div#prod_det_images {
	float: left;
	width: 280px;
	margin-right: 20px;
}

div#prod_det_main_wrapper {
	float: left;
	width: 450px;
	overflow: hidden;
}

/* Columns with fluid layout */
div.prod_det_col1 {
	clear: left;
	float: left;
	width: 280px;
	padding: 0 20px 20px 0;
}

div.prod_det_col2 { width: 750px; float: left; padding-bottom: 20px; }

div.hreview-aggregate { display: none; }

h4.prod_subheading {
	padding-left: 15px;
	width: 750px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 735px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	background: url(../../../images/backgrounds/fullbar_blue.png) no-repeat left top;
}

ul#prod_det_fields {
	margin: 0 0 10px 0;
	font-size: 12px;
}

ul#prod_det_fields li { padding: 0 0 15px 80px !important; }

ul#prod_det_fields li label {
	font-weight: normal;
	float: left;
	display: block;
	margin-left: -80px;
	line-height: auto;
	width: 80px;
	padding: 0;
	margin-right: 10px;
	line-height: 14px;
}

ul#prod_det_fields select#option {
	width: 370px;
}

span.availability_out_of_stock {
	font-weight: bold;
	color: red;
}

div.prod_det_col1 p label { float: left; width: 80px; }

p.prod_note {
	color: red;
	font-weight: bold;
	margin: 0 0 0 9px;
}

/* Pricing */
div#prod_det_price_ajax { float: left; min-width: 100px; }

p.price_old {
	font-size: 12px;
	color: #aaa;
	text-decoration: line-through;
}
p.price_old span { font-size: 10px; }

p.price_inc {
	color: #da2c0d;
	font-size: 24px;
	font-weight: bold;
}

p.price_inc span { font-size: 11px; font-weight: normal; }
p.price_inc span.symbol { font-size: 18px; }


a#addtocart, a#add_to_wishlist {
	float: left;
	display: block;
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #da2c0d;
	cursor: pointer;
	line-height: 38px;
	color: #fff;
	behavior: url(/css/pie.htc);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a#add_to_wishlist {
	clear: left;
	background: url('/images/buttons/greybutton.png') repeat-x;
}

a#addtocart.disabled { opacity: 0.25; }

/* Image area */
div#prod_det_main_img {
	width: 260px;
	padding: 9px;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#prod_det_main_img div {
	background-position: center;
	background-repeat: no-repeat;
}

div#prod_det_main_img span.enlarge { line-height: 24px; margin-bottom: -5px; color: #999; text-indent: 0; padding-left: 14px; background: url('/images/icons/zoom_grey.png') left center no-repeat; }

div#prod_det_main_img a, div#prod_det_main_img span {
	display: block;
	text-indent: -9999px;
}

div#prod_det_main_img span { background-repeat: no-repeat; background-position: center; }

div#prod_det_main_img a { background: url('/images/icons/zoom.png') right bottom no-repeat; }



div#prod_det_main_img.noimage div {
	background-image: url('/images/backgrounds/prod_noimage.png');
	text-indent: -9999px;
	height: 200px;
}

div#prod_det_main_img img { display: none; } /* img tag shown so Google images can find it

/* Image thumbnails */
div#prod_det_imgs {
	margin: 10px 0;
	padding: 9px;
	width: 260px;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


div#prod_det_imgs ul {
	width: 260px;
	height: 90px;
	margin: 0 -10px 0 0;
	padding: 0;
	overflow: hidden;
}

div#prod_det_imgs ul li {
	width: 270px;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
}


div#prod_det_imgs ul li a {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#prod_det_imgs p { margin: 0; text-align: center; }
div#prod_det_imgs p span { color: #999; background: url('/images/icons/zoom_grey.png') left 2px no-repeat; padding-left: 14px; margin-left: -20px; }

a#prod_det_img_prev { float: left; }
a#prod_det_img_next { float: right; }

/* Tabbed areas */
ul#prod_det_tabs {
	margin: 0;
	padding: 0;
	height: 26px;
}

ul#prod_det_tabs li {
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 0 3px 0 0;
	list-style: none outside none;
}

ul#prod_det_tabs li a {
	display: block;
	float: left;
	padding: 0 15px;
	line-height: 26px;
	color: #fff;
	border: 1px solid #77b9ec;
	border-bottom: none;
	background: #77b9ec;
	behavior: url(/css/pie.htc);
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

ul#prod_det_tabs li a:hover {
	color: #fff;
	background: #4aa2e6;
	border: 1px solid #4aa2e6;
	border-bottom: none;
}

ul#prod_det_tabs li.sel a {
	color: #242424;
	background: #fff;
}

div.prod_det_div {
	border: 1px solid #77b9ec;
	padding: 15px;
	display: none;
	behavior: url(/css/pie.htc);
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

div.prod_det_div.sel { display: block; }

div.prod_det_div form ul { margin: 10px 0 0 0; }


/* Related Products */

div#prod_related {
	width: 720px;
	height: 230px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#prod_related ul { width: 720px; margin: 0; padding: 0; }

a#prod_related_prev, a#prod_related_next {
	display: block;
	position: absolute;
	width: 25px;
	height: 260px;
	text-indent: -9999px;
}

a#prod_related_prev {
	background: url('/inc/modules/prod/images/prod_related_prev.png') no-repeat left center;
}

a#prod_related_next {
	position: absolute;
	z-index: 9999;
	margin: -260px 0 0 725px;
	background: url('/inc/modules/prod/images/prod_related_next.png') no-repeat right center;
}

/* Reviews */

ul#reviews_list { margin: 0; padding: 0; }

ul#reviews_list li {
	padding: 0 0 7px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #DCDCDC;
	list-style: none outside none;
}

ul#reviews_list li.last { border: 0; margin: 0; padding: 0; }

/* Stars */
div#stars { height: 20px; }

span.stars { padding-right: 8px; }

div#stars a, span.stars span {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background: url('/images/backgrounds/star.png') no-repeat 0 -15px;
	text-indent: -6000px;
}

div#stars a { cursor: pointer; }

div#stars a:hover, div#stars a.on, span.stars span.on { background-position: 0 0; }

td span.stars span { background-position: -15px -15px; }
td span.stars span.on { background-position: -15px 0; }