body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 12px;
  background-color: #D6D7D1;
}

img {
  border: 0;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #CCC;
}

a:link {
  text-decoration: none;
  color: #CCC;
}

a:visited {
  text-decoration: none;
  color: #999999;
}

a:hover {
  text-decoration: none;
  color: #CCC;
}

a:active {
  text-decoration: none;
  color: #666666;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, div {
  font-family: arial, helvetica, sans-serif;
}

p, td {
  font-size: 12px;
}

h2 {
  font-weight: bold;
  font-size: 16px;
  color: #A8494A;
  margin: 10px 0 0 0;
}

div#Nav {
  background-color: #A8494A;
}

#Nav td a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #CCC;
}

#Nav td a:link {
  color: #CCC;
  text-decoration: none;
}

#Nav td a:visited {
  color: #CCC;
  text-decoration: none;
}

#Nav td a:hover {
  text-decoration: none;
  color: #CCC;
}

#Nav td a:active {
  text-decoration: none;
  color: #FFFFCC;
}

/* basket summary */
div#BasketSummary {
  margin: 0;
  padding: 0;
}

#BasketSummary td.Header {
  margin: 0;
  padding: 0;
  height: 37px;
  background: url("../images/basket_summary_top.gif") no-repeat;
}

#BasketSummary td.Content {
  margin: 0;
  padding: 10px;
  color: #FFF;
  vertical-align: top;
  background: url("../images/basket_summary_middle.gif") repeat-y;
}

#BasketSummary td.Content p {
  font-size: 11px;
}

#BasketSummary td.Footer {
  margin: 0;
  padding: 0;
  height: 8px;
  background: url("../images/basket_summary_bottom.gif") no-repeat;
}

/* basket */
#Basket {
  margin: 0;
  padding: 0;
  border: 0;
}

#Basket td.Header {
  margin: 0;
  padding: 0;
  height: 28px;
  background: url("../images/basket_header.gif") no-repeat;
}

#Basket td.Content {
  background: url("../images/basket_content.gif") repeat-y;
}

#Basket .Content td {
  border-left: 2px solid #932228;
  border-bottom: 2px solid #932228;
  padding: 5px;
  font-size: 11px;
}

#Basket .Content td.Last {
  border-bottom: 2px solid #932228;
}

#Basket td.FooterTop {
  margin: 0;
  padding: 0;
  height: 4px;
  background: url("../images/basket_footer_top.gif") no-repeat;
}

#Basket td.FooterContent {
  background: url("../images/basket_footer_content.gif") repeat-y;
}

#Basket .FooterContent td.Last {
  border-left: 2px solid #932228;
}

#Basket .FooterContent td {
  height: 16px;
  border-left: 0;
  padding: 5px;
  font-size: 11px;
}

#Basket td.FooterContent td.First {
  background-color: #932228;
}

#Basket td.FooterBottom {
  margin: 0;
  padding: 0;
  height: 6px;
  background: url("../images/basket_footer_bottom.gif") no-repeat;
}

/* checkout */
#Checkout {
  margin: 0;
  padding: 0;
  border: 0;
}

#Checkout td.Header {
  margin: 0;
  padding: 0;
  height: 29px;
  background: url("../images/checkout_header.gif") no-repeat;
}

#Checkout td.Content {
  background: url("../images/checkout_content.gif") repeat-y;
  padding: 0 10px 10px 10px;
}

#Checkout td table td {
  padding-bottom: 3px;
}

#Checkout td.Footer {
  margin: 0;
  padding: 0;
  height: 28px;
  background: url("../images/checkout_footer.gif") no-repeat;
}

div#Title {
  margin: 0 0 18px 0;
  padding: 0;
}

/* product item */
div.Item {
  margin: 0 0 10px 0;
  padding: 0;
  border-top: 3px solid #A8494A;
}

div.Item p {
  margin: 5px 0;
}

div.Item td {
  font-size: 12px;
  font-weight: bold;
}

div.LastItem {
  margin: 0;
  padding: 0;
  border-top: 3px solid #A8494A;
}

/* info blocks */
div#InfoBlocks {
  margin: 0;
  padding: 0;
  border: 0;
}

#InfoBlocks td {
  padding: 0 0 8px 0;
}

/* form items */
.Inputbox {font-family: arial, helvetica, sans-serif; padding-left: 1px; border: 1px #A8494A solid; height: 20px; color: #000; background-color: #FFF; font-size: 13px; }
.Textbox {font-family: arial, helvetica, sans-serif; padding-left: 1px; border: 1px #A8494A solid; height: 20px; color: #000; background-color: #FFF; font-size: 12px; }
.Button {cursor: pointer; border: 1px #000 solid; color: #000; padding:0 5px; height: 24px; font-size: 12px; background-color: #FFF;}
.Error {color: red; font-weight: bold}
.Caption {color: grey; font-style: italic; text-align: center;}
.subnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.notice {
  color: #A8494A;
}
.booktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.related {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.related li {
  float: left;
  margin-left: 20px;
}

.related li a {
  display: block;
  width: 75px;
  color: #931d1e;
}

.related li span {
  display: block;
  text-align: center;
}

.relatedTitle {
  color: #2f3517;
  margin-top: 0;
}
#box { width:120px; background-color: #ffffff; font-weight: bold; font-family:Arial; font-size:13px; color:#A8494A;}

form { margin-bottom:3; }

.input { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px; border:1px solid #999999; }
