body {
  background-color: #fcff00;
  color: white;
  font-family: Arial;
  font-size: 11px;
}

a {
  color: white;
}

a>img {
  border:0;
}

#wrapper {
  width:485px;
  text-align: center;
}

#shop {
  margin:20px 0 10px 0;
  background-color: #e73e97;
}

p.infotext {
  margin:0 auto;
  width:400px;
  font-size:13px;
  text-transform:uppercase;
}

p.footer {
  margin:0 0 10px 0;
  padding:0 0 10px 0;
}

table.listings {
  width: 445px;
  border-collapse: collapse;
  border: 0px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

table.listings td, table.listings th { 
  padding: 5px 3px; 
  text-align: left;
}

table.listings th, table.listings tbody td.listingrow {
  border-top: 4px solid white;
}

.button {
  width: 60px;
}

#steps {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  clear: both;
  height: 22px;
  color: #aaa;
  font-size: 12px;
 }
.step { float:left; padding: 12px; width: 124px; clear: none; margin: 0;   border-bottom: 1px solid white;}
.currentstep {
  	font-weight:bold;
	color: white;
	background-image: url('/shop/img/currentstep.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
}



