/********************************************
*
* Shop 600 (Banner + Menu left)
*
********************************************/
body.oneElement {
	width:65em;
}
body.oneElement #myBanner {
	width:800px;
	height:auto;
	float:left;
}
body.oneElement #barLeft, body.oneElement #barRight {
	display:none;
}
body.oneElement #menuLeft {
	width:17.8em;
	float:left;
	margin:0 0.3em 0 0;
	padding:0.5em;
	font-size:0.9em;
	border-right:1px solid #eee;
	background-color:#405124;
	height:auto;
}
body.oneElement #menuLeft p {
	float:left;
	width:100%;
}
body.oneElement #menuLeft p a {
	margin:0.5em 0 0 0;
}
body.oneElement #menuLeft ul {
	width:14em;
	margin:0.5em 0 0.5em 0.5em;
	float:left;
}
body.oneElement #menuLeft ul li .button {
	margin:0.5em 0 0 0;
	width:100%;
}

#coolmenu {
	float: left;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 10px;
}

#coolmenu a{
	padding: 2px;
	padding-left: 10px;
	display: block;
	width: 128px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#coolmenu a:hover{
background-color: #88EB45;
color: white;
}

#bigwrap {
	background-color: #405124;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
}
