/* Checkout Errors
=========================================================*/
ul#error
{
  list-style: none;
  padding: 0px;
}

ul#error li a
{
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
}

ul#error li a:hover
{
  color: #CC0000;
  text-decoration: underline;
}

/* Checkout Items
=========================================================*/

#checkoutForm ul
{
  margin: 20px 0;
  padding: 0;
}

#checkoutForm ul li
{
  list-style: none;
  margin: 5px 0;
  background: none;
  padding: 0px;
}

#checkoutForm ul li label
{
  float: left;
  text-align: right;
  width: 130px;
  padding: 4px 5px 0 0;
}

#checkoutForm ul li label span
{
  color: #CC0000;
}

#checkoutForm ul li input,
#checkoutForm ul li select
{
  font: 12px Arial, Verdana, Helvetica, sans-serif;
  color: #333;
  padding: 2px;
}

span.red
{
  color: #CC0000;
}

#buttonBuy
{
 float: right;
 margin-bottom: 20px;
}

h2.title
{
  display: block;
  width: 100%;
  height: 30px;
  font-size: 2.0em;
  border-bottom: 1px solid #353563;
  font-family: georgia;
}

input#buttonBuy
{
	margin: 10px 5px 0 0;
	border: none;
}
