#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: 90%;
  clear: both;
  padding-top: 20px;
}

#products .product {
  width: 80%;
  padding: 5px;
  padding-left: 30%;
  margin-bottom: 40px;
}

#products .product a.img {
  position: absolute;
  margin-left: -20%;
  width: 19%;
  float: left;
  display: block;
  text-align: center;
}

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

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

#products .product .price, #products .product .discount_price, .product_details .price, .product_details .discount_price {
  font-weight: bold;
  display: block;
  padding-top: 20px;
}

#products .product .price a { float: right; margin-top: -25px; }

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

#products .product h3, .product_details h3 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
}

.product_details { padding-top: 20px; }
.product_details img { 
  margin-right: 15px;
  margin-bottom: 15px;
}

#cart_contents {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

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

#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: 12px;
}

#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;
}

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

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

.column {
  width: 50%;
  float: left;
  clear: none;
  margin-bottom: 10px;
}


#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;
}

ol#checkout_progress { width: 100%; clear: both; }

.validation-advice { 
  margin-left: 155px;
  color: red;
  font-weight: bold;
}
