/* line 13, ../src/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 23, ../src/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 26, ../src/_reset.scss */
body {
  line-height: 1;
}

/* line 29, ../src/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 32, ../src/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 36, ../src/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 40, ../src/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* remember to define focus styles! */
/* line 46, ../src/_reset.scss */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
/* line 49, ../src/_reset.scss */
ins {
  text-decoration: none;
}

/* line 50, ../src/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 10, ../src/_base.scss */
body {
  background: #f3f3f3;
  text-align: center;
  line-height: 18px;
  font-family: Georgia, serif;
  font-size: 12px;
  color: #7c7b7a;
}

/* line 19, ../src/_base.scss */
a {
  text-decoration: none;
  color: #5f5f5f;
}

/* line 24, ../src/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 28, ../src/_base.scss */
.clear {
  clear: both;
}

/* line 32, ../src/_base.scss */
.ui-tabs-hide {
  display: none;
}

/* line 36, ../src/_base.scss */
br.clear {
  margin: 0px;
  padding: 0px;
}

/* line 41, ../src/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  padding-bottom: 5px;
  color: #303030;
  letter-spacing: -1px;
  line-height: 1em;
}

/* line 49, ../src/_base.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #303030;
}

/* line 53, ../src/_base.scss */
h1 {
  font-size: 35px;
}

/* line 57, ../src/_base.scss */
h2 {
  font-size: 24px;
}

/* line 61, ../src/_base.scss */
h3 {
  font-size: 22px;
}

/* line 65, ../src/_base.scss */
h4 {
  font-size: 18px;
}

/* line 69, ../src/_base.scss */
h5 {
  font-size: 16px;
}

/* line 73, ../src/_base.scss */
h6 {
  font-size: 14px;
}

/* line 77, ../src/_base.scss */
p {
  padding-bottom: 10px;
}

/* line 81, ../src/_base.scss */
strong {
  font-weight: bold;
  /*color: #1c1c1c;*/
}

/* line 86, ../src/_base.scss */
cite, em, i {
  font-style: italic;
}

/* line 90, ../src/_base.scss */
pre, code {
  font-family: Courier New, monospace;
  margin-bottom: 10px;
}

/* line 95, ../src/_base.scss */
ins {
  text-decoration: none;
}

/* line 99, ../src/_base.scss */
sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

/* line 106, ../src/_base.scss */
sup {
  bottom: 0.8em;
}

/* line 110, ../src/_base.scss */
sub {
  top: 0.3em;
}

/* line 114, ../src/_base.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 118, ../src/_base.scss */
dl dt {
  font-weight: bold;
  padding: 1em 0 0.2em 0;
}

/* line 123, ../src/_base.scss */
dd {
  margin-left: 1.5em;
}

/* line 127, ../src/_base.scss */
blockquote {
  margin: 1.5em;
  padding: 1em;
  color: #666666;
  background: #e6e6e6;
  font-style: italic;
  border: 1px solid #dcdcdc;
}

/* line 136, ../src/_base.scss */
blockquote p {
  padding-bottom: 0px;
}

/* line 140, ../src/_base.scss */
input[type=text], input.text, input.title, textarea, select {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 2px;
  color: #4e4e4e;
}

/* line 147, ../src/_base.scss */
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
  border-color: #2D3940;
  color: #3e3e3e;
}

/* line 152, ../src/_base.scss */
input[type=text], input.text, input.title, textarea, select {
  margin: 0.5em 0;
}

/* line 156, ../src/_base.scss */
textarea {
  padding: 4px;
}

/* line 160, ../src/_base.scss */
img#about-image {
  float: left;
  margin: 3px 8px 8px 0px;
}

/* line 165, ../src/_base.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 16, ../src/_mainlayout.scss */
.container {
  text-align: left;
  width: 962px;
  margin: 0 auto;
  position: relative;
}

/* line 18, ../src/_mainlayout.scss */
#header {
  padding: 25px 0px 0px;
  background: white url(/static/images/theme-estore/header-bottom-bg.png) repeat-x bottom left;
  height: 121px;
}

/* line 19, ../src/_mainlayout.scss */
img#logo {
  float: left;
  margin: 0px 23px 0px 0px;
}

/* line 20, ../src/_mainlayout.scss */
#search-bar {
  float: right;
  background: url(/static/images/theme-estore/search-bg.png) no-repeat;
  width: 162px;
  height: 31px;
  margin-top: 21px;
  margin-right: 6px;
}

/* line 28, ../src/_mainlayout.scss */
#search-bar #searchinput {
  background: none;
  border: none;
  float: left;
  margin: 7px 6px 0 0px;
  width: 112px;
  padding-left: 10px;
  font-size: 11px;
  font-family: Georgia, serif;
  color: #494949;
}

/* line 29, ../src/_mainlayout.scss */
#search-bar #searchsubmit {
  margin-top: 1px;
}

/* line 31, ../src/_mainlayout.scss */
#menu {
  position: absolute;
  bottom: -93px;
  left: 0px;
  background: url(/static/images/theme-estore/secondary-menu.png) no-repeat;
  width: 961px;
  height: 98px;
  z-index: 10;
}

/* line 41, ../src/_mainlayout.scss */
h3#deals-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #5f5e5e;
  padding-left: 25px;
  background: url(/static/images/theme-estore/deals-bg.png) no-repeat bottom left;
  height: 47px;
  position: absolute;
  top: -15px;
  left: 27px;
}

/* line 42, ../src/_mainlayout.scss */
h3#deals-title span {
  background: url(/static/images/theme-estore/deals-bg.png) no-repeat top right;
  padding: 14px 23px 17px 7px;
  display: block;
}

/* line 44, ../src/_mainlayout.scss */
#content {
  padding-bottom: 20px;
}

/* line 45, ../src/_mainlayout.scss */
#home {
  position: relative;
}

/* line 48, ../src/_mainlayout.scss */
body#home #content {
  background: #f3f3f3 url(/static/images/theme-estore/content-bg.png) repeat-x;
}

/* line 49, ../src/_mainlayout.scss */
body#home #content .container {
  padding: 52px 0px 0px;
}

/* line 50, ../src/_mainlayout.scss */
#content .container {
  padding: 60px 0px 0px;
}

/* line 51, ../src/_mainlayout.scss */
#scroller {
  position: relative;
  float: left;
  margin-bottom: 40px;
}

/* line 52, ../src/_mainlayout.scss */
#scroller a#left-arrow, #scroller a#right-arrow {
  display: block;
  width: 23px;
  height: 35px;
  text-indent: -9999px;
  margin-top: 79px;
  float: left;
}

/* line 53, ../src/_mainlayout.scss */
#scroller a#left-arrow {
  background: url(/static/images/theme-estore/left-arrow.png) no-repeat;
  margin-left: 0px;
  margin-right: 1px;
}

/* line 54, ../src/_mainlayout.scss */
#scroller a#right-arrow {
  background: url(/static/images/theme-estore/right-arrow.png) no-repeat;
  margin-left: 14px;
}

/* line 56, ../src/_mainlayout.scss */
#scroller #items {
  float: left;
  width: 900px;
  heigth: auto;
}

/* line 58, ../src/_mainlayout.scss */
#scroller .block {
  padding-left: 17px;
  height: auto;
}

/* line 59, ../src/_mainlayout.scss */
#items .item {
  background: url(/static/images/theme-estore/item-bottom-bg.png) no-repeat bottom left;
  padding-bottom: 28px;
  float: left;
  width: 208px;
  position: relative;
  margin-right: 17px;
  margin-bottom: 5px;
}

/* line 60, ../src/_mainlayout.scss */
#items .item-top {
  background: url(/static/images/theme-estore/item-top.png) no-repeat;
  height: 13px;
}

/* line 61, ../src/_mainlayout.scss */
#items .item-content {
  background: url(/static/images/theme-estore/item-bg.png) repeat-y;
  min-height: 100px;
  padding: 7px 20px 2px;
}

/* line 62, ../src/_mainlayout.scss */
.item-content h4 {
  font-size: 16px;
  padding-bottom: 0px;
}

/* line 63, ../src/_mainlayout.scss */
.item-content h4 a:hover {
  text-decoration: none;
}

/* line 64, ../src/_mainlayout.scss */
#items .item a.more {
  position: absolute;
  bottom: -7px;
  left: 70px;
}

/* line 66, ../src/_mainlayout.scss */
.product span.tag, #items .item-content span.tag {
  color: #ede7c2;
  font-size: 22px;
  position: absolute;
  left: -15px;
  display: block;
  background: url(/static/images/theme-estore/scroller-item-tag.png) no-repeat bottom right;
  padding-right: 11px;
  text-shadow: 1px 1px 1px #131212;
}

/* line 67, ../src/_mainlayout.scss */
#items .item-content span.tag {
  top: 18px;
}

/* line 68, ../src/_mainlayout.scss */
.product span.tag span, #items .item-content span.tag span {
  display: block;
  background: url(/static/images/theme-estore/scroller-item-tag.png) no-repeat;
  padding-left: 9px;
  height: 36px;
  padding-top: 9px;
}

/* line 70, ../src/_mainlayout.scss */
#main-area-bottom {
  height: 9px;
  background: url(/static/images/theme-estore/content-bottom.png) no-repeat;
}

/* line 71, ../src/_mainlayout.scss */
#main-area {
  background: url(/static/images/theme-estore/content-top.png) no-repeat;
  padding-top: 8px;
}

/* line 72, ../src/_mainlayout.scss */
#main-content {
  background: url(/static/images/theme-estore/main-bg.png) repeat-y;
  padding: 1px 1px 15px 1px;
}

/* line 220, ../src/_mainlayout.scss */
#left-column {
  float: left;
  width: 720px;
  margin-top: -8px;
  margin-top: -8px;
}
/* line 76, ../src/_mainlayout.scss */
#left-column .product {
  float: left;
  /*background: url(/static/images/theme-estore/product-right.png) repeat-y top right;*/
  position: relative;
  height: 400px;
  overflow: hidden;
}
/* line 83, ../src/_mainlayout.scss */
#left-column .product h3 {
  font-size: 24px;
  margin: 10px 0 0 0;
}
/* line 85, ../src/_mainlayout.scss */
#left-column .product h3 a:hover {
  text-decoration: none;
}
/* line 87, ../src/_mainlayout.scss */
#left-column .product .product-content {
  padding: 10px;
  width: 255px;
}
/* line 91, ../src/_mainlayout.scss */
#left-column .product .product-content a.more {
  float: right;
  margin: 10px 0;
}
/* line 93, ../src/_mainlayout.scss */
#left-column .product .product-content .rounded {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #ebebeb;
  display: inline-block;
  overflow: hidden;
  width: 255px;
  height: 215px;
  margin-bottom: 10px;
}
/* line 105, ../src/_mainlayout.scss */
#left-column .product .product-content .producttag {
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  text-align: right;
  font-size: 10pt;
  line-height: 1.5em;
  padding: 0;
  width: 130px;
  color: #b20146;
}
/* line 118, ../src/_mainlayout.scss */
#left-column .product .product-content .priceblock2 {
  font-size: 10pt;
  line-height: 1.5em;
}
/* line 123, ../src/_mainlayout.scss */
#left-column .product .product-content a.bottom-more {
  position: absolute;
  height: 40px;
  width: 255px;
  text-decoration: none;
  bottom: -2px;
  background: transparent url(/static/images/expand-gr.png) no-repeat center;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 133, ../src/_mainlayout.scss */
#left-column .product a.image {
  display: block;
  position: relative;
}
/* line 137, ../src/_mainlayout.scss */
#left-column .product a.image:hover {
  text-decoration: none;
}
/* line 142, ../src/_mainlayout.scss */
#left-column .last {
  background: none !important;
}
/* line 147, ../src/_mainlayout.scss */
#left-column .product-in-categindex {
  /*float: left;*/
  /*background: url(/static/images/theme-estore/product-right.png) repeat-y top right;*/
  position: relative;
  /*height: 460px;*/
  vertical-align: top;
  width: 255px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
}
/* line 158, ../src/_mainlayout.scss */
#left-column .product-in-categindex h3 {
  font-size: 24px;
  margin: 10px 0 0 0;
}
/* line 160, ../src/_mainlayout.scss */
#left-column .product-in-categindex h3 a:hover {
  text-decoration: none;
}
/* line 162, ../src/_mainlayout.scss */
#left-column .product-in-categindex .product-content {
  padding: 10px;
  width: 235px;
}
/* line 166, ../src/_mainlayout.scss */
#left-column .product-in-categindex .product-content a.more {
  float: right;
  margin: 10px 0;
}
/* line 168, ../src/_mainlayout.scss */
#left-column .product-in-categindex .product-content .rounded {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #ebebeb;
  display: inline-block;
  overflow: hidden;
  width: 235px;
  height: 235px;
  margin-bottom: 10px;
}
/* line 180, ../src/_mainlayout.scss */
#left-column .product-in-categindex .product-content .producttag {
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  text-align: right;
  font-size: 10pt;
  line-height: 1.5em;
  padding: 0;
  width: 130px;
  color: #b20146;
}
/* line 193, ../src/_mainlayout.scss */
#left-column .product-in-categindex .product-content .priceblock2 {
  font-size: 10pt;
  line-height: 1.5em;
}
/* line 198, ../src/_mainlayout.scss */
#left-column .product-in-categindex .product-content a.bottom-more {
  position: absolute;
  height: 40px;
  width: 235px;
  text-decoration: none;
  bottom: -2px;
  background: transparent url(/static/images/expand-gr.png) no-repeat center;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 208, ../src/_mainlayout.scss */
#left-column .product-in-categindex a.image {
  display: block;
  position: relative;
}
/* line 212, ../src/_mainlayout.scss */
#left-column .product-in-categindex a.image:hover {
  text-decoration: none;
}
/* line 217, ../src/_mainlayout.scss */
#left-column .last {
  background: none !important;
}

/* line 227, ../src/_mainlayout.scss */
.checklist {
  margin-top: -8px;
  margin-top: -8px;
}
/* line 76, ../src/_mainlayout.scss */
.checklist .product {
  float: left;
  /*background: url(/static/images/theme-estore/product-right.png) repeat-y top right;*/
  position: relative;
  height: 400px;
  overflow: hidden;
}
/* line 83, ../src/_mainlayout.scss */
.checklist .product h3 {
  font-size: 24px;
  margin: 10px 0 0 0;
}
/* line 85, ../src/_mainlayout.scss */
.checklist .product h3 a:hover {
  text-decoration: none;
}
/* line 87, ../src/_mainlayout.scss */
.checklist .product .product-content {
  padding: 10px;
  width: 255px;
}
/* line 91, ../src/_mainlayout.scss */
.checklist .product .product-content a.more {
  float: right;
  margin: 10px 0;
}
/* line 93, ../src/_mainlayout.scss */
.checklist .product .product-content .rounded {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #ebebeb;
  display: inline-block;
  overflow: hidden;
  width: 255px;
  height: 215px;
  margin-bottom: 10px;
}
/* line 105, ../src/_mainlayout.scss */
.checklist .product .product-content .producttag {
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  text-align: right;
  font-size: 10pt;
  line-height: 1.5em;
  padding: 0;
  width: 130px;
  color: #b20146;
}
/* line 118, ../src/_mainlayout.scss */
.checklist .product .product-content .priceblock2 {
  font-size: 10pt;
  line-height: 1.5em;
}
/* line 123, ../src/_mainlayout.scss */
.checklist .product .product-content a.bottom-more {
  position: absolute;
  height: 40px;
  width: 255px;
  text-decoration: none;
  bottom: -2px;
  background: transparent url(/static/images/expand-gr.png) no-repeat center;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 133, ../src/_mainlayout.scss */
.checklist .product a.image {
  display: block;
  position: relative;
}
/* line 137, ../src/_mainlayout.scss */
.checklist .product a.image:hover {
  text-decoration: none;
}
/* line 142, ../src/_mainlayout.scss */
.checklist .last {
  background: none !important;
}
/* line 147, ../src/_mainlayout.scss */
.checklist .product-in-categindex {
  /*float: left;*/
  /*background: url(/static/images/theme-estore/product-right.png) repeat-y top right;*/
  position: relative;
  /*height: 460px;*/
  vertical-align: top;
  width: 255px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
}
/* line 158, ../src/_mainlayout.scss */
.checklist .product-in-categindex h3 {
  font-size: 24px;
  margin: 10px 0 0 0;
}
/* line 160, ../src/_mainlayout.scss */
.checklist .product-in-categindex h3 a:hover {
  text-decoration: none;
}
/* line 162, ../src/_mainlayout.scss */
.checklist .product-in-categindex .product-content {
  padding: 10px;
  width: 235px;
}
/* line 166, ../src/_mainlayout.scss */
.checklist .product-in-categindex .product-content a.more {
  float: right;
  margin: 10px 0;
}
/* line 168, ../src/_mainlayout.scss */
.checklist .product-in-categindex .product-content .rounded {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #ebebeb;
  display: inline-block;
  overflow: hidden;
  width: 235px;
  height: 235px;
  margin-bottom: 10px;
}
/* line 180, ../src/_mainlayout.scss */
.checklist .product-in-categindex .product-content .producttag {
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  text-align: right;
  font-size: 10pt;
  line-height: 1.5em;
  padding: 0;
  width: 130px;
  color: #b20146;
}
/* line 193, ../src/_mainlayout.scss */
.checklist .product-in-categindex .product-content .priceblock2 {
  font-size: 10pt;
  line-height: 1.5em;
}
/* line 198, ../src/_mainlayout.scss */
.checklist .product-in-categindex .product-content a.bottom-more {
  position: absolute;
  height: 40px;
  width: 235px;
  text-decoration: none;
  bottom: -2px;
  background: transparent url(/static/images/expand-gr.png) no-repeat center;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 208, ../src/_mainlayout.scss */
.checklist .product-in-categindex a.image {
  display: block;
  position: relative;
}
/* line 212, ../src/_mainlayout.scss */
.checklist .product-in-categindex a.image:hover {
  text-decoration: none;
}
/* line 217, ../src/_mainlayout.scss */
.checklist .last {
  background: none !important;
}
/* line 232, ../src/_mainlayout.scss */
.checklist .product .product-content {
  padding: 5px;
  width: 186px;
}
/* line 236, ../src/_mainlayout.scss */
.checklist .product .product-content .rounded {
  width: 165px;
  height: 165px;
}
/* line 241, ../src/_mainlayout.scss */
.checklist .product .product-content input[type=checkbox] {
  float: right;
  margin: 0 3px 0 2px;
}
/* line 247, ../src/_mainlayout.scss */
.checklist .product.selected {
  background-color: #c9b0cb !important;
}
/* line 250, ../src/_mainlayout.scss */
.checklist .product:hover {
  background-color: #ffd3d8 !important;
}

/* line 255, ../src/_mainlayout.scss */
span.tag {
  bottom: 20px;
}

/* line 259, ../src/_mainlayout.scss */
span.band {
  position: absolute;
  top: -10px;
  right: -11px;
  display: block;
  width: 101px;
  height: 101px;
}

/* line 260, ../src/_mainlayout.scss */
span.onsale {
  background: url(/static/images/theme-estore/band-onsale.png) no-repeat;
}

/* line 261, ../src/_mainlayout.scss */
span.buygetone {
  background: url(/static/images/theme-estore/band-buygetone.png) no-repeat;
}

/* line 262, ../src/_mainlayout.scss */
span.outofstock {
  background: url(/static/images/theme-estore/band-outofstock.png) no-repeat;
}

/* line 264, ../src/_mainlayout.scss */
#breadcrumbs {
  padding: 10px 5px 31px 4px;
  font: italic 12px Georgia, serif;
  color: #4e4d4d;
  text-shadow: 1px 1px 1px #ffffff;
}

/* line 265, ../src/_mainlayout.scss */
#breadcrumbs .sep {
  background: url(/static/images/theme-estore/breadcrumbs_separator.png) no-repeat;
  display: inline-block;
  height: 7px;
  margin: 1px 1px 0 3px;
  width: 4px;
}

/* line 266, ../src/_mainlayout.scss */
#breadcrumbs a {
  color: #807f7f;
}

/* line 267, ../src/_mainlayout.scss */
#breadcrumbs a:hover {
  text-decoration: none;
  color: #4e4d4d;
}

/* line 269, ../src/_mainlayout.scss */
.category-page {
  padding: 38px 5px 34px 5px;
}

/* line 273, ../src/_mainlayout.scss */
.post {
  padding: 38px 50px 34px 42px;
  position: relative;
  margin-top: -8px;
  margin-top: -8px;
}
/* line 76, ../src/_mainlayout.scss */
.post .product {
  float: left;
  /*background: url(/static/images/theme-estore/product-right.png) repeat-y top right;*/
  position: relative;
  height: 400px;
  overflow: hidden;
}
/* line 83, ../src/_mainlayout.scss */
.post .product h3 {
  font-size: 24px;
  margin: 10px 0 0 0;
}
/* line 85, ../src/_mainlayout.scss */
.post .product h3 a:hover {
  text-decoration: none;
}
/* line 87, ../src/_mainlayout.scss */
.post .product .product-content {
  padding: 10px;
  width: 255px;
}
/* line 91, ../src/_mainlayout.scss */
.post .product .product-content a.more {
  float: right;
  margin: 10px 0;
}
/* line 93, ../src/_mainlayout.scss */
.post .product .product-content .rounded {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #ebebeb;
  display: inline-block;
  overflow: hidden;
  width: 255px;
  height: 215px;
  margin-bottom: 10px;
}
/* line 105, ../src/_mainlayout.scss */
.post .product .product-content .producttag {
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  text-align: right;
  font-size: 10pt;
  line-height: 1.5em;
  padding: 0;
  width: 130px;
  color: #b20146;
}
/* line 118, ../src/_mainlayout.scss */
.post .product .product-content .priceblock2 {
  font-size: 10pt;
  line-height: 1.5em;
}
/* line 123, ../src/_mainlayout.scss */
.post .product .product-content a.bottom-more {
  position: absolute;
  height: 40px;
  width: 255px;
  text-decoration: none;
  bottom: -2px;
  background: transparent url(/static/images/expand-gr.png) no-repeat center;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 133, ../src/_mainlayout.scss */
.post .product a.image {
  display: block;
  position: relative;
}
/* line 137, ../src/_mainlayout.scss */
.post .product a.image:hover {
  text-decoration: none;
}
/* line 142, ../src/_mainlayout.scss */
.post .last {
  background: none !important;
}
/* line 147, ../src/_mainlayout.scss */
.post .product-in-categindex {
  /*float: left;*/
  /*background: url(/static/images/theme-estore/product-right.png) repeat-y top right;*/
  position: relative;
  /*height: 460px;*/
  vertical-align: top;
  width: 255px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
}
/* line 158, ../src/_mainlayout.scss */
.post .product-in-categindex h3 {
  font-size: 24px;
  margin: 10px 0 0 0;
}
/* line 160, ../src/_mainlayout.scss */
.post .product-in-categindex h3 a:hover {
  text-decoration: none;
}
/* line 162, ../src/_mainlayout.scss */
.post .product-in-categindex .product-content {
  padding: 10px;
  width: 235px;
}
/* line 166, ../src/_mainlayout.scss */
.post .product-in-categindex .product-content a.more {
  float: right;
  margin: 10px 0;
}
/* line 168, ../src/_mainlayout.scss */
.post .product-in-categindex .product-content .rounded {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #ebebeb;
  display: inline-block;
  overflow: hidden;
  width: 235px;
  height: 235px;
  margin-bottom: 10px;
}
/* line 180, ../src/_mainlayout.scss */
.post .product-in-categindex .product-content .producttag {
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  text-align: right;
  font-size: 10pt;
  line-height: 1.5em;
  padding: 0;
  width: 130px;
  color: #b20146;
}
/* line 193, ../src/_mainlayout.scss */
.post .product-in-categindex .product-content .priceblock2 {
  font-size: 10pt;
  line-height: 1.5em;
}
/* line 198, ../src/_mainlayout.scss */
.post .product-in-categindex .product-content a.bottom-more {
  position: absolute;
  height: 40px;
  width: 235px;
  text-decoration: none;
  bottom: -2px;
  background: transparent url(/static/images/expand-gr.png) no-repeat center;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 208, ../src/_mainlayout.scss */
.post .product-in-categindex a.image {
  display: block;
  position: relative;
}
/* line 212, ../src/_mainlayout.scss */
.post .product-in-categindex a.image:hover {
  text-decoration: none;
}
/* line 217, ../src/_mainlayout.scss */
.post .last {
  background: none !important;
}

/* line 280, ../src/_mainlayout.scss */
.shipping-banner {
  padding: 5px;
  background: transparent url(/static/images/post-it.png) no-repeat;
  float: right;
  width: 250;
  height: 143px;
  padding: 0;
  position: absolute;
  right: -1px;
  top: 0;
}
/* line 290, ../src/_mainlayout.scss */
.shipping-banner .shipping-banner-contents {
  padding: 30px 30px 0 40px;
}
/* line 292, ../src/_mainlayout.scss */
.shipping-banner .shipping-banner-contents p {
  padding: 0;
  font-family: Century Gothic,sans-serif;
}

/* line 299, ../src/_mainlayout.scss */
.category-page.post {
  padding: 10px 5px 34px 5px;
  background-color: #FFFFFF;
  border: 1px solid #ebebeb;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 305, ../src/_mainlayout.scss */
.post ul {
  list-style-type: disc;
  margin: 10px 0px 10px 20px;
}

/* line 306, ../src/_mainlayout.scss */
.post ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 10px 0px 10px 2px;
}

/* line 307, ../src/_mainlayout.scss */
.post ul li ul, .post ul li ol {
  margin: 2px 0px 2px 20px;
}

/* line 308, ../src/_mainlayout.scss */
.post ol li ul, .post ol li ol {
  margin: 2px 0px 2px 35px;
}

/* line 310, ../src/_mainlayout.scss */
#product-slider {
  float: left;
  width: 298px;
  margin: 0px 25px 10px 0px;
}

/* line 311, ../src/_mainlayout.scss */
#product-slides {
  margin: 0px 0px 7px;
}

/* line 312, ../src/_mainlayout.scss */
.item-slide {
  position: relative;
}

/* line 313, ../src/_mainlayout.scss */
.item-slide .overlay {
  background: url(/static/images/theme-estore/big-overlay.png) no-repeat;
  display: block;
  height: 226px;
  width: 298px;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 315, ../src/_mainlayout.scss */
#product-thumbs a {
  display: block;
  position: relative;
  float: left;
  margin-right: 6px;
}

/* line 316, ../src/_mainlayout.scss */
#product-thumbs a .overlay {
  background: url(/static/images/theme-estore/overlay-sprite.png) no-repeat;
  display: block;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 317, ../src/_mainlayout.scss */
#product-thumbs a.active .overlay, #product-thumbs a:hover .overlay {
  background: url(/static/images/theme-estore/overlay-sprite.png) bottom left;
}

/* line 319, ../src/_mainlayout.scss */
.product-info {
  float: right;
  width: 304px;
}

/* line 320, ../src/_mainlayout.scss */
p.post-meta {
  color: #990f0f;
  font: italic 14px/24px Georgia, serif;
  padding-bottom: 20px;
}

/* line 321, ../src/_mainlayout.scss */
p.post-meta a {
  color: #930000;
  font-weight: bold;
}

/* line 322, ../src/_mainlayout.scss */
span.price-single {
  background: url(/static/images/theme-estore/price-single.png) no-repeat top right;
  padding-right: 13px;
  display: block;
  float: left;
  color: #ffffff;
  font-size: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin: 0px 16px 0px 0px;
}

/* line 323, ../src/_mainlayout.scss */
span.price-single span {
  display: block;
  padding: 11px 0 6px 12px;
  background: url(/static/images/theme-estore/price-single.png) no-repeat top left;
}

/* line 324, ../src/_mainlayout.scss */
a.addto-cart {
  float: left;
  background: url(/static/images/theme-estore/addto-cart.png) no-repeat top right;
  padding-right: 13px;
  display: block;
  color: #ffffff !important;
  font-size: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

/* line 325, ../src/_mainlayout.scss */
a.addto-cart span {
  display: block;
  padding: 11px 0 6px 48px;
  background: url(/static/images/theme-estore/addto-cart.png) no-repeat top left;
}

/* line 326, ../src/_mainlayout.scss */
a.addto-cart:hover {
  text-decoration: none;
}

/* line 327, ../src/_mainlayout.scss */
div.description {
  font-style: italic;
  font-size: 14px;
  margin: 15px 0px 0px;
}

/* line 329, ../src/_mainlayout.scss */
div.hr {
  background: url(/static/images/theme-estore/hr-bg.png) no-repeat;
  height: 1px;
  width: 720px;
  margin: 28px 0px 28px -42px;
}

/* line 330, ../src/_mainlayout.scss */
.post h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

/* line 331, ../src/_mainlayout.scss */
.post a {
  color: #9c260e;
}

/* line 333, ../src/_mainlayout.scss */
.related {
  padding: 35px 0px 0px;
}

/* line 334, ../src/_mainlayout.scss */
.related-items {
  background: url(/static/images/theme-estore/hr-bg.png) no-repeat;
  margin: 0px -50px 0px -42px !important;
  list-style-type: none !important;
}

/* line 335, ../src/_mainlayout.scss */
.related-items li {
  float: left;
  width: 360px;
  background: url(/static/images/theme-estore/hr-bg.png) no-repeat bottom left;
}

/* line 336, ../src/_mainlayout.scss */
.related-items a {
  display: block;
  background: url(/static/images/theme-estore/relatedbg-right.png) repeat-y top right;
  padding: 10px 5px 9px 52px;
  min-height: 52px;
}

/* line 337, ../src/_mainlayout.scss */
.related-items li.second a {
  background: none;
  padding-left: 12px;
}

/* line 338, ../src/_mainlayout.scss */
.related-items a:hover {
  text-decoration: none;
}

/* line 339, ../src/_mainlayout.scss */
.related-items img {
  padding: 3px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  float: left;
  margin-right: 17px;
}

/* line 340, ../src/_mainlayout.scss */
.related-items span {
  color: #303030;
  font-size: 18px;
  float: left;
  width: 225px;
  padding-top: 7px;
}

/* line 341, ../src/_mainlayout.scss */
div.dnone {
  display: none;
  float: left;
}

/* line 343, ../src/_mainlayout.scss */
#product-slides {
  height: 226px !important;
  position: relative !important;
  width: 298px !important;
}

/* line 345, ../src/_mainlayout.scss */
#footer {
  margin-top: 24px;
}

/* line 346, ../src/_mainlayout.scss */
#footer p#copyright {
  text-align: right;
  color: #807f7f;
  text-shadow: 1px 1px 1px #ffffff;
  font-size: 11px;
  padding-right: 10px;
}

/* line 347, ../src/_mainlayout.scss */
#footer p#copyright a {
  font-weight: bold;
  font-style: italic;
}

/* line 2, ../src/_dropdownmenu.scss */
ul#top-menu {
  float: left;
  padding: 25px 0px 0px;
  font-family: Arial, Verdana, sans-serif;
}
/* line 7, ../src/_dropdownmenu.scss */
ul#top-menu li {
  padding-right: 8px;
  margin-right: 5px;
}
/* line 11, ../src/_dropdownmenu.scss */
ul#top-menu li a {
  display: block;
  color: #404040;
  padding: 3px 0px 4px 8px;
}
/* line 12, ../src/_dropdownmenu.scss */
ul#top-menu li a:hover {
  text-decoration: none;
}
/* line 16, ../src/_dropdownmenu.scss */
ul#top-menu > li.current_page_item, ul#top-menu > li:hover {
  background: url(/static/images/theme-estore/top-link-bg.png) no-repeat top right;
  padding-right: 8px;
}
/* line 20, ../src/_dropdownmenu.scss */
ul#top-menu > li.current_page_item > a, ul#top-menu > li:hover > a {
  display: block;
  color: #404040;
  background: url(/static/images/theme-estore/top-link-bg.png) no-repeat;
}
/* line 23, ../src/_dropdownmenu.scss */
ul#top-menu > li.current_page_item > a.review, ul#top-menu > li:hover > a.review {
  background: #b20146;
}
/* line 26, ../src/_dropdownmenu.scss */
ul#top-menu > li.review, ul#top-menu > li.review:hover {
  background: none;
}
/* line 31, ../src/_dropdownmenu.scss */
ul#top-menu ul {
  z-index: 9999;
  background: url(/static/images/theme-estore/top-dropdown.png) no-repeat bottom left;
  width: 158px;
  padding: 0px 19px 17px;
}
/* line 37, ../src/_dropdownmenu.scss */
ul#top-menu ul li.top {
  background: none !important;
  padding: 0px !important;
  margin-bottom: -8px;
}
/* line 38, ../src/_dropdownmenu.scss */
ul#top-menu ul li {
  background: url(/static/images/theme-estore/top-separator.png) no-repeat bottom left;
  padding-bottom: 2px;
}
/* line 39, ../src/_dropdownmenu.scss */
ul#top-menu ul li a {
  width: 158px;
  background: url(/static/images/theme-estore/top-dropdown-bullet.png) no-repeat 1px 12px;
  padding: 5px 2px 5px 15px;
}
/* line 40, ../src/_dropdownmenu.scss */
ul#top-menu ul li a:hover {
  color: #000000;
}
/* line 42, ../src/_dropdownmenu.scss */
ul#top-menu ul li.second a {
  padding-top: 0px;
  background-position: 1px 7px;
}
/* line 45, ../src/_dropdownmenu.scss */
ul#top-menu span.menu-top {
  background: url(/static/images/theme-estore/top-dropdown-topbg.png) no-repeat;
  display: block;
  height: 12px;
  left: -19px;
  position: absolute;
  top: -12px;
  width: 196px;
}

/* line 50, ../src/_dropdownmenu.scss */
li:hover ul, ul#top-menu li.sfHover ul {
  left: 0px;
  top: 36px;
}

/* line 51, ../src/_dropdownmenu.scss */
li li:hover ul, ul#top-menu li li.sfHover ul {
  left: 173px;
  top: 0px;
}

/* line 53, ../src/_dropdownmenu.scss */
ul#secondary-menu {
  padding: 20px 0px 0px 23px;
}

/* line 54, ../src/_dropdownmenu.scss */
ul#secondary-menu li {
  padding-right: 20px;
}

/* line 55, ../src/_dropdownmenu.scss */
ul#secondary-menu li.current_page_item > a > strong, ul#secondary-menu li.current-menu-item > a > strong {
  color: #ede7c2;
}

/* line 56, ../src/_dropdownmenu.scss */
ul#secondary-menu li a strong {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  margin-bottom: -3px;
}

/* line 57, ../src/_dropdownmenu.scss */
ul#secondary-menu li a span {
  color: #828282;
  text-transform: lowercase;
  font-family: Century Gothic, sans-serif;
  text-shadow: 1px 1px 1px #2d2d2d;
}

/* line 58, ../src/_dropdownmenu.scss */
ul#secondary-menu li a:hover {
  text-decoration: none;
}

/* line 59, ../src/_dropdownmenu.scss */
ul#secondary-menu li a:hover strong {
  color: #ede7c2;
}

/* line 60, ../src/_dropdownmenu.scss */
ul#secondary-menu li a:hover span, ul#secondary-menu li > a > span {
  color: #7b786a;
}

/* line 62, ../src/_dropdownmenu.scss */
ul#secondary-menu ul {
  width: 345px;
  background: url(/static/images/theme-estore/secondary-dropdown.png) repeat-y;
  padding: 3px 0px 15px;
  box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border: 1px solid #232323;
  border-top: none;
}

/* line 63, ../src/_dropdownmenu.scss */
ul#secondary-menu li:hover ul, ul#secondary-menu li.sfHover ul {
  left: 0px;
  top: 51px;
}

/* line 64, ../src/_dropdownmenu.scss */
ul#secondary-menu li:hover ul ul, ul#secondary-menu li.sfHover ul ul {
  left: 173px;
  top: -3px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #232323;
}

/* line 66, ../src/_dropdownmenu.scss */
ul#secondary-menu ul li {
  background: url(/static/images/theme-estore/secondary-dropdown-bottom.png) repeat-x bottom left;
  padding: 0px 0px 2px 2px;
}

/* line 67, ../src/_dropdownmenu.scss */
ul#secondary-menu ul li a {
  display: block;
  padding: 9px 3px 9px 28px;
  width: 139px;
  color: #ffffff;
  font-family: Century Gothic, Arial, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: url(/static/images/theme-estore/secondary-dropdown-bullet.png) no-repeat 15px 17px;
}

/* line 68, ../src/_dropdownmenu.scss */
ul#secondary-menu ul li a:hover {
  background-color: #383838;
  color: #ede7c2;
}

/* line 2, ../src/_featuredslider.scss */
#featured {
  background-color: #969384;
  height: 501px;
  position: relative;
}

/* line 3, ../src/_featuredslider.scss */
#featured #top-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(/static/images/theme-estore/top-shadow.png) repeat-x;
  height: 34px;
  width: 100%;
}

/* line 4, ../src/_featuredslider.scss */
#featured #bottom-shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url(/static/images/theme-estore/bottom-shadow.png) repeat-x;
  height: 31px;
  width: 100%;
}

/* line 6, ../src/_featuredslider.scss */
.slide {
  position: relative;
  width: 100%;
  height: 501px;
}

/* line 7, ../src/_featuredslider.scss */
#featured .container {
  height: 501px;
}

/* line 8, ../src/_featuredslider.scss */
.slide .description {
  background: url(/static/images/theme-estore/description-bg.png) no-repeat;
  width: 330px;
  height: 165px;
  position: absolute;
  bottom: -5px;
  right: 0px;
  z-index: 15;
  padding: 45px 60px 0px 88px;
}

/* line 9, ../src/_featuredslider.scss */
.slide .description h2.title {
  font-size: 36px;
  color: #969595;
  text-transform: lowercase;
}

/* line 10, ../src/_featuredslider.scss */
.slide .description h2.title a {
  color: #969595;
}

/* line 11, ../src/_featuredslider.scss */
.slide .description h2.title a:hover {
  text-decoration: none;
}

/* line 12, ../src/_featuredslider.scss */
a.more {
  float: right;
  display: block;
  background: url(/static/images/theme-estore/more.png) no-repeat bottom right;
  padding-right: 10px;
  font-family: Arial, Verdana, sans-serif;
  color: #4e4e4d;
  font-size: 11px;
  text-shadow: 1px 1px 1px #ffffff;
}

/* line 13, ../src/_featuredslider.scss */
a.more:hover {
  color: #313130;
  text-decoration: none;
}

/* line 14, ../src/_featuredslider.scss */
a.more span {
  display: block;
  background: url(/static/images/theme-estore/more.png) no-repeat top left;
  padding-left: 9px;
  height: 28px;
  line-height: 25px;
}

/*a.direct-to-cart { float: right; display: block; background: url(/static/images/theme-estore/more-red.png) no-repeat bottom right; padding-right: 10px; font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 11px; text-shadow: 1px 1px 1px #ffffff; }
	a.direct-to-cart span { display: block; background: url(/static/images/theme-estore/more-red.png) no-repeat top left; padding-left: 9px; height: 28px; line-height: 25px; }*/
/* line 19, ../src/_featuredslider.scss */
a.direct-to-cart {
  float: right;
  display: block;
}

/* line 21, ../src/_featuredslider.scss */
#featured .description {
  font-style: normal !important;
}

/* line 22, ../src/_featuredslider.scss */
.description .product {
  position: relative;
}

/* line 23, ../src/_featuredslider.scss */
.description .product span.tag {
  position: absolute;
  top: -5px;
  left: -94px;
  display: block;
  background: url(/static/images/theme-estore/featured-description-tag.png) no-repeat bottom right;
  padding-right: 11px;
  color: #ffffff;
  font-size: 30px;
  text-shadow: 1px 1px 1px #5e1303;
}

/* line 24, ../src/_featuredslider.scss */
.description .product span.tag span {
  display: block;
  background: url(/static/images/theme-estore/featured-description-tag.png) no-repeat;
  padding-left: 10px;
  height: 50px;
  padding-top: 10px;
}

/* line 26, ../src/_featuredslider.scss */
#controllers {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

/* line 27, ../src/_featuredslider.scss */
#switcher {
  position: absolute;
  top: 30px;
  right: 5px;
}

/* line 28, ../src/_featuredslider.scss */
#switcher .item {
  background: url(/static/images/theme-estore/feat-item-alternate.png) no-repeat;
  width: 121px;
  height: 126px;
  float: left;
  margin-right: 35px;
  padding: 114px 0px 0px 8px;
  margin-top: -18px;
}

/* line 29, ../src/_featuredslider.scss */
#switcher .active {
  margin-top: 6px;
}

/* line 30, ../src/_featuredslider.scss */
#switcher a.product {
  position: relative;
  display: block;
}

/* line 31, ../src/_featuredslider.scss */
#switcher a.product span.tag {
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  top: 5px;
  left: -23px;
  display: block;
  background: url(/static/images/theme-estore/featured-small-tag.png) no-repeat bottom right;
  padding-right: 11px;
}

/* line 32, ../src/_featuredslider.scss */
#switcher a.product span.tag span {
  display: block;
  background: url(/static/images/theme-estore/featured-small-tag.png) no-repeat;
  padding-left: 9px;
  height: 36px;
  padding-top: 9px;
}

/* line 33, ../src/_featuredslider.scss */
#switcher a.product:hover {
  text-decoration: none;
}

/* line 2, ../src/_sidebar.scss */
#sidebar {
  float: left;
  width: 238px;
  padding-left: 2px;
  margin-top: -6px;
}

/* line 3, ../src/_sidebar.scss */
#sidebar a {
  color: #807f7f;
  text-shadow: 1px 1px 1px #ffffff;
}

/* line 4, ../src/_sidebar.scss */
#sidebar a:hover {
  color: #505050;
  text-decoration: none;
}

/* line 6, ../src/_sidebar.scss */
#sidebar .widget {
  background: url(/static/images/theme-estore/widget-bottom.png) repeat-x bottom left;
  padding: 0px 0px 2px;
}

/* line 7, ../src/_sidebar.scss */
#sidebar h4.widgettitle {
  color: #5f5e5e;
  font-size: 30px;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  background: url(/static/images/theme-estore/widget-title.png) no-repeat bottom left;
  padding: 14px 5px 11px 25px;
  text-shadow: 1px 1px 0px #ffffff;
}

/* line 9, ../src/_sidebar.scss */
#sidebar .widget-content {
  padding: 10px 10px 10px 25px;
}

/* line 10, ../src/_sidebar.scss */
#sidebar .widget ul ul {
  margin: 0 0 0 15px;
}

/* line 11, ../src/_sidebar.scss */
#sidebar .widget ul li {
  background: url(/static/images/theme-estore/list-icon.png) no-repeat scroll 0 13px transparent;
  padding: 7px 0 7px 13px;
}

/* line 12, ../src/_sidebar.scss */
#sidebar .widget ul li ul {
  margin: 0 0 -12px;
  padding: 5px 0 0 7px;
}

/* line 2, ../src/_captions.scss */
div.post .new-post .aligncenter, .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 3, ../src/_captions.scss */
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin-bottom: 10px;
}

/* line 4, ../src/_captions.scss */
.wp-caption.alignleft {
  margin: 0px 10px 10px 0px;
}

/* line 5, ../src/_captions.scss */
.wp-caption.alignright {
  margin: 0px 0px 10px 10px;
}

/* line 6, ../src/_captions.scss */
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

/* line 7, ../src/_captions.scss */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* line 8, ../src/_captions.scss */
.alignright {
  float: right;
}

/* line 9, ../src/_captions.scss */
.alignleft {
  float: left;
}

/* line 10, ../src/_captions.scss */
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

/* line 11, ../src/_captions.scss */
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

/* line 2, ../src/_dropdown.scss */
.nav ul {
  position: absolute;
  top: -999em;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 10;
}

/* line 3, ../src/_dropdown.scss */
.nav li {
  float: left;
  position: relative;
}

/* line 4, ../src/_dropdown.scss */
.nav a {
  display: block;
  float: left;
}

/* line 5, ../src/_dropdown.scss */
.nav li:hover ul, ul.nav li.sfHover ul {
  left: 0px;
  top: 35px;
}

/* line 6, ../src/_dropdown.scss */
.nav li:hover li ul, .nav li.sfHover li ul {
  top: -999em;
}

/* line 7, ../src/_dropdown.scss */
.nav li li:hover ul, ul.nav li li.sfHover ul {
  left: 203px;
  top: 0px;
}

/* line 8, ../src/_dropdown.scss */
.nav li:hover ul, .nav li li:hover ul {
  top: -999em;
}

/* line 9, ../src/_dropdown.scss */
.nav li li {
  display: block;
  padding: 0px;
  float: left;
  height: auto !important;
}

/* line 10, ../src/_dropdown.scss */
.nav li ul {
  width: 202px;
}

/* line 11, ../src/_dropdown.scss */
.nav li li a:link, .nav li li a:visited {
  display: block;
  height: auto;
  float: left;
}

/* line 12, ../src/_dropdown.scss */
.nav li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

/* line 2, ../src/_navigation.scss */
.pagination {
  overflow: hidden;
  padding: 15px 12px 0px;
}

/* line 4, ../src/_navigation.scss */
.wp-pagenavi {
  position: relative;
  padding: 35px 30px 20px 0px;
  text-align: right;
}

/* line 5, ../src/_navigation.scss */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
  padding: 5px 7px !important;
  margin: 2px;
  text-decoration: none;
  font-weight: normal !important;
  font-size: 20px !important;
  color: #5f5e5e !important;
  border: none !important;
  background: url(/static/images/theme-estore/pagenavi-bg.png) no-repeat;
  padding: 5px 15px 5px 13px !important;
}

/* line 6, ../src/_navigation.scss */
.wp-pagenavi span.current {
  font-size: 20px !important;
  color: #5f5e5e !important;
  color: #9f260d !important;
}

/* line 7, ../src/_navigation.scss */
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
  padding: 5px 15px 5px 13px !important;
  margin: 2px;
  border: none !important;
  background: url(/static/images/theme-estore/pagenavi-bg.png) no-repeat;
}

/* line 8, ../src/_navigation.scss */
.wp-pagenavi span.pages {
  padding: 5px 7px 5px !important;
  margin: 2px !important;
  color: #000000;
  color: #413f36;
  border: none !important;
}

/* line 10, ../src/_navigation.scss */
a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover, div#slider-control div.featitem h2 a {
  text-decoration: none;
}

/* line 12, ../src/_navigation.scss */
.js #feat-content, .js div#from-blog div.entries {
  display: none;
}

/* line 14, ../src/_navigation.scss */
.foursixeight {
  margin: 0px 0px 15px 84px;
}

/* line 16, ../src/_navigation.scss */
.fullwidth {
  width: 100% !important;
}

/* line 17, ../src/_navigation.scss */
.last {
  margin-right: 0px !important;
}

/* line 20, ../src/_navigation.scss */
.cufon-disabled span.tag, .cufon-disabled h3#deals-title, .cufon-disabled h4.widgettitle, .cufon-disabled ul#secondary-menu li a strong, .cufon-disabled .price-single, .cufon-disabled .addto-cart {
  font-family: Impact, sans-serif;
}

/* line 21, ../src/_navigation.scss */
.cufon-disabled .description h2.title, .cufon-disabled .item-content h4, .cufon-disabled .product h3, .cufon-disabled .post h1, .cufon-disabled .post h2, .cufon-disabled .post h3, .cufon-disabled .post h4, .cufon-disabled .post h5, .cufon-disabled .post h6 {
  font-family: Century Gothic, Arial, sans-serif;
  font-weight: normal;
}

/* line 23, ../src/_navigation.scss */
.cufon-disabled #switcher a.product span.tag {
  font-size: 18px;
}

/* line 24, ../src/_navigation.scss */
.cufon-disabled .description .product span.tag {
  font-size: 24px;
}

/* line 25, ../src/_navigation.scss */
.cufon-disabled .description .product span.tag span {
  height: 48px;
  padding-top: 12px;
}

/* line 26, ../src/_navigation.scss */
.cufon-disabled .slide .description h2.title {
  font-size: 32px;
}

/* line 27, ../src/_navigation.scss */
.cufon-disabled ul#secondary-menu li a strong {
  font-size: 16px;
}

/* line 28, ../src/_navigation.scss */
.cufon-disabled h3#deals-title {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0;
}

/* line 29, ../src/_navigation.scss */
.cufon-disabled #content .product span.tag, .cufon-disabled #content #items .item-content span.tag {
  font-size: 19px;
}

/* line 30, ../src/_navigation.scss */
.cufon-disabled #content .product span.tag span, .cufon-disabled #content #items .item-content span.tag span {
  padding-bottom: 2px;
  padding-top: 7px;
}

/* line 31, ../src/_navigation.scss */
.cufon-disabled .product h3 {
  font-size: 22px;
}

/* line 32, ../src/_navigation.scss */
.cufon-disabled #sidebar h4.widgettitle {
  font-size: 24px;
  font-weight: normal;
}

/* line 33, ../src/_navigation.scss */
.cufon-disabled .price-single, .cufon-disabled .addto-cart {
  font-size: 24px;
}

/* line 34, ../src/_navigation.scss */
.cufon-disabled span.price-single span {
  padding: 14px 0 14px 12px;
}

/* line 35, ../src/_navigation.scss */
.cufon-disabled a.addto-cart span {
  padding: 14px 0 14px 48px;
}

/* line 37, ../src/_navigation.scss */
.cufon-enabled #featured span.tag, .cufon-enabled h3#deals-title, .cufon-enabled #content span.tag, .cufon-enabled h4.widgettitle, .cufon-enabled ul#secondary-menu li a strong, .cufon-enabled span.price-single, .cufon-enabled .addto-cart, .cufon-enabled .wp-pagenavi span.current, .cufon-enabled .wp-pagenavi a.page, .cufon-enabled .description h2.title, .cufon-enabled .item-content h4, .cufon-enabled .product h3, .cufon-enabled .post h1, .cufon-enabled .post h2, .cufon-enabled .post h3, .cufon-enabled .post h4, .cufon-enabled post h5, .cufon-enabled .post h6, .cufon-enabled .related-items span {
  text-indent: -9999px;
}

/* line 39, ../src/_navigation.scss */
.eshopcart_widget {
  text-shadow: 1px 1px 0px #fff !important;
}

/* line 40, ../src/_navigation.scss */
table.eshop thead th, table.cart thead th, table.eshop tbody th {
  background-color: #dbd9d5 !important;
  text-shadow: 1px 1px 0px #fff !important;
}

/* line 41, ../src/_navigation.scss */
table.eshop, table.eshop th, table.eshop td {
  border: 1px solid #c8c8c8 !important;
}

/* line 42, ../src/_navigation.scss */
table.cart tr.stotal {
  background: #9a260e !important;
  color: #fff !important;
  text-shadow: -1px -1px 0px #7e1e0a !important;
}

/* line 43, ../src/_navigation.scss */
form.eshop fieldset {
  background: #f7f7f7 !important;
  color: #7c7b7a !important;
  border: 1px solid #dadada !important;
}

/* line 44, ../src/_navigation.scss */
form.eshop legend {
  background: #ae2509 !important;
  color: #fff !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #921f07 !important;
}

/* line 45, ../src/_navigation.scss */
form.eshop input.button {
  background: #ae2509 !important;
  border-color: #921f07!important;
}

/* line 46, ../src/_navigation.scss */
.eshop caption {
  display: none;
}

/* line 47, ../src/_navigation.scss */
.post table.eshop thead th, .post table.cart thead th, .post table.eshop tbody th {
  background-color: #f3f3f3 !important;
}

/* line 48, ../src/_navigation.scss */
table.cart tr.stotal #subtotalw, .post form.eshop table.cart tr.stotal #subtotalw {
  color: #404040!important;
}

/* line 49, ../src/_navigation.scss */
.post .eshop {
  margin: 40px 0px 0px 0px !important;
}

/* line 12, ../src/screen.scss */
.no_sidebar #main-content {
  width: 960px !important;
  background-image: url("/static/images/theme-estore/main-bg-full.png") !important;
}

/* line 13, ../src/screen.scss */
.no_sidebar #main-area {
  background-image: url("/static/images/theme-estore/content-top-full.png") !important;
}

/* line 14, ../src/screen.scss */
.no_sidebar #main-area-bottom {
  background-image: url("/static/images/theme-estore/content-bottom-full.png") !important;
}

/* line 15, ../src/screen.scss */
.no_sidebar #left-column {
  width: 960px;
}

/* line 17, ../src/screen.scss */
.fullwidth #main-content {
  width: auto !important;
  background-image: none !important;
}

/* line 18, ../src/screen.scss */
.fullwidth #main-area {
  background-image: none !important;
}

/* line 19, ../src/screen.scss */
.fullwidth #main-area-bottom {
  background-image: none  !important;
}

/* line 21, ../src/screen.scss */
.et_pt_gallery_entry {
  margin: 0 0 32px 72px !important;
}

/* line 8, ../src/_nichecolor.scss */
#menu {
  background: url("/static/images/theme-estore/niche/secondary-menu.png") no-repeat;
}

/* line 9, ../src/_nichecolor.scss */
ul#secondary-menu li.current_page_item > a > strong, ul#secondary-menu li a:hover strong, ul#secondary-menu li.current-menu-item > a > strong {
  color: #ffc045;
}

/* line 10, ../src/_nichecolor.scss */
ul#secondary-menu li a span {
  color: #ecc8c3;
  text-shadow: 1px 1px 1px #742e28;
  font-size: 10pt;
  /*font-weight: bold;*/
}

/* line 14, ../src/_nichecolor.scss */
ul#secondary-menu li a:hover span {
  color: #ecc8c3;
}

/* line 16, ../src/_nichecolor.scss */
ul#secondary-menu ul {
  background: url("/static/images/theme-estore/niche/secondary-dropdown.png") repeat-y;
}

/* line 17, ../src/_nichecolor.scss */
ul#secondary-menu ul li {
  background: url("/static/images/theme-estore/niche/secondary-dropdown-bottom.png") repeat-x left bottom;
}

/* line 18, ../src/_nichecolor.scss */
ul#secondary-menu ul li a:hover {
  background-color: #a1534b;
  color: #ffc045;
}

/* line 20, ../src/_nichecolor.scss */
#switcher a.product span.tag {
  background: url("/static/images/theme-estore/niche/featured-small-tag.png") no-repeat bottom right;
}

/* line 21, ../src/_nichecolor.scss */
#switcher a.product span.tag span {
  background: url("/static/images/theme-estore/niche/featured-small-tag.png") no-repeat;
}

/* line 23, ../src/_nichecolor.scss */
.description .product span.tag {
  background: url("/static/images/theme-estore/niche/featured-description-tag.png") no-repeat right bottom;
}

/* line 24, ../src/_nichecolor.scss */
.description .product span.tag span {
  background: url("/static/images/theme-estore/niche/featured-description-tag.png") no-repeat;
}

/* line 26, ../src/_nichecolor.scss */
.wp-pagenavi span.current {
  color: #8f3f37 !important;
}

/*------------------------------------------------*/
/* line 30, ../src/_nichecolor.scss */
.no_sidebar #main-content {
  width: 960px !important;
  background-image: url("/static/images/theme-estore/main-bg-full.png") !important;
}

/* line 31, ../src/_nichecolor.scss */
.no_sidebar #main-area {
  background-image: url("/static/images/theme-estore/content-top-full.png") !important;
}

/* line 32, ../src/_nichecolor.scss */
.no_sidebar #main-area-bottom {
  background-image: url("/static/images/theme-estore/content-bottom-full.png") !important;
}

/* line 33, ../src/_nichecolor.scss */
.no_sidebar #left-column {
  width: 960px;
}

/* custom stuff */
/* line 55, ../src/screen.scss */
#header h1 {
  /*display: none;*/
  color: #801336;
  margin-bottom: -23px;
}

/* line 61, ../src/screen.scss */
img#logo {
  float: left;
  margin: 0 -15px 0 -3px;
  position: relative;
  top: -26px;
}

/* line 68, ../src/screen.scss */
.pagecontent {
  padding: 10px;
  font-size: 11pt;
}
/* line 72, ../src/screen.scss */
.pagecontent ul {
  list-style: disc;
  padding-left: 40px;
  padding-bottom: 5px;
}
/* line 76, ../src/screen.scss */
.pagecontent ul li {
  padding-bottom: 5px;
}

/* line 82, ../src/screen.scss */
.testimony {
  color: #750544;
  font-size: 14px;
  line-height: 130%;
  padding-bottom: 10px;
  padding-left: 30px;
}
/* line 88, ../src/screen.scss */
.testimony .signature {
  font-style: italic;
  padding-top: 5px;
  text-align: right;
}

/* line 95, ../src/screen.scss */
.sidebar-left {
  float: left;
  margin: 0 40px 10px 0;
}

/* line 100, ../src/screen.scss */
.sidebar-right {
  float: right;
  margin: 0 0 10px;
}

/* line 105, ../src/screen.scss */
table.withlines td {
  border-bottom: 1px solid #EEEEEE;
  padding: 4px 20px 2px 5px;
}

/* line 110, ../src/screen.scss */
.category-icon {
  background: url("/static/images/theme-estore/item-bottom-bg.png") no-repeat scroll left bottom transparent;
  float: left;
  margin-bottom: 5px;
  margin-right: 17px;
  padding-bottom: 28px;
  position: relative;
  width: 208px;
}
/* line 119, ../src/screen.scss */
.category-icon .category-icon-top {
  background: url("/static/images/theme-estore/item-top.png") no-repeat scroll 0 0 transparent;
  height: 13px;
}
/* line 124, ../src/screen.scss */
.category-icon .category-icon-content {
  background: url("/static/images/theme-estore/item-bg.png") repeat-y scroll 0 0 transparent;
  min-height: 100px;
  padding: 7px 20px 2px;
}

/* line 137, ../src/screen.scss */
#items .block {
  height: 100px;
  overflow: hidden;
  background-color: #FFF;
  padding-left: 2px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}
/* line 145, ../src/screen.scss */
#items .block img {
  float: left;
  padding: 0 20px 20px 20px;
}
/* line 149, ../src/screen.scss */
#items .block h3 {
  float: left;
  width: 543px;
  padding-top: 20px;
  padding-left: 50px;
  background: white url(/static/images/quote_icon.png) no-repeat 0 5px;
}

/* line 159, ../src/screen.scss */
#scroller a#left-arrow, #scroller a#right-arrow {
  display: block;
  float: left;
  height: 35px;
  margin-top: 29px;
  text-indent: -9999px;
  width: 23px;
}

/* line 168, ../src/screen.scss */
#scroller a#left-arrow {
  margin-right: 14px;
}

/* line 172, ../src/screen.scss */
.image-note {
  font-style: italic;
  padding: 10px;
}

/* line 177, ../src/screen.scss */
ul.embedded {
  margin: 0 0 0 10px;
}

/* line 182, ../src/screen.scss */
#options input[type=text] {
  border: 1px solid #e2e2e2;
  padding: 3px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 190, ../src/screen.scss */
form.contact input[type=text], form.contact textarea, form.premiere_questionnaire input[type=text], form.premiere_questionnaire textarea, form.sample_kit_request input[type=text], form.sample_kit_request textarea {
  border: 1px solid #e2e2e2;
  padding: 3px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 400px;
}
/* line 196, ../src/screen.scss */
form.contact td, form.premiere_questionnaire td, form.sample_kit_request td {
  border-bottom: none;
  padding: 3px;
}
/* line 200, ../src/screen.scss */
form.contact th, form.premiere_questionnaire th, form.sample_kit_request th {
  vertical-align: top;
  padding-top: 7px;
}
/* line 204, ../src/screen.scss */
form.contact p, form.premiere_questionnaire p, form.sample_kit_request p {
  margin: 0px;
  padding: 0px;
  line-height: 1.2em;
  clear: both;
}
/* line 210, ../src/screen.scss */
form.contact .field, form.premiere_questionnaire .field, form.sample_kit_request .field {
  margin-bottom: 10px;
}

/* line 215, ../src/screen.scss */
div.halfwidth {
  width: 400px;
  padding: 10px;
  float: left;
}

/* line 222, ../src/screen.scss */
form.halfwidth-form input[type=text], form.halfwidth-form input[type=password], form.halfwidth-form textarea {
  border: 1px solid #e2e2e2;
  padding: 3px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 350px;
}
/* line 228, ../src/screen.scss */
form.halfwidth-form td {
  border-bottom: none;
  padding: 3px;
}
/* line 232, ../src/screen.scss */
form.halfwidth-form th {
  vertical-align: top;
  padding-top: 7px;
}
/* line 236, ../src/screen.scss */
form.halfwidth-form p {
  margin: 0px;
  padding: 0px;
  line-height: 1.2em;
  clear: both;
}
/* line 242, ../src/screen.scss */
form.halfwidth-form .field {
  margin-bottom: 10px;
}

/* line 248, ../src/screen.scss */
form.premiere_questionnaire ul {
  list-style: none;
}
/* line 250, ../src/screen.scss */
form.premiere_questionnaire ul li {
  display: inline;
}

/* line 257, ../src/screen.scss */
table.borderless td {
  border-bottom: none;
}

/* line 263, ../src/screen.scss */
table.contacts td {
  font-weight: bold;
}

/* line 268, ../src/screen.scss */
.niche-footer {
  float: left;
  color: #807f7f;
  font-size: 13px;
  padding-right: 10px;
  text-align: right;
  text-shadow: 1px 1px 1px #FFFFFF;
  padding-bottom: 10px;
  margin-left: 10px;
}

/* line 279, ../src/screen.scss */
span.contactinfo {
  font-weight: bold;
  color: #5F5F5F;
  text-decoration: none;
}

/* line 285, ../src/screen.scss */
ul.errorlist {
  padding: 5px;
  background: transparent url(/static/images/error_pointer.png) no-repeat 2px 7px;
  margin-left: -8px;
  padding: 2px 2px 2px 34px;
  overflow: visible;
  color: #c20000;
  list-style: none;
}
/* line 293, ../src/screen.scss */
ul.errorlist li {
  background-color: #ffdada;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  display: block !important;
  /*width: 170px;*/
  min-height: 30px;
}

/* line 303, ../src/screen.scss */
.floaterror {
  float: right;
}

/* line 310, ../src/screen.scss */
.phone {
  float: right;
  margin-top: -7px;
  margin-right: 20px;
}

/* line 316, ../src/screen.scss */
#under_construction {
  display: none;
}

/* line 322, ../src/screen.scss */
div.jGrowl div.iphone {
  /*font-family: 			"Helvetica Neue", "Helvetica";*/
  font-size: 12px;
  background: transparent url(/static/images/iphone.png) no-repeat !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  opacity: .90;
  filter: alpha(opacity=90);
  width: 245px;
  height: 137px;
  padding: 0px;
  overflow: hidden;
  border-color: #5ab500;
  color: #fff;
}
/* line 337, ../src/screen.scss */
div.jGrowl div.iphone a, div.jGrowl div.iphone a:link, div.jGrowl div.iphone a:active, div.jGrowl div.iphone a:visited {
  color: #9292ff;
  text-decoration: underline;
}
/* line 342, ../src/screen.scss */
div.jGrowl div.iphone div.jGrowl-message {
  padding-top: 0px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 349, ../src/screen.scss */
div.jGrowl div.iphone div.jGrowl-header {
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
}
/* line 356, ../src/screen.scss */
div.jGrowl div.iphone div.jGrowl-close {
  margin-right: 15px;
  font-size: 2em !important;
}

/* line 364, ../src/screen.scss */
.tags {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 10px;
  line-height: 40px;
  vertical-align: baseline;
  overflow: hidden;
}

/* line 374, ../src/screen.scss */
.product ol li {
  list-style: decimal;
}

/* line 378, ../src/screen.scss */
.checklist {
  padding: 10px;
}
/* line 380, ../src/screen.scss */
.checklist h2 {
  margin-bottom: 20px;
}

/* line 385, ../src/screen.scss */
.socialbuttons {
  padding-top: 10px;
  height: auto;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
}

/* line 395, ../src/screen.scss */
.navtools {
  height: auto;
  padding: 0;
  margin: 0;
}
/* line 400, ../src/screen.scss */
.navtools .navtools-content {
  display: none;
  float: right;
  padding: 0;
  margin: 0;
}
/* line 407, ../src/screen.scss */
.navtools .navtool {
  text-align: center;
}
/* line 408, ../src/screen.scss */
.navtools .navtool span {
  min-width: 80px;
}
/* line 414, ../src/screen.scss */
.navtools .navtool-haircare-next {
  float: right;
}

/* line 420, ../src/screen.scss */
.option-label {
  font-size: 14px;
  padding: 0 0 0  5px;
  float: left;
  margin-bottom: 8px;
  white-space: nowrap;
}

/* line 428, ../src/screen.scss */
.mini-thumbnail {
  width: 30px;
  height: 30px;
  display: inline-block;
}

/* line 434, ../src/screen.scss */
.floatright {
  float: right;
}

/* line 443, ../src/screen.scss */
.shiprow.disabled {
  color: #CCC;
}
/* line 445, ../src/screen.scss */
.shiprow.disabled input, .shiprow.disabled select {
  border-color: #CCC;
  color: #CCC;
}

/* line 451, ../src/screen.scss */
p.help {
  font-style: italic;
  font-size: smaller;
}

/* line 457, ../src/screen.scss */
#checkoutprogress ul {
  list-style-type: none;
  height: 30px;
}
/* line 460, ../src/screen.scss */
#checkoutprogress ul li {
  float: left;
  display: inline-block;
  background: url("/static/images/theme-estore/breadcrumbs_separator.png") no-repeat scroll 0 7px transparent;
  padding: 0 10px;
}
/* line 466, ../src/screen.scss */
#checkoutprogress ul li.active {
  font-weight: bold;
}
/* line 469, ../src/screen.scss */
#checkoutprogress ul li.first {
  background: none;
}

/* line 476, ../src/screen.scss */
.post h3 {
  margin-top: 25px;
}
/* line 479, ../src/screen.scss */
.post h4 {
  margin-top: 20px;
}
/* line 482, ../src/screen.scss */
.post ol li {
  padding-bottom: 24px;
  font-size: 12pt;
}

/* line 488, ../src/screen.scss */
p.category-description {
  font-size: larger;
  padding: 0 30px;
}

/* line 495, ../src/screen.scss */
.cart table td {
  padding: 2px;
}

/* line 501, ../src/screen.scss */
.popupBottle {
  float: left;
  margin: 5px;
  padding: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  cursor: pointer;
}
/* line 508, ../src/screen.scss */
.popupBottle span {
  display: block;
}

/* line 513, ../src/screen.scss */
.oddheader {
  float: left;
  width: 400px;
  height: 50px;
  margin: 40px 0 0 0;
  padding: 20px;
  /*background: url(/static/images/50percent-white.png) 0 0 repeat;
  @include round-corners-5;*/
  /*@include shadow-5-c;*/
}
/* line 522, ../src/screen.scss */
.oddheader h2 {
  font-size: 24pt;
}

/* line 528, ../src/screen.scss */
.relatedproducts {
  float: right;
  margin: -25px -35px 10px 10px;
  padding: 10px;
  background: url(/static/images/20percent-yellow.png) 0 0 repeat;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}

/* line 537, ../src/screen.scss */
div.info {
  color: #A0A0A0;
  font-size: smaller;
  line-height: 0.9em;
  margin: 10px;
  padding: 10px;
}

/* line 545, ../src/screen.scss */
div.info p {
  padding-bottom: 5px;
}

/* line 549, ../src/screen.scss */
.lefthalf {
  float: left;
  width: 50%;
  clear: left;
  margin-right: 50px;
}

/* line 558, ../src/screen.scss */
.left13 {
  float: left;
  width: 30%;
  clear: left;
  margin-right: 50px;
}

/* line 565, ../src/screen.scss */
.left23 {
  float: left;
  width: 66%;
  clear: left;
  margin-right: 50px;
}

/* line 572, ../src/screen.scss */
.rightborder {
  border-right: 1px solid #e2e2e2;
  padding-right: 20px;
}

/* line 577, ../src/screen.scss */
.width45 {
  width: 80%;
}

/* line 581, ../src/screen.scss */
a.small-block-link {
  display: block;
  margin: -15px 0 5px 20px;
  font-size: 9pt;
  text-decoration: underline;
}

/* line 588, ../src/screen.scss */
a.review {
  background-color: #b20146;
  color: white !important;
  padding: 4px !important;
  float: none !important;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}

/* line 597, ../src/screen.scss */
.subtitle {
  display: block;
  font-size: 7pt;
  margin-top: -4px;
}

/* line 603, ../src/screen.scss */
.first-time-discount-general {
  position: absolute;
  right: 0;
  top: 600px;
  width: 110px;
  background: #b20146 url(/static/images/20off-100x100.png) 5px 5px no-repeat;
  -khtml-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}
/* line 611, ../src/screen.scss */
.first-time-discount-general div {
  margin: 110px 5px 5px 5px;
  text-align: left;
  color: #FFF;
}

/* line 618, ../src/screen.scss */
.widget_discount .widget-content {
  background: transparent url(/static/images/20off-100x100.png) 65px 5px no-repeat;
}
/* line 620, ../src/screen.scss */
.widget_discount .widget-content div {
  margin: 100px 0 0 0;
}

/* line 625, ../src/screen.scss */
.buymore {
  background: #b20146 url(/static/images/20off-100x100.png) 5px 5px no-repeat;
  color: #FFF;
  height: 110px;
  margin: 10px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}
/* line 632, ../src/screen.scss */
.buymore div {
  margin: 0px 0 0 110px;
  padding: 20px 10px 0 0;
  line-height: 120%;
  font-size: 18pt;
}

/* line 640, ../src/screen.scss */
*.productreviews {
  padding: 10px 0;
}
/* line 642, ../src/screen.scss */
*.productreviews h2 {
  margin: 20px 0 0 0;
}

/* line 647, ../src/screen.scss */
.averagerating {
  background: transparent url(/static/images/rating-stars.png) no-repeat;
  height: 18px;
  overflow: hidden;
  padding: 10px 0;
}

/* line 654, ../src/screen.scss */
.rating-01 {
  background-position: 184px 0;
}

/* line 658, ../src/screen.scss */
.rating-02 {
  background-position: 184px 0;
}

/* line 662, ../src/screen.scss */
.rating-03 {
  background-position: 184px -38px;
}

/* line 666, ../src/screen.scss */
.rating-04 {
  background-position: 184px -76px;
}

/* line 670, ../src/screen.scss */
.rating-05 {
  background-position: 184px -114px;
}

/* line 674, ../src/screen.scss */
.rating-06 {
  background-position: 184px -152px;
}

/* line 678, ../src/screen.scss */
.rating-07 {
  background-position: 184px -190px;
}

/* line 682, ../src/screen.scss */
.rating-08 {
  background-position: 184px -228px;
}

/* line 686, ../src/screen.scss */
.rating-09 {
  background-position: 184px -266px;
}

/* line 690, ../src/screen.scss */
.rating-10 {
  background-position: 184px -304px;
}

/* line 694, ../src/screen.scss */
.rating-11 {
  background-position: 184px -304px;
}

/* line 698, ../src/screen.scss */
.comments {
  display: none;
}

/* line 702, ../src/screen.scss */
.rating-small {
  /*position: absolute;
  left: 10px;
  top: 200px;
  width: 150px;*/
}
/* line 708, ../src/screen.scss */
.rating-small .averagerating {
  background: transparent url(/static/images/rating-stars-small.png) no-repeat;
  height: 16px;
  overflow: hidden;
  padding: 2px 0;
}
/* line 715, ../src/screen.scss */
.rating-small .rating-01 {
  background-position: 100px 0;
}
/* line 719, ../src/screen.scss */
.rating-small .rating-02 {
  background-position: 100px 0;
}
/* line 723, ../src/screen.scss */
.rating-small .rating-03 {
  background-position: 100px -19px;
}
/* line 727, ../src/screen.scss */
.rating-small .rating-04 {
  background-position: 100px -38px;
}
/* line 731, ../src/screen.scss */
.rating-small .rating-05 {
  background-position: 100px -57px;
}
/* line 735, ../src/screen.scss */
.rating-small .rating-06 {
  background-position: 100px -76px;
}
/* line 739, ../src/screen.scss */
.rating-small .rating-07 {
  background-position: 100px -95px;
}
/* line 743, ../src/screen.scss */
.rating-small .rating-08 {
  background-position: 100px -114px;
}
/* line 747, ../src/screen.scss */
.rating-small .rating-09 {
  background-position: 100px -133px;
}
/* line 751, ../src/screen.scss */
.rating-small .rating-10 {
  background-position: 100px -152px;
}
/* line 755, ../src/screen.scss */
.rating-small .rating-11 {
  background-position: 100px -152px;
}

/* line 760, ../src/screen.scss */
.comment {
  font-style: italic;
  padding: 5px;
}

/* line 765, ../src/screen.scss */
.comment.odd {
  background-color: #F6EFF6;
}

/* line 769, ../src/screen.scss */
form.mirapayform {
  position: absolute;
  right: 40px;
  top: 40px;
}

/* line 775, ../src/screen.scss */
.error {
  color: #C00000;
  border: 1px solid red;
  padding: 5px;
  margin: 5px;
}

/* line 783, ../src/screen.scss */
.linkblock {
  display: block;
  width: 198px;
  height: 254px;
  padding: 5px 10px 5px 10px;
  background: url(/static/images/border.jpg) no-repeat transparent;
}
/* line 789, ../src/screen.scss */
.linkblock ul {
  padding: 15px;
  margin-right: 15px;
}
/* line 792, ../src/screen.scss */
.linkblock ul li {
  background: url("/static/images/theme-estore/list-icon2.png") no-repeat scroll 0 12px transparent;
  padding: 4px 0 4px 8px;
  font-size: 8pt;
}

/* line 800, ../src/screen.scss */
#bottombar {
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  background: #FCFCFC;
  border: 1px #E0E0E0;
  height: 100px;
}
/* line 806, ../src/screen.scss */
#bottombar .bottomlinkblock {
  width: 300px;
  height: 100px;
  float: left;
}
/* line 810, ../src/screen.scss */
#bottombar .bottomlinkblock li {
  line-height: 24px;
}
/* line 812, ../src/screen.scss */
#bottombar .bottomlinkblock li a, #bottombar .bottomlinkblock li a.link, #bottombar .bottomlinkblock li a.active, #bottombar .bottomlinkblock li a.visited {
  text-decoration: underline;
  color: #B20146;
}

/* line 820, ../src/screen.scss */
.headercart {
  position: absolute;
  right: 180px;
  text-align: right;
  top: 48px;
  width: 400px;
  font-family: "Helvetica Neue", "Helvetica";
}
/* line 827, ../src/screen.scss */
.headercart a, .headercart a.link, .headercart a.active, .headercart a.visited {
  text-decoration: underline;
  color: #B20146;
}

/* line 833, ../src/screen.scss */
.box-table-a {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  width: 480px;
  text-align: left;
  border-collapse: collapse;
  border-top: 7px solid #9baff1;
  border-bottom: 7px solid #9baff1;
  margin: 20px;
}
/* line 843, ../src/screen.scss */
.box-table-a th {
  font-size: 13px;
  font-weight: normal;
  background: #e8edff;
  border-right: 1px solid #9baff1;
  border-left: 1px solid #9baff1;
  color: #039;
  padding: 8px;
}
/* line 854, ../src/screen.scss */
.box-table-a td {
  background: #e8edff;
  border-right: 1px solid #aabcfe;
  border-left: 1px solid #aabcfe;
  color: #669;
  padding: 8px;
}

/* line 864, ../src/screen.scss */
.box-table-b {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  width: 480px;
  text-align: left;
  border-collapse: collapse;
  border-top: 7px solid #9baff1;
  border-bottom: 7px solid #9baff1;
  margin: 20px;
}
/* line 874, ../src/screen.scss */
.box-table-b th:first-child {
  text-align: right;
}
/* line 878, ../src/screen.scss */
.box-table-b th {
  font-size: 13px;
  font-weight: normal;
  background: #e8edff;
  border-right: 1px solid #9baff1;
  border-left: 1px solid #9baff1;
  color: #039;
  padding: 8px;
}
/* line 889, ../src/screen.scss */
.box-table-b td {
  background: #e8edff;
  border-right: 1px solid #aabcfe;
  border-left: 1px solid #aabcfe;
  color: #669;
  padding: 8px;
}
