body {
  background: #f5d394;
  color: black;
  margin-left: 0;
  margin-right: 0;
}


img.imageDefault {
  border: black 4px solid;
}

img.imageThumbFilm {
  border: black 0px solid;
}

div.productCaption {
  align: right;
  font-size: 14pt;
  color: black;
  text-align: right;
  font-variant: small-caps;
}

div.productInfoTitle {
  text-align: center;
  font-size: 18pt;
  color: black;
  font-variant: small-caps;
}

div.productInfoDetail {
  text-align: center;
  font-size: 14pt;
  color: black;
  font-variant: small-caps;
}

div.productInfo {
  text-align: left;
  font-size: 14pt;
  color: black;
  font-variant: small-caps;
}

td.imgLoading, div.imgLoading {
  /*background-image: url(../other/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;*/
} 

td.imgLoadingIndex {
  /*background-image: url(../other/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;*/
} 

div.mainTitle {
  font-size: 18pt;
  font-weight: bold;
  white-space: nowrap;
  font-variant: small-caps;
}

div.subTitle, span.subTitle {
  font-size: 14pt;
  font-weight: bold;
  white-space: nowrap;
  font-variant: small-caps;
}

div.subText {
  font-size: 12pt;
  white-space: nowrap;
  font-variant: small-caps;
}

a.textLinkDefault {
  text-decoration: none;
  color: black;
  font-size: 14pt;
}

a.textLinkDefault:hover {
  text-decoration: underline overline;
}

/* image links */
a:link img{}
a:visited img{}
a:hover img{}
a:active img{}

/* text links */
a:link {}
a:visited {}
a:hover {}
a:active {}


