.detailsImages {
	float:left;
	width:265px;
	margin:20px;
}
.detailsContent {
	float:left;
	width:465px;
	margin:20px 0 0 0;
	text-align: justify;
}
.detailsContent blockquote {
	float:right;
	margin-top:25px;
}
ul.detailsSwatches li {
	float:left;
	margin:3px 6px 0 0;
	list-style:none;
}
/* == GALLERY ELEMENT == */

.thumbGrid {
	width:420px;
}
.thumbGrid li {
	float:left;
	list-style: none;
	margin-bottom:8px;
	height:103px;
	overflow:hidden;
}
.thumbGrid li img {
	height:103px;
}
#gallery {
	position:relative;
}
#imgTitle {
	position:absolute;
	top:0;
	left:0;
	width:475px;
	text-align:left;
	z-index:50;
}
#insertView {
	position:absolute;
	margin:-60px 0 0 240px;
	text-align:right;
	z-index:50;
}
.calloutGUI, #navArrows {
	clear: both;
	float:right;
	margin-bottom:30px;
}
.popupCalloutGUI {
	clear: both;
	float:right;
	margin-bottom:5px;
}
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	/*float:right;*/
	width:488px;
	padding-top:30px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.loader {
	background-image: url('/images/products/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 488px;
	height: 350px
}
/*div.slideshow {
	text-align:center;
	overflow:visible;
	}*/
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;/*padding-bottom: 12px;*/
}
div.slideshow a.advance-link {
	padding: 9px;
	display: block;
	border: 1px solid #ebebeb;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;/*border: 1px solid #ccc;
	background-color: #eee;*/
	/*padding: 12px;*/
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;/*padding-top: 12px;*/
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	min-height:200px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	width:275px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 8px 8px 0;
	list-style: none;
}
a.thumb {
	/*padding: 1px;*/
	display: block;
	border: 1px solid #ebebeb;
}
ul.thumbs li.selected a.thumb {
/*border: 1px solid #d6d5d5;*/
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
/* Minimal Gallery Styles */


#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}
#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
/* == the overlayed element == */
div.hiddenDetails {
	/* growing background image */
	background-image:url('/images/global/empty.gif');
	background-color:#FFF;
	/* dimensions after the growing animation finishes  */
	width:770px;
	height:600px;
	overflow:auto;
	/* initially overlay is hidden */
	display:none;
	/* some padding to layout nested elements nicely  */
	padding:20px 15px 15px;
	color:#666666;
	border: 1px solid #ebebeb;
}
div.hiddenDetails p {
}
#exposeMask {
	background:url(/images/global/empty.gif) repeat-x scroll 0 -300px
}
/*#mask {
	background:#678 url(/images/global/empty.gif) no-repeat;
	background-position:13% 160px;
}*/


/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
div.hiddenDetails div.close {
	background:url('/images/products/close.gif') 0 0 no-repeat;
	position:absolute;
	left:765px;
	top:15px;
	cursor:pointer;
	height:20px;
	width:20px;
}
div.hiddenDetails div.close:hover {
	background-position: 0 -20px;
}
div.hiddenDetails .detailsImages {
	float:left;
	width:285px;
	margin-right:0px;
}
div.hiddenDetails .detailsContent {
	float:left;
	width:440px;
	text-align: justify;
}
div.hiddenDetails .detailsContent blockquote {
	float:right;
	margin:25px 0 0 0;
}
div.hiddenDetails ul.detailsSwatches li {
	float:left;
	margin:3px 6px 0 0;
	list-style:none;
}
/* ==== Thumbs Scroll ===*/

div.productsScroll {
	position:relative;
	overflow:hidden;
	width:412px;
	height:450px;
	float:right;
	margin:30px 0 20px;
}
div.productsScroll div.items {
	width:20000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
div.productsScroll div.items div {
	float:left;
	width:480px;
}
/* active item */
div.productsScroll div.items div.active {
	border:0;
}
/*#prev, next,#prevPage and nextPage buttons */
a#prev, a#next {
	display:block;
	width:56px;
	height:20px;
	background:url("/images/products/arrow_left.gif") no-repeat;
	float:right;
	margin:0 0 10px 10px;
	cursor:pointer;
	font-size:1px;
	text-decoration:none;
}
/* mouseover state */
a#prev:hover, a#next:hover {
	background-position:0px -20px;
	text-decoration:none;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
	text-decoration:none;
	display:none !important;
}
/* next button uses another background image */
a#next {
	background-image:url("/images/products/arrow_right.gif");
	text-decoration:none;
	width:101px;
	margin-left:20px;
}
div.dimensions {
	font-size: 12px;
	color: #666666;
}
.availableAtPod {
	float:right;
	clear:both;
	background:url("/images/products/available-pod-l.gif") 0 0 repeat-y;
	width:317px;
}
.availableAtInner1 {
	background:url("/images/products/available-pod-r.gif") 100% 0 repeat-y;
	padding:5px 25px;
	color:#ec8100;
	font-family:Georgia;
	font-size:18px;
	line-height:20px;
	text-align:left;
}
.availableAtInner1 a, .availableAtInner1 a:hover {
	color:#ec8100;
	font-size:16px;
}
.availableAtPod img {
	display:block;
}
