body{
  font-family: sans-serif;
  background-color: #222222;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
}

div.body{
  top: 0px;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display:table;
}

div.bodycenter{
  width: 750px;
  float: left;
  background-color: #ffffff;
  background-image: url('graphics/magneticislandbgshort.jpg');
  background-repeat: no-repeat;
  height: 100%;
}

div.bodyleft{
  width: 15px;
  float: left;
  height: 100%;
  background-image: url('graphics/shadow-left.png');
}

div.bodyright{
  width: 15px;
  float: right;
  height: 100%;
  background-image: url('graphics/shadow-right.png');
}

div.bodycontent{
  padding: 5px;
}

div.titlebox{
  height: 90px;
}

div.menubox{
  height: 26px;
  line-height: 22px;
  background-image: url('graphics/menucenter.png');
  text-align: center;
  width: 100%;
}

table.menu{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  height: 22px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #888888;
}

td.menuitem{
  margin: 0px;
  padding: 0px 8px 0px 8px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #888888;
  height: 22px;
}

td.menuitem#sel{
  background-image: url('graphics/menucenter-bright.png');
  background-position: -8px;
}

td.menuitem a, td.menuitem a:link, td.menuitem a:visited {
  text-decoration: none;
  color: #000000;
}


span.menuitem{
  line-height: 26px;
  background: #bada55;
  display: inline;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #888888;
}

ul.menu{
  list-style: none;
  display: block;
  margin: 0px 0px 0px 0px;
}

div.albumlist{
  float: left;
  width: 160px;
  background: #eeeeee;
  border-right: 1px solid #cccccc;
  min-height: 100%;
  margin-right: 5px;
}

ul.albumlist{
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

li.albumitem{
  list-style-type: none;
  display: block;
  text-align: center;
}

li.menuitem{
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #888888;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #000000;
}

div.thumbnail{
  border-style: solid;
  border-color: #bbbbbb;
  border-width: 1px;
  background-color: #ffffff;
  color: black;
  margin: 3;
}

div.photodetails{
  font-size: 90%;
  text-align: justify;
  color: black;
  background-color: #ffffff;
  padding: 5px;
}


h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  color: black;
  background: none;
  font-weight: bold;
  margin: 0;
  margin-bottom: .5em;
  padding-top: .5em;
  border-bottom: 1px solid #aaa;
}

h1.pagetitle{
  font-size: 370%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 115px;
}

h1.detailstitle{
  font-size: 110%;
  font-weight: bold;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .6em;
  text-align: center;
  border-bottom: 1px solid #000000;
}

table.photobody{
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}

img.go{
  padding: 0px;
  border: 0px;
  margin-bottom: -5px;
  margin-left: 5px;
}

img.border{
  float: right;
  border: 1px solid #000000;
  padding: 1px;
}

img.borderleft{
  float: left;
  border: 1px solid #000000;
  padding: 1px;
  margin: 5px;
}

img.logo{
  float: left;
  vertical-align: middle;
}

img.title{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.thumbnail{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border-width: 0px;
  border-style: solid;
}

img.photo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbbbbb;
  background-color: #ffffff;
}

div.exif{
  font-size: 80%;
  text-align: center;
  color: #333333;
  margin-top: 3px;
}

p.thumbnailtitle{
  font-size: 85%;
  font-weight: bold;
  margin: 0px 5px 2px 5px;
}

p.thumbnailprice{
  font-family: sans-serif;
  color: #333333;
  text-align: right;
  margin: 0px 5px 2px 5px;
}

table.featured{
  margin-right: auto;
  margin-left: auto;
}

table.salegrid{
  margin-right: auto;
  margin-left: auto;
}

table.stock{
  margin-right: auto;
  margin-left: auto;
  font-size: 90%;
}

tr.header td{
  padding: 2px 8px 2px 8px;
  background-color: #ffffff;
  color: black;
  border-bottom: 1px solid #000000;
}

tr.c0 td{
  padding: 2px 8px 2px 8px;
  background-color: #eeeeee; 
  color: black;
}

tr.c1 td{
  padding: 2px 8px 2px 8px;
  background-color: #dedede; 
  color: black;
}

