/* Music Store */
div.wrapper {
   height: 450px;
}


div.maincontent {
   width: 800px;
   height: 450px;
   padding: 10px;
   background-color: #ffffff;
}

div.eachstorecontent {
   width: 573px;
   height: 450px;
   padding: 10px;
   background-color: #ffffff;
   float: right;
   font-size: .9em;
}

/* Music Store */
ul.musicstorenav {
   padding-top: 11px;
   float: left;
   padding-top: 5px;
   list-style-type: none;
   width: 200px;
   background-color: #ffffff;
   font-size: .9em;
}

ul.musicstorenav a {
   padding: 1;
   display: block;
   width: 200px;
   height: 25px;
   line-height: 25px;
   color: #000;
   text-decoration: none;
}


/* right side title for each substore in music store */
div.musicstoretitle {
   font-size: 1.5em;
}
