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


/* Divs */
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%;
  box-shadow: 0px 0px 10px 3px #000000;
  -moz-box-shadow: 0px 0px 10px 3px #000000;
  -webkit-box-shadow: 0px 0px 10px 3px #000000;
}

div.bodyleft{
  width: 15px;
  float: left;
  height: 100%;
}

div.bodyright{
  width: 15px;
  float: right;
  height: 100%;
}

div.bodycontent{
  padding: 5px;
}

div.titlebox{
  height: 95px;
}

div.menubox{
  margin-bottom: 5px;
}

/* Lists */
ul.menu{
  text-align: center;
  padding: 2px;
  margin: 0px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #989898;
  background: #cbcbcb;
  background:-moz-linear-gradient(0% 100% 90deg, #cbcbcb, #e2e2e2);
  background:-webkit-gradient(linear, 0% 0, 0% 100%, from(#e2e2e2), to(#cbcbcb));
  box-shadow: 0px 0px 2px #000000;
  -webkit-box-shadow: 0px 0px 2px #000000;
  -moz-box-shadow: 0px 0px 2px #000000;
}

li.menuitem{
  display: inline;
  list-style-type: none;
  padding: 2px 6px;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #989898;
  }

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

li#sel, li.menuitem:hover{
  background:-moz-linear-gradient(0% 100% 90deg, #e2e2e2, #f0f0f0);
  background:-webkit-gradient(linear, 0% 0, 0% 100%, from(#f0f0f0), to(#e2e2e2));
}

li.menuitem:active{
  box-shadow: inset 0px 0px 2px #000000;
  -webkit-box-shadow: inset 0px 0px 2px #000000;
  -moz-box-shadow: inset 0px 0px 2px #000000;
  background:-moz-linear-gradient(0% 100% 90deg, #b4b4b4, #cbcbcb);
  background:-webkit-gradient(linear, 0% 0, 0% 100%, from(#cbcbcb), to(#b4b4b4));
  border-top: 1px solid #a8a8a8;
  border-left: 1px solid #989898;
  border-right: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  border: none;
  padding: 3px 7px;
}

li.menuleftend{
  display: inline;
  padding: 2px;
  border-right: 1px solid #989898;
}

li.menurightend{
  display: inline;
  padding: 2px;
  border-left: 1px solid #f8f8f8;
}

div.thumbnail{
/*  border-style: solid;
  border-color: #bbbbbb;
  border-width: 1px;*/
  -moz-box-shadow: 0px 1px 2px #000000;
  -webkit-box-shadow: 0px 1px 2px #000000;
  box-shadow: 0px 1px 2px #000000;
  background-color: #ffffff;
  color: black;
  margin: 3;
}

div.photodetails{
  font-size: 90%;
  text-align: justify;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  color: black;
  background-color: #f0f0f0;
  padding: 5px;
  margin-left: 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: 130%;
  font-weight: bold;
  text-shadow: #ffffff 1px 1px 0px;
  color: #222222;
  background-color: #e0e0e0;
/*  margin: 0px;
  margin-left: auto;
  margin-right: auto; */
  margin: -5px;
  padding-bottom: .2em;
  margin-bottom: .6em;
  text-align: center;
  border-bottom: none;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
}

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

/* Images */
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;
  -moz-box-shadow: 0px 2px 4px #000000;
  -webkit-box-shadow: 0px 2px 4px #000000;
  box-shadow: 0px 2px 4px #000000;
}

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

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;
}


