html, body {
	height: 100%;
}
div.page {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}
div.header {
	width: 100%;
	overflow: hidden;
}
div.wrapper {
	padding: 20px 0 8em;
	width: 100%;
	overflow: visible;
	position: relative;
	top: 0;
	left: 0;
	z-index: 200;
}
div.shine {
	
}
div.content {
	margin-right: 240px;
}
div.generic {
	padding-top: 28px;
	margin-left: 80px;
}
div.products {
	margin: 0 140px;
}
div.navigation {
	padding: 0;
	width: 220px;
	display: inline;
	float: right;
	overflow: hidden;
	position: absolute;
	top: 55px;
	right: 0;
	z-index: 210;
}
div.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 220;
}
div.postings {
	margin-bottom: 2em;
	padding-top: 0;
	width: 100%;
	min-height: 18em;
	overflow: hidden;
	clear: both;
}
div.extended {
	min-height: 34em;
}
div.posting {
	margin-bottom: 1.500em;
	margin-left: 20px;
	width: 220px;
	display: inline;
	float: left;
	overflow: hidden;
}
div.news {
	margin-bottom: 1.500em;
	margin-left: 0;
	width: 100%;
	display: block;
	float: none;
}
div.media {
	width: 60%;
	display: inline;
	float: left;
}
div.posting div.media {
	width: 85px;
}
div.first-child {
	margin-left: 0 !important;
}
div.product {
	margin-right: 6px;
	margin-bottom: 0.500em;
	width: 64px;
	min-height: 15em;
	display: inline;
	float: left;
}
div.left {
	margin-left: 140px;
	width: 300px;
	display: inline;
	float: left;
}
div.right {
	margin-right: 140px;
	width: 300px;
	display: inline;
	float: right;
}
div.howto {
	padding-left: 140px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #57595e url(../img/how-to.gif) no-repeat 0 100%;
}
div.packaging {
	width: 100%;
	overflow: hidden;
}
div.attention {
	padding: 5px;
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1100;
	color: #f00;
}
div.attention-msg {
    color: red;
    margin-top: -0.9em;
    margin-bottom: 0.5em;
}