﻿div#subcategories ul li {
  display: block; float: left;
}
div#content div#subcategories ul li a { 
	float: left; width: 180px; height: 240px; padding: 10px; margin: 0px 9px; margin-bottom: 20px; text-align: center; cursor: pointer; text-decoration: none; color: #3b0179; border: 1px solid #efefef;
}
div#subcategories ul li a img { 
	margin: 0 auto; clear: both; border: none; 
}
div#subcategories ul li a span { 
	width: 100%; display: block; clear: both; text-align: center; 
}
div#subcategories ul li a span.name { 
	font-size: 16px; line-height: 26px;
}

.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_method .description strong {
  font-weight: normal;
  background-color: #800;
  color: white;
  padding: 0 0.5em;
}

#payment_methods {
  position: relative;
}

ol#checkout_progress { width: 100%; clear: both; }

#checkout_progress li {
  float: left;
  margin-right: 3em;
  padding: 0;
  color: #bbb;
}

#checkout_progress li.active {
  color: black;
  font-weight: bold;
}


.validation-advice {
  margin-left: 155px;
  color: red;
  font-weight: bold;
}

div.cart { margin: 0px 15px; padding: 5px 0px; border-top: 1px dashed #ccc; }
div.cart h4 { font-weight: bold; }
div.cart p a.cart-link { text-decoration: underline; font-weight: bold; }

p.prices { padding-top: 20px; }
p.prices span del { text-decoration: line-through; font-style: italic; }
p.prices span { width: 100%; display: block; clear: both; }
p.prices span.price-title { line-height: 20px; font-weight: bold; }

div#content a.product-block { float: left; width: 180px; height: 240px; padding: 10px; margin: 0px 9px; margin-bottom: 20px; text-align: center; cursor: pointer; text-decoration: none; color: #3b0179; border: 1px solid #efefef; }
div#content a.product-block span { display: block; width: 100%; }
div#content a.product-block img { border: none; }
div#content a.product-block span.price { font-size: 14px; line-height: 28px; }

#conditions_frame {
  width: 500px;
  height: 300px;
  margin-bottom: 20px;
  border: 6px solid #AADAEE;
}

#conditions_frame, #agree {
  margin-left: 72px;
}

div#photos
{
	float: left;
	margin-right: right;
}

#cart_contents
{
	margin-top: 10px;
	width: 660px;
	margin-bottom: 10px;
}

#cart_contents thead
{
	border-bottom: 1px solid black;
}

#cart_contents thead th, #cart_contents thead td
{
	font-weight: bold;
}

#cart_contents thead th, #cart_contents thead td, #cart_contents tfoot th, #cart_contents tfoot td, #cart_contents tbody th, #cart_contents tbody td
{
	line-height: 2em;
	padding: 5px;
}

#cart_contents tfoot
{
	border-top: 1px solid black;
}

#cart_contents td
{
	text-align: right;
}

#cart_contents td input
{
	height: 1.4em;
	line-height: 1.4em;
	padding: 0;
}