* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
}

/* Basic Elements */

body {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 0.8em;
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px 0px 10px;
}

img {
  display: block;
  border: 0 none;
}

b, strong {
  font-weight: bolder;
}

a {
  text-decoration: none;
}

.cb {
  clear: both;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}

h1 {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.9em;
  margin-bottom: 10px;
}

h2 {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 10px;
}

h3 {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}

h4 {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
  margin-bottom: 5px;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

p {
  padding: 0px;
  margin-bottom: 10px;
}

.mr6 {
  margin-right: 6px;
}

.pl10 {
  padding-left: 10px;
}

.nlp {
  padding-left: 0px;
}

.textile {
  line-height: 1.4em;
}

.textile a, .textile a:visited {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

.textile a:hover, .textile a:active {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1px;
}

.textile ol {
  padding: 0px 0px 0px 22px;
  margin: 0px;
}

/* Page Elements */


#frame {
  width: 946px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-repeat: repeat-y;
}

#frame-top {
  height: 32px;
  background-repeat: no-repeat;
}

#frame-top-left {
  width: 29px;
  height: 323px;
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  top: 32px;
}

#frame-top-right {
  width: 27px;
  height: 279px;
  background-repeat: no-repeat;
  float: right;
  position: absolute;
  top: 32px;
  right: 0px;
}

#frame-bottom {
  width: 946px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#frame-bottom #copyright {
  text-decoration: none;
  font-size: 0.85em;
  position: absolute;
  left: 55px;
  top: -30px;
}

#frame-bottom #copyright a, #frame-bottom #copyright a:visited {
  border-bottom-width: 0px;
  border-bottom-style: none;
  padding-bottom: 1px;
}

#frame-bottom #copyright a:hover, #frame-bottom #copyright a:active {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

#frame-bottom-right {
  width: 27px;
  height: 304px;
  position: absolute;
  right: 0px;
  bottom: 44px;
}

#frame-bottom-navs {
  margin-right: 27px;
  text-align: right;
}

/* Footer */

#footer {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  position: relative;
}

#footer ul {
  margin: 0px;
  padding: 0px;
}

#footer li {
  margin: 0px;
  font-size: 0.85em;
  padding: 0px 0px 0px 20px;
  list-style-type: none;
  display: inline;
}

#footer a, #footer a:visited {
  border-bottom-width: 0px;
  border-bottom-style: none;
  padding-bottom: 1px;
}

#footer li a:hover, #footer li a:active {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

/* Banner & Navigation */

#content {
  background-color: #FFFFFF;
  width: 890px;
  margin-left: 29px;
  position: static;
  padding-top: 10px;
  min-height: 600px;
  vertical-align: top;
}

#header {
  width: 870px;
  height: 101px;
  position: relative;
  background-repeat: no-repeat;
  margin: 0px 10px 30px;
  z-index: 99;
}

#cart-text {
  width: 405px;
  height: 30px;
  position: absolute;
  top: 7px;
  right: 16px;
  overflow: hidden;
  text-align: right;
}

#cart-text ul {
  margin: 0px;
  padding: 0px;
}

#cart-text li {
  background-color: transparent;
  padding-left: 24px;
  list-style-type: none;
  display: inline;
  background-repeat: no-repeat;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
}

.cart-link {
  display: inline;
  position: relative;
}

.cart-link a, .cart-link a:visited {
  border-bottom-width: 0px;
  border-bottom-style: none;
  padding-bottom: 1px;
}

.cart-link:hover, .cart-link:active {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 2px;
}

#logo {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 3em;
  position: absolute;
  left: 20px;
  top: 13px;
  /* width: 432px; */
  height: 50px;
}

#logo a, #logo a:visited {
  border: 0 none;
}

#logo a:hover, #logo a:active {
  border: 0 none;
}

#top-navigation {
  width: 870px;
  height: 25px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#top-navigation-anchor {
  position: relative;
  width: 870px;
}

#top-menu-title {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 1em;
  font-style: italic;
  height: 25px;
  padding: 0px 20px;
  line-height: 2em;
  overflow: hidden;
  position: relative;
  display: inline;
  float: left;
}

#navigation {
  height: 25px;
  line-height: 2em;
  position: static;
  overflow: visible; 
  _white-space: nowrap; /* Needed for IE6 */
}

#navigate a {
  _width: 30px; /* IE 6 only */
  _height: 16px; /* IE 6 only */
}

#navigation ul li {
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  display: inline;
  position: relative; 
  float: left;
}

#navigation ul li a:link, #navigation ul li a:visited {
  line-height: 16px;
  text-decoration: none;
  min-width: 30px;
  margin-left: 0px;
  padding: 5px 20px 4px;
  border: 0 none;
}

#navigation ul li a:link.current, #navigation ul li a:visited.current {
  font-weight: bold;
  text-decoration: none;
  border: 0 none;
}

#navigation ul li a:hover {
  border: 0 none;
}

/* trying to make the main nav item white when you are hovering over a sub-item */

#navigation ul li:hover #navigation li li a {
}

#navigation li li a:link, #navigation li li a:visited {
  text-decoration: none;
  text-align: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  background-color: white;
  padding: 4px 20px;
}

#navigation li li a:link.current, #navigation li li a:visited.current {
  font-weight: bold;
  text-decoration: none;
}

ul#navigate li li a:hover {
}

/* body area */

#main-body {
  position: relative;
}

#main-content {
  width: 580px;
  vertical-align: top;
  margin-top: 0px;
  padding: 0px 30px 100px 27px;
  overflow: hidden;
}

#page {
  margin-bottom: 100px;
}

#main-content ul {
  padding: 0px 0px 0px 15px;
}

#main-content li {
  margin: 0px;
  padding: 0px 0px 12px 0px;
}

/* Sidebar */

#side-column {
  width: 208px;
  margin: 0px 6px 30px 0px;
  border-left-width: 6px;
  border-left-style: solid;
  padding-left: 23px;
  float: right;
}

#side-column ul {
  margin: 0px;
  padding: 0px;
}

#side-column li {
  margin: 0px;
  list-style-type: none;
}

.sidebar-title {
  font-size: 1.7em;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-style: italic;
}

.sidebar-title a, .sidebar-title a:visited {
  border-bottom-width: 0px;
  border-bottom-style: none;
  padding-bottom: 1px;
}

.sidebar-title a:hover, .sidebar-title a:active {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

/* Side navigation */

#side-navigation li:hover {
  list-style-type: none;
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-bottom: 8px;
}

#side-navigation li {
  list-style-type: none;
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-bottom: 8px;
  line-height: 1.3em;
}

#side-navigation li a, #side-navigation li a:visited {
  border-bottom-width: 0px;
  border-bottom-style: none;
  padding-bottom: 1px;
}

#side-navigation li a:hover, #side-navigation li a:active {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

#side-navigation {
  margin-top: 8px;
  margin-bottom: 20px;
}

/* News Area */

#side-column #latest-news {
  padding-top: 8px;
  margin: 0px 5px 20px 0px;
}

#latest-news li {
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 28px;
  padding-bottom: 15px;
}

#latest-news li a, #latest news li a:visited {
  border-bottom-width: 0px;
  border-bottom-style: none;
  padding-bottom: 1px;
}

#latest-news li a:hover, #latest-news li a:active {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.latest-news-title {
  line-height: 1.4em;
  font-size: 1em;
  font-weight: normal;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-style: italic;
}

#latest-news li:hover {
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 28px;
  padding-bottom: 15px;
  text-decoration: none;
}

.latest-news-text {
  font-size: 0.85em;
  display: block;
  padding-top: 3px;
}

/* Search form */

#search {
  padding: 0px 0px 20px 0px;
}

#search form {
  padding: 0px;
  margin: 0px;
}

#search form input {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 1em;
  font-style: italic;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 110px;
  margin: 0px;
  padding-left: 20px;
}

#search form button {
  cursor: hand; /* for ie6 */
  cursor: pointer;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 0.9em;
  font-style: italic;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 53px;
  border-style: solid;
  border-width: 0px;
  height: 19px;
  margin-left: 4px;
  padding: 0px 0px 1px 0px;
}

#search form button:hover {
  cursor: hand; /* for ie6 */
  cursor: pointer;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 0.9em;
  font-style: italic;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

/* tag areas */

.tag-instruction-text {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 0.85em;
  font-style: italic;
  display: block;
  padding-bottom: 6px;
}

.tags .active {
  font-size: 1.45em;
}

.tags a, .tags a:visited {
  border-bottom-width: 0px;
  border-bottom-style: none;
  padding-bottom: 1px;
}

.tags a:hover, .tags a:active {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

.tags {
  margin-bottom: 25px;
  line-height: 1.9em;
}

/* styles for slimbox overlay */

#lbOverlay {
  cursor: hand; /* for ie6 */
  cursor: pointer;
}

#lbCaption {
  color: #403b35;
  font: bold 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
}

/* specific to displaying products on index & collection pages */

.original-price {
  text-decoration: line-through;
  font-size: 80%;
}

.money {
  text-decoration: none;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 0.85em;
  font-style: italic;
  display: inline;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  line-height: 2em;
}

#products td {
  vertical-align: top;
}

.product {
  margin-bottom: 25px;
  cursor: hand; /* for ie6 */
  cursor: pointer;
  width: 135px;
  margin-right: 15px;
  overflow: hidden;
}

.product h3 {
  display: inline;
  font-size: 1.05em;
  font-weight: normal;
  line-height: 1.3em;
}

.product-image-container {
  display: inline-block;
  width: 135px;
}

.product-image {
  position: relative;
  float: left;
  padding: 5px;
  margin: 0px 10px 5px 0px;
}


.product a {
  border-style: none;
}

.product:hover .product-image {
  cursor: hand; /* for ie6 */
  cursor: pointer;
}

.product:hover h3 {
  width: inherit;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

.product:hover .money {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

.on-sale {
  height: 41px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 68px;
  background-attachment: scroll;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#products .product a:hover {
  border-style: none;
}

/* styles for product page */

#variants li {
  list-style-type: none;
  padding-bottom: 10px;
}

#image-tab {
  _width: expression(this.clientWidth > 260 ? 260 : true);
  max-width: 260px;
  float: right;
  padding-left: 15px;
  padding-bottom: 25px;
}

#buy-now-button {
  height: 25px;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  border: 0px solid #FFFFFF;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
  background-repeat: no-repeat;
  cursor: hand; /* for ie6 */
  cursor: pointer;
  text-align: left;
  width: 110px;
  padding: 0px 0px 0px 25px;
  margin: 15px 0px 0px 0px;
}

.pagination a, .pagination a:visited {
  border-bottom-width: 0px;
  border-bottom-style: none;
}

.pagination a:hover, .pagination a:active {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

.pagination .current {
  margin-right: 2px;
  margin-left: 2px;
  padding: 1px 3px;
}

.pimage {
  padding: 5px;
  margin-bottom: 6px;
}

.pimage:hover {
  cursor: hand; /* for ie6 */
  cursor: pointer;
}

#variant-add ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.out-of-stock {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-style: italic;
}

#buy-now-button:hover {
}

#variants input {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
}

#related-products-area {
  padding-top: 30px;
}


#basket th {
  font-size: 0.85em;
  text-align: left;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 10px;
}

#basket {
  margin-bottom: 10px;
}

.basket-images {
  padding: 5px;
  float: left;
}

.basket-images:hover {
  cursor: hand; /* for ie6 */
  cursor: pointer;
}

.basket-column input {
  width: 25px;
}

.basket-column-one {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.basket-desc h3 {
}

.basket-desc h3 a, .basket-desc h3 a:visited {
  border-bottom-width: 0px;
  border-bottom-style: none;
  padding-bottom: 1px;
}

.basket-desc h3 a:hover, .basket-desc h3 a:active {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

.basket-desc p {
  font-size: 0.85em;
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.basket-odd {
}

#basket .cart-title {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  border-style: none;
}

#basket .cart-title del {
}

.cart-title a, .cart-title a:visited {
  border-bottom-width: 0px;
  border-bottom-style: none;
  padding-bottom: 1px;
}

.cart-title a:hover, .cart-title a:active {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

.basket-column {
  vertical-align: top;
  padding: 10px;
}

#cart-total h3 {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 1.25em;
  font-style: italic;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

#cart-total {
  padding: 10px;
  margin-bottom: 20px;
}

#basket-buttons {
  padding-bottom: 100px;
}

#update-cart {
  width: 127px;
  height: 25px;
  border: 0px solid #FFFFFF;
  cursor: hand; /* for ie6 */
  cursor: pointer;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  padding-left: 25px;
  text-align: left;
  background-repeat: no-repeat;
}

#checkout-button {
  width: 120px;
  height: 25px;
  border: 0px solid #FFFFFF;
  cursor: hand; /* for ie6 */
  cursor: pointer;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  padding-left: 30px;
  text-align: left;
  background-repeat: no-repeat;
}

.article .date {
  padding: 10px;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 1.2em;
  font-style: italic;
}

.article-body {
  padding-top: 10px;
  padding-bottom: 45px;
}

#contact_form .group dt label {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 1.25em;
  font-style: italic;
  font-weight: normal;
}

#contact_form .group {
  margin: 0px 0px 5px 0px;
}

.basket-column-zero {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 70px;
}

.related-products-column-zero {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  width: 70px;
}

.blog-subscribe {
  font-size: 1.15em;
  height: 71px;
  padding-left: 50px;
  padding-top: 5px;
  display: inline-block;
}

#searchresults ol, #collections-listing ul {
  padding-left: 0px;
  margin-left: 0px;
}

#searchresults .result-image, #collections-listing .collections-list-image {
  float: left;
  margin-left: 0px;
  margin-right: 1.5em;
  margin-bottom: 4em;
  padding: 5px;
  position: relative;
}

#searchresults .result-image:hover, #collections-listing .collections-list-image:hover {
  cursor: hand; /* for ie6 */
  cursor: pointer;
}

#searchresults .result-image a, #searchresults .resultimage a:visited, #collections-listing .collections-list-image a, #collections-listing .collections-list-image a:visited {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-style: none;
}

#searchresults span, #collections-listing span {
  display: block;
  padding-bottom: 2em;
}

#searchresults small, #collections-listing small {
  font-size: 0.9em;
}

#searchresults li, #collections-listing li {
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  list-style-type: none;
}

#searchresults h3 a, #searchresults h3 a:visited {
  border-bottom-width: 0px;
  border-bottom-style: none;
  padding-bottom: 1px;
}

#searchresults h3 a:hover, #searchresults h3 a:active {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

#collections-listing h3 a, #collections-listing h3 a:visited {
  border-bottom-width: 0px;
  border-bottom-style: none;
  padding-bottom: 1px;
}

#collections-listing h3 a:hover, #collections-listing h3 a:active {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

#searchresults form {
  display: none;
}
