/********************************************
*
* Shop 600 (Banner + 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 #menuLeft {
	width:200px;
	float:left;

        border:0px solid #530021;
	background-color:#ffffff;
	height:1300px;
}

body.oneElement #menuLeft ul li .butto {
	margin-left:27px;
        margin-right:10px;
        margin-bottom:3px; 
        margin-top:3px;
	width:150px;
        padding:5px;
        text-align:center;
	display:block; 
        border-width:1px; border-style:outset; border-color:#530021; 
	font-family:Arial, Verdana, sans-serif; font-size:100%;                                
        font-weight:bold;
        

}
body.oneElement #para{

margin-left:27px;
        margin-right:10px;
        margin-bottom:3px; 
        margin-top:3px;
		font-family:Arial, Verdana, sans-serif;
		font-size:100%; 
		color:#666666;
}


body.oneElement #menuLeft ul li .butto:link    {
	color:#530021; background-color:#D6CFB5; text-decoration:none; 
}

body.oneElement #menuLeft ul li .butto:visited {
	color:#530021; background-color:#D6CFB5; text-decoration:none; 
}

body.oneElement #menuLeft ul li .butto:hover   {
	color:#D6CFB5; background-color:#530021; text-decoration:none; 
}

body.oneElement #menuLeft ul li .butto:active  {
	color:#D6CFB5; background-color:#530021; text-decoration:none; 
}
