* {
  margin:0;
  padding:0;
  font-family: arial, helvetica; 
  font-size: 12px;
  color: #000;
}
body {
  background-color:#e0e0e0;
}
img {
  border: 0px;
}
a {
  color: #da251c; 
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

input, select {
 border:1px solid #cccccc;
}
.checkbox, .radio {
  border:0px solid #cccccc;
}
.button {
  background-color:#da251c; 
  color:#ffffff; 
  font-weight:bold; 
  font-size:11px; 
  border:0px solid #cccccc; 
  padding:0px 3px 0px 3px;
}
.boxhdr {
  background-color:#da251c; 
  color:#ffffff; 
  font-weight:bold; 
  padding:3px 6px 3px 6px; 
  text-align:left;
}
.hdrfont {
  color:#ffffff; 
  font-weight:bold; 
  font-size: 12px;
} 
.hdrfont2 {
  color:#ffffff; 
  font-weight:bold; 
  font-size: 11px;
} 
.belkafont {
  color:#ffffff; 
  font-weight:bold; 
  font-size: 12px; 
  text-decoration: none;
}
.belkafont:hover {
  color:#ffffff; 
  font-weight:bold; 
  font-size: 12px; 
  text-decoration: underline;
}
.ngtxt {
  font-size: 12px; 
  font-weight: bold; 
  color:#da251c;
}
.desc1 {
  font-size: 10px;
}
.desc2 {
  font-size: 11px;
}
.help  {
  text-indent:0px; 
  text-align:justify; 
  margin-top:4px;
}
.help p {
  margin-top:8px;
}

#container {
  text-align:left;
  width:800px; 
}
#top {
  background-color:#da251c;
}
#bottom {
  background-color:#da251c;
  padding:5px; 
  text-align:center;
  color: #fff;
  font-size: 10px;
  margin-top:10px; 
}
#content {
}
#content h1 {
  color: #da251c;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px; 
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px dashed rgb(218, 37, 28); 
}
#content h2 {
  color: #1a3c64;
  font-size: 12px;
  font-weight: bold;
  padding-bottom:10px;
}
#content .desc {
  font-size: 11px;
}
#content #pictures {
  border-collapse: collapse;
  width:100%;
}
#content #pictures td {
  vertical-align:top; 
  background-color:#d0d0d0;
  padding: 5px;
  border: 12px solid #e0e0e0;
}
#content #pictures td.empty {
}
#content #cart {
  border-collapse: collapse;
}
#content #cart td {
  vertical-align:top; 
  padding: 5px;
}

#content ul.pages {
  padding:1px;
  text-align: center;
  list-style: none;
}
#content ul.pages li {
  margin: 0 3px;
  display: inline;
}
#content ul.pages li.text {
  font-weight: bold;
}
#content ul.pages li.active a {
  font-weight: bold;
  text-decoration: none;
}
#content ul.pages li.emptyPrev {
  padding-left:116px;
}
#content ul.pages li.emptyNext {
  padding-left:100px;
}
#content ul.pages li.prev {
  padding-right: 30px;
}
#content ul.pages li.next {
  padding-left: 30px;
}
#content ul.pages li.prev a,
#content ul.pages li.next a {
  font-weight: bold;
  text-decoration: none;
}
#content ul.pages li.prev a span,
#content ul.pages li.next a span {
  padding:0px 5px;
  text-decoration: underline;
}
#content ul.pages li.prev a span:hover,
#content ul.pages li.next a span:hover {
  text-decoration: none;
}


.tooltip {
  background-color:#f1eee2; 
  font-size:10px; 
  border:1px solid #a1a8a5; 
  padding:2px;
}
.popup {
  background-color:#f1eee2; 
  border:1px solid #a1a8a5;
  padding:2px;
}
.cart {
  background-color:#f1eee2; 
  border:1px solid #a1a8a5;
  padding:5px;
  margin:17px 5px -5px 5px; 
  font-weight: bold;
}
.error {
  border:2px solid #ff6666;
  font-weight:bold;
  padding:4px;
  margin:0px 0px 8px 0px;
}
.error span {
  color:#ff4444;
}
