/**12-jan-22**/
/**barkers**/
/**#58595b**/
/**#c10c0f**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***generic*************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
#contentWrapper{
	width:100%;
	padding-top:20px;
	margin-bottom:25px;
	background:white;
	float:left;
}

/****************************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************************/
/***generic*****************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************/
#offerBanner{
	width:100%;
	margin-top:25px;
	margin-bottom:25px;
	float:left;	
}

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

#offerBannerBlurb{
	font-size:15px;
	color:#58595b;
}

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

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

/**************************/
#productMainWrapper{
	width: 1200px; 
	float:left;
}

/**************************/
#imageSelectedWrapper{
	margin-right:20px;
	float:left;
}

#imageSelectedMain{
	margin-bottom:10px;
	float:left;
}

#imageSelectedMain img{
	display:block;
}

/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***generic*************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
#buttonsWrapper{
	width:100%;
	float:left;
}	
	
.selectWrapper{
	width:450px;
    position: relative;
	float:left;
}	
	
.selectClosed{
	width:450px;
	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;
}

/********************************/
.selectWrapper{
	width:450px;
    position: relative;
	float:left;
}	

/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***generic*************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
#animatedLoader{
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	border-top: 10px dotted #595959;
	border-right: 10px dotted #3b3b3b;
	border-bottom: 10px dotted #1e1e1e;
	border-left: 10px dotted #58595b;
	border-radius:50%;
	-webkit-animation: spinner 1s linear infinite;
	animation: spinner 1s linear infinite;
}

@-webkit-keyframes spinner {
	0%{ -webkit-transform: rotate(0deg); }
	100%{ -webkit-transform: rotate(360deg); }
}

@keyframes spinner {
	0%{ transform: rotate(0deg); }
	100%{ transform: rotate(360deg); }
}
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***generic*************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
#windowSelectionOuterJava{
	width:100%;
	height:100vh;
	top:0;
	position:fixed;
	z-index:99;
	background-color:rgba(0,0,0,0.3);
	display:none;
}

#windowSelectionInner{
}

#feetWindowSelectionHeader, #headboardWindowSelectionHeader, #baseWindowSelectionHeader, #zipWindowSelectionHeader{
	width: 100%;
	text-align: center;
	float: left;
}

#sampleWrapper{ 
}

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

#feetSampleWrapper, #headboardSampleWrapper, #baseSampleWrapper, #zipSampleWrapper{
	margin: 0 auto;
	display: table;
}

#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);
}

#windowSelectionClose{
}

#windowSelectionClose:hover{
	cursor:pointer;
}

#windowSelectionHeader{
}

.feetBoxJava, .headboardBoxJava, .baseBoxJava, .zipBoxJava, .storageBoxJava, .coverBoxJava{
}

#sampleImage img{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#sampleImage img:hover{
	cursor:pointer;
}

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

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

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

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

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

#illustration img{
	width: 40%;
	margin-left: 30%;
	float: left;
}

#sampleSelectionConfirmedOuter{
}

#sampleSelectionConfirmedInner{
	margin-left: auto;
	margin-right:0px;
	display:table;
}

#sampleSelectedKey{
	margin-top:7px;
	margin-right:20px;
	color:#58595b;
	float:left;
}

#feetSelectedValueJava, #headboardSelectedValueJava, #baseSelectedValueJava, #zipSelectedValueJava, #storageSelectedValueJava, #coverSelectedValueJava{
	color: #58595b;
}

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

#selectSizeAlertInner{
	margin:0 auto;
	padding:7px;
	border: #58595b 1px solid;
	text-align:center;
	font-weight:100;
	font-size:20px;
	color:#58595b;
	display:table;
}

#confirmButton{
}

#confirmButton:hover{
	cursor:pointer;
}

/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***generic*************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
#yourOrderWrapper{
	width:450px;
	height:50px;
	font-size:14px;
	color:#58595b;
	float:left;
}

#yourOrderTitle{
	font-weight:bold;
}

#yourOrder{
	font-weight:300;
}

/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***generic*************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
#carouselHeader{
}

#carouselViewer{
}

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

#leftArrow{
}

#rightArrow{
}

#leftArrow img, #rightArrow img{
}

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

#carouselSlide{
}

#carouselSlide a{
	text-decoration:none;
}

#slideImage{
}

#slideImage img{
}

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

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

#slideViewButton{
	margin:0 auto;
	margin-bottom: 20px;
	padding:3px;
	font-weight:300;
	font-size:16px;
	color:white;
	background:#58595b;
	display:table;
}

/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***generic*************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
#offerBanner{
	width:100%;
	margin-top:30px;
	float:left;
}

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

/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***generic*************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
#abacus_panel{
	width: 100%;
	margin-top:100px;
	float: left;
}

#size_numeric_value_wrapper, #itemSizePriceWrapper, #itemBasePriceWrapper, #itemStoragePriceWrapper, #itemNumberWrapper{
	width:100%;
	margin-bottom:10px;
	font-size:16px;
	color:#58595b;
	float:left;
}

#size_numeric_value_title, #itemSizePriceTitle, #itemBasePriceTitle, #itemStoragePriceTitle, #itemNumberTitle{
	width:160px;
	font-weight:bold;
	float:left;
}

#size_numeric_value, #itemSizeTopPrice, #itemBaseTopPrice, #itemStorageTopPrice{
	width:100px;
	float:left;
}

#itemSizeBottomPrice, #itemBaseBottomPrice, #itemStorageBottomPrice{
	width:100px;
	float:left;
}

#sterling{
	font-weight:300;
}

#items_size_price, #items_storage_price, #items_db_range_id{
	font-weight:300;
}
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#banner{
	width:1200px;
	margin:0 auto;
	box-shadow: 5px 5px 8px 5px #888888;
	margin-bottom:20px;
	display:table;
}

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

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

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/***size2*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#banner{
	width:1100px;
	margin: 0 auto;
	box-shadow: 5px 5px 8px 5px #888888;
	margin-bottom:20px;
	display: table;	
}

#bannerImage{
	width:1100px;
	height:384px;
	float:left;
}

#bannerImage  img{
	width:1100px;
	height:384px;
	display:block;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/***size3*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#banner{
	width:1000px;
	box-shadow: 5px 5px 8px 5px #888888;
	margin: 0 auto;
	margin-bottom:20px;
	display: table;	
}

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

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

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/***size4*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#banner{
	width:900px;
	box-shadow: 5px 5px 8px 5px #888888;
	margin: 0 auto;
	margin-bottom:20px;
	display: table;	
}

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

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

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/***size5*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#banner{
	width:800px;
	box-shadow: 5px 5px 8px 5px #888888;
	margin: 0 auto;
	margin-bottom:20px;
	display: table;	
}

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

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

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/***size6*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#banner{
	width:700px;
	box-shadow: 5px 5px 8px 5px #888888;
	margin: 0 auto;
	margin-bottom:20px;
	display: table;	
}

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

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

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#banner{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:25px;
	box-shadow: 5px 5px 8px 5px #888888;
	display:table;
}

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

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

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

#productInnerWrapper{
	width: 1200px; 
}

/**************************/
#productMainWrapper{
	width: 1200px; 
}

/**************************/
#imageSelectedWrapper{
	width:600px; 
	margin-right:20px;
}

#imageSelectedMain{
	width:600px;
	height:352px;
}

#imageSelectedMain img{
	width:600px;
	height:352px;
}

/**********************/
#imageSelectedTriangleOuter{
	width:600px;
	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;
}

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

/**********************/
#productInnerWrapper{
	width: 1100px; 
}

/**********************/
#productMainWrapper{
	width: 1100px; 
}

/**********************/
#imageSelectedWrapper{
	width:460px; 
	padding-right:20px;
}

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

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

/**********************/
#imageSelectedTriangleOuter{
	width:460px; 
	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;
}


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

/**********************/
#productInnerWrapper{
	width:1000px;
}

/**********************/
#productMainWrapper{
	width:1000px;
}

/**********************/
#imageSelectedWrapper{
	width:420px; 
	margin-right:20px;
}

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

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

/**********************/
#imageSelectedTriangleOuter{
	width:420px; 
	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;
}

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

/**************************/
#productInnerWrapper{
	width: 900px; 
}

/**************************/
#productMainWrapper{
	width: 900px; 
}

/**************************/
#imageSelectedWrapper{
	width:460px; 
	margin-right:10px;
}

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

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

/**********************/
#imageSelectedTriangleOuter{
	width:460px;
	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;
}


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

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

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

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

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

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

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

/**********************/
#imageSelectedTriangleOuter{
	width:94%;
	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;
}


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

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

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

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

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

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

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

/**************************/
#imageSelectedTriangleOuter{
	width:94%; 
	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;
}


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

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

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

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

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

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

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

/**************************/
#imageSelectedTriangleOuter{
	width:94%;
	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;
}

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

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

#detailImageOne{
	width:186px;
	margin-right:20px;
	cursor:zoom-in;
	float:left;
}

#detailImageOne img{
	width:186px;
	background:none;
	float:left;
}

#detailImageTwo{
	width:186px;
	margin-right:20px;
	cursor:zoom-in;
	float:left;
}

#detailImageTwo img{
	width:186px;
	background:none;
	float:left;
}

#detailImageThree{
	width:186px;
	cursor:zoom-in;
	float:left;
}

#detailImageThree img{
	width:186px;
	background:none;
	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:60%; 
	display:table;
}

#enlargedImageClose{
	width:700px;
	margin-left:45px;
	margin-right:45px;
	margin-bottom:5px;
	cursor:zoom-in;
	text-align:right;
	font-size:16px;
	color:white;
	float:left;
}

#enlargedImageScrollLeft, #enlargedImageScrollRight{
	padding-top:175px;
	width:30px;
	height:50px;
	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;
}



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

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

#detailImageOne{
	width:140px;
	margin-right:20px;
	cursor:zoom-in;
	float:left;
}

#detailImageOne img{
	width:140px;
	background:none;
	float:left;
}

#detailImageTwo{
	width:140px;
	margin-right:20px;
	cursor:zoom-in;
	float:left;
}

#detailImageTwo img{
	width:140px;
	background:none;
	float:left;
}

#detailImageThree{
	width:140px;
	cursor:zoom-in;
	float:left;
}

#detailImageThree img{
	width:140px;
	background:none;
	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:730px; 
	margin: 0 auto; 
	margin-top: 11%; 
	margin-bottom:60%; 
	
	display:table;
}

#enlargedImageClose{
	width:640px;
	margin-left:45px;
	margin-right:45px;
	margin-bottom:5px;
	cursor:zoom-in;
	text-align:right;
	font-size:16px;
	color:white;
	float:left;
}

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

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

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

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

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



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

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

#detailImageOne{
	width:126px;
	margin-right:20px;
	cursor:zoom-in;
	float:left;
}

#detailImageOne img{
	width:126px;
	background:none;
	float:left;
}

#detailImageTwo{
	width:126px;
	margin-right:20px;
	cursor:zoom-in;
	float:left;
}

#detailImageTwo img{
	width:126px;
	background:none;
	float:left;
}

#detailImageThree{
	width:126px;
	cursor:zoom-in;
	float:left;
}

#detailImageThree img{
	width:126px;
	background:none;
	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:670px; 
	margin: 0 auto; 
	margin-top: 11%; 
	margin-bottom:60%; 
	
	display:table;
}

#enlargedImageClose{
	width:580px; 
	margin-left:45px;
	margin-right:45px;
	margin-bottom:5px;
	cursor:zoom-in;
	text-align:right;
	font-size:16px;
	color:white;
	float:left;
}

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

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

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

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

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


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

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

#detailImageOne{
	width:140px;
	margin-right:20px;
	cursor:zoom-in;
	float:left;
}

#detailImageOne img{
	width:140px;
	background:none;
	float:left;
}

#detailImageTwo{
	width:140px;
	margin-right:20px;
	cursor:zoom-in;
	float:left;
}

#detailImageTwo img{
	width:140px;
	background:none;
	float:left;
}

#detailImageThree{
	width:140px;
	cursor:zoom-in;
	float:left;
}

#detailImageThree img{
	width:140px;
	background:none;
	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:612px; 
	margin: 0 auto; 
	margin-top: 11%; 
	margin-bottom:60%; 
	
	display:table;
}

#enlargedImageClose{
	width:522px; 
	margin-left:45px;
	margin-right:45px;
	margin-bottom:5px;
	cursor:zoom-in;
	text-align:right;
	font-size:16px;
	color:white;
	float:left;
}

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

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

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

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

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



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

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

#detailImageOne{
	width:123px;
	margin-right:20px;
	cursor:zoom-in;
	float:left;
}

#detailImageOne img{
	width:123px;
	background:none;
	float:left;
}

#detailImageTwo{
	width:123px;
	margin-right:20px;
	cursor:zoom-in;
	float:left;
}

#detailImageTwo img{
	width:123px;
	background:none;
	float:left;
}

#detailImageThree{
	width:123px;
	cursor:zoom-in;
	float:left;
}

#detailImageThree img{
	width:123px;
	background:none;
	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:539px; 
	margin: 0 auto; 
	margin-top: 11%; 
	margin-bottom:60%; 
	
	display:table;
}

#enlargedImageClose{
	width:463px; 
	margin-left:38px;
	margin-right:38px;
	margin-bottom:5px;
	cursor:zoom-in;
	text-align:right;
	font-size:16px;
	color:white;
	float:left;
}

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

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

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

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

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



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

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

#detailImageOne{
	width:30%;
	margin-right:5%;
	cursor:zoom-in;
	float:left;
}

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

#detailImageTwo{
	width:30%;
	margin-right:5%;
	cursor:zoom-in;
	float:left;
}

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

#detailImageThree{
	width:30%;
	cursor:zoom-in;
	float:left;
}

#detailImageThree img{
	width:100%;
	background:none;
	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:90%; 
	margin: 0 auto; 
	margin-top: 11%; 
	margin-bottom:130%; 
	display:table;
}

#enlargedImageClose{
	width:100%; 
	margin-bottom:5px;
	cursor:zoom-in;
	text-align:right;
	font-size:16px;
	color:white;
	float:left;
}

#enlargedImageScrollLeft{
	width:3%;
	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:3%;
	padding:2%;
	margin-left: 80%;
	margin-right:2%;
	margin-top:25%;
	position:absolute;
	z-index:1001; 
	border-radius:50%;
	background:#58595b;
	display:table;	
}

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

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

#enlargedImage{
	width:100%; 
	position:relative;
	background:white;
	float:left;
}

#enlargedImage img{
	width:100%; 
	display:block;
}


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

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

#detailImageOne{
	width:30%;
	margin-right:5%;
	cursor:zoom-in;
	float:left;
}

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

#detailImageTwo{
	width:30%;
	margin-right:5%;
	cursor:zoom-in;
	float:left;
}

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

#detailImageThree{
	width:30%;
	cursor:zoom-in;
	float:left;
}

#detailImageThree img{
	width:100%;
	background:none;
	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:90%; 
	margin: 0 auto; 
	margin-top: 11%; 
	margin-bottom:130%; 
	display:table;
}

#enlargedImageClose{
	width:100%; 
	margin-bottom:5px;
	cursor:zoom-in;
	text-align:right;
	font-size:16px;
	color:white;
	float:left;
}

#enlargedImageScrollLeft{
	width:3%;
	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:3%;
	padding:2%;
	margin-left: 80%;
	margin-right:2%;
	margin-top:25%;
	position:absolute;
	z-index:1001; 
	border-radius:50%;
	background:#58595b;
	display:table;	
}

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

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

#enlargedImage{
	width:100%; 
	position:relative;
	background:white;
	float:left;
}

#enlargedImage img{
	width:100%; 
	display:block;
}



}/**@media**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***generic*************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/	
#textBlurb li{

}

/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size1***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#descriptionSelectedWrapper{
	width:580px;
	font-size: 14px;
	color:#58595b;
	float:left;
}

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

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

#bottomPrice{
	width:100%;
	margin-bottom:2px;
	font-weight:300;
	font-size:31px;
	color:#c10c0f;
	float:left;
}

#topPriceWrapper{
	width:100%;
	margin-bottom:15px;
	text-decoration: line-through;
	font-weight:300;
	font-size:13px;
	color:#58595b;
	float:left;
}

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

/**************************/
#deliveryInfoButton{
	width:100%;
	margin-bottom:19px;
	cursor:pointer;
	color:#58595b;
	float:left;
}

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

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

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

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

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size2***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#descriptionSelectedWrapper{
	width:600px;
	font-size: 14px;
	color:#58595b;
	float:left;
}

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

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

#bottomPrice{
	width:100%;
	margin-bottom:2px;
	font-weight:300;
	font-size:31px;
	color:#c10c0f;
	float:left;
}

#topPriceWrapper{
	width:100%;
	margin-bottom:15px;
	text-decoration: line-through;
	font-weight:300;
	font-size:13px;
	color:#58595b;
	float:left;
}

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

/**************************/
#deliveryInfoButton{
	width:100%;
	margin-bottom:19px;
	cursor:pointer;
	color:#58595b;
	float:left;
}

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

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

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

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

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size3***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#descriptionSelectedWrapper{
	width:540px;
	font-size: 14px;
	color:#58595b;
	float:left;
}

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

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

#bottomPrice{
	width:100%;
	margin-bottom:2px;
	font-weight:300;
	font-size:31px;
	color:#c10c0f;
	float:left;
}

#topPriceWrapper{
	width:100%;
	margin-bottom:15px;
	text-decoration: line-through;
	font-weight:300;
	font-size:13px;
	color:#58595b;
	float:left;
}

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

/**************************/
#deliveryInfoButton{
	width:100%;
	margin-bottom:19px;
	cursor:pointer;
	color:#58595b;
	float:left;
}

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

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

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

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

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size4***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#descriptionSelectedWrapper{
	width:400px;
	font-size: 14px;
	color:#58595b;
	float:left;
}

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

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

#bottomPrice{
	width:100%;
	margin-bottom:2px;
	font-weight:300;
	font-size:31px;
	color:#c10c0f;
	float:left;
}

#topPriceWrapper{
	width:100%;
	margin-bottom:15px;
	text-decoration: line-through;
	font-weight:300;
	font-size:13px;
	color:#58595b;
	float:left;
}

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

/**************************/
#deliveryInfoButton{
	width:100%;
	margin-bottom:19px;
	cursor:pointer;
	color:#58595b;
	float:left;
}

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

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

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

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

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size5***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#descriptionSelectedWrapper{
	width:370px;
	font-size: 14px;
	color:#58595b;
	float:left;
}

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

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

#bottomPrice{
	width:100%;
	margin-bottom:2px;
	font-weight:300;
	font-size:31px;
	color:#c10c0f;
	float:left;
}

#topPriceWrapper{
	width:100%;
	margin-bottom:15px;
	text-decoration: line-through;
	font-weight:300;
	font-size:13px;
	color:#58595b;
	float:left;
}

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

/**************************/
#deliveryInfoButton{
	width:100%;
	margin-bottom:19px;
	cursor:pointer;
	color:#58595b;
	float:left;
}

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

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

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

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

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size6***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#descriptionSelectedWrapper{
	width:100%;
	font-size: 14px;
	color:#58595b;
	float:left;
}

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

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

#bottomPrice{
	width:100%;
	margin-bottom:2px;
	font-weight:300;
	font-size:31px;
	color:#c10c0f;
	float:left;
}

#topPriceWrapper{
	width:100%;
	margin-bottom:15px;
	text-decoration: line-through;
	font-weight:300;
	font-size:13px;
	color:#58595b;
	float:left;
}

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

/**************************/
#deliveryInfoButton{
	width:100%;
	margin-bottom:19px;
	cursor:pointer;
	color:#58595b;
	float:left;
}

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

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

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

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

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size7***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#descriptionSelectedWrapper{
	width:100%;
	font-size: 14px;
	color:#58595b;
	float:left;
}

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

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

#bottomPrice{
	width:100%;
	margin-bottom:2px;
	font-weight:300;
	font-size:31px;
	color:#c10c0f;
	float:left;
}

#topPriceWrapper{
	width:100%;
	margin-bottom:15px;
	text-decoration: line-through;
	font-weight:300;
	font-size:13px;
	color:#58595b;
	float:left;
}

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

/**************************/
#deliveryInfoButton{
	width:100%;
	margin-bottom:19px;
	cursor:pointer;
	color:#58595b;
	float:left;
}

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

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

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

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

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

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

.selectWrapper{
	width:450px;
}

.selectClosed{
	width:450px;
}

.selectExpanded{
	width:450px;
}

.selectClosed #optionOne #key, .selectClosed #optionOne .value, .selectExpanded #optionOne #key, .selectExpanded #optionOne .value{
	font-size:16px;
}

.selectExpanded .option li{
	font-size:15px;
}


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

#buttonsWrapper{
	width:100%;
	background:white;
	float:left;	
}

.selectWrapper{
	width:430px;
}

.selectClosed{
	width:430px;
}

.selectExpanded{
	width:430px;
}

.selectClosed #optionOne #key, .selectClosed #optionOne .value, .selectExpanded #optionOne #key, .selectExpanded #optionOne .value{
	font-size:16px;
}

.selectExpanded .option li{
	font-size:15px;
}

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

#buttonsWrapper{
	width:100%;
	background:white;
	float:left;	
}

.selectWrapper{
	width:430px;
}

.selectClosed{
	width:430px;
}

.selectExpanded{
	width:430px;
}

.selectClosed #optionOne #key, .selectClosed #optionOne .value, .selectExpanded #optionOne #key, .selectExpanded #optionOne .value{
	font-size:16px;
}

.selectExpanded .option li{
	font-size:15px;
}


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

#buttonsWrapper{
	width:100%;
	background:white;
	float:left;	
}

.selectWrapper{
	width:430px;
}

.selectClosed{
	width:430px;
}

.selectExpanded{
	width:430px;
}

.selectClosed #optionOne #key, .selectClosed #optionOne .value, .selectExpanded #optionOne #key, .selectExpanded #optionOne .value{
	font-size:16px;
}

.selectExpanded .option li{
	font-size:15px;
}


}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size5***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#buttonsWrapper{
	width:100%;
	background:white;
	float:left;	
}

.selectWrapper{
	width:80%;
}

.selectClosed{
	width:100%;
}

.selectExpanded{
	width:100%;
}

.selectClosed #optionOne #key, .selectClosed #optionOne .value, .selectExpanded #optionOne #key, .selectExpanded #optionOne .value{
	font-size:16px;
}

.selectExpanded .option li{
	font-size:15px;
}


}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size6***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#buttonsWrapper{
	width:80%;
	background:white;
	float:left;	
}

.selectWrapper{
	width:100%;
}

.selectClosed{
	width:100%;
}

.selectExpanded{
	width:100%;
}

.selectClosed #optionOne #key, .selectClosed #optionOne .value, .selectExpanded #optionOne #key, .selectExpanded #optionOne .value{
	font-size:16px;
}

.selectExpanded .option li{
	font-size:15px;
}


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

.selectWrapper{
	width:100%;
}

.selectClosed{
	width:100%;
}

.selectExpanded{
	width:100%;
}

.selectClosed #optionOne #key, .selectClosed #optionOne .value, .selectExpanded #optionOne #key, .selectExpanded #optionOne .value{
	font-size:16px;
}

.selectExpanded .option li{
	font-size:15px;
}


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

#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;
}

#windowSelectionHeader{
	width:94%;
	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;
}

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

#coverBoxLast{
	height: 350px;
}

.feetBoxJava, .headboardBoxJava, .baseBoxJava, .zipBoxJava, .storageBoxJava, .coverBoxJava{
	width:227px;
	margin-left:19px;
	margin-right:19px;
	margin-bottom:20px;
	float:left;
}

#sampleImage{
	width:227px;
	height:133px;
	margin-bottom:3px;
	float:left;
}

#sampleImage img{
	width:227px;
	height:133px;
	border: 5px solid white;
	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;
}

#baseSelectedValueJava, #zipSelectedValueJava, #storageSelectedValueJava, #coverSelectedValueJava{
	color: #58595b;
}

/********************************/
#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;
}

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

#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;
}

#windowSelectionHeader{
	width:94%;
	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;
}

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

#coverBoxLast{
	height: 300px;
}

.feetBoxJava, .headboardBoxJava, .baseBoxJava, .zipBoxJava, .storageBoxJava, .coverBoxJava{
	width:227px;
	margin-left:19px;
	margin-right:19px;
	margin-bottom:20px;
	float:left;
}

#sampleImage{
	width:227px;
	height:133px;
	margin-bottom:3px;
	float:left;
}

#sampleImage img{
	width:227px;
	height:133px;
	border: 5px solid white;
	float:left;
}

#sampleBoxLast{
	width:100%;
	padding-bottom:260px;
	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;
}

#baseSelectedValueJava, #zipSelectedValueJava, #storageSelectedValueJava, #coverSelectedValueJava{
	color: #58595b;
}

/********************************/
#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;
}



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

#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;
}

#windowSelectionHeader{
	width:94%;
	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;
}

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

#coverBoxLast{
	height: 250px;
}

.feetBoxJava, .headboardBoxJava, .baseBoxJava, .zipBoxJava, .storageBoxJava, .coverBoxJava{
	width:227px;
	margin-left:19px;
	margin-right:19px;
	margin-bottom:20px;
	float:left;
}

#sampleImage{
	width:227px;
	height:133px;
	margin-bottom:3px;
	float:left;
}

#sampleImage img{
	width:227px;
	height:133px;
	border: 5px solid white;
	float:left;
}

#sampleBoxLast{
	width:100%;
	padding-bottom:260px;
	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;
}

#baseSelectedValueJava, #zipSelectedValueJava, #storageSelectedValueJava, #coverSelectedValueJava{
	color: #58595b;
}

/********************************/
#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;
}



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

#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;
}

#windowSelectionHeader{
	width:94%;
	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;
}

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

#coverBoxLast{
	height: 250px;
}

.feetBoxJava, .headboardBoxJava, .baseBoxJava, .zipBoxJava, .storageBoxJava, .coverBoxJava{
	width:227px;
	margin-left:19px;
	margin-right:19px;
	margin-bottom:20px;
	float:left;
}

#sampleImage{
	width:227px;
	height:133px;
	margin-bottom:3px;
	float:left;
}

#sampleImage img{
	width:227px;
	height:133px;
	border: 5px solid white;
	float:left;
}

#sampleBoxLast{
	width:100%;
	padding-bottom:260px;
	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;
}

#baseSelectedValueJava, #zipSelectedValueJava, #storageSelectedValueJava, #coverSelectedValueJava{
	color: #58595b;
}

/********************************/
#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;
}


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

#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;
}

#windowSelectionHeader{
	width:94%;
	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;
}

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

#coverBoxLast{
	height: 250px;
}

.baseBoxJava, .zipBoxJava, .storageBoxJava{
	width:345px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	float:left;
}

#sampleImage{
	width:345px;
	height:195px;
	margin-bottom:3px;
	float:left;
}

#sampleImage img{
	width:345px;
	height:195px;
	border: 5px solid white;
	float:left;
}

.coverBoxJava{
	width:31%;
	margin-right:2.3%;
	padding-bottom:20px;
	float:left;
}

#sampleImage{
	width:100%;
	margin-bottom:3px;
	float:left;
}

#sampleImage img{
	width:100%;
	border: 5px solid white;
	float:left;
}

#sampleBoxLast{
	width:100%;
	padding-bottom:200px;
	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;
}

#baseSelectedValueJava, #zipSelectedValueJava, #storageSelectedValueJava, #coverSelectedValueJava{
	color: #58595b;
}

/********************************/
#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;
}



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

#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;
}

#windowSelectionHeader{
	width:94%;
	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;
}

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

#coverBoxLast{
	height: 250px;
}

.baseBoxJava, .zipBoxJava, .storageBoxJava{
	width:295px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	float:left;
}

#sampleImage{
	width:295px;
	height:166px;
	margin-bottom:3px;
	float:left;
}

#sampleImage img{
	width:295px;
	height:166px;
	border: 5px solid white;
	float:left;
}

.coverBoxJava{
	width:31%;
	margin-right:2.3%;
	padding-bottom:20px;
	float:left;
}

#sampleImage{
	width:100%;
	margin-bottom:3px;
	float:left;
}

#sampleImage img{
	width:100%;
	border: 5px solid white;
	float:left;
}

#sampleBoxLast{
	width:100%;
	padding-bottom:200px;
	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;
}

#baseSelectedValueJava, #zipSelectedValueJava, #storageSelectedValueJava, #coverSelectedValueJava{
	color: #58595b;
}

/********************************/
#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;
}


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

#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;
}

#windowSelectionHeader{
	width:94%;
	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;
}

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

#coverBoxLast{
	height: 250px;
}

.baseBoxJava, .zipBoxJava, .storageBoxJava{
	width:100%;
	margin-bottom:20px;
	float:left;
}

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

#sampleImage img{
	width:100%;
	border: 5px solid white;
	float:left;
}

.coverBoxJava{
	width:48%;
	margin-right:2%;
	margin-bottom:2%;
	float:left;
}

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

#sampleImage img{
	width:100%;
	border: 5px solid white;
	float:left;
}

#sampleBoxLast{
	width:100%;
	padding-bottom:200px;
	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;
}

#baseSelectedValueJava, #zipSelectedValueJava, #storageSelectedValueJava, #coverSelectedValueJava{
	color: #58595b;
}

/********************************/
#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;
}



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

#buyButton #realBuyButton{
	width:450px;
	padding:7px;
	padding-left:30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:none;
	font-weight:400;
	font-size:17px;
	color:white;
	background:#58595B;
	display:none;
	float:left;
}	

#buyButton #realBuyButton{
	cursor:pointer;
}

#buyButton #dummyBuyButton{
	width:450px;
	padding:7px;
	padding-left:30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align:center;
	font-weight:400;
	font-size:17px;
	color:white;
	opacity:0.5;
	background:#58595B;
	display:none;
	float:left;
}

#buyButton #dummyBuyButton:hover{
	cursor:pointer;
}

#yourOrderWrapper{
	width:450px;
}

#quickEnquiryutton{
	width:450px;
	padding:7px;
	padding-left:30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:none;
	font-weight:400;
	font-size:17px;
	color:white;
	background:#58595B;
	float:left;	
}
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size1***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#mainTextDeliveryInfoOuter{
	width:100%;
	position:fixed; 
	top: 0; 
	left:0; 
	z-index:1000; 
	display:none;
}

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

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

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


}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size2***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#mainTextDeliveryInfoOuter{
	width:100%;
	position:fixed; 
	top: 0; 
	left:0; 
	z-index:1000; 
	display:none;
}

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

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

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


}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size3***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#mainTextDeliveryInfoOuter{
	width:100%;
	position:fixed; 
	top: 0; 
	left:0; 
	z-index:1000; 
	display:none;
}

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

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

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


}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size4***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#mainTextDeliveryInfoOuter{
	width:100%;
	position:fixed; 
	top: 0; 
	left:0; 
	z-index:1000; 
	display:none;
}

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

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

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


}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size5***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#mainTextDeliveryInfoOuter{
	width:100%;
	position:fixed; 
	top: 0; 
	left:0; 
	z-index:1000; 
	display:none;
}

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

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

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


}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size6***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#mainTextDeliveryInfoOuter{
	width:100%;
	position:fixed; 
	top: 0; 
	left:0; 
	z-index:1000; 
	display:none;
}

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

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

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


}/**@media**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size7***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#mainTextDeliveryInfoOuter{
	width:100%;
	position:fixed; 
	top: 0; 
	left:0; 
	z-index:1000; 
	display:none;
}

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

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

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


}/**@media**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size1***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
	
#carouselWrapper{
	width:100%;
	float:left;	
}

#carouselHeader{
	width:100%;
	margin-bottom:7px;
	font-size:22px;
	color: #58595b;
	float:left;
}

#carouselViewer{
	width:94%;
	max-height:210px;
	margin-bottom:40px;
	overflow:hidden;
	float:left;
}

#carouselReel{
	width:94%;
}

#carouselSlide{
	width:25%;
	float:left;
}

#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:3px;
	font-size:13px;
}

#slidePrice{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow{
	width:3%;
	padding-bottom:3%;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#leftArrowInner{
	display: block;
}

#leftArrowInnerDummy{
	display: none;
}

#rightArrow{
	width:3%;
	padding-bottom:3%;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#leftArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

#rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***size2***************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
	
#carouselWrapper{
	width:100%;
	float:left;	
}

#carouselHeader{
	width:100%;
	margin-bottom:7px;
	font-size:22px;
	color: #58595b;
	float:left;
}

#carouselViewer{
	width:94%;
	max-height:210px;
	margin-bottom:40px;
	overflow:hidden;
	float:left;
}

#carouselReel{
	width:94%;
}

#carouselSlide{
	width:25%;
	float:left;
}

#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:3px;
	font-size:13px;
}

#slidePrice{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow{
	width:3%;
	padding-bottom:3%;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#rightArrow{
	width:3%;
	padding-bottom:3%;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#leftArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

#rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

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

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

#carouselHeader{
	width:100%;
	margin-bottom:7px;
	font-size:22px;
	color: #58595b;
	float:left;
}

#carouselViewer{
	width:94%;
	max-height:210px;
	margin-bottom:40px;
	overflow:hidden;
	float:left;
}

#carouselReel{
	width:94%;
}

#carouselSlide{
	width:25%;
	float:left;
}

#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:3px;
	font-size:13px;
}

#slidePrice{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow{
	width:3%;
	padding-bottom:3%;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#rightArrow{
	width:3%;
	padding-bottom:3%;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#leftArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

#rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

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

#carouselWrapper{
	width:100%;
	background: white;
	float:left;	
}

#carouselHeader{
	width:100%;
	margin-bottom:7px;
	font-size:22px;
	color: #58595b;
	float:left;
}

#carouselViewer{
	width:92%;
	max-height:180px;
	margin-bottom:40px;
	overflow:hidden;
	float:left;
}

#carouselReel{
	width:94%;
}

#carouselSlide{
	width:25%;
	float:left;
}

#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:3px;
	font-size:13px;
}

#slidePrice{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow{
	width:4%;
	padding-bottom:4%;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#rightArrow{
	width:4%;
	padding-bottom:4%;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#leftArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

#rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

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

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

#carouselHeader{
	width:100%;
	margin-bottom:7px;
	font-size:22px;
	color: #58595b;
	float:left;
}

#carouselViewer{
	width:92%;
	max-height:180px;
	margin-bottom:40px;
	overflow:hidden;
	float:left;
}

#carouselReel{
	width:94%;
}

#carouselSlide{
	width:25%;
	float:left;
}

#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:3px;
	font-size:13px;
}

#slidePrice{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow{
	width:4%;
	padding-bottom:4%;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#rightArrow{
	width:4%;
	padding-bottom:4%;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#leftArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

#rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

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

#carouselWrapper{
	display:none;	
}

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

#carouselWrapper{
	display:none;	
}

}/**@media screen**/