/*** Public Layout ***/

html, body { min-width: 990px; }

.eshopnotfoundpage {
	background: #777777;
}

.eshopnotfound {
	margin: 50px auto;
	padding: 30px;
	width: 400px;
	font-family: 'Century Gothic',sans-serif;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

.pageheader {
	position: relative;
	padding-top: 15px;
}

.pageheader .logo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.5);*/
}

.pageheader a {
	text-decoration: none;
}

.pageheader .titles {
	float: left;
}

.navibar {
	position: relative;
	float: right;
	clear: right;
	margin-top: 20px;
	padding: 5px;
	height: 65px;
	white-space: nowrap;
	word-spacing: 0px;
	line-height: 0;
	background: #ffffff;
	box-shadow: 0px 0px 5px #000000;
}

.navibar img { display: block }

.navibar .button {
	display: inline-block;
	position: relative;
	height: 65px;
	vertical-align: top;
}

.navibarcoverup {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 5px;
	background: #ffffff;
	z-index: 4;
}

.navibar .cartcountwrapper {
	padding: 34px 12px 9px 46px;
	height: 22px;
	color: #ffffff;
	text-decoration: none;
}

.cartcountwrapper .cart {
	position: absolute;
	top: 0px;
	left: 0px;
}

.cartcountwrapper .bg     { position: absolute; height: 22px; top: 33px }
.cartcountwrapper .left   { left: 42px; width: 11px; background: url(../img/cartcountbg.png); }
.cartcountwrapper .center { left: 53px; right: 20px; background: url(../img/cartcountbg_color.png) repeat; }
.cartcountwrapper .right  { right: 9px; width: 11px; background: 11px 0px url(../img/cartcountbg.png); }

#cartcount {
	display: block;
	position: relative;
	padding: 2px 6px 0px 6px;
	height: 20px;
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
}

.bgstripewrapper {
	position: relative;
	margin-top: -10px;
	height: 10px;
	z-index: -1;
}

.bgstripe {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 45px;
	width: 100%;
}

.pagecontents {
	position: relative;
	z-index: 3;
}

.pagefooter {
	position: fixed;
	/* top position will be set in JavaScript (SEE common.js) */
	left: 0px;
	right: 0px;
	height: 110px;
	background: bottom url(../img/footerbg.png) repeat-x;
}

.pagefooter .line {
	margin: 10px auto;
	height: 1px;
	width: 216px;
}


/* Common styles */

.lightgraybox {
	color: #ffffff;
	background: url(/shop/static/img/lightgraybox.png) repeat;
}

.darkgraybox {
	color: #ffffff;
	background: url(/shop/static/img/darkgraybox.png) repeat;
}
