/********************************************
*
* Shop 600 (Banner + Menu top + Menu left)
*
********************************************/
body.oneElement {
	width:65em;
}
body.oneElement #myBanner {
	width:64.3em;
	height:10.7em;
	float:left;
}
body.oneElement #barLeft, body.oneElement #barRight {
	display:none;
}
body.oneElement #menuTop {
	border-bottom:1px solid #eee;
	float:left;
	width:71.5em;
	padding:0 0 1em 0;
	margin:0.5em 0 0.5em 0;
	font-size:0.9em;
	background:#f2f2f2 url(img/powered-by.png) 4em no-repeat;
}
body.oneElement #menuTop ul {
	margin:0.5em 0 0 19.3em;
}
body.oneElement #menuTop p {
	margin:0 0 0 19.3em;
}
body.oneElement #menuTop ul li {
	float:left;
	margin:0 0 0 0.2em;
}
body.oneElement #menuLeft {
	width:17.8em;
	float:left;
	font-size:0.9em;
	margin:0 0.4em 0 0;
	padding:0.5em;
	border-right:1px solid #eee;
	background-color:#f2f2f2;
	height:110em;
}
body.oneElement #menuLeft p {
	float:left;
	width:100%;
}
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%;
}
