/* shop.css */

div#myShop {
float: left;
background-color: #000000;
}

body {
background:url(/users/2902000/2901507/544215/img/544215_laplaya_bg_shop.jpg) no-repeat fixed center center #000000;
}

div#headerUserInformation {
background-color: transparent;
}

div#menuFooter {
background-color: transparent;
}

/* ***** tab menu ***** */
#tabMenu {
margin-bottom: 5px;
line-height:1.3em;
}
#tabMenu li#left {
margin-left: 225px;
}
#tabMenu ul {
border-bottom:1px solid #FF7100;
height:26px;
margin:10px auto 0;
padding:0;
width:100%;
}
#tabMenu li {
float:left !important;
}
div#tabMenu li a {
background-color:#000000;
border:1px solid #FF7100;
color:#FFFFFF;
float:left !important;
font-size:12px;
font-weight:bold;
margin-left:10px;
padding:2px 10px;
}
#tabMenu li a.active, #tabMenu li a:hover {
background-color:#353535;
border-color:#FF7100;
color:#FF7100;
}

/* Motivinfos in Shopinformation */
#shopInformation h1 {
display:none;
}
#shopInformation p {
border:1px dashed #FFFFFF;
color:#FFF;
font-size:0.9em;
font-weight:bold;
margin:0 0 5px;
padding:10px;
text-shadow:1px 1px #DF1000;
width:790px;
}
