/*------------------------------------------------------
  All pages 
  ------------------------------------------------------*/
body, td {
  font-family: Georgia, serif;
  font-size: .90em;
}

body {
  background: #eee;
}

form {
  margin: 0px;
  padding: 0px;
}

a img {
  border: none;
}

#main {
  width: 775px;
  margin: auto;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
}

#content {
  margin: 10px 310px 10px 5px;
  line-height: 150%;
}

.sidebar {
  float: right;
  background: #cfd6e6;
  border: 1px solid #6e7e9d;
  margin: 10px 0px;
  padding: 5px;
  width: 290px;
}

.sidebar h2, .sidebar h3 {
  margin: 0px;
}

.sidebar ul {
  margin: 0px;
}

#columns {
  position: relative;
}

#leftCol {
  width: 45%;
}

#rightCol {
  width: 45%;
  position: absolute;
  right: 0px;
  top: 0px;
  padding-left: 5px;
  border-left: 1px solid #999;
}

/*------------------------------------------------------
  Menu 
  ------------------------------------------------------*/
.menu {
  list-style: none;
  margin: 0px;
  padding: 3px;
}

.menu li {
  display: inline;
  margin: 0px 15px 0px 10px;
  font-weight: bold;
}

.menu li a {
  padding: 3px;
  text-decoration: none;
  color: #fff;
}

.menu li a:hover {
  background: #fc0;
  color: #000;
}

.menu li.current {
  padding: 3px;
}

#mainmenu {
  background: #6e7e9d;
  border-top: 2px solid #6e7e9d;
  border-bottom: 1px solid #cfd6e6;
  color: #fff;
}

#mainmenu li.current {
  background: #cfd6e6;
  color: #000;
}

#mainmenu li.current a {
  color: #000;
}

#submenu {
  padding: 5px 3px 3px 3px;
  background: #cfd6e6;
}

#submenu li {
  font-size: 90%;
  margin: 0px 8px 0px 5px;
}

#submenu li a {
  color: #000;
}

#submenu li.current {
  background: #eee;
}

/*------------------------------------------------------
  General utility
  ------------------------------------------------------*/
.clearing {
  clear: both;
}

.error {
  font-weight: bold;
  color: #f00;
}

.important {
  font-style: italic;
  color: #c00;
  cursor: help;
}

/*------------------------------------------------------
  Alternating rows
  ------------------------------------------------------*/
.alternateRows .odd {
  background: #eef;
}

.alternateRows .over {
  background: #ffc;
}

/*------------------------------------------------------
  Comparison table
  ------------------------------------------------------*/
#comparison {
  clear: both;
  border-collapse: collapse;
}

#comparison td {
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
  margin: 0px;
  width: 25%;
}

#comparison thead {
  font-weight: bold;
  vertical-align: top;
  background: #ddd;
}

#comparison thead a {
  text-decoration: none;
  color: #000;
}

#comparison tbody .firstChild {
  font-weight: bold;
}

/*------------------------------------------------------
  Scabbards sidebar
  ------------------------------------------------------*/
#scabbards.sidebar {
  width: 300px;
  padding: 0px;
}

#scabbards.sidebar h2 {
  margin-left: 58px;
}

#scabbards .item {
  padding: 3px;
  margin: 5px;
}

#scabbards a {
  text-decoration: none;
  color: #000;
}

#scabbards .item img {
  float: left;
  margin-right: 3px;
  border: none;
}

#scabbards .item .label {
  font-weight: bold;
  font-size: 1em;
}

#scabbards .item .description {
  font-style: italic;
  color: #333;
}

#scabbards a:hover .item {
  padding: 2px;
  border: 1px solid #999;
  background: #eee;
}

#scabbards .item img.over {
  display: none;
}

#scabbards a:hover .item img {
  display: none;
}

#scabbards a:hover .item img.over {
  display: inline;
}

#scabbards a:hover .item .label {
  color: #009;
}

#scabbards a:hover .item .description {
  color: #000;
}

#copyright {
  color: #666;
  font-size: 90%;
  text-align: center;
  margin: 10px;
  clear: both;
}

/*------------------------------------------------------
  Services page 
  ------------------------------------------------------*/
#content.services {
  padding-left: 110px;
}

.services h3 {
  padding: 0px;
  margin: 20px 0px 0px;
  font-weight: bold;
  font-size: 110%;
  border-top: #ccc dotted 1px;
  clear: left;
}

.services h3 img {
  float: left;
  margin: 2px 0px 5px -110px;
}


/*------------------------------------------------------
  Buckles page
  ------------------------------------------------------*/
.buckle {
  padding: 3px;
  border: 1px solid #ccc;
  margin: 25px 0px;
}

.buckle img {
  float: left;
  margin: 0px 5px 2px 0px;
}

.buckle h4 {
  padding: 0px;
  margin: 0px;
}

.leftCol {
  float: left;
  width: 390px;
}

.rightCol {
  float: right;
  width: 320px;
}

/*------------------------------------------------------
  Decorative elements page
  ------------------------------------------------------*/
.decorative {
  float: left;
  width: 350px;
  margin: 30px 10px;
  border: 1px solid #ccc;
  padding: 3px;
}

.decorative img {
  float: left;
  margin-right: 5px;
}

/*------------------------------------------------------
  Plaque belts page
  ------------------------------------------------------*/
.plaque {
  margin: 30px 10px;
  border: 1px solid #ccc;
  padding: 3px;
}

.plaque img {
  float: left;
  margin-right: 5px;
}

/*------------------------------------------------------
  Reviews page
  ------------------------------------------------------*/
ul.reviews,
ul.reviews ul {
  margin: 0px;
  padding: 0px 0px 0px 5px;
  color: #666;
}

ul.reviews {
  list-style-type: square;
  padding: 0px 20px;
}

ul.reviews li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 110%;
}

ul.reviews li a:hover {
  background: #fff;
}

ul.reviews ul li a {
  font-size: 100%;
  font-weight: normal;
}

ul.reviews ul li a:hover {
  text-decoration: underline;
}

ul.reviews ul {
  display: none;
  list-style-type: none;
  margin: 0px 0px 10px;
}

ul.reviews li.open ul {
  display: block;
}

.reviewDetails img {
  float: left;
  margin: 0px 5px 5px 0px;
}

.reviewDetails .specs {
  margin: 0px 0px 5px;
}

.reviewCount {
  font-size: 90%;
  white-space: nowrap;
}

ul.reviews li.open .reviewCount {
  display: none;
}
.reviewDetails .specs td {
  background: #eee;
}

.reviewDetails .specs td:first-child {
  font-weight: bold;
}

/*------------------------------------------------------
  Scabbard pages
  ------------------------------------------------------*/
.pricelist h4 {
  margin-bottom: 0px;
}

.pricelist ul {
  margin: 0px;
  padding-left: 15px;
}

.pricelist .detail {
  background: #eee;
  padding: 3px;
  border: 1px solid #ccc;
  z-index: 10;
  font-style: italic;
  display: none;
}

.pricelist .more {
  cursor: hand;
  cursor: pointer;
  color: blue;
  white-space: nowrap;
}

.pricelist .open .detail {
  display: block;
}

.pricelist .detail img {
  float: left;
  margin-right: 10px;
}

/*------------------------------------------------------
  Worklist
  ------------------------------------------------------*/
fieldset {
  margin: 0px 0px 20px 0px;
  background: #fff;
}

fieldset legend {
  font-weight: bold;
  font-size: 120%;
}

#worklist {
  border: 1px solid #aaa;
  background: #eee;
  padding: 20px;
  margin: 40px;
}
