.strikethrough {
	text-decoration: line-through;
	color: #600;
	}
.headersection {background: #990000 url(/base/headers/narrowstore13.jpg) repeat-x top right; height: auto; }

.headersection {

	background: 0;
	background: #d50404; /* Old browsers */

}
.headerlogoleft {
	margin: 0 auto;

	width: 100%;
	max-width: 610px;
	height: auto;

}

.redgrad {
	background: #e50404; /* Old browsers */
	background: -moz-linear-gradient(top,  #e50404 0%, #8f0222 66%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e50404), color-stop(66%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e50404 0%,#8f0222 66%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e50404 0%,#8f0222 66%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e50404 0%,#8f0222 66%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e50404 0%,#8f0222 66%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50404', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

}

.theheadindent, .thenavindent, .thefootindent, #maincontent, .menu {
width: auto;
	max-width: 960px;

}

/* Clearfix */

.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

#innercontentshop {
	max-width: 700px;
	width: auto;}

.shopproductindividual {width: 33%;
text-align:center;
float:left;}

.shopproductindividual img.responsiveimage {width: 90%;max-width: 180px;height: auto;border:0;}
/* Thumb sizes */

img.lfcthumbimage {
	width: 180px;
	height: 180px;
	border: 0;
}
#grid[data-columns]::before {
	content: '3 .column.size-1of3';
}

/* These are the classes that are going to be applied: */
.column { float: left; text-align:center;}
.size-1of3 { width: 33.333%; }

/* Also, don't forget to add this: */
[data-columns]::before { display: none; }

.menutoggler {
	border: 1px solid #999;
    padding: 0.2em 0.4em;
    display: inline-block;
    font-size: 1.3em;
    background: #EEE;
		display: none;
		}

/* Return Button */

a.returnbutton {
    border: 1px solid #900;
    border-radius: 3px;
    padding: 0.5em;
    font-weight: 900;
    font-size: 1.1em;
    background: rgba(0,0,0,0.1);
    text-decoration:  none;
}

a.returnbutton:hover {
    background: #FC0;
}

a.ordertext {
	text-decoration: none;
    background: #EEE;
    color: #333;
    padding: 0.3em;
    display: inline-block;
    border-radius: 3px;
    font-size: 0.9em;
}

a.ordertext:hover {
	background:#DDD;
}

@media (max-width: 480px) {
.upgradeshop .headerlogoleft {
	width:auto;
}
table.resptable td {
	display: block;
	width: 100% !important;
}

table.resptable {
	font-size: 1.3em;
}
.upgradedshop #innercontentshop {
	width:auto;
	padding:1em;
	margin-top:0;
	float:none;}

.upgradedshop #outercontentshop {
	text-align:center;
	margin:0 auto;
	width: auto;
	max-width: 80%;
	float:none;}
.shopproductindividual {
	width: 100%;
	text-align:center;
	float:none;
	margin-bottom: 1.5em;}
	}
.shopproductindividual img.responsiveimage {max-width: 300px;}
/*
@media (max-width: 480px) {
#innercontentshop, #outercontentshop {
	float: none;
	width: auto;
}

#topnav4 {
	display: none;
}
}*/

@media screen and (max-width: 480px){
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}

	#threemaincontent img {max-width: 100%;}

	#threemaincontent img.lfcthumbimage {
width: auto;
height: auto;}
	/* Structural */
	#maincontent {
		position: relative;
		overflow: hidden;
	}
	#innercontentshop {
		width: 100%;
max-width: 100%;
overflow: hidden;
padding: 0 1em;
float: none;
box-sizing: border-box;
margin: 1em 0 0;
border: 0;

	}

	#outercontentshop {
		width: 100%;
position: absolute;
top: 0;
left: -250px;
height: 100%;
/* background: #EEE; */
padding: 15px;
max-width: 200px;
margin-top: 0;

	}

.menutoggler {
	display: inherit;
}
.transitionquick {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
	.nabbed {
    -webkit-transform: translateX(250px);
		-moz-transform: translateX(250px);
		-o-transform: translateX(250px);
		-ms-transform: translateX(250px);
		transform: translateX(250px);
}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 769px) {
	#grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}
@media screen and (max-width: 580px;) {
	/* Resp Table */


}

/* Again, you're free to use and define the classes: */

.column { float: left; margin-bottom: 1em;}
#grid img.responsiveimage { width: 95%;
max-width: 180px;}
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
.size-1of4 { width: 25%; }

/* Extra */

.relpos {
	position:relative;
}
.xmasstars {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 154px;
	background: url('/base/furniture/store-headers/xmas-stars.png') repeat-x;
}
