/*
"Fresh" theme design for Spiffy Stores
*/

body {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #919191;  /* this changes the footer background */
  color: #555555; /* this changes the footer background */
}

#page-background {
  background: #ffffff;  /* this changes the site background */
  padding-top: 20px;
}

h1, h2, h3 {
  margin: 0px 0px 10px;
  font-weight: normal;
  text-transform: lowercase;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

h1 {
  letter-spacing: -1px;
  font-size: 32px;
}

h2 {
  font-size: 23px;
}

h1, h2, h3, h4, h5, .selector-wrapper label, #price-field {
  color: #1ba2b1;  /* this changes the heading colours */
}

p, ul, ol {
  margin: 0px 0px 10px;
  line-height: 17px;
}

.textile ul {
  list-style-position: inside;
  padding: 0px 0px 0px 40px;
}

.st {
  margin-top: 10px;
}

.sst {
  margin-top: 20px;
}

.ssst {
  margin-top: 30px;
}

.sssst {
  margin-top: 40px;
}

a:hover, a:active {
  text-decoration: none;
}

a:link, a:hover, a:active, a:visited, .pagination a, .pagination a:hover {
  color: #1ba2b1; /* this changes the link colours */
}

img {
  border: none;
}

img.left {
  float: left;
  margin: 7px 15px 0px 0px;
}

img.right {
  float: right;
  margin: 7px 0px 0px 15px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.mr6 {
  margin-right: 6px;
}

.mr12 {
  margin-right: 12px;
}

/* Form */
form {
  margin: 0;
  padding: 0;
}

legend {
  display: none;
}

input, textarea, select {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
}

/* Header */

#wrapper {
  background-image: url(header.png);
  background-color: #1ba2b1;
  background-repeat: repeat-x;
  background-position: 0 0;
}

#header {
  width: 900px;
  height: 80px;
  padding-top: 10px;
  position: relative;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

#header h1 {
  float: left;
  height: 80px;
  margin-top: 10px;
  position: absolute;
  left: 30px;
  top: 10px;
  font-size: 38px;
}

#header h1 a {
  color: #FFFFFF; /* this changes the colour of the site name in the header */
}

#logo {
  background: transparent url('logo.png') no-repeat;
  width: 900px;
  height: 80px;
  position: absolute;
  top: 0px;
  cursor: pointer;
}

/* Menu */

#menu {
  float: right;
  margin: 0;
  padding: 28px 0px 0px 0px;
  z-index: 1000;
  position: relative;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  margin-left: 5px;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 15px;
  line-height: 26px;
}

#menu a, #menu .cart-tab a {
  background-color: #16828e; /* this changes the colour of the tabs in the header */
  color: #FFFFFF; /* this changes the colour of the text in the tabs in the header */
}

#menu a:hover {
  text-decoration: none;
}

#menu .active a {
  background-color: #1ba2b1;
}

/* Page */

#page {
  width: 900px;
  margin: 0px auto;
  padding: 20px;
}

/* Content */

#content {
  float: left;
  width: 590px;
  padding: 0px 30px;
}

/* Post */

.post {
  padding-bottom: 30px;
  position: relative;
}

.post .blog-date {
  font-size: 14px;
  line-height: 14px;
  padding: 10px 8px 8px;
  text-align: center;
  width: 33px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #EDEDED;
  color: #999;
}

.post .title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 10px solid;
  border-bottom-color: #EDEDED;
}

.post .entry {
}

.post .meta {
  background-repeat: repeat-x;
  border-bottom: 6px solid;
  font-size: 11px;
  margin: 20px 0px;
  padding: 15px 0px;
  border-bottom-color: #EDEDED;
}

.post .meta p {
  margin: 0px;
  line-height: normal;
}

.post .meta .byline {
  float: left;
}

.post .meta .links {
  float: left;
}

.post .meta .more {
  width: 185px;
  height: 35px;
  padding: 5px 0px 5px 0px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
}

.post .meta .comments {
  padding: 5px 0px 5px 0px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
}

.post .meta b {
  display: none;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 230px;
  margin: 0px;
  padding: 10px 0px 0px;
}

.sidebar .sb {
  margin-bottom: 30px;
}

.sidebar h2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 10px solid;
  font-size: 18px;
  font-weight: normal;
  border-bottom-color: #EDEDED;
}

.sidebar fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}

.sidebar a, .sidebar a:visited {
  text-decoration: none;
  color: #a0a0a0;
}

/*
shawn 21/02/2010
Took this out and added display block to .sidebar li a
.sidebar a small {
  padding-left: 25px;
}
*/

.sidebar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.sidebar li {
  margin: 0px;
  padding: 6px 0px;
  border-bottom: 1px dashed;
  border-bottom-color: #D1D1D1;
}

.sidebar li li {
  border: none;
  padding: 3px 0px;
}

.sidebar li li li {
  padding: 2px 0px;
}

.sidebar li a {
  display: block;
  margin: 0px;
  padding-left: 25px;
  background-image: url(bullet_1.png);
  background-color: #a0a0a0;
  background-repeat: no-repeat;
  background-position: -2px -2px;
}

.sidebar li a:hover {
  color: #1ba2b1;
  background-color: #1ba2b1;
}

.sidebar li a small {
  display: block;
}

.sidebar li li a {
  margin: 0px 0px 0px 26px;
  padding-left: 15px;
  background-image: url(bullet_2.png);
  background-position: -3px 0px;
}

.sidebar li li li a {
  margin-left: 43px;
}

.sidebar #rss {
  background-image: url(rss_icon.png);
  float: right;
  height: 20px;
  width: 20px;
  background-color: #a0a0a0;
  /* for IE */
  filter: alpha(opacity=50);
  /* CSS3 standard */
  opacity: 0.5;
}

.sidebar #rss:hover {
  cursor: pointer;
  background-color: #1ba2b1;
  /* for IE */
  filter: alpha(opacity=100);
  /* CSS3 standard */
  opacity: 1.0;
}

/* Search */

#search {
}

#search h2 {
  margin-bottom: 20px;
}

#q, #searchresults form #q {
  width: 150px;
  margin-right: 5px;
  padding: 3px;
  border: 1px solid;
  border-color: #F0F0F0;
  background-color: #FFF;
  color: #333;
}

#basket .quantity {
  padding: 0px;
  border: 1px solid;
  height: 20px;
  text-align: center;
  margin-top: -4px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-color: #F0F0F0;
  background-color: #FFF;
}

#x, #searchresults form input {
  padding: 3px;
  border: none;
  text-transform: lowercase;
  font-size: 11px;
  cursor: pointer;
  background-color: #ECECEC;
  color: #4F4F4F;
}

#x:hover, #searchresults form input:hover {
  background-color: #1ba2b1;
  color: #ffffff;
}

#searchresults form {
  margin-bottom: 50px;
}

/* Boxes */
.box1 {
  padding: 20px;
}

.box2 {
  color: #BABABA;
}

.box2 h2 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #FFFFFF;
}

.box2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited {
  color: #EDEDED;
}

/* Footer */

#footer {
  height: 150px;
  min-height: 150px;
  padding: 10px 0 0 0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #919191;
  background-image: url(footer.png);
}

#footer ul {
  width: 900px;
  display: block;
  margin: 0px auto;
  padding: 0px 0px 0px 30px;
  list-style-type: none;

}

#footer ul li {
  display: inline;
  padding-right: 10px;
}

html > body #footer {
  height: auto;
}

#footer ul li a {
  padding: 0px 20px 0px 0px;
  color: #ffffff;
  text-decoration: none;
}

#footer ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#legal {
  clear: both;
  padding-top: 20px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
}

#legal a {
  color: #ffffff;
  text-decoration: none;
}


/* Product Page */

#product {
  margin-bottom: 100px;
}

#product #description {
  margin: 0px 0px 20px;
}

#image-tab {
  padding-bottom: 25px;
  padding-left: 20px;
  margin-top: 20px;
  max-width: 290px;
}

.collection-images, .product-page-image, .secondary-images, .basket-images, .collections-list-image, .result-image {
  padding: 8px;
  border: 8px solid;
  border-color: #EDEDED;
}

.collection-images:hover, .product:hover .collection-images, .product-page-image:hover, .secondary-images:hover, .basket-images:hover, .collections-list-image:hover, .result-image:hover {
  border-color: #DFDFDF;
}

.collections-list-image, .result-image {
  float: left;
  margin-right: 17px;
}

.basket-images {
  float: left;
  margin-right: 10px;
}

#related-products {
  height: 120px;
}

.product-page-image {
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: center;
  width: 242px;
}

.secondary-images {
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: center;
  float: left;
}

.compare-at-price {
  text-decoration: line-through;
}

.tags a {
  margin-right: 5px;
}

/* Collection Page */

.product {
  margin-bottom: 50px;
  cursor: pointer;
}

.collection-images {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100px;
}

.on-sale {
  background-image: url(on_sale_icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 65px;
  width: 65px;
  position: absolute;
  right: -20px;
  top: -20px;
}

.product h3 {
  margin-bottom: 0px;
}

.product .money {
  font-size: 11px;
  text-transform: lowercase;
}

#products {
  margin: 10px 0px 0px;
}

#products td {
  vertical-align: top;
  padding-right: 20px;
}

.pagination {
  font-size: 16px;
  margin-top: 10px;
}

.pagination .current {
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
  background-color: #1ba2b1;
  color: #ffffff;
}

.pagination a {
  text-decoration: none;
  color: #1ba2b1;
}

.pagination a:hover {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #16828e;
  border-bottom-color: #16828e;
}

/* Collections list page */
#collections-listing ul, #searchresults ol {
  padding-left: 0;
}

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

#collections-listing small, #searchresults small {
  font-size: 12px;
  line-height: 14px;
}

#collections-listing h2 {
  font-size: 32px;
}

/* Cart Page */
.button, .btns, .btns input {
  border-style: none;
  padding: 6px 10px 4px;
  font-size: 16px;
  font-weight: normal;
}

.button, .btns, .btns input, #basket .cart-remove-icon {
  color: #ffffff;
  background-color: #1ba2b1;
}

.button:hover, .btns input:hover {
  cursor: pointer;
}

.button:hover, .btns input:hover, .update-cart-button:hover, #basket .cart-remove-icon:hover {
  background-color: #16828e;
  color: #ffffff;
}

.button.disabled {
  background: #bbb !important;
}

#cart-add.button {
  margin: 15px 0px 0px;
}

.selector-wrapper {
  margin: 5px 0px 15px;
}

.selector-wrapper label {
  display: block;
  width: 100px;
  font-size: 16px;
}

.selector-wrapper select {
  margin: 5px 0px !important;
}

#price-field {
  font-size: 16px;
  font-weight: bold;
  display: block;
  position: relative;
  top: -33px;
  left: 120px;
}

#price-field small {
  font-weight: normal;
}

#basket .cart-remove-icon {
  padding-top: 4px;
  padding-right: 7px;
  padding-bottom: 4px;
  padding-left: 7px;
  font-weight: bold;
  text-decoration: none;
}

#basket .cart-remove-icon:hover {
  text-decoration: none;
}

.update-cart-button {
  border-style: none;
  padding: 6px 10px 4px;
  font-size: 16px;
  font-weight: normal;
  color: #6A6A6A;
  background-color: #ECECEC;
}

.update-cart-button:hover {
  cursor: pointer;
}

.cart-quantity-input {
  border: 1px solid;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  padding-bottom: 2px;
  line-height: 10px;
  padding-top: 4px;
  text-align: center;
  width: 25px;
  border: 1px solid #4C4C4C;
  color: #4C4C4C;
}

#basket th {
  font-size: 13px;
  font-weight: normal;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  padding: 6px 0px 4px;
  border-bottom-color: #EDEDED;
}

#cart-total h2 {
  float: right;
}

#cart-total {
  border-top-width: 8px;
  border-top-style: solid;
  padding-top: 10px;
  margin-top: 20px;
  height: 40px;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  margin-bottom: 20px;
  border-top-color: #EDEDED;
  border-bottom-color: #EDEDED;
}

.basket-column-one {
  padding-left: 5px;
  font-size: 11px;
  vertical-align: top;
}

.basket-odd td {
  padding-bottom: 15px;
  padding-top: 15px;
  vertical-align: top;
  border-top-width: 1px;
  border-top-style: solid;
  background-color: #FFFFFF;
  border-top-color: #EDEDED;
}

.basket-even td {
  padding-bottom: 15px;
  padding-top: 15px;
  vertical-align: top;
  border-top-width: 1px;
  border-top-style: solid;
  background-color: #FFFFFF;
  border-top-color: #EDEDED;
}

.basket-column {
  font-size: 11px;
  padding-left: 15px;
}

.basket-desc {
  vertical-align: top;
}

.basket-desc a {
  font-size: 14px;
  padding-bottom: 2px;
}

.basket-desc a span {
  font-size: smaller;
}

.basket-desc p {
  line-height: 13px;
  padding-top: 5px;
  margin: 0px;
}

.basket-desc h3 {
  margin: 0px;
}

#basket-right {
  width: 564px;
  text-align: right;
}

#basket-right h3 {
  width: 554px;
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
  float: right;
  margin-bottom: 10px;
  color: #FFF;
  background-color: #4c4c4c;
}

#basket-buttons input {
  margin-left: 10px;
}

.additional-checkout-buttons { text-align: center; margin-top: 20px; }

.pl15 {
  padding-left: 15px;
}

#variant-add {
  margin: 10px 0px 0px;
}

#variant-add ul {
  margin-left: 0;
  padding-bottom: 15px;
  padding-left: 0;
  padding-top: 5px;
}

#variant-add li {
  list-style-type: none;
  margin-left: 0;
  padding-bottom: 10px;
}

#variant-add li label {
  vertical-align: text-bottom;
}

#variant-add li input {
  margin-top: 2px;
  vertical-align: top;
}

#variant-add select {
  margin-top: 5px;
  margin-bottom: 15px;
}

.product-price {
  margin-bottom: 0px;
}

/* Contact Page */

#contact_form .group {
  margin-top: 0px;
  margin-left: 0px;
}

#contact_form h3 {
  font-size: 18px;
}


#header h1 {
  left: 0px;
}

#sidebar {
  float: left;
}

#content {
  float: right;
  padding-right: 0px;
  width: 620px;
}

