* {
  padding: 0px;
  margin: 0px;
}

#upcomingShows {
  position: absolute;
  background: url('../images/upcoming-shows.png') !important;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/upcoming-shows.png', sizingMethod='scale');
  z-index: 7;
  width: 260px;
  height: 318px;
  top: 245px;
  left: 20px;
  cursor: pointer;
}

#apparelOptions {
  display: none;
}

#submitFrame {
  height: 1px;
  width: 1px;
  border: 0;
}

#addToCart {
  float: right;
  margin-top: 5px;
  cursor: pointer;
}

#storeDetails {
  position: absolute;
  z-index: 8;
  width: 210px;
  height: 302px;
  top: 319px;
  left: 34px;
  display: none;
  font: normal .8em arial, verdana;
  color: #eee;
  text-align: left;
}

#sdPicContainer {
  background-color: #eee;
  height: 222px;
  text-align: center;
  overflow: hidden;
  width: 210px;
  margin-bottom: 5px;
}

#sdPic {
}

#storeDetailsBackground {
  position: absolute;
  background: url('../images/store-details.png') !important;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/store-details.png', sizingMethod='scale');
  z-index: 7;
  width: 229px;
  height: 321px;
  top: 315px;
  left: 30px;
  display: none;
}

#topArea {
  position: relative;
  z-index: 5;
  width: 629px;
  height: 374px;
  background: url('../images/top.gif');
  text-align: right;
}

#contentArea {
  position: absolute;
  background:url('../images/content.png') !important;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content.png', sizingMethod='scale');
  z-index: 6;
  width: 313px;
  height: 465px;
  top: 203px;
  left: 265px;
  xborder: 1px solid black;
}

#contentArea img {
  width: 313px;
  height: 465px;
}

#contentFrame {
  width: 301px;
  height: 450px;
  z-index: 8;
  xborder: 1px solid black;
}

#cfContainer {
  position: absolute;
  width: 313px;
  height: 440px;
  left: 266px;
  top: 193px;
  z-index: 8;
  overflow: hidden;
}

#rollContainer {
  position: absolute;
  overflow: hidden;
  width: 629px;
  height: 600px;
  top: 100px;
  left: 0px;
  background-color: #fff;
}

#roll {
  margin-top: 130px;
  position: relative;
  width: 5272px;
  height: 371px;
  background: url('../images/roll.jpg');

}

#bottomArea {
  position: absolute;
  width: 629px;
  height: 224px;
  top: 490px;
  left: 0px;
}

#upcomingShowsFrame {
  position: absolute;
  width: 180px;
  height: 120px;
  left: 45px;
  top: 335px;
  z-index: 8;
}

#container {
  position: relative;
  width: 629px;
  height: 720px;
  xborder: 15px solid #444;
  margin-top: 20px;
}

#navLinks {
  position: absolute;
  left: 245px;
  top: 168px;
  z-index: 8;
}

td#home {
  background-image: url('../images/homeNormal.gif');
  width: 58px;
  height: 24px;
  cursor: pointer;
}

td#shows {
  background-image: url('../images/showsNormal.gif');
  width: 78px;
  height: 25px;
  cursor: pointer;
}

td#bio {
  background-image: url('../images/bioNormal.gif');
  width: 50px;
  height: 23px;
  cursor: pointer;
}

td#media {
  background-image: url('../images/mediaNormal.gif');
  width: 78px;
  height: 23px;
  cursor: pointer;
}

td#store {
  background-image: url('../images/storeNormal.gif');
  width: 70px;
  height: 23px;
  cursor: pointer;
}


body {
  background-color: black;
}

#colorOption {
  width: 85px;
}

#sizeOption {
  width: 60px;
}