@import url(reset.css);
@import url(base-min.css);
.clear {
  clear: both; }

.hide {
  display: none; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

body {
  font-family: georgia, serif; }

h1, h2, h3 {
  color: #00aa94;
  font-weight: normal; }

h1 {
  font-size: 1.4em; }

h2 {
  font-size: 1.2em; }

h3 {
  font-size: 1em;
  margin: 0.4em 0; }

h4 {
  font-size: 1em;
  color: #5f5f5f; }

p {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #5F5F5F; }

div.text {
  width: 500px;
  margin: 0 auto;
  padding: 0 2em;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1; }
  div.text p small {
    font-size: .8em; }
  div.text p img {
    margin: 0 50px; }
  div.text h3 {
    margin-top: 1em; }
  div.text ul li {
    line-height: 1.3em; }
    div.text ul li a {
      color: #5f5f5f; }

a {
  text-decoration: none;
  color: #5f5f5f; }

p a, p a:visited {
  color: #00aa94;
  border-bottom: 1px dotted #00aa94; }

div#content {
  padding: 40px 10px 0 10px; }
  div#content ul {
    font-size: 0.9em;
    color: #5f5f5f;
    list-style-position: inside; }
    div#content ul li {
      list-style-image: url(/images/disc.gif); }

a.button {
  padding: 0.75em 1em;
  margin: .5em 0;
  width: 9em;
  text-align: center;
  display: block;
  color: #fff;
  background: #00aa94; }
  a.button:hover {
    text-decoration: underline; }

a.small-button {
  padding: .5em .75em;
  margin: .5em 0;
  width: 7em;
  text-align: center;
  color: #fff;
  background: #00aa94; }
  a.small-button:hover {
    text-decoration: underline; }

body {
  background: #F6F6F6; }

div#wrapper {
  width: 950px;
  margin-left: 15px;
  background: #fff; }
  div#wrapper div#header {
    width: 950px;
    position: absolute;
    top: 0; }
  div#wrapper div#content {
    margin-top: 187px;
    position: relative; }
    div#wrapper div#content a#sale {
      position: absolute;
      top: 187px; }

div#header {
  height: 188px;
  background: url(/images/header-background.gif) repeat-x bottom; }
  div#header img {
    clear: both; }
  div#header h1 {
    color: #00aa94;
    padding-left: 10px;
    width: 450px !important // set to correct width;
    height: 20px // set to correct height;
    float: left;
    position: relative; }
    div#header h1 a span {
      background: url(/images/stiffkey_bathrooms_logo.jpg) no-repeat;
      position: absolute;
      width: 450px;
      height: 50px; }

div#navigation {
  margin-top: 41px; }
  div#navigation ul {
    width: 460px;
    float: right;
    margin-right: 7px; }
    div#navigation ul li {
      list-style-type: none !important;
      display: inline;
      margin: 0 6px 0 0;
      font-size: .90em;
      color: #fff; }
      div#navigation ul li.selected {
        border-bottom: 1px solid #fff; }
      div#navigation ul li a {
        color: #fff; }
        div#navigation ul li a:hover {
          border-bottom: 1px solid #fff; }

div#breadcrumbs {
  position: absolute;
  top: 187px;
  padding-left: 10px;
  margin: 0.5em 0;
  width: 945px; }
  div#breadcrumbs ul {
    float: left;
    font-size: 0.8em; }
    div#breadcrumbs ul li {
      list-style-type: none;
      display: inline;
      color: #00aa94; }
      div#breadcrumbs ul li a {
        color: #5F5F5F;
        line-height: 1.4em;
        text-decoration: underline; }

ul#admin-nav li {
  list-style-type: none;
  list-style-image: none !important; }
  ul#admin-nav li a {
    font-size: 1.15em;
    line-height: 1.5em;
    color: #00aa94; }

div#footer {
  background: #00aa94; }
  div#footer ul {
    text-align: center;
    font-size: 65%;
    padding: 10px 0 7px 0;
    width: 950px;
    height: 10px; }
    div#footer ul li {
      list-style-type: none;
      display: inline;
      border-left: 1px solid #fff;
      padding: 0 0.5em; }
      div#footer ul li.first {
        border-left: none; }
      div#footer ul li a {
        color: #fff; }
        div#footer ul li a:hover {
          text-decoration: underline; }
  div#footer div#address {
    width: 450px;
    margin-left: 250px;
    padding: 10px 0 2px 0;
    border-top: 1px solid #fff;
    text-align: center; }
    div#footer div#address p {
      width: 450px;
      font-size: 65%;
      line-height: 65%;
      color: #fff; }
  div#footer div#design p {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    font-size: .6em; }
    div#footer div#design p a {
      color: #fff; }

div#categories {
  width: 400px;
  margin: 10px auto; }
  div#categories div.category {
    width: 200px;
    height: 200px;
    float: left;
    text-align: center;
    margin-top: .5em; }
    div#categories div.category p {
      width: 200px; }
    div#categories div.category img {
      width: 150px;
      border: 1px solid #5f5f5f; }

div#categories-wrapper {
  position: relative;
  width: 600px;
  margin: 10px auto; }
  div#categories-wrapper div.category {
    width: 200px;
    height: 200px;
    float: left;
    text-align: center;
    margin-top: .5em; }
    div#categories-wrapper div.category p {
      width: 200px; }
    div#categories-wrapper div.category img {
      width: 150px;
      border: 1px solid #5f5f5f; }
  div#categories-wrapper h2 {
    text-align: center; }
  div#categories-wrapper div#large-categories {
    width: 500px;
    margin: 0 auto; }
    div#categories-wrapper div#large-categories div.category {
      width: 250px;
      height: 250px;
      float: left;
      text-align: center;
      margin-top: .5em; }
      div#categories-wrapper div#large-categories div.category p {
        width: 250px; }
      div#categories-wrapper div#large-categories div.category img {
        width: 200px;
        border: 1px solid #5f5f5f; }
  div#categories-wrapper div#small-categories {
    width: 600px;
    margin: 0 auto;
    clear: both; }
    div#categories-wrapper div#small-categories div.category {
      width: 150px;
      height: 150px;
      float: left;
      text-align: center;
      margin-top: .5em; }
      div#categories-wrapper div#small-categories div.category p {
        width: 150px; }
      div#categories-wrapper div#small-categories div.category img {
        width: 100px;
        border: 1px solid #5f5f5f; }

div#bath {
  width: 540px;
  margin: 0 auto; }

h1 {
  background-color: none !important; }

ul#header-images {
  width: 950px;
  height: 90px; }
  ul#header-images li {
    float: left;
    list-style-type: none; }
    ul#header-images li a {
      display: block;
      width: 79px;
      height: 90px; }

div#products {
  margin-bottom: 2em; }
  div#products div.product {
    width: 120px;
    height: 200px;
    margin: 0 0.25em;
    float: left;
    text-align: center;
    position: relative; }
    div#products div.product a {
      display: block; }
      div#products div.product a img {
        border: 1px solid #5f5f5f; }
    div#products div.product a.sold-out {
      position: absolute;
      left: 10px; }
      div#products div.product a.sold-out img {
        border: none !important; }
    div#products div.product p {
      margin-top: .5em;
      font-size: .8em;
      text-align: center; }
      div#products div.product p a {
        color: #333333;
        text-decoration: none !important;
        border-bottom: none; }

div#product-description {
  width: 30em;
  margin-right: 10px;
  float: left; }
  div#product-description h1 {
    margin-top: 0; }
  div#product-description p {
    width: 30em; }

div#product-images {
  width: 420px;
  float: left;
  margin-bottom: 10px;
  position: relative; }
  div#product-images img {
    border: 1px solid #000;
    align: center; }
  div#product-images img.sold-out {
    position: absolute;
    top: 1px;
    left: 1px;
    border: none; }
  div#product-images div#product-thumbnails {
    margin-top: 10px; }
    div#product-images div#product-thumbnails img {
      border: 1px solid #000; }

div#gallery-images {
  width: 860px;
  margin: 0 auto; }
  div#gallery-images div.gallery-image {
    width: 150px;
    height: 200px;
    float: left;
    margin: 10px;
    text-align: center; }
    div#gallery-images div.gallery-image img {
      border: 1px solid #000;
      align: center; }
    div#gallery-images div.gallery-image p {
      font-size: .8em; }

div#contact-details {
  float: left;
  width: 400px; }

div#contact {
  float: left;
  width: 500px; }
  div#contact form#contact-form fieldset input {
    width: 300px !important; }
  div#contact form#contact-form fieldset textarea {
    height: 200px; }
  div#contact form#contact-form fieldset span.error {
    display: block;
    margin-left: 9em !important; }

div.pagination {
  width: 830px;
  margin: 0 auto;
  clear: both;
  background: #f1f1f1;
  border: 1px solid #00aa94;
  text-align: center;
  padding: 1em; }
  div.pagination a, div.pagination span {
    padding: .2em .3em; }
  div.pagination span.disabled {
    color: #AAA; }
  div.pagination span.current {
    font-weight: bold; }
  div.pagination a {
    text-decoration: none;
    color: #00aa94; }
    div.pagination a:hover, div.pagination a:focus {
      text-decoration: underline; }

form {
  padding: 0 2em; }
  form fieldset {
    border-top: 1px dashed #00aa94; }
    form fieldset legend {
      padding: 0 0.5em 0 0.5em;
      margin-left: 0.5em;
      background: #fff;
      font-weight: bold;
      font-size: 100%;
      color: #00aa94; }
    form fieldset p {
      margin: 1em 0;
      width: 100%; }
      form fieldset p label {
        width: 10em;
        float: left;
        color: #000;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 1.5em; }
      form fieldset p input {
        width: 420px !important; }
        form fieldset p input:focus {
          background: #F1F1F1; }
      form fieldset p textarea {
        width: 300px; }
      form fieldset p select {
        width: 425px !important; }
      form fieldset p span.error {
        margin-left: 0.5em; }
      form fieldset p span.success {
        margin-left: 0.5em; }
    form fieldset a.button {
      background: #00aa94;
      color: #fff;
      padding: 0.3em 0.7em; }
    form fieldset ul li {
      list-style-image: none !important; }
      form fieldset ul li a {
        background: none; }

form#login-form {
  width: 426px;
  margin: 0 auto;
  padding-top: 100px; }

div.recent ul {
  margin: .5em 0; }
  div.recent ul li {
    line-height: 1.5em; }

table {
  width: 100%; }
  table thead tr th {
    background: #00aa94;
    text-align: left;
    color: #fff;
    font-weight: normal; }
  table thead tr th#edit, table thead tr th#delete {
    width: 70px; }
  table tbody {
    border-bottom: 3px solid #00aa94; }
    table tbody tr.odd td {
      background: #BFECE4 !important; }
    table tbody tr a {
      color: #000; }
    table tbody tr td {
      font-size: 90%; }
      table tbody tr td.first {
        width: 20em; }
  table tfoot tr.odd {
    background: #BFECE4; }

table.tablesorter thead tr .header {
  background-image: url(/images/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer; }

table.tablesorter thead tr .headerSortUp {
  background-image: url(/images/asc.gif); }

table.tablesorter thead tr .headerSortDown {
  background-image: url(/images/desc.gif); }

table#dimensions-table, table#prices-table {
  width: 450px;
  font-size: 80%;
  padding-top: 5px;
  border-top: 1px solid #00aa94; }

div#errorExplanation, div.errorExplantion {
  margin-bottom: 1em; }
  div#errorExplanation ul li, div.errorExplantion ul li {
    line-height: 1.5em; }


input.qty {
  width: 20px !important; }

tr td form {
  margin: 0;
  padding: 0; }
  tr td form input {
    margin-left: 10px; }

th#qty {
  width: 150px; }

th#price {
  width: 90px; }

div#add-to-cart {
  width: 430px;
  padding: 10px;
  background: #e1e1e1;
  margin-bottom: 1em; }
  div#add-to-cart form {
    padding: 0; }
    div#add-to-cart form p span {
      margin-right: 10px; }
      div#add-to-cart form p span label {
        margin-right: 5px; }
      div#add-to-cart form p span select {
        width: 175px; }
      div#add-to-cart form p span select.qty {
        width: 50px; }

dl.finishes {
  font-size: 0.8em;
  clear: both;
  margin: 2em 0;
  background: #e1e1e1;
  padding: 1em; }
  dl.finishes dt {
    font-weight: bold; }
  dl.finishes dd {
    margin: 0;
    padding: .5em 0 1em 0; }

div.cart {
  float: right; }
  div.cart a {
    color: #fff; }

input#google-checkout-button {
  float: right; }

.right {
  float: right; }

#unavailable {
  background: #00aa94;
  color: #fff; }

#switcher {
  float: right;
  margin-right: 20px; }
  #switcher form {
    width: 110px; }

.shopping-buttons {
  margin-bottom: 10px; }

#currency form {
  margin: 0;
  padding: 0;
  height: 1em; }
  #currency form p {
    width: 215px;
    margin-right: 20px; }

#options h3 {
  margin-top: 0; }

h1.title {
  text-align: center;
  position: relative;
  top: 10px; }

p#vat small {
  font-size: 0.8em; }

div#error {
  text-align: center; }

div.image img {
  border: 1px solid #000; }

span.error {
  margin-left: 0.5em;
  background: url(/images/cross.gif) no-repeat left center;
  padding: 5px 0 5px 20px; }

span.error.success {
  margin-left: 0.5em;
  background: url(/images/tick.gif) no-repeat left center;
  padding: 5px 0 5px 20px; }

div.markItUpContainer span.error {
  position: relative;
  left: 420px;
  font-size: 1.3em;
  font-family: georgia, serif;
  margin-left: 0.5em;
  background: url(/images/tick.gif) no-repeat left center !important;
  padding: 5px 0 5px 20px; }

p span.geo {
  display: none; }

h3.options {
  float: left;
  width: auto; }

div#currency {
  float: right; }

body.pages div#content {
  padding-top: 5px !important; }

body.home div#content h1, body.home div#content h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #c1c1c1; }

body.home div#content {
  padding: 0; }

body.home div#content-wrapper {
  padding: 0 10px;
  padding-bottom: 10px; }

body.home #main h3 a {
  color: #00aa94; }

.slideshow {
  height: 200px; }

#content-wrapper #main {
  float: left;
  width: 600px; }

#content-wrapper #sidebar {
  float: right;
  width: 300px; }

.basket {
  position: absolute;
  top: 10px;
  right: 0;
  background: url(/images/basket.gif) no-repeat;
  z-index: 100;
  height: 50px;
  width: 90px; }
  .basket p {
    padding-top: 5px;
    padding-left: 5px;
    color: #fff;
    width: 70px;
    margin-bottom: 0; }
    .basket p a {
      color: #fff !important; }

#antiques {
  background: #e1e1e1;
  padding: 0 10px;
  padding-bottom: 1px; }
  #antiques h2 {
    margin-top: 20px;
    padding-top: 5px; }
  #antiques .category {
    margin-bottom: 20px; }
    #antiques .category h3 a {
      color: #00aa94; }
    #antiques .category img {
      width: 100px;
      float: left;
      display: inline;
      margin-right: 10px;
      border: 1px solid #c1c1c1; }

#stockists {
  background: #e1e1e1;
  padding: 5px 10px;
  margin-bottom: 10px; }

#payments {
  padding: 5px 10px; }

div#outer-wrapper {
  width: 980px;
  background: url(/images/background-repeat.jpg) repeat-y;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -490px; }

.paypal form {
  width: 145px;
  float: right; }

.google-checkout-logo {
  padding: 0 10px;
  margin-left: 60px;
  margin-bottom: 10px; }

.empire-slideshow, .victorian-slideshow {
  height: 410px; }
  .empire-slideshow img, .victorian-slideshow img {
    border: 1px solid #c1c1c1; }
