div#checkout {
	margin: 15px 0 30px 5px;
}

img#progressBar {
	float: right;
}

div#checkout h1 {
	margin-bottom: 30px;
}

h3.addSpace {
	margin: 15px 0 0 0;
}

span.required {
	color: #BA2F29;
}

div#checkout address {
	font-style: normal;
	display: block;
	margin-left: 26px;
	margin-top: 10px;
}

div#checkout fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

div#checkout fieldset div.row {
	margin-top: 10px;
	margin-left: 20px;
	clear: both;
}

div#checkout fieldset label {
	font-family:Georgia, Garamond, 'Times New Roman', serif;
	font-weight: bold;
	font-size: 1.2em;
}

div#checkout fieldset div.row div.label {
	float: left;
	width: 205px;
}

div#checkout fieldset div.row div.field {
	margin-left: 210px;
}

div#checkout fieldset div.row div.fieldRadios label {
	font-size: 0.8em;
}

div#checkout fieldset div.row div.field input {
	width: 250px;
	font-size: 1.1em;
	padding: 0.1em;
	margin-left: 0px !important;
}

div#checkout fieldset div.row div.field select {
	width: 255px;
	font-size: 1.1em;
}

div.submitRow {
	padding-left: 230px;
	margin-top: 10px;
}


fieldset#newCustomers {
	padding-bottom: 30px !important;
}

fieldset#newCustomers h1  {
	margin-bottom: 15px;
}

div.shippingMethod {
	position: relative;
}

div.shippingMethod div.left {
	width: 270px;
}

div.shippingMethod div.right {
	position: absolute;
	top: 0;
	left: 280px;
}

div.shippingMethod div.left p {
	margin: 0;
}

div.shippingMethod div.options {
	clear: left;
	padding-top: 20px;
	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;
}


.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;
}

/*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;}






.checkout #rightBasket {
  position:relative;
  clear: right;
  background:url(../images/dotsVert.gif) top left repeat-y transparent;
  padding-left:10px;
  padding-right:10px;
  width:220px;
  float:right;
  margin-top:30px;
  margin-bottom:50px;
}
#rightBasket h2 {
  font-family:Georgia, Garamond, serif;
  text-transform:none;
  font-weight:normal;
  color:#000;
  margin:0 0 10px 0;
}
#rightBasket .books {
  font-family:Verdana, Arial, sans-serif;
  width:220px;
  border-bottom:1px solid #000;
  background:url(../images/books.gif) bottom right transparent no-repeat;
  height:30px;
}


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;
}
