@lightbrown: #d7caaf;
@darkbrown: #4f4f4f;

body, html {
      background-color: @lightbrown;
}

#content_area {
    ol,ul,dl{margin-left:2em}ol{list-style:decimal outside}ul{list-style:disc outside}dl dd{margin-left:1em}
  ol li {
    list-style-type: decimal;
  }
  ul li {
    list-style-type: disc;
  }
}

#menu {
  background-color: @darkbrown;
}
.yui-skin-sam .yuimenubaritemlabel-selected {
  color: @lightbrown;
}
.yui-skin-sam .yuimenubaritem-selected {
  color: @lightbrown;
}
#menu .seperator {
  color: @lightbrown;
}

div#center_area a:hover {
    color: @darkbrown;
}
div#center_area.blog_page h2 {
    color: @darkbrown;
}
td.category_left_column {
    padding: 22px 0 0 20px;
    width: 235px;
    vertical-align: top;
}
.category_left_column h1 {
  color: @lightbrown;
  background-color: @darkbrown;
  height: 27px;
  padding: 0 7px;
  display: inline;

}
.category_left_column .title_wrapper {
  border: 1px solid @darkbrown;
  border-width: 0 0 1px 0;
  width: 100%;
}
.categories_wrapper {
  margin-top: 29px;
}
.categories_wrapper .nav_category {
  margin-bottom: 14px;
}
.categories_wrapper .nav_category a {
  color: @darkbrown;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.categories_wrapper .nav_category a:hover, .categories_wrapper .nav_category.current {
  color: @lightbrown;
}
ul.products_wrapper {
  zoverflow: hidden;
  height: 487px;
}
li.product {
  zmax-width: 235px;
  zmin-width: 220px;
  width: 235px;
  float: left;
  margin: 9px 5px 0 5px;
  color: @darkbrown;
  cursor: pointer;
  display: none;
}
div.product_image {
  zwidth: 225px;
  height: 340px;
}
li.product div.product_detail {
  margin-top: 20px;
  border-bottom: 1px solid #b5b5b5;
  zpadding-bottom: 12px;
  height: 85px;
  overflow: hidden;
}
li.product div.product_detail h2 {
  font-weight: bold;
  font-size: 14px;
}
li.product div.product_detail label {
  zfont-weight: bold;
  padding-right: 3px;
}
li.product div.product_image {
	   text-align: left;
}

li.product div.add_button {
  cursor: pointer;
}

.ui-dialog-overlay {
 opacity: 0.8;
  background-color: #000;
}
.ui-dialog-titlebar {
  display: none;
}
.ui-dialog {
  border-width: 0 !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

div#enquiry_form table#products {
  th,td {
    vertical-align: top;
    text-align: left;
  }
  th#description {
    width: 183px;
  }
  th#colour {
    width: 77px;
  }
  th#style_no {
    width: 69px;
  }
  th#print_emb_code {
    width: 78px;
  }
  th#fabric_content {
    width: 133px;
  }
  th#sizes {
    width: 421px;
  }
  td.description {
    font-weight: bold;
  }
  tr.product {
    border-bottom: 1px solid #000;
    font-size: 10px;
  }
  tr.product.first {
    border-top: 1px solid #000;
  }
  td.sizes {
    vertical-align: middle;
  }
  input.qty {
    width: 42px;
    height: 30px;
    background-color: #eee;
    border-width: 0;
  }
}

div#enquiry_form table#contact_form {
  width: 100%;
  margin-top: 15px;

  th,td {
    vertical-align: top;
    text-align: left;
    padding-top: 5px;
  }
  input, textarea {
    border-width: 0;
    background-color: #eee;
    width: 95%;
  }
  input {
    height: 25px;
  }

  span {
  zmargin: 4px 0;
  }
  #message {
    height: 72px;
  }
  .submit_enquiry_button {
    cursor: pointer;
  }
}

div.dialog_wrapper {
  overflow-y: auto;
  overflow-x: hidde;
  width: 975px;
  height: 560px;
  margin-top: 15px;
}

div#contact_form_loader {
  display: none;
}

#recaptcha_widget_div {
  width: 200px;
}

.jspVerticalBar {
  width: 9px;
  background-color: #B5B4B4;
}
.jspDrag {
    background-color: @darkbrown;
}
.jspDrag.jspHover {
    background-color: #757575;
}

div#center_area.products.hemingway {
  li.product {
    width: 515px;
    }
  div.add_button {
    display: none;
    }
}
