div.product {
  width: 294px;
  float: left;
  padding: 0 18px 36px 0;
}

/* Temp highlight */
div#Categories {
  background: transparent url(../images/cat-bg.gif) repeat-x bottom left;
  height: 26px;
  text-align: center;
  border-bottom: 7px solid #d26825;
  position: absolute;
  bottom: 0;
  width: 954px;
}

* html div#Categories {
  overflow: hidden;
  background-position: top left;
}

div#Categories ul {
  text-indent: 0;
  margin: 5px 0 0;
  padding: 0;
  height: 26px;
  list-style-type: none;
  text-align: center;
}

div#Categories ul li {
  margin: 0;
  padding: 0 10px;
  text-indent: 0;
  display: inline;
}

div#Categories ul li a {
  color: #6494ac;
  font-weight: bold;
}

div#Categories ul.selected_home li.cat_home a,
div#Categories ul.selected_shower-doors li.cat_shower-doors a,
div#Categories ul.selected_jacuzzi-baths li.cat_jacuzzi-baths a {
  background-color: #d26825;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: 5px 4px;
  color: #fff;
  text-decoration: none;
}

body {
  text-align: center;
  margin: 0;
  padding: 0 0 34px;
  background: #eee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

a {
  color: #8bc2dd;
  font-weight: bold;
}

/*
h1, h2.standard {
  font-size: 18px;
  line-height: 27px;
  font-family: "InterFace Corp XBold";
  font-weight: normal;
}
*/

h1, h2.standard {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}

p.links {
  font-weight: bold;
  color: #999;
}

div.flash_notice {
  padding: 2px 17px;
  border: 1px solid #090;
  background-color: #dfd;
  color: #090;
  margin: 18px 0 3px;
  width: 882px;
}

div.flash_warning {
  padding: 3px 18px;
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  margin: 18px 0 3px;
  width: 882px;
}

div#Page {
  margin: 0 auto;
  padding: 0 0 0 18px;
  text-align: left;
  width: 936px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-top: 0;
  overflow: hidden;
}

div#Header {
  background: #557687 url(../images/raindrops.jpg) repeat top left;
  color: #fff;
  position: relative;
  height: 106px;
  left: -18px;
  width: 954px;
}

body#Cart div#Header,
body#Shop_new div#Header,
body#Shop_confirm div#Header {
  height: 88px;
}

div#Header a {
  color: #fff;
}

div#Header strong#Logo {
  position: absolute;
  top: 29px;
  left: 16px;
}

div#Header strong#Logo a {
  display: block;
  width: 228px;
  height: 23px;
  position: relative;
}

div#Header strong#Logo a span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url(../images/logo.gif) no-repeat scroll top left;
}

div#Header div#Tools {
  padding: 30px 18px 0;
  float: right;
  text-align: right;
}

div#Header div#Tools a {
  font-weight: normal;
}

body div#Main {
  width: 936px;
}

body#Shop_index div#Main {
  padding-top: 18px;
}

body#Shop_index div.blurb {
  width: 294px;
  float: left;
  padding-bottom: 17px;
  border-bottom: 1px solid #edc3a8;
}

body#Shop_index img.display {
  display: inline;
  width: 138px;
  margin-left: 18px;
  float: left;
}

body#Shop_index div.featured_products {
  width: 468px;
  padding-left: 18px;
  float: left;
}

div.display_portrait div.product,
body#Shop_category div.display_portrait div.product {
  width: 216px;
  float: left;
  padding: 0 18px 36px 0;
}

body#Shop_category div.display_portrait div.element_4,
body#Shop_category div.display_portrait div.element_8,
body#Shop_category div.display_portrait div.element_12,
body#Shop_category div.display_portrait div.element_16,
body#Shop_category div.display_portrait div.element_20,
body#Shop_category div.display_portrait div.element_24,
body#Shop_category div.display_portrait div.element_28 {
  clear: left;
}

body#Shop_category div.display_landscape div.element_3,
body#Shop_category div.display_landscape div.element_6,
body#Shop_category div.display_landscape div.element_9,
body#Shop_category div.display_landscape div.element_12,
body#Shop_category div.display_landscape div.element_15,
body#Shop_category div.display_landscape div.element_18,
body#Shop_category div.display_landscape div.element_21,
body#Shop_category div.display_landscape div.element_24,
body#Shop_category div.display_landscape div.element_27 {
  clear: left;
}

div.product img,
body#Shop_category div.product img,
body#Shop_product div.product_image img {
  border: 0;
}

div.product a.product_image_wrapper {
  position: relative;
  display: block;
}

div.product a.product_image_wrapper span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 90px;
}

div.product .offer_special_offer a.product_image_wrapper span {
  background: transparent url(../images/special-offer.png) no-repeat top right;
}

div.product h2 {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 18px;
}

/*
div.product div.price {
  font-size: 14px;
}
*/

div.product div.price strong em {
  background-color: #d26825;
  color: #fff;
  height: 16px;
  padding: 0px 4px;
  font-style: normal;
}

body#Shop_product h1 {
  margin: 36px 0 18px;
  padding: 0;
  line-height: 36px;
  font-size: 24px;
/*  font-weight: normal; */
}


body#Shop_product div.product_image,
body#Shop_product div.product_description,
body#Shop_product div.product_tools {
  float: left;
  padding: 0 18px 36px 0;
}

body#Shop_product div.product_image {
  width: 294px;
  padding-top: 36px;
}

body#Shop_product div.product_description {
  width: 372px;
  padding-right: 18px;
}

body#Shop_product div.display_landscape div.product_image {
  width: 450px;
}

body#Shop_product div.display_landscape div.product_description {
  width: 216px;
}

body#Shop_product div.product_description h3 {
  margin: 0;
  padding: 0;
  color: #D26825;
  font-size: 14px;
  line-height: 18px;
}

body#Shop_product div.product_description p {
  margin: 0 0 18px;
}


body#Shop_product div.product_tools {
  border: 2px solid #B1D7E5;
  background-color: #eff7fa;
  padding: 16px;
  width: 174px;
  margin-top: 36px;
}

body#Shop_product div.product_tools h3 {
  margin: 0 0 18px;
  font-size: 14px;
  color: #D26825;
}

body#Shop_product div.product_tools ul.sizes {
  padding: 0;
  margin: 18px 0 0;
  text-indent: 0;
  list-style-type: none;
}

body#Shop_product div.product_tools ul.sizes li {
  margin: 0;
  text-indent: 0;
  padding: 0;
}

body#Shop_product div.product_tools div.measuring {
  padding: 0 0 18px;
}

body#Shop_product div.product_tools p.price {
  font-size: 14px;
  text-align: center;
}

body#Shop_product div.product_tools div.button {
  text-align: center;
}

body#Shop_product div.other_products {
  clear: both;
}

body#Cart table.shopping_cart {
  border-collapse: collapse;
  margin-left: 216px;
}

body#Cart table.shopping_cart thead tr th {
  background-color: #eff7fa;
  padding: 5px 0 2px;
  border-bottom: 2px solid #B1D7E5;
  vertical-align: top;
}

body#Cart table.shopping_cart thead tr th.product {
  width: 234px;
}

body#Cart table.shopping_cart thead tr th.price,
body#Cart table.shopping_cart thead tr td.price {
  width: 60px;
  padding-right: 18px;
}

body#Cart table.shopping_cart thead tr th.quantity {
  width: 138px;
}
  
body#Cart table.shopping_cart tbody tr td {
  padding: 5px 0 3px;
  border-bottom: 1px solid #B1D7E5;
  vertical-align: top;
}

body#Cart table.shopping_cart tbody tr.total th {
  padding: 5px 0 4px;
  text-align: right;
  padding-right: 18px;
  vertical-align: top;
}

body#Cart table.shopping_cart tbody tr.total td {
  text-align: left;
  padding: 5px 0 4px;
  border-bottom: 0;
}

body#Cart table.shopping_cart tbody tr.total td form {
  margin-top: 18px;
}

form#new_order div.delivery_address,
form#new_order div.billing_address {
  width: 450px;
  padding: 0 18px 18px 0;
  float: left;
}

form#new_order h2 {
  background-color: #eff7fa;
  padding: 5px 0 2px;
  border-bottom: 2px solid #B1D7E5;
  clear: left;
}


form#new_order div.address input.no_label {
  margin-left: 78px;
}

form#new_order div.field {
  height: 27px;
}

form#new_order div.address input, form#new_order div.contact_information input, form#new_order textarea {
  width: 310px;
}

form#new_order div.address input, form#new_order div.contact_information input, form#new_order div.address select, form#new_order textarea {
  float: left;
  border: 1px solid #999;
}

form#new_order label {
  font-weight: bold;
}

form#new_order div.field label {
  float: left;
  clear: both;
  width: 78px;
}

form#new_order div.tickbox {
  height: 36px;
  border-bottom: 1px solid #B1D7E5;
  margin-bottom: 17px;
}

body#Shop_confirm table.shopping_cart {
  width: 450px;
  float: left;
}

body#Shop_confirm div.address_group {
  float: left;
  width: 468px;
  margin-left: 18px;
}


body#Shop_confirm table.shopping_cart {
  border-collapse: collapse;
}

body#Shop_confirm table.shopping_cart thead tr th {
  background-color: #eff7fa;
  padding: 5px 0 2px;
  border-bottom: 2px solid #B1D7E5;
  vertical-align: top;
}

body#Shop_confirm table.shopping_cart thead tr th.price,
body#Shop_confirm table.shopping_cart thead tr td.price {
  width: 60px;
  padding-right: 18px;
}
  
body#Shop_confirm table.shopping_cart tbody tr td {
  padding: 5px 0 3px;
  border-bottom: 1px solid #B1D7E5;
  vertical-align: top;
}

body#Shop_confirm table.shopping_cart tbody tr.total th {
  padding: 5px 0 4px;
  text-align: right;
  padding-right: 18px;
  vertical-align: top;
}

body#Shop_confirm table.shopping_cart tbody tr.total td {
  text-align: left;
  padding: 5px 0 4px;
  border-bottom: 0;
  font-weight: bold;
  color: #f00;
}

body#Shop_confirm table.shopping_cart tbody tr.total td form {
  margin-top: 18px;
}

body#Shop_confirm div.address_group div.delivery_address,
body#Shop_confirm div.address_group div.billing_address,
body#Shop_confirm div.address_group div.directions,
body#Shop_confirm div.address_group div.contacting_you {
  width: 216px;
  padding-right: 18px;
  float: left;
}

body#Shop_confirm div.address_group div.directions {
  clear: left;
}

body#Shop_confirm div.address_group h2 {
  background-color: #eff7fa;
  padding: 5px 0 2px;
  border-bottom: 2px solid #B1D7E5;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

body#Shop_confirm form {
  clear: both;
  text-align: center;
  padding: 36px 0;
}

div#About, div#FAQ, div#Terms, div#Contact, div#Realex {
  width: 606px;
  padding-left: 138px;
}

div#Footer {
  width: 918px;
  clear: both;
  padding: 36px 0;
  text-align: center;
}

div#Footer p.first {
  border-top: 1px solid #930;
  padding-top: 17px;
}

div#Footer p.cross_promotion {
  color: #444;
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}

div#Footer p {
  padding-top: 18px;
  margin: 0;
}