﻿body {
  text-align: center;
}
#header {
  border-bottom-color: Green;
  border-bottom-style: double;
  border-bottom-width: 3px;
  margin-bottom: 4px;
}
#header a {
  text-decoration: none;
  color: Green;
}
.headertitle {
  text-align: right;
  font-size: large;
  color: Green;
  font-weight: bold;
  display: inline;
  float: right;
}
.headerurl {
  font-size: x-small;
  color: Green;
  float: left;
  display: inline;
}
a.gallerytitle {
  text-align: center;
  background-color: Silver;
  font-weight: bold;
  display: block;
}
a.passwordtitle {
  text-align: center;
  background-color: Red;
  font-weight: bold;
  display: block;
}
p.middle {
  vertical-align: middle;
  top: 10px;
}
td {
  text-align: left;
  vertical-align: top;
  padding: 6px;
}
td.center {
  vertical-align: middle;
  text-align: center;
}
td.reviewmenu {
  background-color: #CCFFCC;
  width: 150px;
}
td.pricing {
  text-align: center;
}
img.photo {
  border: thin solid;
}
p.photo {
  text-align: center;
}
p.terms {
  font-size: 0.7em;
  font-style: italic;
  text-align: center;
}
table.gallery {
  width: 100%;
}
td.formlabel {
  text-align: right;
  vertical-align: baseline;
  padding: 0px;
  padding-right: 10px;
}
td.form {
  text-align: left;
  vertical-align: baseline;
  padding: 0px;
}
.password {
  color: Red;
}
.clear {
  clear: both;
}
#main {
  padding-bottom: 4px;
}
#menu {
  width: 150px;
  border-color: Green;
  background-color: #CCFFCC;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
#disabled a:hover {
  color: Black;
  background-color: #CCFFCC;
}
#menu a {
  text-decoration: none;
  line-height: 1.4em;
  display: block;
  border-style: none solid solid solid;
  font-size: 0.8em;
  border-width: 0px 2px 1px 2px;
}
#menu a.top {
  border-width: 2px 2px 1px 2px;
  border-style: solid;
}
#menu a.bottom {
  border-width: 0px 2px 2px 2px;
}  
#menu a.cart {
  border-style: solid;
  border-width: 2px;
}
#menu a.bottompad {
  border-width: 0px 2px 2px 2px;
  margin-bottom: 16px;
}
#menu a:link {
  color: Black;
}
#menu a:visited {
  color: Black;
}
#menu a:hover {
  color: Black;
  background-color: White;
}
#menu a:active {
  color: Black;
}
#menu h3 {
  line-height: 1.4em;
  border-width: 2px;
  margin-bottom: 0px;
  font-size: 1.1em;
  border-width: 2px;
  border-style: solid;
}
#menu p {
  display: block;
  width: 100%;
  background-color: #FFF;
  margin-top: 1px;
  font-stretch: wider;
}
#page {
  margin: auto;
  width: 700px;
  text-align: left;
}
#home {
  width: 375px;
}
#content {
  width: 550px;
}
#whatsnew {
  width: 175px;
  font-size: 0.8em;
  background-color: #CCFFCC;
  float: right;
}
#whatsnew h2 {
  font-size: 1.25em;
  text-align: center;
}
#whatsnew p {
  padding-left: 4px;
  padding-right: 4px;
}
#footer {
  font-style: italic;
  border-top-color: Green;
  border-top-style: double;
  border-top-width: 3px;
  font-size: 0.7em;
  margin-top: 4px;
}
.centertext {
  text-align: center;
}

/* eeHeader used in Gallery headers */
#eeHeader {
  border-width: 0px;
  color: #FFFFFF;
  background-color: #000000;
}
#eeHeader a {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  display: block;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}
#eeHeader a:visited {
  color: white;
}
#eeHeader a:hover {
  color: white;
  background-color: #808080;
}
#eeHeader a:active {
  color: white;
}

ul#gallerylist
{
 margin-left: 0;
 padding-left: 0;  
 white-space: nowrap;
}

#gallerylist li
{
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  padding-left: 20px;
}
