@charset "utf-8";
/* CSS Document */

/**************** PRODUCT DETAILS *******************/

#thumbsAndPic {
	width:60%;
	min-width: 500px;
	max-width: 600px;
	height: auto;
	float: left;
	display: inline-block;
}
#thumbnailsHolder {
	width: 90px;
	height: auto;
	display: inline-block;
	float: left;
}
#mainPictureHolder {
	width: 100%;
	min-width: 400px;
	max-width: 500px;
	height: auto;
	display: inline-block;
	float: right;
	margin: 0px 5px 0px 5px;
}
#itemOptionsHolder {
	min-width: 200px;
	max-width: 600px;
	height: auto;
	display: inline-block;
	float: right;
}
.colors_sizes_block {
	width: 100%; 
	height: auto;
	min-height: 70px;
	padding-top: 10px; 
	text-align: left; 
	clear: left;
}


#itemDetailsHolder {
	width: 100%;
	height: auto;
	display: block;
}
#largePicturesHolder {
	width: 100%;
	height: auto;
	display: block;
}
#largePictures {
	width: 100%;
	max-width: 1000px;
	height: auto;
}
.itemName {
	position:relative;
	display: block;
	text-align: left;
	font-size: 26px; 
	font-weight: bold; 
}
.productDetails_subHeading {
	position:relative;
	display: block;
	text-align: left;
	height: 24px;
	padding-left: 32px;
	margin-top: 10px;
	font-size: 18px; 
	font-weight: bold;
	background-position: 0px 0px;
	background-image: url("../../images/menu_hover_sm.png");
	background-repeat: no-repeat;
}
.productDetails_generalDescriptions {
	position:relative;
	display: block;
	text-align: left;
	font-size: 14px; 
	margin-left: 32px;
}
.colorSizeSelection_outerBox_active {
	display: inline-block;
	position: relative;
	float: left;
	width: 42px;
	height: 32px;
	padding: 2px;
	margin: 0px;
	border: 5px solid #FF0000;
}
.colorSizeSelection_outerBox_inactive {
	display: inline-block;
	position: relative;
	float: left;
	width: 42px;
	height: 32px;
	padding: 7px;
	margin: 0px;
}
.colorSizeSelection_greyBox {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 5px 0 5px 0;
	color: #000000;
	border: 1px solid #999999;
}
.colorSizeSelection_greyBox_crossedOut {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 5px 0 5px 0;
	color: #999999;
	border: 1px solid #999999;
	background-position: 0px 0px;
	background-image: url("../../images/products/selectionCrossOut.png");
	background-repeat: no-repeat;
}
.itemCode {
	height: 16px;
	width: 100%;
	display: inline-block;
	clear: left;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	color: #999999;
}
.itemPrice {
	height: 20px;
	width: 100%;
	display: inline-block;
	clear: left;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	color: #000000;
	clear: left;
}
.webPrice {
	text-decoration: none;
}
.webPriceCrossedOut {
	text-decoration: line-through;
}
.webOnSalePrice {
	color: #FF0000;
}
.stockInfo {
	display: inline-block;
	clear: left;
	padding: 7px;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	color: #999999;
}
.addToCart {
	display: inline-block;
	clear: left;
	padding: 7px;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	color: #999999;
}
.productDetails_mainDescription {
	position:relative;
	display: block;
	text-align: left;
	font-size: 18px; 
}
.productDetails_picThumbnail {
	width: 90px;
	height: 90px;
	display: inline-block;
	margin-bottom: 2px;
	cursor:pointer;
	overflow: hidden;
	position: relative;
	border: 1px solid #000000;
}
.productDetails_picThumbnail img {
	width: 100%;
	height: auto;
	//aspect-ratio: 1 / 1;
	border: 1px solid #DDDDDD;
}
.productDetails_VideoThumbnailImg {
	height: 90px !important;
	aspect-ratio: 16 / 9 !important;
	width: auto !important;
	border: 0;
	margin-left: -35px;
}
.productDetails_VideoThumbnailsOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* LARGE TOP MENU, LEFT MENU GO DOWN (3 col promo)
-------------------------------------------------- */
@media screen and (min-width: 700px) and (max-width: 959px) {
	#thumbsAndPic {
		min-width: 400px;
		max-width: 500px;
	}
	#thumbnailsHolder {
		width: 100%;
		height: 90px;
		display: inline-block;
		float: left;
	}
	.productDetails_picThumbnail {
		margin-bottom: 0px;
		margin-right: 5px;
	}
	#itemOptionsHolder {
		min-width: 150px;
		max-width: 250px;
	}
}

/* LARGE TOP MENU -> CHINESE ONLY (2 col promo)
-------------------------------------------------- */
@media screen and (min-width: 430px) and (max-width: 699px) {
	#thumbsAndPic {
		width: 100%;
		height: auto;
		display: block;
	}
	#mainPictureHolder {
		width: 100%;
		height: auto;
		display: block;
	}
	#thumbnailsHolder {
		width: 100%;
		height: auto;
		text-align: center;
		margin-top: 5px;
	}
	.productDetails_picThumbnail {
		float: none;
		margin-bottom: 0px;
		margin-right: 5px;
	}
	#itemOptionsHolder {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	.itemName {
		text-align: center;
	}
	.colors_sizes_block {
		text-align: center; 
	}
	.colorSizeSelection_outerBox_active {
		float: none;
	}
	.colorSizeSelection_outerBox_inactive {
		float: none;
	}
	.itemCode {
		text-align: center;
	}
	.itemPrice {
		text-align: center;
	}
}
/* MOBILE MENU
----------------------------------------------- */
@media screen and (max-width: 429px) {
	#thumbsAndPic {
		width: 100%;
		height: auto;
		display: block;
		min-width: 200px;
		max-width: 429px;
	}
	#mainPictureHolder {
		width: 100%;
		height: auto;
		display: block;
		min-width: 200px;
		max-width: 429px;
	}
	#thumbnailsHolder {
		width: 100%;
		height: auto;
		margin-top: 5px;
		text-align: center;
	}
	.productDetails_picThumbnail {
		float: none;
		margin-bottom: 0px;
		margin-right: 5px;
	}
	#itemOptionsHolder {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	.itemName {
		text-align: center;
	}
	.colors_sizes_block {
		text-align: center; 
	}
	.colorSizeSelection_outerBox_active {
		float: none;
	}
	.colorSizeSelection_outerBox_inactive {
		float: none;
	}
	.itemCode {
		text-align: center;
	}
	.itemPrice {
		text-align: center;
	}
}