body {
  background: #F5E7C6 url("../images/background/top_bg.png");
  background-repeat: repeat-x;
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
  font-size:15px;
  text-align:center;
  padding:0px;
  margin:0px;
}
#root {
  width: 980px;
  margin: 0px auto;
  text-align: center;
}
#header {
  background: #852A2A url("../images/background/top_bg.png");
  background-repeat:repeat-x;
}
#logo {
  float: left;
  width:445px;
  color: #FED011;
  text-align:left;
}
#logo a { 
   padding: 5px 20px 0px 25px;
   float:left;
   height: 106px;
   width:60px
}
#logo h1 {
  margin-top: 18px;
  margin-bottom: 0px;
  font-size:2.2em;
}
#logo p {
  
  margin-top: 0px;
}
#menu {
  font-size:1.2em;
  float:right;
  margin-top:88px;
  width:auto;
}
#menu ul {
  list-style-type: none;
  margin:0px;
}
#menu ul li {
  float:left;
  width:auto;
  margin:0px 0px 0px 1px;
  padding: 4px 0px 0px;
}
#menu ul li a {
  background: #E44748 url("../images/background/menu_button.png");
  border-top:1px solid #EC7A7A;
  display:block;
  padding:10px 10px;
  color: #ffffff;
  font-size: 14px;
  font-family: verdana,arial,sans-serif;
  font-weight:bold;
}
#menu ul li.active a {
  background: #FED011 none;
  color:#E44748;
}
#header_bottom {
  clear:both;
  border-bottom:3px solid #FED011;
}
#navigation {
  background-color: #C43D3E;
  color: #ffffff;
  margin: 0px;
  padding: 5px 30px 8px 30px;
  clear:both;
  text-align: left;
  font-size:0.9em;
  font-weight:bold;
}
#navigation a {
  color: #ffffff;
}
#body {
  background-color:#F7DEA2;
  text-align:left;
}
#catalog {
  float:left;
  width:210px;
  /*background-color: #F7D688;*/
  background-color: #F0CF80;
  /*background-color:#EBD39A;*/
}
#catalog ul {
   list-style-type: none;
   list-style-image: url("../images/background/bullet.png");
   padding:0px 0px 0px 10px;
   margin:0px;
}
#catalog ul ul{
   font-size: 0.6em;
   padding-top: 5px;
}
#catalog ul li {
   border-top: 1px solid #ffffff;
   border-bottom: 1px solid #DFD7C3;
   line-height:1.5;
}
#catalog ul li.active span {
  background-color:#FED011;
  display:block;
  padding: 0px 3px 0px;
  border: 1px solid #C43D3E;
}
#catalog a {
  color: #000000;
}
#content {
  width:540px;
  float:left;
  padding:10px;
  text-align:left;
}
#info {
  float:right;
  width:210px;
  font-size:0.9em;
  /*background-color: #F7D688;*/
  background-color: #F0CF80;
  /*background-color:#EBD39A;*/
}
#info .submit_button {
  text-align: center;
  margin: 5px 0px;
}
#navigation a:hover, #catalog a:hover, #menu a:hover, #info a:hover {
  text-decoration: underline;
}
#footer {
  color: #aaaaaa;
  text-align:right;
  clear:both;
  font-size:0.8em;
  border-top: 10px solid #F5E7C6;
  background-color:#F5E7C6;
}
#footer p {
  background-color: #C43D3E;
  padding: 8px 30px;
  margin: 0px;
}
#footer a {
  color: #aaaaaa;
}
#footer span {
  float:left;
}
/* ----------------------- */
.hidden {
  display:none;
}
a {
  text-decoration: none;
  color:#1D0A72;
}
a img {
  border-width: 0px;
}
h2 {
  font-size:1.4em;
}
h2, h3 {
  text-align: center;
}
h4 {
  margin: 0px 5px 3px;
}
#content h2, #content h3, #content h3 a {
  color: #FED011;
  background-color:#C43D3E;
}
th {
  text-align:left;
}
td {
  vertical-align:top;
}
form {
  margin:0px;
}
.error, .important {
	color: red;
	font-weight: bold;
}
p.error {
	margin:0px;
}
.system {
	color:navy;
	font-weight: bold;
}
.stamp_box {
  width:200px;
  margin:5px 5px 0px;
}
.stamp_top {
  height:11px;
  background-image: url("../images/background/stamp_top.gif");
  background-repeat: no-repeat;
  padding:0px;
  display:block;
  background-position:bottom;
}
.stamp_bottom {
  height:11px;
  background-image: url("../images/background/stamp_bottom.gif");
  background-repeat: no-repeat;
  display:block;
}
.stamp_body {
   background-image: url("../images/background/stamp_body.gif");
   background-repeat: repeat-y;
   margin:0px;
   padding: 0px 20px 15px;
}
#info h3, #catalog h3, #catalog h4 {
  margin:0px;
  padding: 0px 0px 10px;
  font-size:1em;
  text-align: center;
}
#info h3 img {
  vertical-align: middle;
  margin-right:5px;
}
.submit {
  background-color:#FED011;
  border: 1px solid #C43D3E;
  padding:1px 5px;
}
.price {
  font-weight:bold;
}
.niceform {
  border:1px solid #C43D3E;
  background-color:#F0CF80;
  padding:10px;
}
.niceform td {
  text-align:right;
}
fieldset {
  border-width: 0px;
}
div.niceradio {
  padding-left:40px;
}
input.niceradio{
  float:left;
  margin: 5px 15px 5px 5px;
}
.checkout_info {
  margin-left:45px;
  font-size:0.9em;
  margin-top:20px;
}
/* -------------------- */
.display {
  background-color: #C43D3E;
  color: #ffffff;
  font-size: 0.9em;
  text-align: right;
  line-height: 1.8;
  margin-bottom: 5px;
}
.display div {
  float:left;
}
.display form {
  padding:3px 10px;
}
.display a {
  color: #ffffff;
  text-decoration:underline;
}
table.previews {
  /*width:100%;*/
  width:540px;
}
table.previews td {
  width:30%;
  text-align: center;
  font-size: 0.8em;
}
table.previews tr.prev_detail td  {
  border: 1px solid #C43D3E;
  padding-bottom:3px;
  vertical-align: top;
  padding: 2px 10px;
}
table.previews div.price {
  background-color: #C43D3E;
  color: #ffffff;
  position:relative;
  width:100%;
  top: -4px;
}
table.previews tr.prev_detail td.empty {
  background-color:transparent;
  border-width:0px;
}
table.previews div.prev_enlarge {
  padding: 5px 0px 43px;
  clear:both;
}
table.previews a.prev_enlarge {
  font-size:0.9em;
  text-decoration:none;
} 
table.previews .prev_image {
  padding: 5px auto;
}
table.previews .prev_info {
  text-align: left;
  padding: 0px 5px 0px;
  line-height:1.3;
  position:absolute;
  left:3px;
  top:-38px;
  font-weight:normal;
}
table.previews div a:hover {
  text-decoration:underline;
}
table.previews .year {
  float:left;
  font-size:0.9em;
  padding-right:3px;
}
table.previews .cat_no {
  float:right;
}
table.previews .name {
  clear:both;
}
table.previews_table {
  font-size:0.9em;
  margin-top:20px;
  width:100%;
}
table.cart_table, table.subcategory_list {
  width:100%;
}
table.checkout_table {
  width:50%;
}
table.checkout_table td {
  border:1px solid #C43D3E;
  text-align:right;
}
table.previews_table th, table.cart_table th, table.checkout_table th {
  background-color: #C43D3E;
  color: #ffffff;
  font-weight:normal;
}
table.previews_table th.name, table.previews_table td.name, table.cart_table .name {
  font-weight:bold;
  height:1em;
}
table.cart_table .prev_image {
  margin:2px 3px;
}
table.subcategory_list ul {
  padding:0px 0px 0px 15px;
  font-size:13px;
}
#content .product_detail h3 {
  background-color:transparent;
  color: #000000;
}
.product_detail {
  text-align:center;
}
.product_detail table {
  margin: 3px auto 20px;
  text-align:left;
}
.product_detail td {
  border: 1px solid #C43D3E;
}
.product_detail td.legend {
  background-color: #C43D3E;
  color: #ffffff;
  width: 40%;
}
.product_detail .price {
  background-color: #FED011;
  color: #000000;
}
.product_detail form {
  display:inline;
  padding-top:20px;
}
.product_detail h4 {
  margin: 20px 0px 20px;
  font-size:1.2em;
}
.product_detail h4 a {
  color: #000000;
}
.product_detail p {
  text-align:left;
  padding:0px 30px;
}
.quantity {
  width: 25px;
  text-align:right;
}
.odd {
  background-color: #F0CF80;
}
form.search tr.header_line td {
  height:5px;
  border-bottom:1px solid #C43D3E;
}
form.search ul {
  list-style-type: none;
  padding:0px;
  padding-left:35px;
}
td.subcategories {
  font-size:0.8em;
  padding-left:30px;
}
.help img {
  float:right;
  margin:10px;
  clear:both;
}
.help p {
  clear:both;
}
.help strong a {
  color:black;
}
#added_to_cart {
  position: fixed;
  top: 260px;
  left:50%;
  width:420px;
  padding: 10px 5px 10px;
  margin-left: -210px;
  border: 5px solid #C43D3E;
  background-color: #F7EED8;
  z-index:100;
}
#added_to_cart img {
  float:right;
}
#added_to_cart p {
  text-align:center;
  margin:10px 0px 0px;
  line-height:1.6;
}
