@import url(product.header.css);


#product_gallery h3 {
	margin-bottom: 10px;
	color: #900b09;
	font-size: 16px;
}


/*
 *	Product gallery
 */

#product_gallery {
	height: 1%;
	overflow: hidden;
}



/* Navigation */

body.js #navigation_gallery {
	height: 25px;
	margin-bottom: 6px;
	padding: 0 10px;
	overflow: hidden;
	background: #e9e8e9;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

body.js #navigation_gallery ul {
	float: right;
}

body.js #navigation_gallery li {
	margin-left: 10px;
	float: left;
}

body.js #navigation_gallery .navigation_gallery_previous {
	padding-left: 10px;
	background: url(/images/default/navigation_gallery_previous_background.png) no-repeat 0 50%;
}

body.js #navigation_gallery .navigation_gallery_next {
	padding-right: 10px;
	background: url(/images/default/navigation_gallery_next_background.png) no-repeat 100% 50%;
}

body.js #navigation_gallery a.active {
	color: #555 !important;
	background: none;
}



/* Thumbnails */

#product_gallery_thumbnails {
	width: 154px;
	overflow: hidden;
	float: left;
}

#product_gallery_thumbnails li {
	margin: 0 10px 10px 0;
	float: left;
}

#product_gallery_thumbnails a.image {
	display: block; /* Wrap the border around the image */
	border: 1px solid #dfdfdf;
}

#product_gallery_thumbnails a.image:hover,
#product_gallery_thumbnails li.current a {
	border-color: #1b5c9d !important;
	outline: none;
}


/* Full size image */

#product_gallery_fullsize {
	margin-left: 154px;
	padding: 5px 0;
	border: 1px solid #dfdfdf;
	text-align: center;
}

#product_gallery_fullsize img {
	background: url(/images/default/loading.gif) no-repeat 50% 50%;
	vertical-align: top;
}



/* Product folder */

#product_gallery p {
	margin-top: 5px;
	color: #555;
	text-align: right;
}



/* Overlay Window */

#customer_image_gallery {
	width: 445px; /* Uses IE.boxmodel fix: needs to include padding */
	height: 538px; /* Uses IE.boxmodel fix: needs to include padding */
	margin: -282px 0 0 -243px;
	padding: 10px 20px 20px;
	position: fixed; /* Uses IE.ancient fix: fixed position not supported */
	top: 50%;
	left: 50%;
	background: url(/images/default/overlaywindow_background.png) no-repeat; /* Uses IE fix: PNG with alphachannel not supported */
	display: none;
	z-index: 100;
}

body.js #customer_image_gallery {
	display: block;
}

#customer_image_gallery_heading {
	width: 100%;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-bottom: 4px;
	overflow: hidden;
	border-bottom: 1px solid #1b5c9d;
}

#customer_image_gallery_heading div.popupbox_title h2 {
	float: left;
	color: #1b5c9d;
	font-size: 14px;
}

#customer_image_gallery_heading div.popupbox_title a {
	width: 20px;
	height: 20px;
	overflow: hidden;
	float: right;
	outline: none;
	background: url(/images/default/product_mailafriend_close_small_button.png) no-repeat;
}

#customer_image_gallery_heading div.popupbox_title a:hover {
	background-position: 0 -20px;
}

#customer_image_gallery div.popupbox_footer {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 7px;
	padding-top: 6px;
	overflow: hidden;
	border-top: 1px solid #c9c9c9;
	font-size: 11px;
}

#customer_image_gallery div.popupbox_footer a {
	width: 51px; /* Uses IE.boxmodel fix: dimension needs to include padding */
	height: 22px !important;
	padding: 0 0 0 25px !important;
	float: right;
	color: #000;
	background: url(/images/default/product_mailafriend_close_button.png) no-repeat 0 0;
	font-weight: bold;
	text-decoration: none !important;
	line-height: 22px;
}

#customer_image_gallery div.popupbox_footer a:hover {
	background-position: 0 -22px;
}



/* Full size image */

#customer_image_gallery_fullsize {
	width: 369px;
	height: 369px;
	float: left;
	position: relative;
	padding: 5px 0;
	border: 1px solid #dfdfdf;
	background: url(/images/default/loading.gif) no-repeat scroll 50%;
	text-align: center;
}

#customer_image_gallery_fullsize a#image_enlarge {
	width: 130px;
	height: 20px;
	padding: 5px 0 0 23px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	background: #eee url(/images/default/icon_magnifier.png) no-repeat 3px 50%;
	font-size: 11px;
	text-align: left;
}

#customer_image_gallery_image_title, 
#customer_image_gallery_image_description {
	width: 364px;
	height: 17px;
	padding-left: 80px;
	float: left;
	clear: both;
	overflow: hidden;
}

#customer_image_gallery_image_title {
	margin-top: 4px;
	text-align: left;
	font-weight: bold;
}

#customer_image_gallery_image_description {
	margin-bottom: 2px;
	text-align: left;
}



/* Thumbnails */

#customer_image_gallery_thumbnails {
	width: 73px;
	height: 381px;
	overflow: hidden;
	float: left;
}

#customer_image_gallery_thumbnails li {
	margin: 0 6px 9px 0;
	padding-right: 10px;
	float: left;
}

#customer_image_gallery_thumbnails li.current {
	background: url(/images/default/arrow_blue_right.png) no-repeat 69px 50%;
}

#customer_image_gallery_thumbnails a.image {
	width: 65px;
	height: 65px;
	display: block; /* Wrap the border around the image */
	border: 1px solid #dfdfdf;
	margin: 1px;
}

#customer_image_gallery_thumbnails a.image:hover,
#customer_image_gallery_thumbnails li.current a {
	border: 2px solid #1b5c9d !important;
	outline: none;
	margin: 0;
}
