#product-container {
	margin: 0 auto;
	max-width: 1100px;
}

#product-header h2 {
	font-weight: 200;
	font-size: 2.5em;
}

/******************************************************************************/

#product-preview {
	width: 270px;
	text-align: center;
}

#product-thumbnail {
	width: 270px;
	height: 270px;
}

/* width and height will be set in the view via PHP and will be based on the image dimensions */
#product-thumbnail-magnified {
	position: absolute !important;
	top: 0;
	background-color: #302c23;
	border: 1px solid black;
	zindex: 10000;
}

#product-preview-imageselect {
	margin-top: 30px;
}

.product-preview-imageselect-option {
	float: left;
	width: 60px;
	height: 60px;
}

.product-preview-imageselect-option:not(:last-child) {
	margin-right: 15px;
}

.product-preview-imageselect-option img {
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 8 */
	-moz-opacity: 0.3; /* Netscape */
	-khtml-opacity: 0.3; /* Safari 1.x */
	opacity: 0.3; /* Good browsers */
}

.product-preview-imageselect-option img:hover {
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /* IE 8 */
	-moz-opacity: 0.65; /* Netscape */
	-khtml-opacity: 0.65; /* Safari 1.x */
	opacity: 0.65; /* Good browsers */
}

.product-preview-imageselect-option.selected img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	-moz-opacity: 1.0; /* Netscape */
	-khtml-opacity: 1.0; /* Safari 1.x */
	opacity: 1.0; /* Good browsers */
}

/******************************************************************************/

#product-information {
	position: relative;
}

#product-information p {
	font-weight: 300;
	margin-bottom: 1em;
}

#product-summary {
	margin-top: 1em;
}

#product-information a {
	display: inline-block;
	font-weight: normal;
	color: #E6E6D2;
}

#product-information a:hover {
	color: white;
}

#product-information a:active {
	color: #999986;
}

/******************************************************************************/

#product-buy-buttons {
	margin-top: 10px;
}

#product-price {
	margin-top: 10px;
}

#product-price h4 {
	display: inline;
	font-size: 1.3em;
}

/******************************************************************************/

#product-categories {
	font-size: 1.0em;
	padding-bottom: 10px;
}

/******************************************************************************/
/******************************************************************************/

/* Mobile layout */
@media only screen and (max-width: 899px) {

	body {
		padding: 15px 15px 15px 15px;
	}

	#product-header h2 {
		text-align: center;
		font-size: 2.0em;
	}

	#product-preview {
		margin: 0 auto;
	}

	#product-preview-imageselect {
		display: none;
	}

	#product-information {
		margin: 0 auto;
	}

	#product-buy-buttons {
		text-align: center;
	}

	#product-price {
		text-align: center;
		margin-bottom: 10px;
	}

	#product-header {
		margin-bottom: 10px;
	}
}

/******************************************************************************/
/******************************************************************************/

/* Full page layout */
@media only screen and (min-width: 900px) {

	#product-preview {
		float: left;
		margin-top: 2.8em;
	}

	#product-preview-imageselect {
		display: block;
	}

	#product-information {
		margin-left: 340px;
	}

	#product-summary {
		font-size: 1.2em;
	}

	#product-thumbnail-img-lens {
		cursor: url('/images/cursor/magnify-opaque.cur'), -moz-zoom-in;
	}
}
