#subcategories ul {
  list-style-type: none;
  padding: 0;
}

#subcategories ul li {
  display: inline;
}

#subcategories ul li a {
  display: block;
  float: left;
  width: 208px;
  height: 2em;
  line-height: 2em;
  padding-left: 12px;
  background: transparent url(../img/bullet.gif) no-repeat top left;
  border-bottom: 1px solid white;
}

#subcategories ul li a:hover {
  border-bottom: 1px dotted black;
  background: #ddd url(../img/bullet-hover.gif) no-repeat top left;
}

#products {
  width: 100%;
  clear: both;
}

#products .product {
  width: 220px;
  height: 100px;
  padding: 5px;
  float: left;
  padding-left: 90px;
}

#products .product img {
  position: absolute;
  margin-left: -92px;
  border: 1px solid #aaa;
  float: left;
}

#products .product .category {
  padding-bottom: 1em;
  display: block;
  padding-bottom: 1em;
}

#products .product .category b {
  font-weight: bold;
}

.product_details .priceinfo {
  text-align: right;
}

#products .product .price, #products .product .discount_price, .product_details .price, .product_details .discount_price {
  font-size: 1.6em;
  font-weight: bold;
  color: #777;
  display: inline;
  letter-spacing: -0.1em;
}

#content h3 {
  width: 100%;
  clear: both;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 2.2em;
  line-height: 0.7em;
  color: #E6C591;
  border-bottom: 2px solid #E6C591;
  padding-top: 0.2em;
  letter-spacing: -0.1em;
  margin-bottom: 1em;
}

#products .product .price del, .product_details .price del {
  text-decoration: line-through;
  color: #aaa;
}

#products .product h4, .product_details h3 {
  font-weight: bold;
  font-size: 1.4em;
  color: #cd8b2a;
  letter-spacing: -0.05em;
}

.product_details {
  padding-right: 300px;
  position: relative;
}

.product_details #photos {
  position: absolute;
  right: 180px;
  width: 100px;
}

.product_details #photos a {
  display: block;
  border: 5px solid #bbb;
  margin: 5px;
}

.product_details #photos a:hover { border-color: #999; }

#cart_contents {
  width: 100%;
}

#cart_contents td, #cart_contents th {
  line-height: 2em;
}

#cart_contents td {
  text-align: right;
}

#cart_contents tfoot .subtotal td, #cart_contents tfoot .subtotal th {
  border-top: 1px solid black;
}

#cart_contents tfoot .grandtotal td, #cart_contents tfoot .grandtotal th {
  border-top: 2px solid black;
  font-weight: bold;
  font-size: 1.3em;
}

#cart_contents thead td, #cart_contents thead th {
  border-bottom: 1px solid black;
  font-weight: bold;
}

#cart_contents input {
  border: 1px solid #ccc;
  width: 2em;
  text-align: right;
  padding: 0 0.5em;
}

a.button, #content input.button {
  border: 1px outset #E6C591;
  background-color: #E6C591;
  color: #631E3A;
  margin: 0;
  padding: 0.2em 1em;
  font-weight: bold;
  cursor: pointer;
  display: inline;
  line-height: 1em;
  width: auto;
}

a.button:active, #content input.button:active {
  border: 1px inset #E6C591;
}

#checkout_progress li {
  float: left;
  margin-right: 3em;
  padding: 0;
  color: #bbb;
}

#checkout_progress li.active {
  color: black;
  font-weight: bold;
}

.column {
  width: 48%;
  float: left;
  clear: none;
  padding: 0 1%;
}

#content .availability { list-style: none; padding: 0; }

#content .availability li { line-height: 1.6em; }

#content .availability li img { vertical-align: middle; padding-right: 0.5em; }

.payment_method {
  clear: both;
  padding-left: 2em;
}

.payment_method h4 {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
}

.payment_method h4 label {
  display: inline;
}

.payment_method h4 input {
  left: 0;
  margin-top: 4px;
  position: absolute;
  width: auto;
  vertical-align: center;
}

.payment_method .description {
  clear: both;
}

#payment_methods {
  position: relative;
}