/* shop.css */
/* quick and dirty 980px fix === nouvelle largeur
 body, #menuFooter, #main, #menuCheckout, .classicExtended, .classicExtended form { min-width: 980px !important; width: 980px !important;}
 .navigation { min-width: 968px !important; width: 968px !important;}
 .mvc #index.classicCompact form { padding: 0 19px !important; }
 #articleDesigns div { margin: 0 22px !important; }
 #menuCheckout ol li {margin: 0 25px 0 0 !important; }
 #detailArticlePrint {margin-left: 40px !important}
 #frmArticleDetails {padding-right: 40px !important}
 .detailArticleHeadline {margin-left: 1em; !important} 
.classicExtended form fieldset .articleImages {margin: 0 30px !important;}
 .classicExtended .articlePriceWrapper, .classicExtended .articlePriceWrapper div {width: 41em !important;}
 .classicExtended .articlePriceWrapper {margin-left: 1em !important;} */
/********************************************
*
* Shop 600 (Banner + Menu left + Menu right)
*
********************************************/

body.twoElements {
	width:79.1em;
}
body.twoElements #myBanner {
	width:78.55em;
	height:auto;
	float:left;
}
body.twoElements #barLeft, body.oneElement #barRight {
	display:none;
}
body.twoElements #menuLeft {
	width:16em;
	float:left;
	margin:0 0.4em 0 0;
	padding:0.5em;
	font-size:0.9em;
	/*border-right:1px solid #eee;*/
	background-color:#cee1cd;
	height:110em;
}
body.twoElements #menuRight {
	width:16em;
	float:right;
	margin:0 0 0 0.1em;
	padding:0.5em;
	font-size:0.9em;
	border-left:1px solid #eee;
	background-color:#cee1cd;
	height:110em;
}
* html body.twoElements #menuRight { /* fix for ie 6 */
	margin:-1.6em 0 0 0.2em;
}
*+html body.twoElements #menuRight { /* fix for ie 7 */
	margin:-1.6em 0 0 0.1em;
}
body.twoElements #menuLeft p,
body.twoElements #menuRight p {
	float:left;
	width:100%;
}
body.twoElements #menuLeft p a,
body.twoElements #menuRight p a {
	margin:0.5em 0 0 0;
	float:left;
}
body.twoElements #menuLeft ul,
body.twoElements #menuRight ul {
	width:14em;
	margin:0.5em 0 0.5em 0;
	float:left;
}
body.twoElements #menuLeft ul li .button,
body.twoElements #menuRight ul li .button {
	margin:0.5em 0 0 0;
	width:100%;
}
* html body.oneElement #main {
	margin:0 0.6em 0 1em; /* fix for ie 6 */

}
