<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#imageViewer {
	margin-bottom: 8px;
}

#imageViewerTop {
	margin-bottom: 8px;
}

#productImageWrap {
	background: #fff;
	text-align: center;
	border: solid 1px #ccc;
}

#viewLarger {
	float: left;
	height: 50px;
	width: 50px;
}

#viewControlsWrap .linkWrap, #showLarger .linkWrap {
	float: left;
	border: solid 1px #ccc;
	display: inline;
	margin: 4px 4px 0px 0px;
}

/*#viewControlsWrap img, #showLarger .showLargerLink {
	width: 50px;
	height: 50px;
}*/

.showLargerLink {
	display: block;
	background: url(CustomImages/zoomButton.gif) no-repeat left top;
}

#productRightCol {
	width: 423px;
	float: right;
}

#colorControls {
	margin: 10px 0px;
}

	#colorControls .linkWrap {
		float: left;
		border: solid 1px #ccc;
		margin: 0px 4px 4px 0px;
		display: inline;
	}

		#colorControls .linkWrap img {
			width: 50px;
			height: 50px;
		}

#colorOptionsLabel, #viewOptionsLabel {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

.ProductHeader {
	font-size: 16px;
	font-weight: bold;
}

#productPriceWrap {
	margin-bottom: 5px;
	font-weight: bold;
}

#productOptionsWrap {
	margin-bottom: 5px;
}

/*.productImage, .productImageLink {
	max-width: 500px;
    width: 100%;
}*/

.j-zoom {
	display: inline-block;
	position: relative;
}


/*--- thumbnails in desktop sizes ----------------------*/
@media (min-width:1200px) {
	#imageViewer #productImageWrap &gt; div:last-of-type {
		padding-left: 0;
		padding-right: 0
	}
}
</pre></body></html>