/**the recliner store**/
/**9-apr-24**/
/*****************************************************************************************************************************************************************************************************/
/***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;
}

/*****************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************/
#headerOuter{
	width:86%;
	height:65px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:7%;
	margin-left:7%;
	float:left;
}

/**********************************/
#headerLeftLogoWrapper{
	width:33%;
	height:65px;
	float:left;
}

#headerLeftLogoWrapper img{
	height:65px;
	display: block;
}

/**********************************/
#headerPhoneWrapper{
	width:33%;
	padding-top:14px;
	color:#202020;
	float:left;
}	
	
#headerPhoneImg{
	width:35px;
	float:left;
}

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

#headerPhoneText{
	margin-left:10px;
	margin-top:5px;
	font-size:19px;
	color:#9c080e;
	float:left;
}

/**********************************/
#headerSearchWrapper{
	font-size:21px;
	color:#202020;
	float:left;
}	
	
#headerSearchTable{
	width: auto;
	border-spacing: 0;
	border-collapse: collapse;
	background: none; 
}


#headerSearchTable .search{
	border-style:solid;
	border-color:#9C080E;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background: none; 
}

#headerSearchTable input[type=search]{
	width: 158px;
	padding:0px;
	margin:4px;
	font-weight:100;
	font-size: 14px;
	color:#9C080E;
	border:none;
	outline: none;
	background: none;
	float:left;
	
}

#headerSearchTable input[type=image]{
	width: 22px;		
	height: 22px;
	margin-left:5px;
	outline:none;
	float:left;
}

/**********************************/
#headerBasketWrapper{
	font-size:15px;
	color:#202020;
	float:left;
}

#headerBasketWrapper img{
	height:45px;
	float:right;
}

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

#headerLeftLogoWrapper{
	width:33%;
	float:left;
}

#headerPhoneWrapper{
	width:33%;
	float:left;
}	
	
#headerSearchWrapper{
	width:21%;
	height:23px;
	padding-top:20px;
	padding-bottom:22px;
	float:left;
}	
	
#mobileSearchIcon{
	display:none;
}

#headerBasketWrapper{
	width:13%;
	height:45px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}


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

#headerOuter{
	width:100%;
	margin: 0px;
	float:left;
}

#headerInner{
	width:1100px;
	margin:0 auto;
	display:table;
}

/**********************************/
#headerLeftLogoWrapper{
	width:380px;
	height:61px;
	float:left;
}

#headerLeftLogoWrapper img{
	height:61px;
	display: block;
}

/**********************************/
#headerPhoneWrapper{
	width:380px;
	padding-top:14px;
	float:left;
}	
	
#headerPhoneImg{
	width:35px;
	float:left;
}

/**********************************/
#headerSearchWrapper{
	width:200px;
	height:23px;
	padding-top:20px;
	padding-bottom:22px;
	float:left;
}	
	
#headerSearchTable{
	width: auto;
	border-spacing: 0;
	border-collapse: collapse;
	background: none; 
}


#headerSearchTable input[type=search]{
	width: 158px;	
}

#headerSearchTable input[type=image]{
	width: 22px;		
	height: 22px;
	margin-left:5px;
	outline:none;
	float:left;
}

#mobileSearchIcon{
	display:none;
}

/**********************************/
#headerBasketWrapper{
	width:140px;
	height:41px;
	margin-top:12px;
	margin-bottom:12px;
	float:left;
}

#headerBasketWrapper img{
	height:41px;
}

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

#headerOuter{
	width:100%;
	margin: 0px;
	float:left;
}

#headerInner{
	width:1000px;
	margin:0 auto;
	display:table;
}

/**********************************/
#headerLeftLogoWrapper{
	width:370px;
	height:61px;
	margin-top:2px;
	margin-bottom:2px;
	float:left;
}

#headerLeftLogoWrapper img{
	height:61px;
	display: block;
}

/**********************************/
#headerPhoneWrapper{
	width:270px;
	padding-top:14px;
	float:left;
}	
	
#headerPhoneImg{
	width:35px;
	float:left;
}

#headerPhoneText span{
	display:none;
}

/**********************************/
#headerSearchWrapper{
	width:230px;
	height:23px;
	padding-top:20px;
	padding-bottom:22px;
	float:left;
}	
	
#headerSearchTable{
	width: auto;
	border-spacing: 0;
	border-collapse: collapse;
	background: none; 
}


#headerSearchTable .search{
	width: auto;
	border-style:solid;
	border-color:#9C080E;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background: none; 
}

#headerSearchTable input[type=search]{
	width: 158px;
	height: 14px;
	padding:0px;
	margin:4px;
	font-size: 14px;
	color:#9C080E;
	border:none;
	outline: none;
	background: none;
	float:left;
	
}

#headerSearchTable input[type=image]{
	width: 22px;		
	height: 22px;
	margin-left:5px;
	outline:none;
	float:left;
}

#mobileSearchIcon{
	display:none;
}

/**********************************/
#headerBasketWrapper{
	width:130px;
	height:41px;
	margin-top:12px;
	margin-bottom:12px;
	float:left;
}

#headerBasketWrapper img{
	height:41px;
}

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

#headerOuter{
	width:100%;
	margin: 0px;
	float:left;
}

#headerInner{
	width:900px;
	margin:0 auto;
	display:table;
}

/**********************************/
#headerLeftLogoWrapper{
	width:320px;
	height:55px;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}

#headerLeftLogoWrapper img{
	height:55px;
	display: block;
}

/**********************************/
#headerPhoneWrapper{
	width:250px;
	padding-top:14px;
	float:left;
}	
	
#headerPhoneImg{
	width:35px;
	float:left;
}

#headerPhoneText span{
	display:none;
}

/**********************************/
#headerSearchWrapper{
	width:210px;
	height:20px;
	padding-top:19px;
	padding-bottom:26px;
	float:left;
}	
	
#headerSearchTable{
	width: auto;
	border-spacing: 0;
	border-collapse: collapse;
	background: none; 
}


#headerSearchTable .search{
	width: auto;
	border-style:solid;
	border-color:#9C080E;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background: none; 
}

#headerSearchTable input[type=search]{
	width: 158px;
	height: 14px;
	padding:0px;
	margin:4px;
	font-size: 14px;
	color:#9C080E;
	border:none;
	outline: none;
	background: none;
	float:left;
	
}

#headerSearchTable input[type=image]{
	width: 22px;		
	height: 22px;
	margin-left:5px;
	outline:none;
	float:left;
}

#mobileSearchIcon{
	display:none;
}

/**********************************/
#headerBasketWrapper{
	width:120px;
	height:39px;
	margin-top:13px;
	margin-bottom:13px;
	float:left;
}

#headerBasketWrapper img{
	height:39px;
}

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

#headerOuter{
	width:100%;
	margin: 0px;
	float:left;
}

#headerInner{
	width:800px;
	margin:0 auto;
	display:table;
}

/**********************************/
#headerLeftLogoWrapper{
	width:275px;
	height:51px;
	margin-top:7px;
	margin-bottom:7px;
	float:left;
}

#headerLeftLogoWrapper img{
	height:51px;
	display: block;
}

/**********************************/
#headerPhoneWrapper{
	width:205px;
	padding-top:14px;
	float:left;
}	
	
#headerPhoneImg{
	display:none;
}

#headerPhoneText span{
	display:none;
}

/**********************************/
#headerSearchWrapper{
	width:200px;
	height:23px;
	padding-top:21px;
	padding-bottom:21px;
	float:left;
}	
	
#headerSearchTable{
	width: auto;
	border-spacing: 0;
	border-collapse: collapse;
	background: none; 
}


#headerSearchTable .search{
	width: auto;
	border-style:solid;
	border-color:#9C080E;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background: none; 
}

#headerSearchTable input[type=search]{
	width: 138px;
	height: 12px;
	padding:0px;
	margin:2px;
	font-size: 12px;
	color:#9C080E;
	border:none;
	outline: none;
	background: none;
	float:left;
	
}

#headerSearchTable input[type=image]{
	width: 20px;		
	height: 20px;
	margin-left:5px;
	outline:none;
	float:left;
}

#mobileSearchIcon{
	display:none;
}

/**********************************/
#headerBasketWrapper{
	width:100px;
	height:35px;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
}

#headerBasketWrapper img{
	height:35px;
}

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

#headerOuter{
	width:100%;
	margin: 0px;
	float:left;
}

#headerInner{
	width:700px;
	margin:0 auto;
	display:table;
}

/**********************************/
#headerLeftLogoWrapper{
	width:50%;
	height:51px;
	margin-top:2px;
	margin-bottom:2px;
	float:left;
}

#headerLeftLogoWrapper img{
	width:auto;
	height:51px;
	display: block;
}

/**********************************/
#headerPhoneWrapper{
	width:255px;
	padding-top:14px;
	float:left;
}	
	
#headerPhoneImg{
	display:none;
}

#headerPhoneText span{
	display:none;
}

/**********************************/
#headerSearchWrapper{
	padding-top:13px;
	padding-right:30px;
	float:left;
}	
	
#headerSearchTable{
	display:none;
}

#mobileSearchIcon{
	height:25px;
	float:left;
}

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

#mobileSearchIcon img:hover{
	cursor:pointer;
}

/**********************************/
#headerBasketWrapper{
	height:35px;
	margin: 0px;
	margin-top:10px;
	float:left;
}

#headerBasketWrapper img{
	height:35px;
}

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

#headerOuter{
	width:90%;
	height:90px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5%;
	margin-left:5%;
	float:left;
}

/**********************************/
#headerLeftLogoWrapper{
	width:100%;
	height:51px;
	margin-top:2px;
	margin-bottom:2px;
	float:left;
}

#headerLeftLogoWrapper img{
	height:51px;
	margin:0 auto;
	display: table;
}

/**********************************/
#headerPhoneWrapper{
	padding-top:5px;
  	white-space: nowrap;
	float:left;
}	
	
#headerPhoneImg{
	display:none;
}

#headerPhoneText span{
	display:none;
}

/**********************************/
#headerSearchWrapper{
	margin: 0px;
	margin-top:6px;
	margin-bottom:10px;
	float:right;
}	
	
#headerSearchTable{
	display:none;
}

#mobileSearchIcon{
	height:25px;
	float:left;
}

#mobileSearchIcon img{
	height:25px;
	float:right;
}

#mobileSearchIcon img:hover{
	cursor:pointer;
}

/**********************************/
#headerBasketWrapper{
	height:35px;
	margin: 0px;
	margin-right:30px;
	margin-bottom:10px;
	float:right;
}

#headerBasketWrapper img{
	height:35px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************/
#headerPromoFlash{
	width:	100%;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:20px;
	background:#9c080e;
	float:left;
}

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

#promoFlash{
	width:80%;
	margin-top:2px;
	margin-right:10%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
	font-size:21px;
	color:white;
	float:left;
}
/*****************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

#promoFlash{
	margin-top:4px;
	margin-right:10%;
	font-size:15px;
}

}/**@media screen**/
/*****************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************/
#headerNavBarMobile{
	width: 8%;
	margin-left:2%;
	float:left;
}

/**inside navbar-variables.php**/
#mobileNavButton{
	width: 30px;
	float: left;
}

#mobileNavButton input[type=image]{
	width: 30px;
	height: 30px;
	outline:none;
	display: block;
}

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

#navbarTopOuter{
	width: 100%;
	margin-top:6px;
	margin-bottom:10px;
	float:left;
}

#navbarTopOuter #navbarTopInner{
	width: 1130px;
	margin:0 auto;
	display:table;
}

#navbarTopOuter #navbarTopInner ul{
	margin: 0px;
	padding:0px;
	list-style-type: none;
	white-space: nowrap;
	font-size:0px;/**removes space on right between li units**/
}

#navbarTopOuter #navbarTopInner ul li{
	padding-right: 5%;
	border:0px;
	display: inline-block;
	text-align:center;
	font-size: 15px;
}

#navbarTopOuter #navbarTopInner ul li:nth-child(7){
	padding-right: 0%;
}

#navbarTopOuter #navbarTopInner ul li a{
	text-decoration:none;
	color: #202020;
}

#navbarTopOuter #navbarTopInner ul li a:hover{
	color: #9c080e;
}

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

#navbarTopOuter{
	display:none;
}


}/**@media/
/*****************************************************************************************************************************************************************************************************/
/***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{	
	padding-top:20px;
	visibility:hidden;
	background: white;
	float:left;
}

#mainMenu ul{	
	padding: 0px;
	margin:0px;
}

#mainMenu li{
	margin:0px;
	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;
}

/**********************************/ 
#celebrityFurniturePlusMinus, #celebrityFabricAndLeatherUpholsteryPlusMinus, #celebrityFabricUpholsteryPlusMinus, #celebrityLeatherUpholsteryPlusMinus, 
#sherborneUpholsteryPlusMinus, #sherborneFabricAndLeatherUpholsteryPlusMinus, #sherborneFabricUpholsteryPlusMinus, #sherborneLeatherUpholsteryPlusMinus, 
#electricBedsPlusMinus, #powerReclinerChairsPlusMinus, #riserReclinerChairsPlusMinus, #reclinerChairsPlusMinus, #sofasPlusMinus, #swivelReclinersPlusMinus, #infoPagesPlusMinus{
	font-weight:800;
	color:#000000;
}

/**********************************/ 
#celebrityFurnitureSubMenu, #celebrityFabricAndLeatherUpholsterySubMenu, #celebrityFabricUpholsterySubMenu, #celebrityLeatherUpholsterySubMenu, 
#sherborneUpholsterySubMenu, #sherborneFabricAndLeatherUpholsterySubMenu, #sherborneFabricUpholsterySubMenu, #sherborneLeatherUpholsterySubMenu, 
#electricBedsSubMenu, #powerReclinerChairsSubMenu, #riserReclinerChairsSubMenu, #reclinerChairsSubMenu, #sofasSubMenu, #swivelReclinersSubMenu, #infoPagesSubMenu{
	width:100%;
	display: none;
	float:left;
}
 
#celebrityFurnitureSubMenu li, #celebrityFabricAndLeatherUpholsterySubMenu li, #celebrityFabricUpholsterySubMenu li, #celebrityLeatherUpholsterySubMenu li, 
#sherborneUpholsterySubMenu li, #sherborneFabricAndLeatherUpholsterySubMenu li, #sherborneFabricUpholsterySubMenu li, #sherborneLeatherUpholsterySubMenu li, 
#electricBedsSubMenu li, #powerReclinerChairsSubMenu li, #riserReclinerChairsSubMenu li, #reclinerChairsSubMenu li, #sofasSubMenu li, #swivelReclinersSubMenu li, #infoPagesSubMenu li{
	padding-left: 25px;
}

/**********************************/
#mobileNavSearchBoxOuter{
	margin-top:20px;
	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;
	margin-left: 5px;
	float:left;	
}

#mobileNavSearchBoxButton input[type="image"]{
	width:22px;
	height:22px;
	outline:none;
	float:left;	
}

/*****************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
	
#mobileNavMenuCancelWrapper{
	width:58%;
	padding-right:2%;
}

/**********************************/
#mainMenu{	
	width: 35%;
	padding-left: 5%;
	height:100%;
	float:left;
}

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

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

#mainMenu{	
	width: 45%;
	padding-left: 5%;
	height:100%;
	float:left;
}

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

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

#mainMenu{	
	width: 85%;
	padding-left: 5%;
	height:100%;
	float:left;
}

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

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