/* Media Queries */
/*@media screen and (max-width: 980px) { */
@media screen and (max-width: 980px) {
#furniture-mart1 { display:none;}
#furniture-mart2 { display:none;}
#wrapper { display:none;}

		    * {
}

/* Makes sure that everything is 100% height */

html {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	
}

body {
	height:auto;
	overflow-y: scroll;
	font:16px Verdana, sans-serif;
	line-height: 20px;
	color: #555;
	
}

h1 {
	font: 21px 'HelveticaNeue-CondensedBold', 'Arial Narrow', Helvetica, Arial, sans-serif; margin:0;
	line-height: 20px;
	color: #555;
	
}

/* gets the actual input out of the way; we're going to style the label instead */

#drawer-toggle {
	position: absolute;
	opacity: 0;
}

#drawer-toggle-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	left: 0px;
	height:50px;
	width: 50px;
	display: block;
	position: fixed;
	background: rgba(255,255,255,.0);
	z-index: 1;
}

/* adds our "hamburger" menu icon */

#drawer-toggle-label:before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 24px;
	background: #006BA6;
	left: 13px;
	top: 18px;
	box-shadow: 0 6px 0 #006BA6, 0 12px 0 #006BA6;
}

#new-search-icon:before {
	content: '' url("https://www.hickorypark.com/furniture/images/mobile-icon-search3.png");
	display: inline;
	top: 7px;
	right: 11px;
	position: absolute;
	
}

header {
	
	width: 100%;
	position: fixed;
	left: 0px;
	background: #efefef;
	padding: 10px 10px 10px 50px;
	font-size: 22px;
	line-height: 22px;
	z-index: 0;
	color:#000;

}
.appleLinks a {color:#000000; text-decoration: none;}


/* drawer menu pane - note the 0px width */

#drawer {
	position: fixed;
	top: 0;
	left:-300px;
	height: 100%;
	width: 300px;
	background: #194380;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 20px;
	-webkit-overflow-scrolling: touch;
}

/* actual page content pane */

#page-content {
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	height: auto;
	overflow:hidden;
	-webkit-overflow-scrolling: touch;
	padding: 7px;
}
#mobile-hp-content {
	overflow:hidden;
	width:100%;
}
	#banner img {
	margin-top:33px;
		}
	#FurnitureMart img {
	width:100%
		}


/* checked styles (menu open state) */

#drawer-toggle:checked ~ #drawer-toggle-label {
	height: 100%;
	width: calc(100% - 300px);
	background: rgba(255,255,255,.8);
}

#drawer-toggle:checked ~ #drawer {
    left:0;
}

#drawer-toggle:checked ~ #drawer-toggle-label, #drawer-toggle:checked ~ header {
	left: 300px;
}

#drawer-toggle:checked ~ #page-content {
	margin-left: 300px;
}

/* Menu item styles */
#drawer ul {
    list-style-type:none;
}
#drawer ul a {
    display:block;
    padding:10px;
    color:#006BA6;
    text-decoration:none;
}

#drawer ul a:hover {
    color:white;
}

/* Responsive MQ */
	#drawer-toggle:checked ~ #drawer-toggle-label {
		height: 100%;
		width: 50px;
	}
	
	#drawer-toggle:checked ~ #drawer-toggle-label, #drawer-toggle:checked ~ header {
		left: calc(100% - 50px);
	}
	
	#drawer {
	    width:calc(100% - 50px);
	    left: -100%;
	}
	
	#drawer-toggle:checked ~ #page-content {
		margin-left: calc(100% - 50px);
	}

.style16_mobile {color: #666666; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bolder; line-height:28px; }
.furniture_mobile {color: #666666; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bolder; line-height:28px; text-decoration:none; }
.furniture_discount {color: #666666; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bolder; line-height:28px; text-decoration:none; }
}

/*@media screen and (min-width: 681px) { */
@media screen and (min-width: 981px) {

#hp-mobile { display:none;}
/* -----------------  page styles -------------------------------------------------------*/

body {
	padding:0;
	margin:0;
	font:11px Verdana, sans-serif;
	line-height: 17px;
	color: #555;
	background-color: #fff;
/*	background-color: #f4f4f4;
	background-image: url(https://www.hickorypark.com/images/bodybggr.gif);*/
	background-repeat: repeat-y;
	background-position: center;
}
#furniture-mart1 { margin:auto; width:100%;  padding:0; background:#fff;min-width:980px; }
#wrapper { margin:2px auto; width:980px;  padding:0; background:#fff;}
#mjscontrol { margin:2px auto; width:980px;  padding:0; background:#fff;}

/* -----------------  general styles  -------------------------------------------------------*/

a { color:#000000; text-decoration: underline;background:none; }
a:hover { color:#000000; background:none; text-decoration:underline; }
p { margin:0;padding-top:2px;}
h2 {
	font-weight:bold;
	font-size:14px;
	padding:0px 0 4px 0px;
	margin: 0 0 2px 0;
	color:#000000;
	background:none;
}
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0;}
h4 {font: 30px 'HelveticaNeue-CondensedBold', 'Arial Narrow', Helvetica, Arial, sans-serif; margin:0;}
.pic{margin-top:8px;}
/* -----------------  top info  -------------------------------------------------------*/

#header {
	clear:both;
	width:960px;
	float:none;
	height:80px;
	background: url(https://www.hickorypark.com/images/new-green-menu-header.jpg) no-repeat;
/* ----------------- Old Header: background: url(https://www.hickorypark.com/images/header2.gif) no-repeat; -------------------------------------------------------*/	
	margin:0;
}
#header2017 {
	clear:both;
	width:100%;
	float:none;
	background: url(https://www.hickorypark.com/images/header-border2018.png);
/* ----------------- Old Header: background: url(https://www.hickorypark.com/images/header2.gif) no-repeat; -------------------------------------------------------*/	
	margin:0;
}
#title {
	float:left;
	width:200px;
	padding: 10px 0 10px 40px;
}
#title h3 {font-size:12px; padding:5px 0 0 0; margin:0; color:#444;}
.pad5 {
	padding-right: 5px;
}

#hright {
	float:right;
	width:730px;
	height: 60px;
	margin:5px 0 0 0;
}
#hrighttop {width: 200px;margin: 0 2px 0 0; padding: 0 8px 2px 0; float:right; text-align: right;}
#title p {font-size: 0.9em; color: #808080; padding: 0; background: inherit;}
#menu {
	width: 730px;
	float:right;
	margin:6px 0 0 0;
	padding:0;
	text-align:right;
}
#menu li { display:inline; }
#menu li a {
	color:#000000;
	text-decoration:none;
	padding:1px 15px 1px 15px;
	height:19px;
	background:none;
	font-weight: bold;
}
#menu li a:hover { background: none;color:#a1a1a1;} 

#Furniture_section {
	
	color:#000000;
	text-align: center;
	text-decoration: none;
	padding:1px 15px 1px 15px;
	height:19px;
	background:none;
	font-weight: bold;
	}
#Furniture_section2 {
	font-size:13px;
	color:#000000;
	text-decoration:none;
	padding:1px 15px 1px 15px;
	height:19px;
	background:none;
	font-weight: bold;
	white-space:nowrap;
	}
#Furniture_section3 {
	font-size:18px; 
	line-height:24px;
	color:#000000;
	text-decoration:none;
	padding:1px 1px 1px 1px;
	height:19px;
	background:none;
	font-weight: bold;
	}
#Furniture_menu {
display: block; margin-left: auto; margin-right: auto; width:90%; text-align:center;

}
#Furniture_menu li { display:inline; }
#Furniture_menu li a {
font-family:Verdana, sans-serif;
/* font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; */
/*font-family: adobe-garamond-pro, serif;*/
font-style: normal;
/*	color:#422410; */
	color:#000000;
	text-decoration:none;
	padding:1px 5px 1px 5px;
	height:19px;
	background:none;
	font-size:16px;
}
#Furniture_menu li a:hover { background: none;color:#a1a1a1;} 

#homelink 
{
	display: block;
	float:left;
	width:250px;
	padding: 230;
	height: 70px;
} 

/* ----------------- Main content -------------------------------------------------------*/

#homepic {
	width:980px;
	height:280px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#homepic a {
	color:#000;
}

#bottomcontenttop{
	width:980px;
	height:10px;
	background: url(https://www.hickorypark.com/images/b_contenttop.jpg) no-repeat;
	margin: 30px 0 0 0;
}
#bottomcontent{
	width:978px;
	height:315px;
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e3e3e3;
	border-right-color: #c5c5c5;
	border-left-color: #c5c5c5;	*/
}
#bottomcontent2{
	width:978px;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
	height: 405px;
}
#bottomcontentmiddle{
	width:980px;
	height:10px;
	background: url(https://www.hickorypark.com/images/b_contentmiddle.jpg) no-repeat;
}
#bottomcontentbtm{
	width:980px;
	height:10px;
	background: url(https://www.hickorypark.com/images/b_contentbtm.jpg) no-repeat;
	margin-top: 0px;
}
.left {
	float: left;
	width: 290px;
	padding:10px;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 6px;
}
.mapleft {
	float: left;
	width: 450px;
	padding:10px;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 6px;
}
.middle {
	float: right;
	width: 290px;
	padding:10px;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}
.flash {
	float: right;
	width: 650px;
	padding: 5px;
}
.bbbright {
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.right {
	float: right;
	width: 300px;
	padding:10px;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.mapright {
	float: right;
	width: 450px;
	height:900px;
	padding:10px;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.face {
	float: left;
	padding-left: 6px;
}

.thumbs img{position:relative;padding:1px;margin:5px 8px 5px 9px;border:2px solid #631e19;background:none;}
.thumbs img:hover{border:2px solid #c5c5c5; background:none;}

/* ----------------- Bottom content -------------------------------------------------------*/

#footer {
	clear: both;
	text-align:center;
	line-height: 1.8em;
	color: #444;
	background: #fff;
	height: auto;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
#footer a {color: #631e19; background: inherit;}
.blockleft {
	float: left;
	width: 290px;
	margin-bottom: 5px;
	margin-left: 6px;
	padding: 10px;
}
h1 {
	font-weight:bold;
	font-size:15px;
	color:#000000;
	background:none;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
}
.bbb {
	float: left;
	height: 20px;
	width: 540px;
	font-family: Verdana, sans-serif;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#bottomcontent3 {
	width:978px;
	height:380px;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
}
#bottomcontent4 {
	width:978px;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
	height: 390px;
}
#bottomcontent1 {
	width:978px;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
	height: 395px;
}
img{display:block;}
.whitelinks {color: #ffffff; font-size: 11px; }
a.whitelinks:link {text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none;font-size: 9px; color: #ffffff;}
a.whitelinks:visited {text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px; color: #ffffff; }
a.whitelinks:hover {color: #ffffff: text-decoration:none;

}
#submenu {
	width: 140px;
	margin:6px 0 0 0;
	padding:0;
	text-align:left;
}
#submenu { display:inline; }
#submenu a {
	color:#ffffff;
	text-decoration:none;
	background:none;

}
#submenu a:hover { background: none;color:#ffffff; text-decoration:underline;} 


}