/********************************************
*
* Shop 600 (Banner + Menu top + Menu left)
*
********************************************/

#main {
width: 600px;
margin: 0;
}

body {
background: #000 url(/users/1059000/1058341/269184/img/269184_hm_store_pageback.jpg) repeat-y top center;
background-attachment: fixed;
text-align: center;
width: auto;
}

div.oneElement {
width: 820px;
margin: 0 auto 0 auto;
text-align: left;
}

div.oneElement #myBanner {
	width:820px;
height: 200px;

}
div.oneElement #barLeft, div.oneElement #barRight {
	display:none;
}
div.oneElement #menuTop {
	float:left;
	width:590px;
	padding:20px 10px 10px 220px;
	font-size:0.9em;
        margin: -10px 0 0 0;
        color: #ccc;
        background: #1b1b1b;
}

div.oneElement #menuTop ul li {
	float:left;
	margin:0 0 0 10px;
}
div.oneElement #menuLeft {
	width:210px;
	float:left;
	font-size:0.9em;
	margin:0;
	padding:5px;
        overflow: hidden;
}

div.oneElement #menuLeft ul {
	width:170px;
	margin:0;
        padding: 0 0 0 10px;
	float:left;
}
div.oneElement #menuLeft p {
	clear: both;
        margin: 0 0 1em 0;
}
div.oneElement #menuLeft ul li .button {
	margin:0 0 10px 0;
	width:170px;
}

h3 {
margin-bottom: 1em;
}
