div#checkout {
	
}

img#progressBar {
	float: right;
	/*display: none;*/
}



h3.addSpace {
	margin: 15px 0 0 0;
}

div#checkout address {
	font-style: normal;
	display: block;
	margin-left: 26px;
	margin-top: 10px;
}

div#checkout fieldset {
	border: none;
	padding: 0;
	margin: 15px 0 0 0;
	float: left;
	width: 430px;
	overflow: hidden;
}

div#checkout fieldset div.row {
	margin-top: 10px;
	clear: both;
}

div#checkout fieldset label {
	font-weight: bold;
	display: block;
	margin-left: 20px;
}

div#checkout fieldset div.row div.label {
	margin-bottom: 5px	
}

div#checkout fieldset div.row div.field {
	padding-left: 20px;
}

div#checkout fieldset div.row div.fieldRadios label {
	/*font-size: 0.8em;*/
	font-weight: normal;
}

div#checkout fieldset div.row div.field input,
div#checkout fieldset div.row div.field select {
	width: 370px;
	font-size: 1.3em;
	padding: 0.3em;
	margin-left: 0px !important;
	border: 1px solid #8d8d8c;
}

div#checkout fieldset div.row div.field select {
	width: 255px;
	font-size: 1.1em;
}


fieldset#newCustomers {
	padding-bottom: 30px !important;
}

fieldset#newCustomers h1  {
	margin-bottom: 15px;
}

div.shippingMethod {
	position: relative;
	width: 430px;
	float: left;
}

div.shippingMethod h2 {
	font-size: 1.2em !important;
	margin: 15px 0;
}

div.shippingMethod div.left p {
	margin: 0;
}

div.shippingMethod div.options {
	padding-bottom: 20px;
}

.rbProducts, .rbItems, .rbShipping, .rbButtons {
  clear:both;
  width:220px;
  margin-bottom:8px;
}

.rbShipping {  }

.rbItems {
  border-top:1px solid #000;
  border-bottom:1px solid #000;  
  padding:4px 0 6px ;
}

.rbProducts .productItem {
  clear:both;
  margin:6px 0 4px 0;
}

.rbProducts .productItem div.prodImg {
	width: 65px;
}

.rbProducts .productItem div.prodBlurb {
	margin-left: 65px;
	font-size: 0.9em;
	line-height: 1.4em;
}

div.shoppingBasket {
	clear: both;
	margin-top: 60px;
}
.sbs table.sbListing thead th { border-bottom:1px solid #000; vertical-align:middle; padding-bottom:3px;text-align:center;}
.sbs table.sbListing thead th.books { padding:0px;vertical-align:bottom; }
.sbs table.sbListing thead th div.books {
  /*height:21px;
  background:url(../images/books.png) bottom left transparent no-repeat;
  margin-left:5px;
  padding-bottom:0px;*/
  display: none;
}

/*520 90 100 65*/
.sbs table.sbListing tfoot td { border-top:1px solid black; padding-top:5px; text-align:center;font-weight:bold;}
.sbs table.sbListing tbody td.product { width:520px;}
.sbs table.sbListing tbody td.price { width:90px;  text-align:center;}
.sbs table.sbListing tbody td.qty { width:100px; text-align:center;}
.sbs table.sbListing tbody td.qty input.fgh { width:30px;margin-bottom:8px; }
.sbs table.sbListing tbody td.total { width:65px;  text-align:center;}
.sbs table.sbListing tbody td { padding:10px 0; border-bottom:#ccc 1px solid; vertical-align:top;}
.sbs table.sbListing tbody tr.last td { border-bottom:none;}


div.fieldRadios {
	padding-left:20px;
}

div.shipAddress label,
div.fieldRadios label {
	display: inline !important;
	margin-left: 0!important;
}



.checkout #rightBasket {
  position:relative;
  clear: right;
 	border-left: 2px solid #E9E9E9;
  padding-left:20px;
  width:220px;
  float:right;
  margin-top:30px;
  margin-bottom:50px;
}
#rightBasket h2 {
  
  margin:0 0 10px 0;
}
#rightBasket .books {
  font-family:Verdana, Arial, sans-serif;
 	padding-bottom: 10px;
  border-bottom:1px solid #CCCCCC;
  
}


div#receipt p {
	margin: 15px 0 10px 0;
	width: 580px;
}

ul#orderDetails {
	list-style: none;
	margin: 20px 0;
	padding: 0 15px;
	width: 560px;
	border: 1px solid #CAC3A9;
}

ul#orderDetails li {
	clear: both;
	padding: 5px 0 5px 0;
}


ul#orderDetails li strong {
	display: block;
	float: left;
	width: 200px;
}

ul#orderDetails li span {
	float: right;
	width: 350px;
	display: block;
}

div.errors {
	padding: 7px;
	/*border: 1px solid #CCCCCC;*/
}

div.errors ul {
	margin-left: 20px;
}