body {
  background-color: #000000;
  margin: 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 11px;
  color: #ffffff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1 {
  font-size: 16px;
  font-style: bold;
}
h2 {
  font-size: 14px;
  font-style: bold;
}
h3 {
  font-size: 12px;
  font-style: bold;
}
h4 {
  font-size: 11px;
  font-style: bold;
}

a:link {
  color: white;
}
a:visited {
  color: white;
}

.std_a:link {
  text-decoration: underline;
  color: white;
}
.std_a:visited {
  text-decoration: underline;
  color: white;
}
.std_a:active {
  text-decoration: none;
}
.std_a:hover {
  color: #000000;
  background-color: #ffffff;
}


.header {
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 10px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
 /* text-align: center;*/
  width: 90%;
}

.header3 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 8px;
  font-size: 13px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
/*  text-align: center;*/
}

.header-line {
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.header3-line {
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 8px;
  font-size: 13px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width:200px;
}

.menu {
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 3px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.menu a{
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
}

.menu a:hover {
  font-style: normal;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  border: 2px;
  background-color: #ffffff;
}

.color2 {
  background-color: #570204;
 }

.color3 {
  background-color: #333333;
}

.regular {
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

.small {
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 8px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

.highlight {
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  background-color: #424242;
}

/* cart-area classes are used for displaying the shopping bag, item count and total*/
.cart-area {
  float: right;
  color: gray;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 20px;
  vertical-align: middle;
}
.cart-area-img {
  float: right;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: auto;
  vertical-align: middle;
}
.cart-area-img:hover {
  /*  filter:glow(color=#570204, strength=5);*/
  /*border: 1px solid #570204;*/
}
/* end cart-area classes */

/* the following classes are used on the album view page */
.thumbnail{
  position: relative;
  z-index: 0;
}

.thumbnail:hover{
  background-color: transparent;
  z-index: 50;
}

.thumbnail span{
  position: absolute;
  background-color: white;
  padding: 5px;
  left: -1000px;
  border: 1px solid gray;
  visibility: hidden;
  display: inline;
  color: black;
  text-decoration: none;
}

.thumbnail img {
  border: 5px solid white;
  margin: 10px;
}

.thumbnail span img{
  border-width: 10;
  padding: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail:hover span{
  visibility: visible;
  top: -10px;
  left: 50px;
  text-align: center;
}

.album-link img {
  padding:1px;
  border: 10px solid #333333;
  margin: 5px;
  background-color:white;
}

.main-content {
  clear: both;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-color: #4A7EBB;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  float: center;
}

.main-content ul {
  float: center;
  text-align: center;
}

.main-content li{
  display: inline;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  float: left;
}

.footer {
  clear: both;
  padding-top: 10px;
}


/* END album view classes */

/* the following classes are used on the image display and buy page */
.buy-image {
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-color: #4A7EBB;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}

.image-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.image-wrap img{
  border: 2px solid white;
}

.image-description{
  margin-top:2px;
}

.products-wrap {
  margin: 5px;
  float: left;
}

.price {
  width: 50px;
  text-align: right;
}
.category {
  letter-spacing: 2px;
  border-bottom: dashed thin;
  text-align: left;
  font-weight: bold;
  padding-top: 5px;
}
.check-box {
  width: 25px;
  text-align: center;
}
.image-buttons{
  text-align: center;
  float: center;
  font-weight: bold;
  height: 35px;
  padding: 5px;
  margin:5px;
  line-height: 35px;
}
.image-buttons a{
  border: 1px solid gray;
  background-color: #333333;
  margin: 5px;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 11px;
  color: #ffffff;
  padding: 5px;
  text-decoration: none;
}

.image-buttons a:hover {
  color: #000000;
  background-color: #ffffff;
}



.color-toggle {
  text-align: center;
  float: left;
  padding-top: 10px;
  padding-left: 100px;
  margin-bottom: 5px;

}
.color-toggle a{
  border: 1px solid gray;
  background-color: #333333;
  margin: 5px;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  padding: 5px;
  width: 20px;
}
.color-toggle a:hover{
  font-style: normal;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  border: 2px;
  background-color: #ffffff;
}

.thumb-toggle {
  text-align: center;
  float: right;
  padding-top: 0px;
  padding-left: 100px;
  margin-bottom: 0px;
  font-weight: bold;


}
.thumb-toggle a{
  border: 1px solid gray;
  background-color: #333333;

  font-style: normal;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
}
.thumb-toggle a:hover{
  font-style: normal;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border: 2px;
  background-color: #ffffff;
}

.product {
  width: 300px;
  text-align: left;
}
.product span{
  position: absolute;
  background-color: white;
  padding: 5px;
  border: 1px solid gray;
  visibility: hidden;
  display: inline;
  color: black;
  text-decoration: none;
}
.product:hover span{
  visibility: visible;
  text-align: left;
/*  width: 200px;*/
  width:auto:
}
.product img{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    float: center;
    text-align:center;
    border: 2px solid black;
}

.check-box span{
  position: absolute;
  background-color: white;
  padding: 5px;
  border: 1px solid gray;
  visibility: hidden;
  display: inline;
  color: black;
  text-decoration: none;
}
.check-box:hover span{
  visibility: visible;
  text-align: left;
  width: 200px;
}
.message {
  text-align: right;
  color: white;
  font-weight: bold;
  font-size: 12px;
  float: right;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* END image display and buy page classes */

.cart-page {
  width: 98%;
  height: 100%;
  border: 1px solid;
  border-color: #4A7EBB;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  float: left;
  padding: 10px;
}

.cart-page img {
  border: 2px solid white;
  margin: 5px;
}
.cart-table {
    padding: 25px;
    float: left;
}

.label-center {
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.label-right {
  text-align: right;
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 15px;
}
.label-left {
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
  padding-right: 15px;
}

.field-left{
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  letter-spacing: 1px;
  padding-right: 20px;
}
.field-center{
  font-weight: normal;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.field-right{
/*  font-weight: normal;*/
  text-align: right;
  font-size: 10px;
  letter-spacing: 1px;
  padding-left: 15px;

}

.red-divider {
  clear: both;
  height: .2mm;
  font-size: .2mm;
  background-color: #570204;
}

.gray-divider {
  clear: both;
  height: .2mm;
  font-size: .2mm;
  background-color: #333333;
}
/* the choices related classes are for displaying items in a row using and unordered list element
    The items are floated to the left and text is centered in the "box"
*/
.choices {
  text-align: left;
  float:left;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  letter-spacing: 2px;
  line-height: 2.5;
}

.choices li{
  display: inline;
  margin-top: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.choices a{
  border: 1px solid gray;
  color: #ffffff;
  background-color: #333333;
  margin: 1px;
  padding: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  vertical-align: center;
}

.choices a:hover {
  color: #000000;
  background-color: #ffffff;
}

/* use this class to separate choices like for a bread crumb trail */
.choices-spacer {
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 14px;
  vertical-align:middle;
  color: #ffffff;
  text-decoration: none;
}

/* use this class for the item in the list that is currently selected or shown on the page */
.choices-current {
  border: 1px solid gray;
  margin: 5px;
  padding: 5px;
  font-size: 12px;

  color: #000000;
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.choices-label {
  letter-spacing: 1px;
}

.link_basic {
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 1px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.link_basic a{
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  padding: 2px;
}

.link_basic a:hover {
  font-style: normal;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  border: 2px;
  background-color: #ffffff;
}

.link_box {
  padding: 5px 5px 5px 5px;
  margin: 1px 1px 1px 1px;
}

.link_box a{
  line-height: 1.5em;
  border: 1px solid gray;
  color: #ffffff;
  background-color: #333333;
  padding: 5px 5px 5px 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  text-decoration: none;
}

.link_box a:hover {
  color: #000000;
  background-color: #ffffff;
}



/* the following is for displaying images in an album */
.album_frame {
  clear: both;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  float: center;
}

div.album
{
    text-align: center;
    margin: 10px;
}
div.album table
{
    margin: 0 auto;
    text-align: left;
}
.album td {
	padding: 6px 6px 12px 6px;
    margin: 10px 10px 5px 10px;
    text-align:center;
    vertical-align: bottom;
}
.album th {
    text-align:left;
}

.album_img img{
border: 2px solid white;
}
.album_img:hover img{
border: 2px solid #4A7EBB;;
}
.album_img:hover{
color: red; /* Dummy definition to overcome IE bug */
}
.album_sub img{
    border: 10px solid #333333;
    padding: 2px;
    background-color: white;
}
.album_sub:hover img{
    border: 10px solid #4A7EBB;
}
.album_sub:hover{
    color: red; /* Dummy definition to overcome IE bug */
}

/* selection list formatting */
select {
    font-size: 11px;
    background: black;
    color: white;
}

input {
    font-size: 11px;
    background: white;
    color: black;
}

input.checkbox, radio {
    font-size: 11px;
    background: black;
    color: white;
}

.button {
  text-align: center;
  float:left;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  letter-spacing: 2px;

  border: 1px solid gray;
  color: #ffffff;
  background-color: #333333;
  margin: 1px;
  padding: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}

.button:hover {
  color: #000000;
  background-color: #ffffff;
}

.button2 {
  text-align: center;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  letter-spacing: 2px;

  border: 1px solid gray;
  color: #ffffff;
  background-color: #333333;
  margin: 1px;
  padding: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}

.button2:hover {
  color: #000000;
  background-color: #ffffff;
}

div.salbum
  {
  margin:2px;
  border:1px solid black;
  /*height:200px;*/
 /* height:auto;*/
  width:auto;
  float:left;
  text-align:center;
  }
div.salbum img
  {
    display:inline;
    margin:3px;
    border: 10px solid #333333;
    padding: 2px;
    background-color: white;
  }
div.salbum a:hover img
  {
    border: 10px solid #4A7EBB;
  }

div.salbum_highlight
  {
  margin:2px;
  border:1px solid black;
  /*height:200px;*/
 /* height:auto;*/
  width:auto;
  float:left;
  text-align:center;
  }
div.salbum_highlight img
  {
    display:inline;
    margin:3px;
    border: 10px solid white;
    padding: 2px;
    background-color: black;
  }
div.salbum_highlight a:hover img
  {
    border: 10px solid #4A7EBB;
  }

div.simg
  {
  margin:2px;
  border:1px solid black;
  /*height:200px;*/
  width:auto;
  float:left;
  text-align:center;
  }
div.simg img
  {
  margin:2px;
  display:inline;
  border: 2px solid white;
  }
div.simg a:hover img
  {
  border: 2px solid #4A7EBB;;
  }

div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }

