body
{
  color: #949494;
  background-color: #3f3f3f;
  font-name: helvetica;
}
div
{
  overflow: hidden;
  box-sizing: content-box;
}
.torsoouter
{
  left: 0px;
  right: 0px;
  text-align: center;
}
.torsoinner
{
  display: block;
  width: 664px;
  margin: 0px auto auto 0px;
  padding: 5px;
  -background-color: lightgrey;
}

.logo
{
  display: block;
  height: 50px;
  color: #ffffff;
  -background-color: lightblue;
  font-weight: bold;
  font-size: 40px;
}

.links
{
  display: block;
  height: 300px;
  color: 
  -background-color: lightgreen;
  margin-top: 5px;
}

.horizontalbar
{
  display: block;
  height: 1px;
  margin: 5px 0px;
  background-color: #808080;
}

.verticalbar
{
  display: block;
  float: left;
  width: 1px;
  margin: 0px 5px;
  background-color: #808080;
}

.torsoleft
{
  position: relative;
  float: left;
  width: 150px;
  left: 0px;
  margin: 0px;
  padding: 0px 5px 0px 0px;
  text-align: left;
  background-color: lightorange;
}

.torsoright
{
  float: right;
  width: 489px;
  right: 0px;
  padding: 10px;
  border: 0px;
  margin: 0px;
  text-align: left;
  background-color: #ffffff;
  -background-color: lightorange;
}

.reffield
{
  border: 1px solid #808080;
  outline: none;
  -padding: 1px 5px 2px 0px;
  margin: 0px;
  width: 156px;
  font-size: 12px;
  -webkit-appearance: none;
}

.librarytitle, .shuffletitle, .infotitle
{
  color: #000000;
  padding: 0px 0px 5px 0px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.library
{
  display: block;
  padding: 0px;
  background-color: white;
}
.libraryrow
{
  display: block;
}
.librarycell, .librarycellhighlighted
{
  display: inline;
  float: left;
  width: 50px;
  height: 50px;
  padding: 1px;
  -background-color: lightgreen;
}
.librarycell
{
  border: 1px solid white;
}
.librarycellhighlighted
{
  border: 1px solid #000000;
}
.libraryimg {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.galleryRef
{
}

.shuffle
{
  width: 489px;
  height: 489px;
  padding: 0px;
  border: 0px;
  margin: 0px 0px 5px 0px;
  -background-color: yellow;
}
.shufflerow
{
  display: block;
}
.shuffleimg, .shuffletd
{
  width: 60px;
  height: 60px;
}
.shuffleimg
{
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin: 0px;
}
.basketimg
{
  width: 50px;
  height: 50px;
}
.subleft
{
  width: 316px;
  float: left;
  text-align: center;
}
.subright
{
  width: 162px;
  float: right;
  right: 0px;
  padding: 0px;
  -background-color: lightblue;
}
.shuffleinfo
{
  display: block;
  text-align: left;
}
.refarea
{
  display: block;
  padding: 10px 2px;
}
.shufflemagnified
{
  display: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  border: 0px;
  background: transparent;
}