/* shop.css */

#userDisable,
#userEnable,
#userLogout,
#userLogin {
  display:none;
}

body {
width: 100%;
text-align: left;
}

div#myNav {
float:left;
width: 160px;
height: 600px;
}

div#myShop {
float: left;
width: 47em;
text-align: left;
}

div#myTeaserText {
font-size: 12px;
line-height: 17px;
text-align: left;
}

div#headerUserInformation {
background-color: #FFFFFF;
}

div#menuFooter {
background-color: #FFFFFF;
}
