body {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  background: #F4F4F4 url('/gfx/bg.gif') top left fixed repeat-x;
  color: #222;
  margin: 0 auto;
  padding: 0 auto;
  line-height: 1.5em;
  text-align: center; /* Takes care of horizontal alignment in Internet Explorer */
  font-size: 75%;
}

a:active { color: #333; text-decoration: none; }
a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #376A82; text-decoration: none; }

.headerNavigation a:active { color: #333; text-decoration: none; border-bottom: 1px solid #DDD; }
.headerNavigation a:link { color: #333; text-decoration: none; border-bottom: 1px solid #DDD; }
.headerNavigation a:visited { color: #333; text-decoration: none; border-bottom: 1px solid #DDD; }
.headerNavigation a:hover { color: #376A82; text-decoration: none; border-bottom: 3px solid #FFF; }

#blog a:active { color: #333; text-decoration: none; border-bottom: none; }
#blog a:link { color: #333; text-decoration: none; border-bottom: none; }
#blog a:visited { color: #333; text-decoration: none; border-bottom: none; }
#blog a:hover { color: #D4816E; text-decoration: none; border-bottom: none; }

#nav a:active { color: #333; text-decoration: none; border-bottom: none; }
#nav a:link { color: #333; text-decoration: none; border-bottom: none; }
#nav a:visited { color: #333; text-decoration: none; border-bottom: none; }
#nav a:hover { color: #fff; text-decoration: none; border-bottom: none; }

#blog {
	margin-top: -10px;
}

#breadcrumb{
	position: relative;
	top: -10px;
	padding: 0 0 1em 1em;
	text-align: right;
	font-size: .8em;
}	

#container{
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	background-color: #FFF;
	border: 0;
	margin: 5px auto;
	width: 750px;
	text-align: center;
}

td.smallText div.shelf {
	background: url(/gfx/shelf.jpg) no-repeat !important;
}

td.smallText div.shelf img {
	width: 95px;
	height: 153px;
}

/* img { border: 1px solid #333; } */

.covershot img {
  margin: 3px;
  padding: 2px;
  border: 1px solid #999;
}

.covershot a:hover img {
  margin: 3px;
  padding: 2px;
  border: 1px solid #666;
  background: #AAA;
}

FORM {
	display: inline;
}

TR.header {
  background: #FFF;
  padding: 3px;
}

TR.headernavigation {
  background: #bbc3d3;
  height: 30px;
}

TD.headernavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #8C8C8C;
  color: #ffffff;
  font-weight: normal;
  padding: 3px;
}

A.headernavigation:link, A.headernavigation:visited, A.headernavigation:active, A.headernavigation:hover { 
  color: #FFFFFF; 
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #F8F8F8;
}

TR.footer2 {
  background: #EEE;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F8F8F8;
  color: #333;
  font-weight: normal;
  padding: 3px;
}

TD.footer2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #EEE;
  color: #333;
  font-weight: normal;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
}

.infoBox {
  background: #FFF;
}

.infoBoxContents {
  background: transparent:
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FFF;
}

.infoBoxNoticeContents {
  background: #FFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBox_warenkorb {
  background: #8C8C8C url(/gfx/warenkorb_title.gif) top left no-repeat !important;
}

.infoBox_angebote {
  background: #8C8C8C url(/gfx/angebote_title.gif) top left no-repeat !important;
}

.infoBox_bewertungen {
  background: #8C8C8C url(/gfx/bewertungen_title.gif) top left no-repeat !important;
}

.infoBox_bestellung {
  background: #8C8C8C url(/gfx/bestellung_title.gif) top left no-repeat !important;
}

.infoBox_bestseller {
  background: #8C8C8C url(/gfx/bestseller_title.gif) top left no-repeat !important;
}

.infoBox_suche {
  background: #8C8C8C url(/gfx/suche_title.gif) top left no-repeat !important;
}
  
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #EEE;
  padding: 0px;
  padding-left: 26px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #F8F8F8;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #EEE;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #FFF;
  border-spacing: 1px;
}

TABLE.productlisting img {
  margin: 3px;
  padding: 2px;
  border: 1px solid #999;
}

TABLE.productlisting a:hover img {
  margin: 3px;
  padding: 2px;
  border: 1px solid #666;
  background: #AAA;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #CCC;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 5px;
}

A.pageResults {
  color: #333;
}

A.pageResults:hover {
  color: #333;
  background: #376A82;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #d4816E;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #EEE;
}

CHECKBOX:FOCUS, INPUT:FOCUS, RADIO:FOCUS, SELECT:FOCUS {
  background: #F8F8F8;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8C8C8C; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
