form {
  overflow: hidden;
}

div.formRow {
  /*float: left;*/
  clear: both;
  margin-bottom: 5px;
	width: 100%;
	overflow:hidden;
}

div.formRow label {
  font-weight: bold;
  float: left;
  clear: none;
  width: 200px;
}

div.formRow div.formContent {
  float: left;
  clear: none;
}

div.requiredNotice {
  font-style: italic;
  font-size: 11px;
  line-height: 20px;
}

span.required {
  color: #E71926;
}

input.formSubmit {
  float: left;
  clear: both;
  margin-right: 10px;
}

div.formRow label.error {
  color: #E71926;
}

ul.errorList {
  color: #E71926;
  font-size: 11px;
  float: left;
  clear: left;
}

ul.errorList li {
  list-style: none;
}

div.errorNotice {
  font-weight: bold;
  color: #E71926;
}

ul.radio_list {
  padding: 0px;
  margin: 0px;
}

ul.radio_list li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
  clear: none;
}

ul.radio_list li label {
  display: inline !important; 
  font-weight: normal !important;
  width: auto;
  line-height: 20px;
}

input.quantity {
  width: 25px;
}

ul.table {
  margin: 0px;
  padding: 0px;
  float: left;
  clear: both;
  width: 100%;
}

ul.table li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}

ul.basket li, ul.priceTable li, ul.basketList li {
  line-height: 30px;
  border-bottom: 1px solid #BFC6CE;
  padding: 2px 0px;
}

ul.priceTable li {
  border-left: 1px solid #BFC6CE;
  border-right: 1px solid #BFC6CE;
}

ul.priceTable li.first
{
  border-top: 1px solid #BFC6CE;
}

ul.priceTable li.alt
{
	background-color: #F0F0F0;
}

ul.table li.heading {
  background-color: #2756AE;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 30px;
}

ul.table li div {
  float: left;
  clear: none;
  color: #001E3C;
}

ul.priceTable div.quantity {
  width: 75px;
  text-align: center;
}

ul.priceTable div.primaryVariant {
  margin-left: 5px;
  width: 215px;
}

ul.priceTable div.secondaryVariant {
  width: 150px;
  overflow:hidden;
}

ul.priceTable div.secondaryVariant select {
  width: 140px;
  font-size: 0.8em;
}

div.secondaryVariant {
  position: relative;
  top: 5px;
}

ul.priceTable div.secondaryVariant input {
  width: 110px;
}

ul.priceTable div.price {
  width: 100px;
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  padding-right:5px;
}

ul.priceTable div.addToBasket {
  width: 100px;
	margin-top: 3px;
	margin-right:5px;
	float:right;
}

ul.priceTable input, ul.priceTable select {
  margin-top: 3px;
}

/* Basket */

/*
ul.basket {
  margin: 0px;
  padding: 0px;
  float: left;
  clear: both;
  width: 100%;
}

ul.basket li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  padding: 5px 0px;
  background-color: #DDDDDD;
}

ul.basket li.alt {
  background-color: #CCCCCC;
}

ul.basket li.heading {
  background-color: #2756AE;
  color: #FFFFFF;
  font-weight: bold;
}

ul.basket li div {
  float: left;
  clear: none;
}
*/
ul.basket div.color {
  width: 50px;
  text-align: center;
}

ul.basket div.colorBox {
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  margin: 5px 14px;
}

ul.basket div.quantity {
  width: 75px;
  text-align: center;
}


ul.basket div.description {
  width: 385px;
  margin-left: 15px;
  font-size: 11px;
}

ul.basket li.headers div.description {
  font-size: 13px;
}

ul.basket div.unitPrice {
  width: 75px;
  text-align: right;
}

ul.basket div.totalPrice {
  width: 75px;
  text-align: right;
}

ul.basket div.removeItem {
  width: 65px;
  text-align: right;
}

ul.basket input {
  margin-top: 3px;
}

/* Saved Baskets */
/*
ul.basketList {
  margin-bottom: 10px;
}

ul.basketList li {
  line-height: 20px;
}
*/
ul.basketList div.name {
  width: 260px;
  margin-left: 0px;
}

ul.basketList div.created {
  width: 80px;
  visibility: hidden;
}

ul.basketList div.lastSaved {
  width: 80px;
}

ul.basketList div.view {
  width: 50px;
  text-align: right;
}

ul.savedBasket {
  margin-bottom: 10px;
}

div.greyBox {
  float: left;
  clear: both;
  width: 100%;
  background: #F0F0F0 url('/images/grey_box_top_right.png') no-repeat top right;
  margin-bottom: 10px;
}

div.greyBoxTop {
  float: left;
  clear: both;
}

div.greyBoxTopLeft {
  float: left;
  clear: none;
  background: #F0F0F0 url('/images/grey_box_top_left.png') no-repeat top left;
  width: 8px;
  height: 9px;
}

div.greyBoxBottom {
  background: #F0F0F0 url('/images/grey_box_bottom_right.png') no-repeat bottom right;
  float: left;
  clear: both;
  width: 100%;
}

div.greyBoxBottomLeft {
  float: left;
  clear: none;
  width: 8px;
  height: 9px;
  background: #F0F0F0 url('/images/grey_box_bottom_left.png') no-repeat bottom left;
}

div.greyBoxContent {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  clear: both;
  position: relative;
}

div.greyBoxContent h2 {
  font-size: 16px;
  margin: 0px;
  margin-bottom: 10px;
}

.checkout-basket{
  width:100%;
  overflow:hidden;
  margin-bottom:30px;
  margin-top:-10px;
}

ul.basket li.headers{
  font-weight:bold;
  padding-top:0px; 
  padding-bottom:0px;
  border-top:1px solid #BFC6CE;
}

ul.basket {
  width:703px;
}

a.colorPickerLink {
  position: relative;
  top: -5px;
}

input.hidden {
	display: none;
}

