/****************************************************************************************************************************************************************************************************************************/
/***generic******************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
a[href^="tel"]{/**stops ipad & iphones changing font colour to blue & underlining phone numbers**/
	color:inherit;
	text-decoration:none;
}

input[type="search"]{/**stops ipad & iphones rounding corners on input buttons**/
	-webkit-text-fill-color: grey;
	-webkit-border-radius:0; 
	border-radius:0;
}

input[type="image"]{/**stops ipad & iphones rounding corners on input buttons**/
	-webkit-border-radius:0; 
	border-radius:0;
}

#maintenance{
	width:100%;
}

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

/****************************************************************************************************************************************************************************************************************************/
/***generic******************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
#headerPromoFlash a{
	text-decoration:none;
	color:white;
}
/****************************************************************************************************************************************************************************************************************************/
/***generic******************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
#mobileNavSemiOpacheBackground{
	width: 100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:6;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.7); /*can be anything, of course*/	
}

/**********************************/
#mobileNavMenuCancelWrapper{
	width:18%;
	height:100%;
	padding-right:2%;
	padding-top:15px;
	cursor:pointer;
	text-align:right;
	text-decoration:none;
	font-size:22px;
	color:white;	
	float:right;
}

/**********************************/
#mainMenu{	
	width: 60%;
	padding-top:20px;
	background: white;
	float:left;
}

#mainMenu ul{	
	margin:0px;
	margin-right:20%;
}

#mainMenu li{
	margin:0px;
	margin-left:-15px;
	line-height: 30px;
	text-align:left;
	font-size: 15px;
	font-weight: 300;
	list-style: none;
	display: block;
}

#mainMenu li a {
	text-decoration:none;
	color: #000000;
}

/**********************************/
.plusMinus, #upholsteryPlusMinus, #fabricUpholsteryPlusMinus, #leatherUpholsteryPlusMinus, #upholsteryBrandsPlusMinus{
	font-weight:800;
	color:#000000;
}

#diningPlusMinus, #diningAndLivingPlusMinus{
	font-weight:800;
	color:#000000;
}

#bedsMainPlusMinus, #bedsPlusMinus, #bedsBrandsPlusMinus, #bedsOtherPlusMinus{
	font-weight:800;
	color:#000000;
}

#bedroomsMainPlusMinus, #bedroomsPlusMinus{
	font-weight:800;
	color:#000000;
}

#infoPagesPlusMinus{
	font-weight:800;
	color:#000000;
}

/**********************************/
#upholsterySubMenu, #fabricUpholsterySubMenu, #leatherUpholsterySubMenu, #upholsteryBrandsSubMenu{
	width:100%;
	display: none;
	float:left;
}

#diningSubMenu, #diningAndLivingSubMenu{
	width:100%;
	display: none;
	float:left;
}

#bedsAndBedroomsSubMenu, #bedsMainSubMenu, #bedsSubMenu, #bedBrandsSubMenu, #bedsOtherSubMenu, #bedroomsMainSubMenu, #bedroomsSubMenu, #bedroomBrandsSubMenu{
	width:100%;
	display: none;
	float:left;
}

#accessoriesSubMenu, #otherFurnitureSubMenu, #carpetsAndFlooringSubMenu, #carpetsSubMenu, #infoPagesSubMenu{
	width:100%;
	display: none;
	float:left;
}

/**********************************/
#mobileNavSearchBoxOuter{
	margin-top:20px;
	margin-left:26px;
	padding:4px;
	border: #000000 1px solid;
	border-radius:5px;
	float:left;	
}

#mobileNavSearchBoxInput{
	float:left;	
}

#mobileNavSearchBoxInput input[type="search"]{
	width:200px;
	border:none;
	outline:none;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	color: #000000;
	background:white;
	float:left;	
}

#mobileNavSearchBoxButton{
	width:22px;
	height:22px;
	float:left;	
}

#mobileNavSearchBoxButton input[type="image"]{
	width:22px;
	height:22px;
	outline:none;
	float:left;	
}
/****************************************************************************************************************************************************************************************************************************/
/***size1********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
	
#mobileNavMenuCancelWrapper{
	width:18%;
	padding-right:2%;
}

/**********************************/
#mainMenu{	
	width: 30%;
	height:100%;
	float:left;
}

#mainMenu li{
	font-size: 15px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size2********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 1219px){
	
#mobileNavMenuCancelWrapper{
	width:18%;
	padding-right:2%;
}

/**********************************/
#mainMenu{	
	width: 40%;
	height:100%;
	float:left;
}

#mainMenu li{
	font-size: 15px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size3********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
	
#mobileNavMenuCancelWrapper{
	width:18%;
	padding-right:2%;
}

/**********************************/
#mainMenu{	
	width: 80%;
	height:100%;
	position: fixed;
	float:left;
}

#mainMenu li{
	font-size: 14px;
	letter-spacing: -0.5px;
	
}


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

/************************/
#headerTopTable{
	width:100%;
	background:#6a6a6a;
}

/************************/
#tableDataLeft{
	width:48%;
	padding-left:2%;
	background:none;
}

#tableTelephoneSymbol{
	padding-right:4px;
	font-weight:100;
	font-size:30px;
	color:white;
}

#tableTelephoneNumber{
	font-weight:100;
	font-size:15px;
	color:white;
}

/************************/
#tableDataRight{
	background:none;
}


#tableSearchAndWishlist{
	width:auto;
	padding-left:auto;
	padding-right:2%;
	background:none;
	float:right;
}

#tableSearchInput{
	width:auto;
	padding-right:7px;
	background:none;
}

#tableSearchInput input[type=text]{
	width:200px;
	padding:4px;
	border: 0.1px solid white;	
	font-weight:100;
	font-size:14px;
	color:white;
	background: none;
}

#tableSearchInput input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: white;
}

#tableSearchInput input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: white;
}

#tableSearchInput input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  	color: white;
}


#tableSearchImage{
	width:25px;
	height:25px;
	padding-top:1px;
	padding-right:40px;
}

#tableSearchImage input[type=image]{
	width: 25px;		
	height: 25px;
	outline:none;
	float:left;
}

/************************/
#tableWishlistText{
	width:auto;
	padding-right:10px;
	font-weight:100;
	font-size:15px;
	color:white;
	background:none;
}

#tableWishlistText a{
	text-decoration:none;
	color:white;
}
#tableWishlistImage{
	width:30px;
	height:30px;
	padding-top:4px;
	padding-right:5px;
	background:none;
}

#tableWishlistImage img{
	height:30px;
}

/************************/
#headerLogoBox{
	width:100%;
	height:70px;
	margin-top:23px;
	margin-bottom:17px;
	float:left;
}

#headerLogoBox img{
	width:auto;
	height:70px;
	margin: auto;
	display: block;

}

#headerNavBarMobile, #headerMobileSearch{
	width: 10%;
	padding-top:25px;
	float:left;
}

#mobileNavButton, #mobileSearchButton{
	width: 100%;
	background:none;
	float: center;
}

#mobileNavButton input[type=image], #mobileSearchButton input[type=image]{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	outline:none;
	display: block;
}

/**********************************/
#mobileNavMenuCancelWrapper{
	width:42.5%;
	height:100%;
	padding-right:2%;
	padding-top:15px;
	text-align:right;
	background:none;
	float:right;
}

#mobileNavMenuCancel{
	text-decoration:none;
	font-size:30px;
	color:white;	
}

#headerMobileSearch{
	display:none;
}

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

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

/************************/
#headerTopTable{
	width:100%;
	background:#6a6a6a;
}

/************************/
#tableDataLeft{
	width:48%;
	padding-left:2%;
	background:none;
}

#tableTelephoneSymbol{
	padding-right:4px;
	font-weight:100;
	font-size:30px;
	color:white;
}

#tableTelephoneNumber{
	font-weight:100;
	font-size:15px;
	color:white;
}

/************************/
#tableDataRight{
	background:none;
}


#tableSearchAndWishlist{
	width:auto;
	padding-left:auto;
	padding-right:2%;
	background:none;
	float:right;
}

#tableSearchInput{
	width:auto;
	padding-right:7px;
	background:none;
}

#tableSearchInput input[type=text]{
	width:200px;
	padding:4px;
	border: 0.1px solid white;	
	font-weight:100;
	font-size:14px;
	color:white;
	background: none;
}

#tableSearchInput input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: white;
}

#tableSearchInput input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: white;
}

#tableSearchInput input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  	color: white;
}


#tableSearchImage{
	width:25px;
	height:25px;
	padding-top:1px;
	padding-right:40px;
}

#tableSearchImage input[type=image]{
	width: 25px;		
	height: 25px;
	outline:none;
	float:left;
}

/************************/
#tableWishlistText{
	width:auto;
	padding-right:10px;
	font-weight:100;
	font-size:15px;
	color:white;
	background:none;
}

#tableWishlistText a{
	text-decoration:none;
	color:white;
}
#tableWishlistImage{
	width:30px;
	height:30px;
	padding-top:4px;
	padding-right:5px;
	background:none;
}

#tableWishlistImage img{
	height:30px;
}

/************************/
#headerLogoBox{
	width:100%;
	height:70px;
	margin-top:23px;
	margin-bottom:17px;
	background:none;
	float:left;
}

#headerLogoBox img{
	width:auto;
	height:70px;
	margin: auto;
	display: block;

}

/***************************************************/
#headerNavBarMobile, #headerMobileSearch{
	width: 10%;
	padding-top:10px;
	padding-bottom:10px;
	background:none;
	float:left;
}

#mobileNavButton, #mobileSearchButton{
	width: 100%;
	background:none;
	float: center;
}

#mobileNavButton input[type=image], #mobileSearchButton input[type=image]{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	outline:none;
	display: block;
}

/**********************************/
#mobileNavMenuCancelWrapper{
	width:42.5%;
	height:100%;
	padding-right:2%;
	padding-top:15px;
	text-align:right;
	background:none;
	float:right;
}

#mobileNavMenuCancel{
	text-decoration:none;
	font-size:30px;
	color:white;	
}

#headerMobileSearch{
	display:none;
}

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

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

/************************/
#headerTopTable{
	width:100%;
	background:#6a6a6a;
}

/************************/
#tableDataLeft{
	width:48%;
	padding-left:2%;
	background:none;
}

#tableTelephoneSymbol{
	padding-right:4px;
	font-weight:100;
	font-size:30px;
	color:white;
}

#tableTelephoneNumber{
	font-weight:100;
	font-size:15px;
	color:white;
}

/************************/
#tableDataRight{
	background:none;
}


#tableSearchAndWishlist{
	width:auto;
	padding-left:auto;
	padding-right:2%;
	background:none;
	float:right;
}

#tableSearchInput{
	width:auto;
	padding-right:7px;
	background:none;
}

#tableSearchInput input[type=text]{
	width:200px;
	padding:4px;
	border: 0.1px solid white;	
	font-weight:100;
	font-size:14px;
	color:white;
	background: none;
}

#tableSearchInput input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: white;
}

#tableSearchInput input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: white;
}

#tableSearchInput input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  	color: white;
}


#tableSearchImage{
	width:25px;
	height:25px;
	padding-top:1px;
	padding-right:40px;
}

#tableSearchImage input[type=image]{
	width: 25px;		
	height: 25px;
	outline:none;
	float:left;
}

/************************/
#tableWishlistText{
	width:auto;
	padding-right:10px;
	font-weight:100;
	font-size:15px;
	color:white;
	background:none;
}

#tableWishlistText a{
	text-decoration:none;
	color:white;
}
#tableWishlistImage{
	width:30px;
	height:30px;
	padding-top:4px;
	padding-right:5px;
	background:none;
}

#tableWishlistImage img{
	height:30px;
}

/************************/
#headerLogoBox{
	width:100%;
	height:70px;
	margin-top:23px;
	margin-bottom:17px;
	background:none;
	float:left;
}

#headerLogoBox img{
	width:auto;
	height:70px;
	margin: auto;
	display: block;

}

/***************************************************/
#headerNavBarMobile, #headerMobileSearch{
	width: 10%;
	padding-top:10px;
	padding-bottom:10px;
	background:none;
	float:left;
}

#mobileNavButton, #mobileSearchButton{
	width: 100%;
	background:none;
	float: center;
}

#mobileNavButton input[type=image], #mobileSearchButton input[type=image]{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	outline:none;
	display: block;
}

/**********************************/
#mobileNavMenuCancelWrapper{
	width:42.5%;
	height:100%;
	padding-right:2%;
	padding-top:15px;
	text-align:right;
	background:none;
	float:right;
}

#mobileNavMenuCancel{
	text-decoration:none;
	font-size:30px;
	color:white;	
}

#headerMobileSearch{
	display:none;
}

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

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

/************************/
#headerTopTable{
	width:100%;
	background:#6a6a6a;
}

/************************/
#tableDataLeft{
	width:48%;
	padding-left:2%;
	background:none;
}

#tableTelephoneSymbol{
	padding-right:4px;
	font-weight:100;
	font-size:30px;
	color:white;
}

#tableTelephoneNumber{
	font-weight:100;
	font-size:15px;
	color:white;
}

/************************/
#tableDataRight{
	background:none;
}


#tableSearchAndWishlist{
	width:auto;
	padding-left:auto;
	padding-right:2%;
	background:none;
	float:right;
}

#tableSearchInput{
	width:auto;
	padding-right:7px;
	background:none;
}

#tableSearchInput input[type=text]{
	width:200px;
	padding:4px;
	border: 0.1px solid white;	
	font-weight:100;
	font-size:14px;
	color:white;
	background: none;
}

#tableSearchInput input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: white;
}

#tableSearchInput input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: white;
}

#tableSearchInput input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  	color: white;
}


#tableSearchImage{
	width:25px;
	height:25px;
	padding-top:1px;
	padding-right:40px;
}

#tableSearchImage input[type=image]{
	width: 25px;		
	height: 25px;
	outline:none;
	float:left;
}

/************************/
#tableWishlistText{
	width:auto;
	padding-right:10px;
	font-weight:100;
	font-size:15px;
	color:white;
	background:none;
}

#tableWishlistText a{
	text-decoration:none;
	color:white;
}
#tableWishlistImage{
	width:30px;
	height:30px;
	padding-top:4px;
	padding-right:5px;
	background:none;
}

#tableWishlistImage img{
	height:30px;
}

/************************/
#headerLogoBox{
	width:100%;
	height:70px;
	margin-top:23px;
	margin-bottom:17px;
	background:none;
	float:left;
}

#headerLogoBox img{
	width:auto;
	height:70px;
	margin: auto;
	display: block;

}

/***************************************************/
#headerNavBarMobile, #headerMobileSearch{
	width: 10%;
	padding-top:10px;
	padding-bottom:10px;
	background:none;
	float:left;
}

#mobileNavButton, #mobileSearchButton{
	width: 100%;
	background:none;
	float: center;
}

#mobileNavButton input[type=image], #mobileSearchButton input[type=image]{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	outline:none;
	display: block;
}

/**********************************/
#mobileNavMenuCancelWrapper{
	width:42.5%;
	height:100%;
	padding-right:2%;
	padding-top:15px;
	text-align:right;
	background:none;
	float:right;
}

#mobileNavMenuCancel{
	text-decoration:none;
	font-size:30px;
	color:white;	
}

#headerMobileSearch{
	display:none;
}

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

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

/************************/
#headerTopTable{
	width:100%;
	background:#6a6a6a;
}

/************************/
#tableDataLeft{
	width:48%;
	padding-left:2%;
	background:none;
}

#tableTelephoneSymbol{
	padding-right:4px;
	font-weight:100;
	font-size:30px;
	color:white;
}

#tableTelephoneNumber{
	font-weight:100;
	font-size:15px;
	color:white;
}

/************************/
#tableDataRight{
	background:none;
}


#tableSearchAndWishlist{
	width:auto;
	padding-left:auto;
	padding-right:2%;
	background:none;
	float:right;
}

#tableSearchInput{
	width:auto;
	padding-right:7px;
	background:none;
}

#tableSearchInput input[type=text]{
	width:200px;
	padding:4px;
	border: 0.1px solid white;	
	font-weight:100;
	font-size:14px;
	color:white;
	background: none;
}

#tableSearchInput input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: white;
}

#tableSearchInput input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: white;
}

#tableSearchInput input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  	color: white;
}


#tableSearchImage{
	width:25px;
	height:25px;
	padding-top:1px;
	padding-right:40px;
}

#tableSearchImage input[type=image]{
	width: 25px;		
	height: 25px;
	outline:none;
	float:left;
}

/************************/
#tableWishlistText{
	width:auto;
	padding-right:10px;
	font-weight:100;
	font-size:15px;
	color:white;
	background:none;
}

#tableWishlistText a{
	text-decoration:none;
	color:white;
}
#tableWishlistImage{
	width:30px;
	height:30px;
	padding-top:4px;
	padding-right:5px;
	background:none;
}

#tableWishlistImage img{
	height:30px;
}

/************************/
#headerLogoBox{
	width:100%;
	height:70px;
	margin-top:23px;
	margin-bottom:17px;
	background:none;
	float:left;
}

#headerLogoBox img{
	width:auto;
	height:70px;
	margin: auto;
	display: block;

}

/***************************************************/
#headerNavBarMobile, #headerMobileSearch{
	width: 10%;
	padding-top:10px;
	padding-bottom:10px;
	background:none;
	float:left;
}

#mobileNavButton, #mobileSearchButton{
	width: 100%;
	background:none;
	float: center;
}

#mobileNavButton input[type=image], #mobileSearchButton input[type=image]{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	outline:none;
	display: block;
}

/**********************************/
#mobileNavMenuCancelWrapper{
	width:42.5%;
	height:100%;
	padding-right:2%;
	padding-top:15px;
	text-align:right;
	background:none;
	float:right;
}

#mobileNavMenuCancel{
	text-decoration:none;
	font-size:30px;
	color:white;	
}

#headerMobileSearch{
	display:none;
}

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

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

/**********************************/
#headerTopTable{
	width:100%;
	background:#6a6a6a;
}

/**********************************/
#tableDataLeft{
	width:48%;
	padding-left:2%;
	background:none;
}

#tableTelephoneSymbol{
	padding-right:4px;
	font-weight:100;
	font-size:30px;
	color:white;
}

#tableTelephoneNumber{
	font-weight:100;
	font-size:15px;
	color:white;
}

/**********************************/
#tableDataRight{
	background:none;
}


#tableSearchAndWishlist{
	width:auto;
	padding-left:auto;
	padding-right:2%;
	background:none;
	float:right;
}

#tableSearchInput{
	width:auto;
	padding-right:7px;
	background:none;
}

#tableSearchInput input[type=text]{
	width:200px;
	padding:4px;
	border: 0.1px solid white;	
	font-weight:100;
	font-size:14px;
	color:white;
	background: none;
}

#tableSearchInput input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: white;
}

#tableSearchInput input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: white;
}

#tableSearchInput input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  	color: white;
}


#tableSearchImage{
	width:25px;
	height:25px;
	padding-top:1px;
	padding-right:40px;
}

#tableSearchImage input[type=image]{
	width: 25px;		
	height: 25px;
	outline:none;
	float:left;
}

/************************/
#tableWishlistText{
	width:auto;
	padding-right:10px;
	font-weight:100;
	font-size:15px;
	color:white;
	background:none;
}

#tableWishlistText a{
	text-decoration:none;
	color:white;
}
#tableWishlistImage{
	width:30px;
	height:30px;
	padding-top:4px;
	padding-right:5px;
	background:none;
}

#tableWishlistImage img{
	height:30px;
}

/**********************************/
#headerLogoBox{
	width:100%;
	height:70px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

#headerLogoImage{
	width:90%;
	height:70px;
	margin: 0 auto;
	float: center;

}

#headerLogoImage img{
	width:auto;
	height:70px;
	margin: auto;
	display: block;

}

/**********************************/
#headerNavBarMobile, #headerMobileSearch{
	width: 10%;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}

#mobileNavButton, #mobileSearchButton{
	width: 100%;
	margin-top: 5px;
	float: center;
}

#mobileNavButton input[type=image], #mobileSearchButton input[type=image]{
	width: 35px;
	height: 35px;
	margin: 0 auto;
	outline:none;
	display: block;
}

/**********************************/
#mobileNavMenuCancelWrapper{
	width:42.5%;
	height:100%;
	padding-right:2%;
	padding-top:15px;
	text-align:right;
	background:none;
	float:right;
}

#mobileNavMenuCancel{
	text-decoration:none;
	font-size:30px;
	color:white;	
}

#headerMobileSearch{
	display:none;
}

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

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

/************************/
#headerTopTable{
	width:100%;
	border-collapse: collapse;
	background:none;
}

/************************/
#tableDataLeft{
	width:48%;
	padding-left:2%;
	border-collapse: collapse;
	background:none;
}

#tableTelephone{
	border-collapse: collapse;
}

#tableTelephoneSymbol{
	padding-right:4px;
	font-weight:100;
	font-size:30px;
	color:#6a6a6a;
}

#tableTelephoneNumber{
	font-weight:100;
	font-size:15px;
	color:#6a6a6a;
}

/************************/
#tableDataRight{
	border-collapse: collapse;
	background:none;
}


#tableSearchAndWishlist{
	width:auto;
	padding-left:auto;
	padding-right:2%;
	border-collapse: collapse;
	background:none;
	float:right;
}

#tableSearchInput{
	width:0px;
	visibility:hidden;
}

#tableSearchInput input[type=text]{
	width:0px;
}

#tableSearchImage{
	width:0px;
	height:0px;
}

#tableSearchImage input[type=image]{
	width: 0px;		
	height: 0px;
	float:left;
}

/************************/
#tableWishlistText{
	width:auto;
	padding-right:10px;
	font-weight:100;
	font-size:15px;
	color:white;
	background:none;
}

#tableWishlistText a{
	text-decoration:none;
	color:#6a6a6a;
}
#tableWishlistImage{
	width:30px;
	height:30px;
	padding-top:4px;
	padding-right:5px;
	background:none;
}

#tableWishlistImage img{
	height:30px;
}

/***************************************************/
#headerLogoBox{
	width:100%;
	margin-bottom:10px;
	float:left;
}

#headerLogoImage{
	width:70%;
	float: left;

}

#headerLogoImage img{
	height:50px;
	margin: 0 auto;
	display: table;
}

#headerNavBarMobile, #headerMobileSearch{
	width: 15%;
	float:left;
}

/**inside navbar-variables.php**/
#mobileNavButton, #mobileSearchButton{
	width: 100%;
	margin-top: 7px;
	float: left;
}

#mobileNavButton input[type=image]{
	height: 35px;
	margin-left: 10px;
	float: left;
}

#mobileSearchButton input[type=image]{
	height: 35px;
	margin-right: 10px;
	float: right;
}

/**********************************/
#mobileNavMenuCancelWrapper{
	width:42.5%;
	height:100%;
	padding-right:2%;
	padding-top:15px;
	text-align:right;
	background:none;
	float:right;
}

#mobileNavMenuCancel{
	text-decoration:none;
	font-size:30px;
	color:white;	
}

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

#navBar{
	width: 100%;
	z-index:98;
	background:none;
	float:left;
}

#navBarInner{
	width: 1200px;
	margin: 0 auto;
	display:table;
}

.navBarCategory{
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	margin-right:40px;
	font-size:14px;
	color:#6a6a6a;
	float:left;
}

.navBarCategory a{
	text-decoration:none;
	color:#6a6a6a;
}

.navBarCategory:hover{
	cursor:pointer;
	color:#6a6a6a;
	background:white;
}

/***************************/
.dropDown{
	width: 1160px;
	margin: 0 auto;
	padding:20px;
	background:white;
	display:none;
}

.column{
	width:25%;
	float:left;
}

.columnHeader{
	width:100%;
	margin-bottom:7px;
	font-weight:100;
	font-size:22px;
	color:#6a6a6a;
	float:left;
}

.column ul{
	padding:0px;
}

.column li{
	margin-bottom:4px;
	list-style: none;
	font-weight:100;
	font-size:14px;
	color:#6a6a6a;
}

.column li a{
	text-decoration:none;
	color:#6a6a6a;
}

.column li a:hover{
	color:white;
	background:#6a6a6a;
}




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

#navBar{
	display:none;
}

.dropDown{
	display:none;
}

}/**@media**/
/***********************************************************************************************************************************************************************************************************************/
/***size1***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
	
#headerPromoFlash{
	width:100%;	
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	font-size:16px;
	color:white;
	background:#6a6a6a;
	float:left;	
}

#headerPromoFlash span{
	font-size:24px;
}

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

#headerPromoFlash{
	width:100%;	
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	font-size:16px;
	color:white;
	background:#6a6a6a;
	float:left;	
}

#headerPromoFlash span{
	font-size:24px;
}

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

#headerPromoFlash{
	width:100%;	
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	font-size:16px;
	color:white;
	background:#6a6a6a;
	float:left;	
}

#headerPromoFlash span{
	font-size:24px;
}

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

#headerPromoFlash{
	width:96%;	
	padding-top:7px;
	padding-bottom:7px;
	padding-left:2%;
	padding-right:2%;
	text-align:center;
	font-size:16px;
	color:white;
	background:#6a6a6a;
	float:left;	
}

#headerPromoFlash span{
	font-size:24px;
}

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

#headerPromoFlash{
	width:96%;	
	padding-top:7px;
	padding-bottom:7px;
	padding-left:2%;
	padding-right:2%;
	text-align:center;
	font-size:16px;
	color:white;
	background:#6a6a6a;
	float:left;	
}

#headerPromoFlash span{
	font-size:24px;
}

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

#headerPromoFlash{
	width:96%;	
	padding-top:7px;
	padding-bottom:7px;
	padding-left:2%;
	padding-right:2%;
	text-align:center;
	font-size:16px;
	color:white;
	background:#6a6a6a;
	float:left;	
}

#headerPromoFlash span{
	font-size:24px;
}

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

#headerPromoFlash{
	width:96%;	
	padding-top:7px;
	padding-bottom:7px;
	padding-left:2%;
	padding-right:2%;
	margin-bottom:20px;
	text-align:center;
	font-size:16px;
	color:white;
	background:#6a6a6a;
	float:left;	
}

#headerPromoFlash span{
	font-size:24px;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
#abacusLoaderOuter{
	width: 100%;
	padding-top: 450px;
	padding-bottom: 700px;
	visibility: hidden;
	z-index: 200;
	top:0;
	position: fixed;
  	background: rgba(255, 255, 255, 0.9);
	display: table;
}

#abacusLoaderInner{
	width: 200px;
	margin: 0 auto;
	top: 300;
	display: table;
}

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