
.hr {
  margin: 5px 20px 5px 20px;
  background: #BB0B00;
  height: 2px;
}

hr {
  margin: 5px 20px 5px 20px;
  color: #BB0B00;
  background: #BB0B00;
  height: 2px;
  border: 0;
  font-size: 0px;
  line-height: 0px;
  display: block;
  padding: 0;
  _margin: -7px 20px;
}

.cool-panel {
  /*
  border-left: 3px solid #BB0B00;
  border-bottom: 5px solid #BB0B00;
  */
  /*border-right: 8px solid #FFFFFF;*/
  border-left: 3px solid #000000;
  border-bottom: 5px solid #000000;
  border-top: 0;
  border-right: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.cool-top-left-corner {
  margin: 0;
  padding: 0;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  /*
  border-right: 2px solid #BB0B00;
  border-bottom: 2px solid #BB0B00;
  */
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 0;
  height: 0;
  position: absolute;
  /*top: -8px;*/
  top: -1px;
  left: -3px;
}

.cool-bottom-left-corner {
  margin: 0;
  padding: 0;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  /*
  border-right: 2px solid #BB0B00;
  border-top: 2px solid #BB0B00;
  */
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  border-size: 5px;
  width: 0;
  height: 0;
  position: absolute;
/*  bottom: -5px;*/
  _bottom:  -6px;
  left: -3px;
}

.cool-header {
  color: #FFFFFF;
  /*background: #BB0B00;*/
  background: #000000;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  border: 0;
  margin: 0;
  padding: 3px 10px;
  position: relative;
  /*top: -8px;
  left: 8px;*/
}

.cool-content {
/*  background: #FFCCC9;*/
  padding: 5px 10px;
}

table {
  font-size: 100%;
}

p, li {
/*  margin: 5px 10px;*/
  margin: 5px 0px;
  text-align: justify;
}

.recommendation {
/*  border-top: 1px solid #000;
  border-left: 1px solid #000;*/
  padding: 2px 10px;
  background: #ffffe8;
}

h2 {
  font-size: 1.2em;
  padding: 0;
  padding-top: 5px;
  margin: 0;
}

h2 span {
/*  background: #000;
  color: #FFF;
  padding: 3px 10px;*/
}

.entry strong {
  padding: 3px 10px;
  vertical-align: middle;
/*  border-top: 1px solid #000;
  border-left: 1px solid #000;
  font-weight: normal;*/
/*  background: #000;
  color: #FFF;*/
}

.entry input {
  vertical-align: middle;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 75%;
  margin: 20px;
  padding: 0;
  text-align: center;
  min-width: 800px;
}

#wholesite {
  position: relative;
  text-align: left;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
/*  margin-top: 20px;
  margin-bottom: 20px;*/
}

#sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  margin: 0px;
  padding: 0;
}

#google-ads {
  position: absolute;
  top: 105px;
  left: 0px;
  width: 160px;
}

#mainbar {
  position: absolute;
  top: 0px;
  left: 180px;
  width: 620px;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

.top-button {
  position: absolute;
  text-align: center;
  top: 0;
}

#button-home {
  left: 30px;
}

#button-forum {
  left: 80px;
}

#button-order {
  left: 130px;
}

#button-about {
  left: 180px;
}

.top-button a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 0.7em;
}

.top-quote {
  position: relative;
  text-align: right;
  font-size: 1.2em;
  line-height: 1.6em;
  font-style: italic;
}

.top-quote div {
  display: table;
  text-align: left;
  width: 0;
  margin-left: auto;
}

#tabs a {
  text-decoration: none;
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 10px;
  padding-top: 2px;
  margin: 0;
}

a.selected-tab {
  border: 1px groove black;
  background: #F0F0F0;
}

#tab {
  border: 1px outset black;
  background: #F0F0F0;
/*  border-bottom: 1px solid #000;
  border-right: 1px solid #000;*/
  padding: 5px;
  margin-top: 3px;
}

.ajax-colored {
  color: red;
}

