/**18-may-24**/
/**generic**/	
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
#shackletonsBanner, #shackletonsBannerImage, #shackletonsBannerImage img{
	width:100%;
	float:left;
}
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
#banner{
	width:1200px;
	height:420px;
	margin: 0 auto;
	margin-bottom:20px;
	display:table;
}

#bannerImage{
	width:1200px;
	height:420px;
	position:absolute;
	display:table;
}

#bannerImage  img{
	width:1200px;
	height:420px;
	display:block;
}

/*****************************************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#banner{
	width:1200px;
	height:420px;
}

#bannerImage{
	width:1200px;
	height:420px;
}

#bannerImage  img{
	width:1200px;
	height:420px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size2*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1140px) and (max-width: 1219px){
#banner{
	width:1100px;
	height:385px;
}

#bannerImage{
	width:1100px;
	height:385px;
}

#bannerImage  img{
	width:1100px;
	height:385px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size3*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1040px) and (max-width: 1139px){
#banner{
	width:1000px;
	height:350px;
}

#bannerImage{
	width:1000px;
	height:350px;
}

#bannerImage  img{
	width:1000px;
	height:350px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size4*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 940px) and (max-width: 1039px){
#banner{
	width:900px;
	height:315px;
}

#bannerImage{
	width:900px;
	height:315px;
}

#bannerImage  img{
	width:900px;
	height:315px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size5*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 840px) and (max-width: 939px){
#banner{
	width:800px;
	height:280px;
}

#bannerImage{
	width:800px;
	height:280px;
}

#bannerImage  img{
	width:800px;
	height:280px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size6*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 740px) and (max-width: 839px){
#banner{
	width:700px;
	height:245px;
}

#bannerImage{
	width:700px;
	height:245px;
}

#bannerImage  img{
	width:700px;
	height:245px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 739px){
#banner{
	width:90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
}

#bannerImage{
	width:100%;
	height: auto;
	position: relative;
	float:left;
}

#bannerImage  img{
	width:100%;
	height: auto;
	display:block;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
#noProductsHere{
	width:100%;
	margin-top:130px;
	margin-bottom:130px;
	text-align:center;
	font-size:24px;
	color:#58595b;
	float:left;
}

#contentWrapper{
	width:100%;
	margin-bottom:25px;
	background:white;
	float:left;
}

/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/	
#productOuterWrapper{
	width:1200px;
	margin: 0 auto;
	font-size: 12px;
	display: table;
}

#productInnerWrapper{
	width: 1200px; 
	float:left;
}

#productMainWrapper{
	width: 1200px; 
	padding-top:20px;
	padding-bottom:10px;
	float:left;
}

#imageSelectedWrapper{
	width:500px; 
	margin-left:20px;
	margin-right:20px;
	cursor:pointer;
	position:relative;
	float:left;
}

#imageSelectedMain{
	width:500px;
	height:285px;
	margin-bottom:10px;
	cursor:pointer;
	float:left;
}

#imageSelectedMain img{
	width:500px;
	height:285px;
	position:absolute;
	display:block;
}

#imageSelectedTriangleOuter{
	width:500px;
	font-size:20px;
	text-align:right;
	cursor:pointer;
	position:absolute;
	float:left;
}

#imageSelectedTriangleInner{
	width: 80px;
	height: 80px;
	margin-top:10px;
	margin-right:10px;
	position:relative;
	float:right;
}

#imageSelectedTriangleInner img{
	width:80px;
	height:80px;
	display:block;
}

#detailImageWrapper{
	width:500px;
	float:left;	
}

#detailImageOne{
	width:32%;
	margin-right:3%;
	cursor:pointer;
	float:left;
}

#detailImageOne img{
	width:100%;
	float:left;
}

#detailImageTwo{
	width:32%;
	margin-right:3%;
	cursor:pointer;
	float:left;
}

#detailImageTwo img{
	width:100%;
	float:left;
}

#detailImageThree{
	width:30%;
	cursor:pointer;
	float:left;
}

#detailImageThree img{
	width:100%;
	float:left;
}


#enlargedImageOuter{
	width:100%; 
	position:fixed; 
	top: 0; 
	left:0; 
	z-index:1000; 
	background: rgba(0, 0, 0, 0.7); 
	display:none;
}

#enlargedImageInner{
	width:790px;
	margin: 0 auto; 
	margin-top: 11%; 
	margin-bottom:30%; 
	display:table;
}

#enlargedImageCloseOuter{
	width:100%;
	margin-bottom:5px;
	float:left;
}

#enlargedImageClose{
	width:700px;
	margin:0 auto;
	cursor:pointer;
	text-align:right;
	font-size:16px;
	color:white;
	display:table;
}

#enlargedImageScrollLeft, #enlargedImageScrollRight{
	width:30px;
	height:50px;
	padding-top:175px;
	float:left;	
}

#enlargedImageScrollLeft:hover, #enlargedImageScrollRight:hover{
	cursor:pointer;	
}

#enlargedImageScrollLeft img, #enlargedImageScrollRight img{
	width:30px;
	height:50px;
	float:left;	
}

#enlargedImage{
	width:700px; 
	height:400px;
	margin-left:15px;
	margin-right:15px;
	background:white;
	float:left;
}

#enlargedImage img{
	width:700px; 
	height:400px;
	display:block;
}


#sizesDesktopTable{
	width:500px; 
	margin-top:30px;
	float:left;
}

#sizesDesktopTable table{
	width:400px;
	margin:0 auto;
	padding:15px;
	border:#dcdcdc solid 1px;
}

#sizesDesktopTable table td{
	padding-right: 30px;
	text-align:left;
	font-weight:300;
	font-size:15px;
	color:#58595B;
}

#sizesDesktopTable table td span{
	font-size:12px;
}

#gradesDesktopWrapper{
	width:500px;
	margin-top:15px;
	float:left;
}	

#gradesDesktopWrapper table{
	width:400px;
	margin:0 auto;
	padding:15px;
	border:#dcdcdc solid 1px;
}
	
#gradesDesktopWrapper table td{
	padding-right:30px;
	font-weight:300;
	font-size:15px;
	color:#58595B;
}

/*****************************************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
	
#productOuterWrapper, #productInnerWrapper, #productMainWrapper{
	width: 1200px; 
}

#imageSelectedWrapper{
	width:500px; 
}

#imageSelectedMain, #imageSelectedMain img{
	width:500px;
	height:285px;
}

#imageSelectedTriangleOuter{
	width:500px;
}

#detailImageWrapper{
	width:500px;
}

#enlargedImageInner{
	width:790px;
	margin-top: 11%; 
	margin-bottom:30%; 
}

#enlargedImageClose{
	width:700px;
}

#enlargedImageScrollLeft, #enlargedImageScrollRight{
	width:30px;
	height:50px;
	padding-top:175px;
}

#enlargedImageScrollLeft img, #enlargedImageScrollRight img{
	width:30px;
	height:50px;
}

#enlargedImage{
	width:700px; 
	height:400px;
}

#enlargedImage img{
	width:700px; 
	height:400px;
}

#sizesDesktopTable, #gradesDesktopWrapper{
	width:500px;
}

#sizesMobileTable, #gradesMobileWrapper{
	display:none;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size2*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

#productOuterWrapper{
	width:1100px;
}

#productInnerWrapper{
	width: 1100px; 
}

#productMainWrapper{
	width: 1100px; 
}

#imageSelectedWrapper{
	width:460px; 
}

#imageSelectedMain{
	width:460px; 
	height:262px;
}

#imageSelectedMain img{
	width:460px; 
	height:262px;
}

#imageSelectedTriangleOuter{
	width:460px; 
}

#detailImageWrapper{
	width:460px;
}

#enlargedImageInner{
	width:730px;
	margin-top: 11%; 
	margin-bottom:30%; 
}

#enlargedImageClose{
	width:640px;
}

#enlargedImageScrollLeft, #enlargedImageScrollRight{
	padding-top:158px;
	width:30px;
	height:50px;
}

#enlargedImageScrollLeft img, #enlargedImageScrollRight img{
	width:30px;
	height:50px;
}

#enlargedImage{
	width:640px; 
	height:366px;
}

#enlargedImage img{
	width:640px; 
	height:366px;
}

#sizesDesktopTable, #gradesDesktopWrapper{
	width:460px;
}

#sizesMobileTable, #gradesMobileWrapper{
	display:none;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size3*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

#productOuterWrapper{
	width:1000px;
}

#productInnerWrapper{
	width: 1000px; 
}

#productMainWrapper{
	width: 1000px; 
}

#imageSelectedWrapper{
	width:420px; 
}

#imageSelectedMain{
	width:420px; 
	height:240px;
}

#imageSelectedMain img{
	width:420px; 
	height:240px;
}

#imageSelectedTriangleOuter{
	width:420px; 
}


#detailImageWrapper{
	width:420px;
}

#enlargedImageInner{
	width:670px;
	margin-top: 11%; 
	margin-bottom:30%; 
}

#enlargedImageClose{
	width:580px;
}

#enlargedImageScrollLeft, #enlargedImageScrollRight{
	padding-top:140px;
	width:30px;
	height:50px;
}

#enlargedImageScrollLeft img, #enlargedImageScrollRight img{
	width:30px;
	height:50px;
}

#enlargedImage{
	width:580px; 
	height:331px;
}

#enlargedImage img{
	width:580px; 
	height:331px;
}

#sizesDesktopTable, #gradesDesktopWrapper{
	width:420px;
}

#sizesMobileTable, #gradesMobileWrapper{
	display:none;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size4*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){

#productOuterWrapper{
	width:900px;
}

#productInnerWrapper{
	width: 900px; 
}

#productMainWrapper{
	width: 900px; 
}

#imageSelectedWrapper{
	width:460px; 
}

#imageSelectedMain{
	width:460px;
	height:262px;
}

#imageSelectedMain img{
	width:460px;
	height:262px;
}

#imageSelectedTriangleOuter{
	width:460px;
}

#detailImageWrapper{
	width:460px;
}

#enlargedImageInner{
	width:612px;
	margin-top: 11%; 
	margin-bottom:30%; 
}

#enlargedImageClose{
	width:522px;
}

#enlargedImageScrollLeft, #enlargedImageScrollRight{
	padding-top:122px;
	width:30px;
	height:50px;
}

#enlargedImageScrollLeft img, #enlargedImageScrollRight img{
	width:30px;
	height:50px;
}

#enlargedImage{
	width:522px; 
	height:298px;
}

#enlargedImage img{
	width:522px; 
	height:298px;
}

#sizesDesktopTable, #gradesDesktopWrapper{
	width:460px;
}

#sizesMobileTable, #gradesMobileWrapper{
	display:none;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size5*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){

#productOuterWrapper{
	width:800px;
}

#productInnerWrapper{
	width: 800px; 
}

#productMainWrapper{
	width: 800px; 
}

#imageSelectedWrapper{
	width:410px; 
}

#imageSelectedMain{
	width:410px;
	height:234px;
}

#imageSelectedMain img{
	width:410px;
	height:234px;
}

#imageSelectedTriangleOuter{
	width:410px;
}

#detailImageWrapper{
	width:410px;
}

#enlargedImageInner{
	width:539px;
	margin-top: 11%; 
	margin-bottom:40%; 
}

#enlargedImageClose{
	width:463px;
}

#enlargedImageScrollLeft, #enlargedImageScrollRight{
	padding-top:112px;
	width:23px;
	height:40px;
}

#enlargedImageScrollLeft img, #enlargedImageScrollRight img{
	width:23px;
	height:40px;
}

#enlargedImage{
	width:463px; 
	height:265px;
}

#enlargedImage img{
	width:463px; 
	height:265px;
}

#sizesDesktopTable, #gradesDesktopWrapper{
	display:none;
}

#sizesMobileTable, #gradesMobileWrapper{
	width:100%
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size6*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){

#productOuterWrapper{
	width:700px;
}

#productInnerWrapper{
	width: 700px; 
}

#productMainWrapper{
	width: 700px; 
}

#imageSelectedWrapper{
	width:360px; 
}

#imageSelectedMain{
	width:360px; 
	height:205px;
}

#imageSelectedMain img{
	width:360px; 
	height:205px;
}

#imageSelectedTriangleOuter{
	width:360px; 
}

#detailImageWrapper{
	width:360px;
}

#enlargedImageInner{
	width:539px;
	margin-top: 11%; 
	margin-bottom:50%; 
}

#enlargedImageClose{
	width:463px;
}

#enlargedImageScrollLeft, #enlargedImageScrollRight{
	padding-top:112px;
	width:23px;
	height:40px;
}

#enlargedImageScrollLeft img, #enlargedImageScrollRight img{
	width:23px;
	height:40px;
}

#enlargedImage{
	width:463px; 
	height:265px;
}

#enlargedImage img{
	width:463px; 
	height:265px;
}

#sizesDesktopTable, #gradesDesktopWrapper{
	display:none;
}

#sizesMobileTable, #gradesMobileWrapper{
	width:100%
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

#productOuterWrapper{
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom:25px;
}

#productInnerWrapper{
	width: 100%; 
}

#productMainWrapper{
	width: 100%;
}

#imageSelectedWrapper{
	width:100%; 
	margin:0px;
}

#imageSelectedMain{
	width:100%;
	height:auto;
	padding-bottom:60%;
}

#imageSelectedMain img{
	width:100%;
	height:auto;
}

#imageSelectedTriangleOuter{
	width:100%;
}

#detailImageWrapper{
	width:100%;
}

#enlargedImageInner{
	width:90%;
	margin-top: 30%; 
	margin-bottom:100%; 
	margin-left:5%;
	margin-right:5%;
}

#enlargedImageClose{
	width:100%;
}

#enlargedImageScrollLeft{
	width:5%;
	height:auto;
	padding:2%;
	margin-left:2%;
	margin-right:auto;
	margin-top:25%;
	position:absolute;
	z-index:1001; 
	border-radius:50%;
	background:#58595b;
	display:table;	
}

#enlargedImageScrollRight{
	width:5%;
	height:auto;
	padding:2%;
	margin-left: 80%;
	margin-right:2%;
	margin-top:25%;
	position:absolute;
	z-index:1001; 
	border-radius:50%;
	background:#58595b;
	display:table;	
}

#enlargedImageScrollLeft img, #enlargedImageScrollRight img{
	width:100%;
	height:auto;
	float:left;	
}

#enlargedImage{
	width:100%; 
	height:auto;
	margin:0px;
}

#enlargedImage img{
	width:100%; 
	height:auto;
}

#sizesDesktopTable, #gradesDesktopWrapper{
	display:none;
}

#sizesMobileTable, #gradesMobileWrapper{
	width:100%
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
#descriptionSelectedWrapper{
	width:580px;
	font-size: 14px;
	color:#58595b;
	float:left;
}

#descriptionSelectedWrapper #title{
	width:100%;
	padding:0px;
	margin:0px;
	display:inline;
	font-weight:300;
	font-size:31px;
	color:#58595b;
	float:left;
}

#descriptionSelectedWrapper #description{
	width:100%;
	margin-bottom:10px;
	font-weight:300;
	font-size: 16px;
	color:#58595b;
	float:left;
}

#topPriceWrapper{
	width:100%;
	color:#58595b;
	float:left;
}

.topPriceGeneric{
	margin-bottom:15px;
	text-decoration: line-through;
	font-weight:300;
	font-size:13px;
}

.topPriceMob4home{
	margin-bottom:7px;
	text-decoration: none;
	font-weight:600;
	font-size:15px;
}

.middlePriceMob4home{
	margin-bottom:22px;
	font-weight:600;
	font-size:15px;
	color:#58595b;
}

#bottomPrice{
	width:100%;
	margin-bottom:10px;
	float:left;
}

.bottomPriceGeneric{
	margin-bottom:2px;
	font-weight:300;
	font-size:31px;
	color:#c10c0f;
}

.bottomPriceMob4home{
	margin-bottom:22px;
	font-weight:600;
	font-size:15px;
	color:#c10c0f;
}

#vatExemptionText{
	margin-bottom:22px;
	font-weight:300;
	font-size:15px;
	color:#58595b;
}

#vatExemptionText a{
	text-decoration: none;
	font-weight:600;
	color:#58595b;	
}

#savingPercentWrapper{
	width:100%;
	margin-bottom:15px;
	font-weight:300;
	font-size:13px;
	color:#c10c0f;
	float:left;
}

#customerReviewOverallRating{
	width:100%;
	margin-bottom:15px;
	float:left;
}

#customerReviewOverallRating span{
	padding-left:5px;
	color:#585858;
}

#customerReviewOverallRating span:hover{
	cursor:pointer;
}

#customerReviewOverallRating img{
	height:20px;
	float:left;
}

#texBulletOuter{
	width:100%;
	margin-bottom:25px;
	float:left;
}

#textBullet{
	width:100%;
	margin-bottom:5px;
	font-weight:300;
	font-size:15px;
	color:#58595b;
	float:left;
}

#offerPriceType{
	width: 100%;
	margin-bottom: 15px;
	float: left;
}

#offerPriceType span{
	font-weight:300;
	font-size:17px;
	color:#58595B;
	background: yellow;
}

#leadTime{
	width:100%;
	margin-bottom:2px;
	font-weight:300;
	color:#58595b;
	float:left;
}

#deliveryInfoButton, #guaranteeInfoButton, #assemblyInfoButton, #sizesButton{
	width:100%;
	margin-bottom:15px;
	cursor:pointer;
	color:#58595b;
	float:left;
}

#deliveryInfoButton a, #guaranteeInfoButton a, #assemblyInfoButton a, #sizesButton a{
	text-decoration:none;
	color:#58595B;
}

#deliveryInfoButtonBullet, #guaranteeInfoButtonBullet, #assemblyInfoButtonBullet, #sizesButtonBullet{
	margin-top:2px;
	margin-right:8px;
	font-weight:300;
	font-size:10px;
	letter-spacing: 10px;	
	border:1px solid #58595B;
	float:left;
}

#deliveryInfoButtonText, #guaranteeInfoButtonText, #assemblyInfoButtonText, #sizesButtonText{
	font-weight:300;
	float:left;
}

#buttonsWrapper{
	width:100%;
	margin-bottom: 12px;
	float:left;
}

#brochureButton{
	width:100%;
	margin-bottom:4px;
	color:#58595b;
	float:left;
}

#brochureButton a{
	text-decoration:none;
	color:#58595b;
}

#brochureButtonBullet{
	margin-top:2px;
	margin-right:8px;
	font-size:10px;
	letter-spacing: 10px;	
	border:1px solid #58595b;
	float:left;
}

#brochureButtonText{
	font-weight:300;
	float:left;
}

.selectWrapper, #selectWrapper, .selectClosed, .selectExpanded{
	width:450px;
    position: relative;
	float:left;
}	

.selectClosed{
	margin-bottom:15px;
    border: thin lightGrey solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:white;
	float:left;
}

.selectClosed #optionOne{
	padding:10px;
	cursor:pointer;
}

.selectClosed #optionOne #key{
	width:100px;
	font-weight:300;
	font-size:16px;
	color:#58595b;
	float:left;
}

.selectClosed #optionOne .value{
	padding-right:20px;
	font-weight:300;
	font-size:16px;
	color:#58595b;
}

.selectClosed #optionOne #caretSymbol{
	height:12px;
	margin-top:6px;
	float:right;
}

.selectClosed #optionOne #caretSymbol img{
	height:12px;
	display:block;
}

.selectExpanded{
	width:450px;
    border: thin lightGrey solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position:absolute;
    background:white;
    display:none;
}

.selectExpanded #optionOne{
	padding:10px;
	cursor:pointer;
}

.selectExpanded #optionOne #key{
	width:100px;
	font-weight:300;
	font-size:16px;
	color:#58595b;
	float:left;
}

.selectExpanded #optionOne .value{
	padding-right:20px;
	font-weight:300;
	font-size:16px;
	color:#58595b;
}

.selectExpanded #optionOne #caretSymbol{
	height:12px;
	margin-top:6px;
	float:right;
}

.selectExpanded #optionOne #caretSymbol img{
	height:12px;
	display:block;
}

.selectExpanded #option{
	width:100%;
	float:left;
	display:table;
}

.selectExpanded .option ul{
	padding:0px;
	margin:0px;
}

.selectExpanded .option li{
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	list-style-type:none;
	cursor:pointer;
	font-weight:300;
	font-size:15px;
	color:#58595b;
}

.selectExpanded .option li:hover{
	background:ghostWhite;
}

#textWrapper{
	width:100%;
	margin-top:15px;
	float:left;
}	
	
#textBlurb{
	width:100%;
	margin-bottom:10px;
	font-weight:300;
	font-size:16px;
	color:#58595b;
	float:left;
}

#textBlurb a{
	color:#58595b;
}

#textBlurb h1{
	margin:0px;
	font-weight: 300;
	font-size:16px;
	color:#58595b;
}

#buyButton{
	width:100%;
	margin-bottom:15px;
	float:left;
}	

#yourOrderWrapper{
	width:450px;
	margin-bottom:10px;
	float:left;
}

#stockKeepingUnit{
	width:100%;
	margin-bottom:2px;
	font-weight:400;
	color:#58595b;
	float:left;
}

#pdfBrochureButton, #homeConsultationButton, #customerReviewButton, #callButton, #quickEnquiryButton, #dummyBuyButton, #realBuyButton{
	width:450px;
	margin-bottom:15px;
	padding:7px;
	padding-left:30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:none;
    text-align:center;
	font-weight:400;
	font-size:17px;
	color:white;
	background:#58595B;
	float:left;	
}	

#pdfBrochureButton:hover, #homeConsultationButton:hover, #customerReviewButton:hover, #callButton:hover, #quickEnquiryButton:hover, #dummyBuyButton:hover, #realBuyButton:hover{
	cursor:pointer;
}

#customerReviewButton{
	border:1px solid lightGrey;
	font-weight: 100;
	color:#585858;
	background:none;
}	

#callButton{
	background:#c10c0f;
}	

#dummyBuyButton{
	opacity:0.5;
}

#realBuyButton{
	display:none;
}

/*****************************************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#descriptionSelectedWrapper{
	width:580px;
}

.selectWrapper, #selectWrapper, .selectClosed, .selectExpanded{
	width:450px;
}

#buyButton #realBuyButton, #buyButton #dummyBuyButton, #customerReviewButton, #quickEnquiryButton, #callButton{
	width:450px;
}

#yourOrderWrapper{
	width:450px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size2*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#descriptionSelectedWrapper{
	width:600px;
}

.selectWrapper, #selectWrapper, .selectClosed, .selectExpanded{
	width:450px;
}

#buyButton #realBuyButton, #buyButton #dummyBuyButton, #customerReviewButton, #quickEnquiryButton, #callButton{
	width:450px;
}

#yourOrderWrapper{
	width:450px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size3*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#descriptionSelectedWrapper{
	width:540px;
}

.selectWrapper, #selectWrapper, .selectClosed, .selectExpanded{
	width:450px;
}

#buyButton #realBuyButton, #buyButton #dummyBuyButton, #customerReviewButton, #quickEnquiryButton, #callButton{
	width:450px;
}

#yourOrderWrapper{
	width:450px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size4*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#descriptionSelectedWrapper{
	width:400px;
}

.selectWrapper, #selectWrapper, .selectClosed, .selectExpanded{
	width:400px;
}

#buyButton #realBuyButton, #buyButton #dummyBuyButton, #customerReviewButton, #quickEnquiryButton, #callButton{
	width:400px;
}

#yourOrderWrapper{
	width:400px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size5*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#descriptionSelectedWrapper{
	width:370px;
}

.selectWrapper, #selectWrapper, .selectClosed, .selectExpanded{
	width:362px;
}

#buyButton #realBuyButton, #buyButton #dummyBuyButton, #customerReviewButton, #quickEnquiryButton, #callButton{
	width:362px;
}

#yourOrderWrapper{
	width:362px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size6*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#descriptionSelectedWrapper{
	width:100%;
}

.selectWrapper, #selectWrapper, .selectClosed, .selectExpanded{
	width:362px;
}

#buyButton #realBuyButton, #buyButton #dummyBuyButton, #customerReviewButton, #quickEnquiryButton, #callButton{
	width:362px;
}

#yourOrderWrapper{
	width:362px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#descriptionSelectedWrapper{
	width:100%;
}

#topPrice{
	margin-bottom:10px;
}

.selectWrapper, #selectWrapper, .selectClosed, .selectExpanded{
	width:100%;
}

#buyButton #realBuyButton, #buyButton #dummyBuyButton, #customerReviewButton, #quickEnquiryButton, #callButton{
	width:100%;
	padding:1%;
}

#yourOrderWrapper{
	width:100%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
#mainTextDeliveryInfoOuter, #mainTextGuaranteeInfoOuter, #mainTextAssemblyInfoOuter, #mainTextSizesOuter{
	width:100%;
	position:fixed; 
	top: 0; 
	left:0; 
	z-index:1000; 
	display:none;
}

#mainTextDeliveryInfoInner, #mainTextGuaranteeInfoInner, #mainTextAssemblyInfoInner, #mainTextSizesInner{
	width:600px;
	margin:0 auto;
	margin-top:20%;
	margin-bottom:60%;
	border:3px #58595b solid;
	background:white;
	display:table;
}

#mainTextDeliveryInfoCloseBox, #mainTextGuaranteeInfoCloseBox, #mainTextAssemblyInfoCloseBox, #mainTextSizesCloseBox{
	width:98%;
	margin-top:2%;
	margin-bottom:2%;
	margin-right:2%;
	cursor:pointer;
	text-align:right;
	font-size:15px;
	color:#58595b;
	float:left;
}

#mainTextDeliveryInfoText, #mainTextGuaranteeInfoText, #mainTextAssemblyInfoText, #mainTextSizesText{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:5%;
	font-size:15px;
	line-height:140%;
	color:#58595b;
	float:left;
}

#mainTextSizesText table td{
	padding-right:40px;
}
/*****************************************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#mainTextDeliveryInfoInner{
	width:600px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size2*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#mainTextDeliveryInfoInner{
	width:75%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size3*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#mainTextDeliveryInfoInner{
	width:75%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size4*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#mainTextDeliveryInfoInner{
	width:75%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size5*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#mainTextDeliveryInfoInner{
	width:75%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size6*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#mainTextDeliveryInfoInner{
	width:75%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#mainTextDeliveryInfoInner{
	width:75%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
.windowSelectionOuter{
	width:100%;
	height:100vh;
	top:0;
	position:fixed;
	z-index:99;
	background-color:rgba(0,0,0,0.3);
	display:none;
}

.windowSelectionInner{
	width:100%;
	height: 100vh;
	position:fixed;
	background:white;
	float:left;
}

.windowSelectionClose{
	width:96%;
	padding-top:2%;
	padding-left:2%;
	padding-right:2%;
	text-align:right;
	font-size:17px;
	font-weight:500;
	color:#58595B;
	float:left;
}

.windowSelectionClose:hover{
	cursor:pointer;
}

.windowSelectionHeader{
	width:96%;
	padding-bottom:3%;
	padding-left:3%;
	padding-right:3%;
	margin-bottom:10px;
	text-align:left;
	font-weight:300;
	font-size:20px;
	color:#58595B;
	float:left;
}

.customerReviewHeader{
	width:60%;
	padding-left:20%;
	padding-right:20%;
	margin-bottom:20px;
	text-align:left;
	font-weight:300;
	font-size:20px;
	color:#58595B;
	float:left;
}

.customerReview{
	width:60%;
	margin-left:20%;
	margin-right:20%;
	float:left;
}

.customerReview #reviewInputBox .label{
	width:100%;
	margin-bottom:3px;
	font-size:12px;
	color:#585858;
	float:left;
}

.customerReview #reviewInputBox input[type=text]{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:20px;
	box-sizing: border-box;
	outline: none;
	border:1px solid #585858;
	font-weight: 100;
	font-size:16px; 
	color:#585858;
	float:left;
}

.customerReview #reviewInputBox .emailSpecial{
	display:none;
}

.customerReview #reviewInputBox textarea{
	width:100%;
	height:250px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:20px;
	box-sizing: border-box;
	outline: none;
	border:1px solid #585858;
	font-weight: 100;
	font-size:16px; 
	color:#585858;
	float:left;
}

#starOuter{
	width:100%;
	margin-top:8px;
	margin-bottom:8px;
	float:left;
}

.customerReview #reviewInputBox #starOuter input[type=radio]{
	margin-top:7px;
	margin-right:7px;
	box-sizing: border-box;
	border:1px solid #585858;
	text-align: left;
	font-size:16px; 
	color:#585858;
	float:left;
}

.customerReview #reviewInputBox #starOuter input[type=radio]:hover{
	cursor: pointer;
}

#starOuter img{
	height:25px;
	float:left;
}

#starOuter img:hover{
	cursor: pointer;
}

.customerReview #reviewButtonOuter{
	width:100%;
	margin-top:35px;
	float:left;
}

.customerReview #reviewButton{
	padding:7px;
	padding-left:20px;
	padding-right:20px;
	font-size:15px;
	color:white;
	background:#58595B;
	background:orange;
	float:left;
}

.customerReview #reviewButton:hover{
	cursor:pointer;
}

#reviewMessage{
	padding:7px;
	padding-left:12px;
	font-size:15px;
	color:#585858;
	float:left;
}

.sampleWrapper{
	width:90%;
	max-height:90vh;
	margin-left:5%;
	margin-right:5%;
    display: block;
    overflow-x: scroll;
}

.sampleWrapper::-webkit-scrollbar{
    -webkit-appearance: none;
}

.sampleWrapper::-webkit-scrollbar:vertical{
    width: 11px;
}

.sampleWrapper::-webkit-scrollbar:horizontal{
    height: 0px;
}

.sampleWrapper::-webkit-scrollbar-thumb{
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.genericBoxWrapper{
	margin: 0 auto;
	display: table;
}

.sampleBox{
	width:227px;
	margin-left:19px;
	margin-right:19px;
	margin-bottom:20px;
	float:left;
}

.optionImage, .swatchImage{
	width:227px;
	height:133px;
	margin-bottom:3px;
	float:left;
}

.optionImage img, .swatchImage img{
	width:227px;
	height:133px;
	border: 5px solid white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	float:left;
}

.optionImage img:hover, .swatchImage img:hover{
	cursor:pointer;
}

.swatchImage{
	width:227px;
	height:227px;
}

.swatchImage img{
	width:227px;
	height:227px;
}

#sampleText{
	width:100%;
	text-align:center;
	font-size:13px;
	color:#58595B;
	float:left;
}

.sampleName{
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float:left;
}

#sampleTopPrice{
	width:100%;
	text-align:center;
	font-size:13px;
	color:#58595b;
	float:left;
}

#sampleTopPrice span{
	text-decoration:line-through;
}

#sampleMiddlePrice{
	width:100%;
	text-decoration:line-through;
	text-align:center;
	font-size:13px;
	color:#58595b;
	float:left;
}

#sampleBottomPrice{
	width:100%;
	margin-bottom:35px;
	text-align:center;
	font-size:13px;
	color:#c10c0f;
	float:left;
}

/********************************/
#illustrationOuter{
	width: 100%;
	float: left;
}

#illustrationInner{
	width:50%;
	margin-left:25%;
	margin-right:25%;
	padding:20px;
	box-sizing: border-box;
	background:#dcdcdc;
	float:left;
}

#illustrationImage{
	width:45%;
	margin-right:5%;
	float:left;
}

#illustrationImage img{
	width:100%;
	float:left;
}

#illustrationText{
	width:50%;
	float:left;
}

/********************************/
#sampleBoxLast{
	width:100%;
	padding-bottom:290px;
	float:left;	
}

#sampleSelectionConfirmedOuter{
	width:100%;
	height:25vh;
	position:absolute;
	top:75vh;
	opacity:0.9;
	background:#eeeeee;
}

#sampleSelectionConfirmedInner{
	width:100%;
	margin-top:10px;
	float:left;
}

#sampleSelected{
	margin:0 auto;
	margin-bottom:5px;
	display:table;
}

#sampleSelectedKey{
	margin-right:20px;
	color:#58595B;
	float:left;
}

#confirmButton{
	margin:0 auto;
	padding:7px;
	padding-left:20px;
	padding-right:20px;
	font-size:15px;
	color:white;
	background:#58595B;
	display:table;
}

#confirmButton:hover{
	cursor:pointer;
}

/*****************************************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
.sampleBox{
	width:227px;
}

.optionImage, .optionImage img{
	width:227px;
	height:133px;
}

/********************************/
#illustrationImageOnly img{
	width: 40%;
	padding-left: 30%;
	padding-right: 30%;
	float: left;
}

#illustrationInner{
	width:60%;
	margin-left:20%;
	margin-right:20%;
}

#illustrationImage{
	width:25%;
	margin-right:5%;
}

#illustrationText{
	width:70%;
}

/********************************/
#sampleBoxLast{
	padding-bottom:290px;	
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size2*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
.sampleBox{
	width:210px;
}

.optionImage, .optionImage img{
	width:210px;
	height:119px;
}

/********************************/
#illustrationImageOnly img{
	width: 50%;
	padding-left: 25%;
	padding-right: 25%;
	float: left;
}

#illustrationInner{
	width:70%;
	margin-left:15%;
	margin-right:15%;
}

#illustrationImage{
	width:25%;
	margin-right:5%;
}

#illustrationText{
	width:70%;
}

/********************************/
#sampleBoxLast{
	padding-bottom:260px;	
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size3*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
.sampleBox{
	width:263px;
}

.optionImage, .optionImage img{
	width:263px;
	height:149px;
}

/********************************/
#illustrationImageOnly img{
	width: 60%;
	margin-left: 20%;
	float: left;
}

#illustrationInner{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

#illustrationImage{
	width:25%;
	margin-right:5%;
}

#illustrationText{
	width:70%;
}

/********************************/
#sampleBoxLast{
	padding-bottom:260px;	
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size4*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){

.sampleBox{
	width:230px;
}

.optionImage, .optionImage img{
	width:230px;
	height:129px;
}

/********************************/
#illustrationImageOnly img{
	width: 70%;
	margin-left: 15%;
	float: left;
}

#illustrationInner{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

#illustrationImage{
	width:25%;
	margin-right:5%;
}

#illustrationText{
	width:70%;
}

/********************************/
#sampleBoxLast{
	padding-bottom:260px;	
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size5*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){

.sampleBox{
	width:220px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:20px;
}

.optionImage, .optionImage img{
	width:220px;
	height:124px;
}

/********************************/
#illustrationImageOnly img{
	width: 80%;
	margin-left: 10%;
	float: left;
}

#illustrationInner{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

#illustrationImage{
	width:100%;
	margin-right:0%;
	margin-bottom:20px;
	float:left;
}

#illustrationImage img{
	width:100%;
	float:left;
}

#illustrationText{
	width:100%;
	padding:;
	float:left;
}

/********************************/
#sampleBoxLast{
	padding-bottom:200px;	
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size6*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
.sampleBox{
	width:195px;
	margin-left:17px;
	margin-right:17px;
	padding-bottom:20px;
}

.optionImage, .optionImage img{
	width:195px;
	height:110px;
}

/********************************/
#illustrationImageOnly img{
	width: 90%;
	margin-left: 5%;
	float: left;
}

#illustrationInner{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

#illustrationImage{
	width:100%;
	margin-right:0%;
	margin-bottom:20px;
	float:left;
}

#illustrationImage img{
	width:100%;
	float:left;
}

#illustrationText{
	width:100%;
	padding:;
	float:left;
}

/********************************/
#sampleBoxLast{
	padding-bottom:200px;	
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

.customerReviewHeader{
	width:90%;
	padding-left:5%;
	padding-right:5%;
}

.customerReview{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

.sampleWrapper{
	width:90%;
	margin-left:5%;
	margin-right:5%;

}

.sampleBox{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:2%;
}

.optionImage{
	width:100%;
	height:auto;
	margin-bottom:3px;
}

#sampleBottomPrice{
	margin-bottom:0px;
}

.optionImage img{
	width:100%;
	height:auto;
}

/********************************/
#illustrationImageOnly img{
	width: 100%;
	float: left;
}

#illustrationInner{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

#illustrationImage{
	width:100%;
	margin-right:0%;
	margin-bottom:20px;
	float:left;
}

#illustrationImage img{
	width:100%;
	float:left;
}

#illustrationText{
	width:100%;
	padding:;
	float:left;
}

/********************************/
#sampleBoxLast{
	padding-bottom:230px;	
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
#videoWrapper{
	width:1200px;
	margin:0 auto;
	display:table;	
}

#videoBox{
	width:50%; 
	padding-bottom:28.12%;	
	position:relative; 
	float: left;
}

#videoBox iframe{
	width:100%; 
	height:100%;
	position:absolute; 
	float: left;
}

#videoImage{
	width:50%; 
	padding-bottom:28.12%;	
	position:relative; 
	float: left;
}

#videoImage img{
	width: 100%;
	height: 100%;
	position:absolute; 
	float: left;
}

/*****************************************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){

#videoWrapper{
	width:1200px;
	padding-top:0px;
	margin-bottom:25px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size2*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

#videoWrapper{
	width:1100px;
	padding-top:15px;
	margin-bottom:40px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size3*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

#videoWrapper{
	width:1000px;
	padding-top:15px;
	margin-bottom:40px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size4*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){

#videoWrapper{
	width:900px;
	padding-top:15px;
	margin-bottom:40px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size5*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){

#videoWrapper{
	width:800px;
	padding-top:15px;
	margin-bottom:40px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size6*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){

#videoWrapper{
	width:700px;
	padding-top:0px;
	margin-bottom:20px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
#carouselWrapper{
	width:100%;
	float:left;	
}

#carouselHeader{
	color: #58595b;
	float:left;
}

#carouselViewer{
	overflow:hidden;
	float:left;
}

#carouselReel{
	position:relative;
	z-index:1;
}

#leftArrow, #rightArrow{
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#leftArrow img, #rightArrow img{
	position:absolute;
	float: left;
}

#leftArrow:hover, #rightArrow:hover{
	cursor: pointer;
}

#carouselSlide{
	float:left;
}

#carouselSlide a{
	text-decoration:none;
}

#slideImage{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	float:left;
}

#slideImage img{
	width:100%;
	float:left;
}

#slideTitle{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
	font-size:16px;
	color:#58595b;
	float:left;
}

#slidePrice{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:10px;
	text-align:center;
	font-size:16px;
	color:#58595b;
	float:left;
}

#slideViewButton{
	margin:0 auto;
	padding:3px;
	font-weight:300;
	font-size:16px;
	color:white;
	background:#58595b;
	display:table;
}
/*****************************************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
	
#carouselHeader{
	width:100%;
	margin-bottom:7px;
	font-size:22px;
}

#carouselViewer{
	width:94%;
	height:210px;
}

#carouselReel{
	width:94%;
	height:210px;
}

#carouselSlide{
	width:25%;
	height:210px;
}

#slideTitle{
	margin-bottom:3px;
	font-size:13px;
}

#slidePrice{
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow, #rightArrow{
	width:3%;
	padding-bottom:3%;
	margin-top:55px;
}

#leftArrow img, #rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size2*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
	
#carouselHeader{
	width:100%;
	margin-bottom:7px;
	font-size:22px;
}

#carouselViewer{
	width:94%;
	height:210px;
}

#carouselReel{
	width:94%;
	height:210px;
}

#carouselSlide{
	width:25%;
	height:210px;
}

#slideTitle{
	margin-bottom:3px;
	font-size:13px;
}

#slidePrice{
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow, #rightArrow{
	width:3%;
	padding-bottom:3%;
	margin-top:55px;
}

#leftArrow img, #rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size3*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

#carouselHeader{
	width:100%;
	margin-bottom:7px;
	font-size:22px;
}

#carouselViewer{
	width:94%;
	height:210px;
}

#carouselReel{
	width:94%;
	height:210px;
}

#carouselSlide{
	width:25%;
	height:210px;
}

#slideTitle{
	margin-bottom:3px;
	font-size:13px;
}

#slidePrice{
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow, #rightArrow{
	width:3%;
	padding-bottom:3%;
	margin-top:55px;
}

#leftArrow img, #rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size4*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){

#carouselHeader{
	width:100%;
	margin-bottom:7px;
	font-size:22px;
}

#carouselViewer{
	width:92%;
	height:180px;
}

#carouselReel{
	width:94%;
	height:180px;
}

#carouselSlide{
	width:25%;
	height:180px;
}

#slideTitle{
	margin-bottom:3px;
	font-size:13px;
}

#slidePrice{
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow, #rightArrow{
	width:4%;
	padding-bottom:4%;
	margin-top:55px;
}

#leftArrow img, #rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size5*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){

#carouselHeader{
	width:100%;
	margin-bottom:7px;
	font-size:22px;
}

#carouselViewer{
	width:92%;
	height:180px;
}

#carouselReel{
	width:94%;
	height:180px;
}

#carouselSlide{
	width:25%;
	height:180px;
}

#slideTitle{
	margin-bottom:3px;
	font-size:13px;
}

#slidePrice{
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow, #rightArrow{
	width:4%;
	padding-bottom:4%;
	margin-top:55px;
}

#leftArrow img, #rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size6*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#carouselWrapper{
	display:none;	
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#carouselWrapper{
	display:none;	
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width:200px) and (max-width: 719px){

#videoWrapper{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	padding-top:0px;
	margin-bottom:20px;
	float:left;	
}

#videoBox{
	width:100%; 
	padding-bottom:56.25%;	
	position:relative; 
	float: left;
}

#videoImage{
	display: none;
}


}/**@media**/
/**************************************************************************************************************************************************************************************************************************/
/***generic****************************************************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************************************************************/
#sizesMobileTable{
	width:100%;
	margin-bottom:30px;
	float:left;
}

#sizesMobileTable table td{
	padding-right: 20px;
	text-align:left;
	font-weight:300;
	font-size:16px;
	color:#58595B;
}

#gradesMobileWrapper{
	width:100%;
	margin-bottom:30px;
	font-weight:300;
	font-size:16px;
	color:#58595B;
	float:left;
}	
	
#gradesMobileWrapper table td{
	margin-bottom:10px;
	font-weight:300;
	font-size:16px;
	color:#58595B;
}

#homeConsultation{
	width: 100%;
	padding: 10px;
    box-sizing: border-box;
    border: #58595B 1px dashed;
	font-size: 14px;
	color:#58595B;
	float: left;
}

#homeConsultation h3{
	margin: 0px;
	margin-bottom: 5px;
}

#homeConsultation a{
	color:#c10c0f;
}
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
#otherItemsWrapper{
	width: 100%;
	margin-top:25px;
	padding-bottom:50px;
	float:left;
}

#otherItemsHeader{
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:8px;
	text-align:center;
	font-size:19px;
	color:white;
	background:#58595b;
	float:left;
}

#otherItemBox{
	width:375px;
	margin-left: 13px;
	margin-right: 12px;
	margin-bottom:10px;
    border-spacing: 0;
	float:left;
}

#otherItemsThumb{
	width:375px;
	height:226px;
	float:left;
}

#otherItemsThumb img{
	width:375px;
	height:226px;
	display:block;
}

#otherItemsText{
	width:100%;
	vertical-align:top;
	color:#58595b;
	float:left;
}

#otherItemsModel{
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:300;
	font-size: 14px;
    float: left;
}

#otherItemsDescription{
	width:100%;
	font-weight:300;
	font-size: 14px;
    float: left;
}

#otherItemsSizes{
	width:100%;
	font-weight:300;
	font-size: 14px;
    float: left;
}

#otherItemsGrade{
	width:100%;
	font-weight:300;
	font-size: 14px;
    float: left;
}

#otherItemsPrice{
	width:100%;
	font-weight:900;
	font-size:14px;
	padding-bottom:10px;
	color:#c10c0f;
	float:left;	
}

#moreHyperlinkCell{
	width:100%;
	float:left;	
}

#moreAnchorButton{
	width:100%;
	padding:3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;       
	border-radius:7px;
	border:1px dashed #58595b; 
	text-decoration:none;
	font-weight:300;
	text-align:center;
	color:#58595b;
	display:table;
}

/*****************************************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){

#otherItemBox{
	width:375px;
	margin-left: 13px;
	margin-right: 12px;
	margin-bottom:10px;
}

#otherItemsThumb, #otherItemsThumb img{
	width:375px;
	height:226px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size2*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

#otherItemBox{
	width:341px;
	margin-left: 13px;
	margin-right: 12px;
	margin-bottom:10px;
}

#otherItemsThumb, #otherItemsThumb img{
	width:341px;
	height:205px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size3*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

#otherItemBox{
	width:308px;
	margin-left: 13px;
	margin-right: 12px;
	margin-bottom:20px;
}

#otherItemsThumb, #otherItemsThumb img{
	width:308px;
	height:185px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size4*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){

#otherItemBox{
	width:273px;
	margin-left: 14px;
	margin-right: 13px;
	margin-bottom:20px;
}

#otherItemsThumb, #otherItemsThumb img{
	width:100%;
	height:auto;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size5*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){

#otherItemBox{
	width:370px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:20px;
}

#otherItemsThumb, #otherItemsThumb img{
	width:100%;
	height:auto;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size6*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){

#otherItemBox{
	width:320px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:20px;
}

#otherItemsThumb, #otherItemsThumb img{
	width:100%;
	height:auto;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

#otherItemBox{
	width: 94%;
	margin-left:3%;
	margin-right:3%;
}

#otherItemsThumb, #otherItemsThumb img{
	width:100%;
	height:auto;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
.abacusPanelTableWrapper{
	width: 100%;
	float: left;
}

.abacusPanelTableWrapper table{
	margin:0 auto;
	margin-top: 20px;
	font-size:16px;
	color:#58595B;
 	background:#dcdcdc;
 	display:table;	
}

.abacusPanelTableWrapper table th, .abacusPanelTableWrapper table td{
	padding-right:30px;
	white-space: nowrap;
	text-align: left;
	font-size:12px;
}
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 919px){
.abacusPanelTableWrapper{
	display:none;
}
}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
#customerReviewsTitle{
	width:100%;
	margin-bottom:25px;
	font-size:22px;
	color:#585858;
	float:left;
}

#customerReviewBox{
	width:100%;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #dcdcdc;
	float:left;
}

#customerReviewSource{
	width:100%;
	margin-bottom:5px;
	font-size:10px;
	color:#585858;
	float:left;
}

#reviewText{
	width:100%;
	margin-bottom:5px;
	font-size:20px;
	color:#585858;
	float:left;
}

#reviewStars{
	width:100%;
	margin-bottom:5px;
	float:left;
}

#reviewStars img{
	height:20px;
	float:left;
}