/********************************************
*
* Shop 600 (Banner + Menu left)
*
********************************************/
body.oneElement {
	width:65em;
}
body.oneElement #myBanner {
	width:64.3em;
	height:auto;
	float:left;
}
body.oneElement #barLeft, body.oneElement #barRight {
	display:none;
}
body.oneElement #menuLeft {
	width:7.8em;
	float:left;
	margin:0 0.1em 0 0;
	padding:0.1em;
	font-size:1.3em;
	border-right:0px solid #eee;
	background-color:#fffff;
	height:110em;
}
body.oneElement #menuLeft p {
	float:left;
	width:100%;
}
body.oneElement #menuLeft p a {
	margin:0.5em 0 0 0;
}
body.oneElement #menuLeft ul {
	width:8em;
	margin:0.3em 0 0.3em 0.3em;
	float:left;
}
body.oneElement #menuLeft ul li .button {
	margin:0.5em 0 0 0;
	width:100%;
}
/* fix for IE 6 */ 
* html body.oneElement #myBanner {
	height: 150px; 
}

 /* fix for IE6 and IE7 if you change the size of the elements, 
then may need to also add in these fixes to keep the navigation from going below the shop 
or vice versa.

* html body.oneElement #menuLeft {
	margin: 0 0 0 -0.5em;
}
*+html body.oneElement #menuLeft { 
	margin: 0 0 0 -0.5em;
}
*/