#vmiddle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.vmiddle:not(td) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
@media (min-width: 1200px) {
  .vmiddle-desktop-only {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
@media (min-width: 768px) {
  .vmiddle-tablet-only {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
.vbottom:not(td) {
  position: absolute;
  bottom: 0px;
}
td.vbottom {
  vertical-align: bottom;
}
td.vtop {
  vertical-align: top;
}
.acenter {
  text-align: center !important;
}
.aleft {
  text-align: left !important;
}
.aright {
  text-align: right !important;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.list-horizontal {
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .list-horizontal > * {
    display: table-row;
    list-style: none;
  }
}
.list-horizontal > * > * {
  text-align: center;
}
@media (min-width: 768px) {
  .list-horizontal > * > * {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
  }
}
.list-horizontal.images > * > * {
  padding: 1em;
}
@media (min-width: 768px) {
  .list-horizontal.images > * > * {
    padding: 0 1em;
  }
  .list-horizontal.images > * > *:first-child {
    padding-left: 0;
  }
  .list-horizontal.images > * > *:last-child {
    padding-right: 0;
  }
}
.list-horizontal.always > * {
  display: table-row;
}
.list-horizontal.always > * > * {
  display: table-cell;
  margin: 0;
}
.list-horizontal.aleft > * > * {
  text-align: left;
}
.margin-0 {
  margin: 0;
}
.margin-10 {
  margin: 10px 0;
}
.margin-20 {
  margin: 20px 0;
}
.margin-30 {
  margin: 30px 0;
}
.margin-40 {
  margin: 40px 0;
}
.margin-1em {
  margin: 1em 0;
}
.margin-2em {
  margin: 2em 0;
}
.margin-3em {
  margin: 3em 0;
}
.margin-4em {
  margin: 4em 0;
}
.padding-1em {
  margin: 1em;
}
.padding-2em {
  margin: 2em;
}
.padding-3em {
  margin: 3em;
}
.padding-4em {
  margin: 4em;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-50 {
  padding: 50px;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.separator {
  height: 0.1em;
  border-top: 0.2em solid #000000;
  border-bottom: 0.2em solid #2a80b9;
}
.abs-top {
  top: 0;
  position: absolute;
  width: 100%;
}
.abs-right {
  right: 0;
  position: absolute;
  width: 100%;
}
.abs-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.abs-left {
  left: 0;
  position: absolute;
  width: 100%;
}
.screen-center {
  position: absolute;
  top: 50vh;
}
#limit-width {
  margin: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  #limit-width {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  #limit-width {
    max-width: 85%;
  }
}
@media (min-width: 1400px) {
  #limit-width {
    max-width: 73%;
  }
}
.limit-width,
.limit-article-width {
  margin: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .limit-width,
  .limit-article-width {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  .limit-width,
  .limit-article-width {
    max-width: 85%;
  }
}
@media (min-width: 1400px) {
  .limit-width,
  .limit-article-width {
    max-width: 73%;
  }
}
@media (min-width: 1200px) {
  .limit-width-lg {
    margin: auto;
    max-width: 85%;
  }
}
@media (min-width: 1400px) {
  .limit-width-lg {
    max-width: 73%;
  }
}
.position-absolute {
  position: absolute;
  width: 100%;
}
.position-relative {
  position: relative;
  height: 100%;
}
.fwidth-1 {
  width: 1%;
}
.fwidth-10 {
  width: 10%;
}
.fwidth-20 {
  width: 20%;
}
.fwidth-25 {
  width: 25%;
}
.fwidth-30 {
  width: 30%;
}
.fwidth-40 {
  width: 40%;
}
.fwidth-50 {
  width: 50%;
}
.fwidth-60 {
  width: 60%;
}
.fwidth-70 {
  width: 70%;
}
.fwidth-80 {
  width: 80%;
}
.fwidth-90 {
  width: 90%;
}
.fwidth-100 {
  width: 100%;
}
.position-static-top {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
body:not(.layout-edit) .row-fluid .span9_6 {
  width: 100%;
}
@media (min-width: 768px) {
  body:not(.layout-edit) .row-fluid .span9_6 {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  body:not(.layout-edit) .row-fluid .span9_6 {
    width: 50%;
  }
}
.t {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t .r {
  display: table-row;
}
.t .r .c {
  display: table-cell;
  vertical-align: middle;
}
.padding {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
@media (min-width: 768px) {
  .padding {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 1200px) {
  .padding {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.cols-2l #sidebar .padding {
  padding-left: 0.25em;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cols-2l #sidebar .padding {
    padding-left: 1em;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .cols-2l #sidebar .padding {
    padding-left: 2em;
    padding-right: 0;
  }
}
.cols-2l #content .padding {
  padding-left: 0;
  padding-right: 0.25em;
}
@media (min-width: 768px) {
  .cols-2l #content .padding {
    padding-left: 0;
    padding-right: 1em;
  }
}
@media (min-width: 1200px) {
  .cols-2l #content .padding {
    padding-left: 0;
    padding-right: 2em;
  }
}
.cols-2r #content .padding {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
@media (min-width: 768px) {
  .cols-2r #content .padding {
    padding-left: 1em;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .cols-2r #content .padding {
    padding-left: 2em;
    padding-right: 0;
  }
}
.cols-2r .position-7 .padding {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
@media (min-width: 768px) {
  .cols-2r .position-7 .padding {
    padding-left: 0;
    padding-right: 1em;
  }
}
@media (min-width: 1200px) {
  .cols-2r .position-7 .padding {
    padding-left: 0;
    padding-right: 2em;
  }
}
.shadow {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.75);
}
.color-1 {
  color: #2a80b9;
}
.color-2 {
  color: #ffffff;
}
.color-3 {
  color: #c6c6c6;
}
.color-4 {
  color: #f9f9f9;
}
.bg-color-2 {
  background-color: #ffffff;
}
.bg-color-2a {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000;
}
.bg-color-2a p {
  color: #000000;
}
.bg-color-banner,
.bg-color-footer {
  background-color: #f9f9f9;
}
.bg-color {
  background-color: #ffffff;
}
.bg-color-1 {
  background-color: #2a80b9 !important;
  color: #ffffff;
}
.bg-color-1 p,
.bg-color-1 h1,
.bg-color-1 h2,
.bg-color-1 h3,
.bg-color-1 h4,
.bg-color-1 h5 {
  color: #ffffff;
}
.bg-color-1 a {
  color: #ffffff;
}
.bg-color-1a {
  background-color: rgba(42, 128, 185, 0.91) !important;
  color: #ffffff;
}
.bg-color-1a p,
.bg-color-1a h1,
.bg-color-1a h2,
.bg-color-1a h3,
.bg-color-1a h4,
.bg-color-1a h5 {
  color: #ffffff;
}
.bg-color-1a a {
  color: #ffffff;
}
.bg-color-red {
  background-color: #ba5529 !important;
  color: #ffffff;
}
.bg-color-red p,
.bg-color-red h1,
.bg-color-red h2,
.bg-color-red h3,
.bg-color-red h4,
.bg-color-red h5 {
  color: #ffffff;
}
.bg-color-red a {
  color: #ffffff;
}
.bg-color-blue {
  background-color: #2a80b9 !important;
  color: #ffffff;
}
.bg-color-blue p,
.bg-color-blue h1,
.bg-color-blue h2,
.bg-color-blue h3,
.bg-color-blue h4,
.bg-color-blue h5 {
  color: #ffffff;
}
.bg-color-blue a {
  color: #ffffff;
}
.bg-color-light-blue {
  background-color: #07bffd !important;
  color: #ffffff;
}
.bg-color-light-blue p,
.bg-color-light-blue h1,
.bg-color-light-blue h2,
.bg-color-light-blue h3,
.bg-color-light-blue h4,
.bg-color-light-blue h5 {
  color: #ffffff;
}
.bg-color-light-blue a {
  color: #ffffff;
}
.bg-color-dark {
  background-color: #333333;
}
.overflow-hidden {
  overflow: hidden;
}
.body.fill-vertical {
  position: relative;
  min-height: 100vh;
}
.fixed-bottom.fixed {
  margin: 0;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.size-debug {
  display: none;
}
.margin-botom {
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  .margin-botom {
    margin-bottom: 1em;
  }
}
@media (min-width: 1200px) {
  .margin-botom {
    margin-bottom: 2em;
  }
}
button[class*="fa-icon"] {
  border: none;
  background-color: transparent;
}
label input[type="radio"] {
  margin: 0;
}
.modal-thumb {
  cursor: pointer;
}
.text-tiny,
.text-mini,
.mini-text {
  font-size: 0.75em;
}
.text-small,
.small-text {
  font-size: 0.8em;
  line-height: 1em;
}
.text-med,
.med-text {
  font-size: 1.2em;
  line-height: 1em;
}
.text-big,
.big-text {
  font-size: 1.6em;
  line-height: 1em;
}
.text-huge,
.huge-text {
  font-size: 2em;
  line-height: 1em;
}
.noborder {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
.banner-container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
[data-toggle="collapse"]:not(.collapsed) [class*="fa-icon-"]:nth-child(1) {
  display: inline-block;
}
[data-toggle="collapse"]:not(.collapsed) [class*="fa-icon-"]:nth-child(2) {
  display: none;
}
[data-toggle="collapse"].collapsed [class*="fa-icon-"]:nth-child(1) {
  display: none;
}
[data-toggle="collapse"].collapsed [class*="fa-icon-"]:nth-child(2) {
  display: inline-block;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.webpart:not(.active) .state1 {
  display: none;
}
.webpart.active .state0 {
  display: none;
}
#makeBtnTheme {
  -webkit-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  transition: border 300ms ease-in-out, color 300ms ease-in-out;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0.1em 0.1em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #444444, #444444);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#444444));
  background-image: -webkit-linear-gradient(top, #444444, #444444);
  background-image: -o-linear-gradient(top, #444444, #444444);
  background-image: linear-gradient(to bottom, #444444, #444444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff444444', GradientType=0);
  border-color: #444444 #444444 #1e1e1e;
  background-color: #444444;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 0.1em solid #444444;
  *border: 0;
  border-bottom-color: #2b2b2b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  font-size: 1rem;
}
@media (min-width: 768px) {
  #makeBtnTheme {
    padding: 0.25em 1em;
  }
}
#makeBtnTheme:hover,
#makeBtnTheme:focus,
#makeBtnTheme:active,
#makeBtnTheme.active,
#makeBtnTheme.disabled,
#makeBtnTheme[disabled] {
  color: #ffffff;
  background-color: #444444;
  *background-color: #373737;
}
#makeBtnTheme:active,
#makeBtnTheme.active {
  background-color: #2b2b2b \9;
}
#makeBtnTheme:first-child {
  *margin-left: 0;
}
#makeBtnTheme:hover,
#makeBtnTheme:focus {
  -webkit-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  transition: border 300ms ease-in-out, color 300ms ease-in-out;
  color: #999999;
  text-decoration: none;
}
#makeBtnTheme:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#makeBtnTheme.active,
#makeBtnTheme:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#makeBtnTheme.disabled,
#makeBtnTheme[disabled] {
  cursor: default;
  background-image: none;
  opacity: 65 / 100;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.theme-box-shadow {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
.theme-text-shadow {
  text-shadow: 4px 4px 10px #000000;
}
.gutterless .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.gutterless .row-fluid [class*="span"] {
  margin-left: 0;
}
@media (min-width: 768px) {
  .gutterless .row-fluid .span1 {
    width: 8.33333333%;
  }
  .gutterless .row-fluid .span2 {
    width: 16.66666667%;
  }
  .gutterless .row-fluid .span3 {
    width: 25%;
  }
  .gutterless .row-fluid .span4 {
    width: 33.33333333%;
  }
  .gutterless .row-fluid .span5 {
    width: 41.66666667%;
  }
  .gutterless .row-fluid .span6 {
    width: 50%;
  }
  .gutterless .row-fluid .span7 {
    width: 58.33333333%;
  }
  .gutterless .row-fluid .span8 {
    width: 66.66666667%;
  }
  .gutterless .row-fluid .span9 {
    width: 75%;
  }
  .gutterless .row-fluid .span10 {
    width: 83.33333333%;
  }
  .gutterless .row-fluid .span11 {
    width: 91.66666667%;
  }
  .gutterless .row-fluid .span12 {
    width: 100%;
  }
}
#listReset {
  list-style: none;
  margin: 0;
  padding: 0;
}
#makeHeaderBlock {
  text-align: left;
  margin: 1em 0 0.5em 0;
  padding: 0.5em;
  background-color: #444444;
  color: #ffffff;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#makeHeaderNp {
  text-align: left;
  padding: 0;
  margin: 0 0 1em 0;
  background-color: transparent;
  color: #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#makeHeaderNp.acenter {
  text-align: center;
}
#makeHeaderNp.aright {
  text-align: right;
}
#makeHeader {
  text-align: left;
  padding: 0;
  margin: 0 0 1em 0;
  background-color: transparent;
  color: #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin: 1em 0 1em 0;
  padding: 0.5em;
}
#makeHeader.acenter {
  text-align: center;
}
#makeHeader.aright {
  text-align: right;
}
#makeHeaderUnderLine {
  text-align: left;
  padding: 0;
  margin: 0 0 1em 0;
  background-color: transparent;
  color: #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin: 1em 0 1em 0;
  padding: 0.5em;
  border-bottom: 1px solid #afb3b6;
}
#makeHeaderUnderLine.acenter {
  text-align: center;
}
#makeHeaderUnderLine.aright {
  text-align: right;
}
/* vm-general.css */
*:focus {
  outline: none;
}
.clr {
  clear: both;
  overflow: hidden;
}
.clear,
br.clear {
  clear: both;
}
div.clear {
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  padding: 0;
}
.dummy {
  background: none;
  width: 5%;
}
div.spacer {
  position: relative;
}
div.spaceStyle {
  padding: 0px;
  margin: auto;
  spacing: 0px;
}
.icons {
  text-align: right;
  float: right;
}
.vmicon,
.vmiconFE {
  background: url(/components/com_virtuemart/assets/images/vm2-sprite.png) no-repeat top left;
}
fieldset {
  border: none;
}
.vmquote {
  font-size: smaller;
}
.vm-notice {
  color: #CC0000;
}
span.bold,
div.bold {
  font-weight: 700;
}
/* hide inline style as class */
.floatright,
span.floatright {
  float: right;
}
.floatleft,
span.floatleft {
  float: left;
}
.vm-display {
  display: block;
}
.vm-nodisplay {
  display: none;
}
.line-through {
  text-decoration: line-through;
}
.inline {
  display: inline;
}
td.pricePad {
  padding-right: 10px;
}
td.priceCol {
  white-space: nowrap;
}
.priceColor2 {
  color: gray;
}
/* hide inline style as class END */
/* general style - needs to be at the beginning so it can be overwritten by specific style later */
.additional-images,
.output-billto,
.output-shipto {
  margin: 10px 0;
}
.manufacturer,
.manufacturer-details-view .email-weblink,
.manufacturer-details-view .description {
  margin: 10px 0 0;
}
.customer-reviews,
.ask-a-question-view .form-field {
  margin: 25px 0 0;
}
/*span.title{font-weight:700;display:block;border-bottom:solid #CAC9C9 1px;font-size:14px;margin:0 0 6px;}*/
span.variant-name,
span.custom-variant-name {
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer {
  padding: 6px;
}
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.recent-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2 {
  font-size: 1.6em;
  margin: 0 0 6px;
  padding: 0;
}
.featured-view .spacer span,
.latest-view .spacer span,
.topten-view .spacer span,
.recent-view .spacer span,
.related-products-view .spacer span,
.browse-view .row .product .spacer span {
  font-size: 0.85em;
  color: #666;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: auto;
  height: auto;
}
.display-number,
.control-buttons,
.right {
  text-align: right !important;
}
.general-bg,
input.custom-attribute,
.manufacturer-product-link a,
input.vm-default,
a.product-details,
a.details,
div.details,
button.default,
span.details-button input.details-button,
input[type="submit"],
.addtocart-button {
  -webkit-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  transition: border 300ms ease-in-out, color 300ms ease-in-out;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0.1em 0.1em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #444444, #444444);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#444444));
  background-image: -webkit-linear-gradient(top, #444444, #444444);
  background-image: -o-linear-gradient(top, #444444, #444444);
  background-image: linear-gradient(to bottom, #444444, #444444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff444444', GradientType=0);
  border-color: #444444 #444444 #1e1e1e;
  background-color: #444444;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 0.1em solid #444444;
  *border: 0;
  border-bottom-color: #2b2b2b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .general-bg,
  input.custom-attribute,
  .manufacturer-product-link a,
  input.vm-default,
  a.product-details,
  a.details,
  div.details,
  button.default,
  span.details-button input.details-button,
  input[type="submit"],
  .addtocart-button {
    padding: 0.25em 1em;
  }
}
.general-bg:hover,
input.custom-attribute:hover,
.manufacturer-product-link a:hover,
input.vm-default:hover,
a.product-details:hover,
a.details:hover,
div.details:hover,
button.default:hover,
span.details-button input.details-button:hover,
input[type="submit"]:hover,
.addtocart-button:hover,
.general-bg:focus,
input.custom-attribute:focus,
.manufacturer-product-link a:focus,
input.vm-default:focus,
a.product-details:focus,
a.details:focus,
div.details:focus,
button.default:focus,
span.details-button input.details-button:focus,
input[type="submit"]:focus,
.addtocart-button:focus,
.general-bg:active,
input.custom-attribute:active,
.manufacturer-product-link a:active,
input.vm-default:active,
a.product-details:active,
a.details:active,
div.details:active,
button.default:active,
span.details-button input.details-button:active,
input[type="submit"]:active,
.addtocart-button:active,
.general-bg.active,
input.custom-attribute.active,
.manufacturer-product-link a.active,
input.vm-default.active,
a.product-details.active,
a.details.active,
div.details.active,
button.default.active,
span.details-button input.details-button.active,
input[type="submit"].active,
.addtocart-button.active,
.general-bg.disabled,
input.custom-attribute.disabled,
.manufacturer-product-link a.disabled,
input.vm-default.disabled,
a.product-details.disabled,
a.details.disabled,
div.details.disabled,
button.default.disabled,
span.details-button input.details-button.disabled,
input[type="submit"].disabled,
.addtocart-button.disabled,
.general-bg[disabled],
input.custom-attribute[disabled],
.manufacturer-product-link a[disabled],
input.vm-default[disabled],
a.product-details[disabled],
a.details[disabled],
div.details[disabled],
button.default[disabled],
span.details-button input.details-button[disabled],
input[type="submit"][disabled],
.addtocart-button[disabled] {
  color: #ffffff;
  background-color: #444444;
  *background-color: #373737;
}
.general-bg:active,
input.custom-attribute:active,
.manufacturer-product-link a:active,
input.vm-default:active,
a.product-details:active,
a.details:active,
div.details:active,
button.default:active,
span.details-button input.details-button:active,
input[type="submit"]:active,
.addtocart-button:active,
.general-bg.active,
input.custom-attribute.active,
.manufacturer-product-link a.active,
input.vm-default.active,
a.product-details.active,
a.details.active,
div.details.active,
button.default.active,
span.details-button input.details-button.active,
input[type="submit"].active,
.addtocart-button.active {
  background-color: #2b2b2b \9;
}
.general-bg:first-child,
input.custom-attribute:first-child,
.manufacturer-product-link a:first-child,
input.vm-default:first-child,
a.product-details:first-child,
a.details:first-child,
div.details:first-child,
button.default:first-child,
span.details-button input.details-button:first-child,
input[type="submit"]:first-child,
.addtocart-button:first-child {
  *margin-left: 0;
}
.general-bg:hover,
input.custom-attribute:hover,
.manufacturer-product-link a:hover,
input.vm-default:hover,
a.product-details:hover,
a.details:hover,
div.details:hover,
button.default:hover,
span.details-button input.details-button:hover,
input[type="submit"]:hover,
.addtocart-button:hover,
.general-bg:focus,
input.custom-attribute:focus,
.manufacturer-product-link a:focus,
input.vm-default:focus,
a.product-details:focus,
a.details:focus,
div.details:focus,
button.default:focus,
span.details-button input.details-button:focus,
input[type="submit"]:focus,
.addtocart-button:focus {
  -webkit-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  transition: border 300ms ease-in-out, color 300ms ease-in-out;
  color: #999999;
  text-decoration: none;
}
.general-bg:focus,
input.custom-attribute:focus,
.manufacturer-product-link a:focus,
input.vm-default:focus,
a.product-details:focus,
a.details:focus,
div.details:focus,
button.default:focus,
span.details-button input.details-button:focus,
input[type="submit"]:focus,
.addtocart-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.general-bg.active,
input.custom-attribute.active,
.manufacturer-product-link a.active,
input.vm-default.active,
a.product-details.active,
a.details.active,
div.details.active,
button.default.active,
span.details-button input.details-button.active,
input[type="submit"].active,
.addtocart-button.active,
.general-bg:active,
input.custom-attribute:active,
.manufacturer-product-link a:active,
input.vm-default:active,
a.product-details:active,
a.details:active,
div.details:active,
button.default:active,
span.details-button input.details-button:active,
input[type="submit"]:active,
.addtocart-button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.general-bg.disabled,
input.custom-attribute.disabled,
.manufacturer-product-link a.disabled,
input.vm-default.disabled,
a.product-details.disabled,
a.details.disabled,
div.details.disabled,
button.default.disabled,
span.details-button input.details-button.disabled,
input[type="submit"].disabled,
.addtocart-button.disabled,
.general-bg[disabled],
input.custom-attribute[disabled],
.manufacturer-product-link a[disabled],
input.vm-default[disabled],
a.product-details[disabled],
a.details[disabled],
div.details[disabled],
button.default[disabled],
span.details-button input.details-button[disabled],
input[type="submit"][disabled],
.addtocart-button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 65 / 100;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Let's have a general button for pagination, backtocat, whatever
button, .button {padding: 4px 6px;border: 1px solid #666;background-color: #f5fffa;}
*/
/* general style END */
#ui-tabs ul#tabs {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 1.0em 1.0em 0;
}
#ui-tabs ul#tabs li {
  display: inline-block;
  cursor: pointer;
  background: #f2f2f2;
  padding: 0.5em 1.0em 0.2em;
}
#ui-tabs ul#tabs li.current {
  display: inline-block;
  background: #ccc;
  color: #444;
}
#ui-tabs .tabs {
  padding: 1.0em;
}
#ui-tabs .dyn-tabs {
  overflow: auto;
  display: none;
}
/* Align rows in products sublayout */
.vm-col {
  width: 60%;
}
.vm-col-1 {
  width: 100%;
}
.vm-col-2 {
  width: 50%;
}
.vm-col-3 {
  width: 33.333333%;
}
.vm-col-4 {
  width: 25%;
}
.vm-col-5 {
  width: 19%;
}
.vm-col-6 {
  width: 16%;
}
.vm-col-8 {
  width: 12%;
}
.vm-col-9 {
  width: 11%;
}
.vm-col-10 {
  width: 9%;
}
.vm-col-11 {
  width: 8%;
}
.vm-col-12 {
  width: 7%;
}
/* Products sublayout end */
.vm2-modallink {
  height: 16px;
  margin-left: 3px;
  vertical-align: top;
  width: 16px;
  display: inline-block;
  background: url("/components/com_virtuemart/assets/images/icon_external_link.gif") no-repeat scroll left top transparent;
}
.vm2-warning {
  background-position: 0 -1383px;
  width: 50px;
  height: 40px;
}
input.highlight-button {
  background: #0077b3;
  color: #fff;
  border: 1px solid #00669a;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  padding: 4px 8px 2px;
}
input.highlight-button:visited {
  color: #fff;
}
button.default {
  display: inline-block;
  cursor: pointer;
  padding: 5px 8px 4px;
}
button.default:hover {
  color: #777;
}
a.highlight,
a.highlight:visited {
  background: #0077b3;
  border: solid #00669a 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background-position: 0 -160px;
  color: #fff;
  padding: 3px 8px 1px;
}
textarea.virtuemart {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}
.vm-button-correct {
  -webkit-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  transition: border 300ms ease-in-out, color 300ms ease-in-out;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0.1em 0.1em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #444444, #444444);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#444444));
  background-image: -webkit-linear-gradient(top, #444444, #444444);
  background-image: -o-linear-gradient(top, #444444, #444444);
  background-image: linear-gradient(to bottom, #444444, #444444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff444444', GradientType=0);
  border-color: #444444 #444444 #1e1e1e;
  background-color: #444444;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 0.1em solid #444444;
  *border: 0;
  border-bottom-color: #2b2b2b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vm-button-correct {
    padding: 0.25em 1em;
  }
}
.vm-button-correct:hover,
.vm-button-correct:focus,
.vm-button-correct:active,
.vm-button-correct.active,
.vm-button-correct.disabled,
.vm-button-correct[disabled] {
  color: #ffffff;
  background-color: #444444;
  *background-color: #373737;
}
.vm-button-correct:active,
.vm-button-correct.active {
  background-color: #2b2b2b \9;
}
.vm-button-correct:first-child {
  *margin-left: 0;
}
.vm-button-correct:hover,
.vm-button-correct:focus {
  -webkit-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  transition: border 300ms ease-in-out, color 300ms ease-in-out;
  color: #999999;
  text-decoration: none;
}
.vm-button-correct:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vm-button-correct.active,
.vm-button-correct:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.vm-button-correct.disabled,
.vm-button-correct[disabled] {
  cursor: default;
  background-image: none;
  opacity: 65 / 100;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.width1 {
  width: 1%;
}
.width2 {
  width: 2%;
}
.width3 {
  width: 3%;
}
.width4 {
  width: 4%;
}
.width5 {
  width: 5%;
}
.width6 {
  width: 6%;
}
.width7 {
  width: 7%;
}
.width8 {
  width: 8%;
}
.width9 {
  width: 9%;
}
.width10 {
  width: 10%;
}
.width11 {
  width: 11%;
}
.width12 {
  width: 12%;
}
.width13 {
  width: 13%;
}
.width14 {
  width: 14%;
}
.width15 {
  width: 15%;
}
.width16 {
  width: 16%;
}
.width17 {
  width: 17%;
}
.width18 {
  width: 18%;
}
.width19 {
  width: 19%;
}
.width20 {
  width: 20%;
}
.width21 {
  width: 21%;
}
.width22 {
  width: 22%;
}
.width23 {
  width: 23%;
}
.width24 {
  width: 24%;
}
.width25 {
  width: 25%;
}
.width26 {
  width: 26%;
}
.width27 {
  width: 27%;
}
.width28 {
  width: 28%;
}
.width29 {
  width: 29%;
}
.width30 {
  width: 30%;
}
.width31 {
  width: 31%;
}
.width32 {
  width: 32%;
}
.width33 {
  width: 33%;
}
.width34 {
  width: 34%;
}
.width35 {
  width: 35%;
}
.width36 {
  width: 36%;
}
.width37 {
  width: 37%;
}
.width38 {
  width: 38%;
}
.width39 {
  width: 39%;
}
.width40 {
  width: 40%;
}
.width41 {
  width: 41%;
}
.width42 {
  width: 42%;
}
.width43 {
  width: 43%;
}
.width44 {
  width: 44%;
}
.width45 {
  width: 45%;
}
.width46 {
  width: 46%;
}
.width47 {
  width: 47%;
}
.width48 {
  width: 48%;
}
.width49 {
  width: 49%;
}
.width50 {
  width: 50%;
}
.width51 {
  width: 51%;
}
.width52 {
  width: 52%;
}
.width53 {
  width: 53%;
}
.width54 {
  width: 54%;
}
.width55 {
  width: 55%;
}
.width56 {
  width: 56%;
}
.width57 {
  width: 57%;
}
.width58 {
  width: 58%;
}
.width59 {
  width: 59%;
}
.width60 {
  width: 60%;
}
.width61 {
  width: 61%;
}
.width62 {
  width: 62%;
}
.width63 {
  width: 63%;
}
.width64 {
  width: 64%;
}
.width65 {
  width: 65%;
}
.width66 {
  width: 66%;
}
.width67 {
  width: 67%;
}
.width68 {
  width: 68%;
}
.width69 {
  width: 69%;
}
.width70 {
  width: 70%;
}
.width71 {
  width: 71%;
}
.width72 {
  width: 72%;
}
.width73 {
  width: 73%;
}
.width74 {
  width: 74%;
}
.width75 {
  width: 75%;
}
.width76 {
  width: 76%;
}
.width77 {
  width: 77%;
}
.width78 {
  width: 78%;
}
.width79 {
  width: 79%;
}
.width81 {
  width: 81%;
}
.width82 {
  width: 82%;
}
.width83 {
  width: 83%;
}
.width84 {
  width: 84%;
}
.width85 {
  width: 85%;
}
.width86 {
  width: 86%;
}
.width87 {
  width: 87%;
}
.width88 {
  width: 88%;
}
.width89 {
  width: 89%;
}
.width90 {
  width: 90%;
}
.width91 {
  width: 91%;
}
.width92 {
  width: 92%;
}
.width93 {
  width: 93%;
}
.width94 {
  width: 94%;
}
.width95 {
  width: 95%;
}
.width96 {
  width: 96%;
}
.width97 {
  width: 97%;
}
.width98 {
  width: 98%;
}
.width99 {
  width: 99%;
}
.width100 {
  width: 100%;
}
.product-neighbours {
  color: #777;
  margin: 0 0 1.0em;
}
.product-neighbours a.next-page {
  background: url(/components/com_virtuemart/assets/images/vmgeneral/next_16x16.png) no-repeat right;
  padding-right: 30px;
  line-height: 20px;
  float: right;
}
.product-neighbours a.previous-page {
  background: url(/components/com_virtuemart/assets/images/vmgeneral/previous_16x16.png) no-repeat left;
  padding-left: 30px;
  line-height: 20px;
  float: left;
}
.productdetails-view .product-short-description {
  margin: 0 0 1.0em;
  padding: 0;
}
.product-fields {
  margin: 0 0 0;
}
.product-packaging {
  margin: 1.2em 0 0;
}
.additional-images img {
  margin-right: 8px;
  width: 50px;
  height: auto;
}
.vm-price {
  text-align: right;
  line-height: 1.2em;
}
.vm-price span {
  display: inline-block;
  min-width: 4em;
  padding: 0 0.2em;
}
span.vm-price-desc {
  text-align: left;
}
.vm3pr-1 .product-price {
  height: 1.25em;
}
.vm3pr-2 .product-price {
  height: 2.5em;
}
.vm3pr-3 .product-price {
  height: 3.75em;
}
.vm3pr-4 .product-price {
  height: 5.0em;
}
.vm3pr-5 .product-price {
  height: 6.25em;
}
.vm3pr-6 .product-price {
  height: 6.25em;
}
.vm3pr-0 .addtocart-area {
  height: 0.0em;
}
.vm3pr-1 .addtocart-area {
  height: 3.2em;
}
.vm3pr-2 .addtocart-area {
  height: 6.4em;
}
.vm3pr-3 .addtocart-area {
  height: 9.6em;
}
.vm3pr-4 .addtocart-area {
  height: 12.8em;
}
.vm3pr-5 .addtocart-area {
  height: 16.0em;
}
.vm-cart-price {
  float: left;
  font-weight: bold;
}
.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
  color: #ba5529;
  text-decoration: line-through;
}
.availability {
  text-align: center;
  margin: 15px 0 0;
}
span.variant-dropdown {
  width: 150px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
span.variant-dropdown select {
  width: 150px;
}
span.custom-variant-inputbox {
  width: 152px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
input.custom-attribute {
  width: 140px;
}
span.quantity-box {
  display: inline-block;
  vertical-align: middle;
}
input.quantity-input {
  height: 2.2em !important;
  width: 2.2em !important;
  text-align: center;
  font-weight: 700;
  padding: 0.1em;
  margin-bottom: 0.25em !important;
}
span.quantity-controls {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  white-space: normal;
}
span.quantity-controls input.quantity-controls {
  height: 15px;
  border: none;
  width: 15px;
  cursor: pointer;
}
span.quantity-controls input.quantity-plus {
  background: url(/components/com_virtuemart/assets/images/vmgeneral/quantity-controls.png) no-repeat;
  margin: 1px 0;
}
span.quantity-controls input.quantity-minus {
  background: url(/components/com_virtuemart/assets/images/vmgeneral/quantity-controls.png) repeat-x;
  background-position: 15px 0;
  margin: 1px 0;
}
.addtocart-bar {
  margin: 0;
  padding: 0;
  bottom: 4.2em;
  left: 0;
  right: 0;
  text-align: center;
}
.productdetails-view .addtocart-bar {
  margin: 1.5em 0 0;
  padding: 0 0 0 0px;
  position: relative;
  bottom: 0.0em;
  text-align: left;
}
.productdetails-view .addtocart-bar .t .r .c:first-child {
  width: 1%;
  white-space: nowrap;
}
.vmgroup .addtocart-bar {
  bottom: 0.0em;
  position: relative;
  margin: 2.0em 0 0 0;
}
.vmgroup .addtocart-area {
  margin: 0.5em 0 1em 0;
}
input[type="submit"].addtocart-button,
a.addtocart-button {
  line-height: 2em;
  display: block;
}
input.addtocart-button {
  width: 100%;
}
span.cart-images img {
  float: left;
  margin: 0;
  width: 45px;
}
span.addtocart-button input.addtocart-button-disabled {
  width: 11em;
  max-width: 100%;
  background: #f2f2f2;
  color: #333;
  border: solid #333 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 1.2em;
  cursor: pointer;
  height: 2.9em;
  text-align: center;
  letter-spacing: 1px;
}
div.vm-details-button {
  text-align: center;
}
div.vm-details-button a {
  -webkit-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  transition: border 300ms ease-in-out, color 300ms ease-in-out;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0.1em 0.1em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #555555;
  background-color: #d6d6d6;
  background-image: -moz-linear-gradient(top, #ffffff, #999999);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#999999));
  background-image: -webkit-linear-gradient(top, #ffffff, #999999);
  background-image: -o-linear-gradient(top, #ffffff, #999999);
  background-image: linear-gradient(to bottom, #ffffff, #999999);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff999999', GradientType=0);
  border-color: #999999 #999999 #737373;
  background-color: #999999;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 0.1em solid #000000;
  *border: 0;
  border-bottom-color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
@media (min-width: 768px) {
  div.vm-details-button a {
    padding: 0.25em 1em;
  }
}
div.vm-details-button a:hover,
div.vm-details-button a:focus,
div.vm-details-button a:active,
div.vm-details-button a.active,
div.vm-details-button a.disabled,
div.vm-details-button a[disabled] {
  color: #555555;
  background-color: #999999;
  *background-color: #8c8c8c;
}
div.vm-details-button a:active,
div.vm-details-button a.active {
  background-color: #808080 \9;
}
div.vm-details-button a:first-child {
  *margin-left: 0;
}
div.vm-details-button a:hover,
div.vm-details-button a:focus {
  -webkit-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out, color 300ms ease-in-out;
  transition: border 300ms ease-in-out, color 300ms ease-in-out;
  color: #333333;
  text-decoration: none;
}
div.vm-details-button a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div.vm-details-button a.active,
div.vm-details-button a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
div.vm-details-button a.disabled,
div.vm-details-button a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 65 / 100;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
span.addtocart-button input.addtocart-button-disabled {
  width: auto;
  background: #f2f2f2 top repeat-x;
  border: solid #333 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  height: 34px;
  text-align: center;
  padding: 4px 5px;
  color: #333;
  margin: 10px 0px 0px 0px;
}
/*.browse-view h1{font-size:0.2em;margin:0 0 8px;padding:0;}*/
.orderby-displaynumber {
  border-bottom: solid #E9E8E8 1px;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0;
  padding: 10px 0;
}
.orderlistcontainer {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 0.5em;
}
.orderlistcontainer div.activeOrder {
  background: #ffffff top right no-repeat url(/components/com_virtuemart/assets/images/vmgeneral/arrow_down.png);
  cursor: pointer;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px 24px 1px 12px;
}
.orderlistcontainer a {
  text-decoration: none;
  display: block;
}
.orderlistcontainer a :hover {
  text-decoration: none;
  display: block;
  color: #EEE;
  background: #777;
}
.orderlistcontainer div.orderlist {
  display: none;
  position: absolute;
  border: solid #CAC9C9 1px;
  background: #FFF;
  cursor: pointer;
  z-index: 1;
}
.orderlistcontainer div.orderlist div {
  padding: 2px 12px 1px;
}
.orderlistcontainer div.orderlist div:hover {
  color: #EEE;
  background: #CAC9C9;
}
.ask-a-question-view .product-summary {
  border-bottom: solid #CAC9C9 1px;
  margin: 25px 0 0;
  padding: 0 0 10px;
}
.ask-a-question-view .product-summary h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.ask-a-question-view .product-summary .short-description {
  margin-top: 6px;
}
.ask-a-question-view .product-summary img.product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.ask-a-question-view .form-field textarea.field {
  width: 394px;
  background: #ffffff url(/components/com_virtuemart/assets/images/vmgeneral/default_bg.jpg) bottom repeat-x;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 12px;
}
.ask-a-question-view .form-field textarea.field:hover {
  background: #ffffff url(/components/com_virtuemart/assets/images/vmgeneral/default_hover_bg.jpg) top repeat-x;
  color: #000;
}
.ask-a-question-view .form-field .submit {
  width: 418px;
}
.ask-a-question-view input.counter,
.ask-a-question-view input#name,
.ask-a-question-view input#email {
  background: #e8e8e8 url(/components/com_virtuemart/assets/images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 5px 4px;
}
.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  border: 0;
}
.ask-a-question-view table.askform td {
  padding: 5px 0;
}
.ask-a-question-view #recaptcha_area {
  margin-bottom: 20px;
}
a.ask-a-question {
  cursor: pointer;
}
.ask-a-question-view,
.manufacturer-details-view .spacer {
  padding: 20px;
}
.ask-a-question-view h1,
.manufacturer-details-view h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.manufacturer,
.manufacturer-details-view .email-weblink,
.manufacturer-details-view .description {
  margin: 10px 0 0;
}
.manufacturer-details-view img {
  float: right;
  margin: 0 0 10px 20px;
}
.manufacturer-details-view .email-weblink a {
  margin-right: 15px;
}
span.details-button {
  margin: 0 0 0 10px;
}
.coupon {
  color: gray;
  border-radius: 4px;
  border: 1px solid #CAC9C9;
  font-size: 9px;
  padding: 3px;
}
textarea.virtuemart {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}
p.product_s_desc {
  padding: 0;
  height: 3.4em;
  margin: 0 0;
}
span.stock-level {
  font-size: 10px;
  color: #7d7b7b;
}
.horizontal-separator {
  height: 1px;
  background: #e9e8e8;
  margin: 10px 0;
}
.invalid {
  background-color: #ffd;
  color: #000;
  border-color: red;
}
.page-results {
  margin-top: 25px;
  text-align: right;
}
.control-buttons button.default {
  margin-left: 8px;
}
table.user-details .vm-chzn-select {
  background: #e8e8e8 url(/components/com_virtuemart/assets/images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 210px;
}
table.user-details input {
  background: #e8e8e8 url(/components/com_virtuemart/assets/images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 200px;
}
table.user-details input.invalid {
  background: #e8e8e8 url(/components/com_virtuemart/assets/images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid red 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
}
table.user-details {
  width: 450px;
  margin-bottom: 10px;
}
table.user-details input[type="checkbox"],
table.user-details input[type="radio"] {
  width: 20px;
}
td.key {
  padding: 0 6px;
  width: 150px;
}
.checkout-button-top {
  text-align: right;
  border-top: solid #E9E8E8 1px;
  padding: 10px 0 0;
}
.checkout-button-top input.terms-of-service {
  margin-right: 10px;
  display: inline-block;
}
span.tos {
  display: inline-block;
  margin-right: 15px;
}
.billto-shipto {
  border-top: solid #E9E8E8 1px;
  border-bottom: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 25px;
}
.billto-shipto span,
a.terms-of-service {
  display: inline-block;
  font-size: 14px;
}
#full-tos {
  display: none;
}
.output-billto span.titles,
.output-shipto span.titles {
  width: 150px;
  float: left;
}
.output-billto span.values-first_name,
.output-billto span.values-middle_name,
.output-billto span.values-zip,
.output-shipto span.values-first_name,
.output-shipto span.values-middle_name,
.output-shipto span.values-zip {
  float: left;
  margin-right: 3px;
}
.cart-summary {
  font-size: 0.9em;
}
@media (min-width: 992px) {
  .cart-summary {
    font-size: 0.75em;
  }
}
@media (min-width: 1200px) {
  .cart-summary {
    font-size: 0.9em;
  }
}
.cart-summary th {
  background-color: #e8e8e8;
}
.cart-summary .border-top th,
.cart-summary .border-top td {
  border-top: 1px solid #afb3b6 !important;
}
.cart-summary .border-top th:first-child {
  border-left: 1px solid #afb3b6 !important;
}
.cart-summary .border-top th:last-child {
  border-right: 1px solid #afb3b6 !important;
}
.cart-summary .border-bottom th,
.cart-summary .border-bottom td {
  border-bottom: 1px solid #afb3b6;
}
.cart-summary .border-top.light th,
.cart-summary .border-top.light td {
  border-top: 1px solid #e9e8e8;
}
.cart-summary .border-bottom.light th,
.cart-summary .border-bottom.light td {
  border-bottom: 1px solid #e9e8e8;
}
.cart-summary th.col-product-name {
  width: 30%;
  text-align: left;
}
.cart-summary .col-quantity {
  text-align: center;
}
.cart-summary .col-price,
.cart-summary .col-tax,
.cart-summary .col-discount,
.cart-summary .col-total {
  text-align: right;
  min-width: 3em;
}
@media (max-width: 991px) {
  .cart-summary .col-price,
  .cart-summary .col-tax,
  .cart-summary .col-discount {
    display: none;
  }
}
@media (max-width: 1399px) {
  .cart-summary .col-discount,
  .cart-summary .col-price {
    display: none;
  }
}
.cart-summary .total-text {
  font-weight: bold;
  text-align: right;
}
.cart-summary .product-sku {
  font-size: 0.75em;
  color: #c6c6c6;
}
.cart-summary tr th {
  border-bottom: solid #E9E8E8 1px;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
}
.cart-summary tr td {
  vertical-align: top;
}
.customer-comment {
  text-align: center;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
textarea.customer-comment {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  text-align: left;
  padding: 5px 5px 4px;
}
.cart.customer-note {
  margin: 10px 0 0 0;
}
textarea#customer_note_field {
  margin: 10px 0 10px 0px;
  width: 98%;
}
div.terms-of-service {
  margin: 10px 0 0;
  padding: 10px 0 15px;
  display: inline;
}
.terms-of-service h5 {
  background: #7C1E21;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
  color: #fff;
  text-transform: uppercase;
}
.VmArrowdown {
  background: top right no-repeat url(/components/com_virtuemart/assets/images/vmgeneral/arrow_down.png);
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
  padding: 0 12px;
}
ul.VMmenu,
.VMmenu ul,
.VMmenu li {
  list-style-type: none !important;
  background-image: none !important;
  padding: 2px;
}
#com-form-login .width30.floatleft {
  display: inline-block;
  margin: 0 20px 0 0;
}
#com-form-login label {
  display: inline-block;
}
#com-form-login input[type="checkbox"] {
  margin: 0;
}
.vm2-add_quantity_cart {
  background-position: 0 0;
  width: 24px;
  height: 24px;
  border: 0px;
  cursor: pointer;
}
.vm2-arrow_down {
  background-position: 0 -72px;
  width: 16px;
  height: 16px;
}
.vm2-billto-icon {
  background-position: 0 -138px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  border: 0px;
}
.vm2-remove_from_cart {
  background-position: 0 -212px;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.vm2-shipto-icon {
  background-position: 0 -284px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}
.vm2-lowstock {
  background-position: 0 -1114px;
  width: 62px;
  height: 15px;
  display: inline-block;
}
.vm2-nostock {
  background-position: 0 -1179px;
  width: 62px;
  height: 15px;
  display: inline-block;
}
.vm2-normalstock {
  background-position: 0 -1244px;
  width: 62px;
  height: 15px;
  display: inline-block;
}
.vm2-termsofservice-icon {
  background-position: 0 -1309px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  display: inline-block;
}
.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.recent-view,
.related-products-view,
.browse-view,
.order-view {
  margin-botom: 1em;
}
.featured-view .product,
.latest-view .product,
.topten-view .product,
.recent-view .product,
.related-products-view .product,
.center,
span.center {
  text-align: left;
}
.vm-product-media-rating h2 {
  font-size: 1em;
  border: 0;
  margin: 6px 0;
}
.vm-rating-header {
  float: right;
  margin: 0 6px 0 0;
}
.vm-product-descr-container {
  float: left;
  text-align: center;
  width: 100%;
}
.valign-wrapper {
  position: relative;
}
.valign-content-wrapper {
  position: absolute;
  height: 100%;
  top: 50%;
  width: 100%;
}
.valign-content {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: -43px;
}
/* .main-image img {max-width:100%;height:auto}*/
.main-image img {
  max-width: 100%;
  max-height: 260px;
}
/*.main-image img.product-image,.featured-view .spacer img,.latest-view .spacer img,.topten-view .spacer img,.recent-view .spacer img{max-width:100%;height:auto;width:auto;}*/
.browseProductImage {
  width: auto;
  max-width: 100%;
}
.customer-reviews,
.ask-a-question-view .form-field {
  margin: 25px 0 0;
}
span.variant-name,
span.custom-variant-name {
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
input.highlight-button:hover,
a.highlight:hover {
  background-position: 0 -200px;
  color: #f2f2f2;
}
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer {
  padding: 0.4em;
}
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.recent-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2 {
  font-size: 14px;
  margin: 0 0 0.2em;
  padding: 0;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: auto;
  height: auto;
}
.display-number,
.control-buttons,
.right {
  text-align: right !important;
}
.control-buttons #reg_text {
  float: left;
  margin: 0 20px 0 0;
  text-align: left;
}
#userForm select,
.width80 {
  width: 80%;
}
textarea.virtuemart:hover,
textarea.customer-comment:hover {
  color: #000;
  background: #e8e8e8;
}
label.invalid,
span.red {
  color: red;
}
.output-billto span.values,
.output-shipto span.values,
.floatleft,
span.floatleft {
  float: left;
}
.output-billto span.values,
.output-shipto span.values {
  padding-right: 5px;
}
.joomlaCoreField {
  background-color: #FFFFDD;
}
.vm-pagination {
  float: left;
  text-align: center !important;
}
.vm-pagination ul {
  text-align: center !important;
}
.vm-pagination ul li {
  display: inline;
}
.vm-pagination .counter {
  text-align: right !important;
}
.vm-page-counter {
  float: right;
}
.vm-bottom div {
  text-align: center !important;
}
.vm-bottom ul {
  text-align: center !important;
}
.vm-bottom ul li {
  display: inline;
}
.vm-bottom .counter {
  text-align: right !important;
}
.pagenav {
  padding: 3px 8px;
  margin: 0 4px;
  border: 1px solid #aaa;
  background-color: #fafafa;
  color: #808080;
}
a.pagenav {
  color: #555;
  text-decoration: none;
}
td.orders-key {
  font-weight: bold;
  text-align: left;
}
/* Manufacturer View Default */
.manufacturer-view-default .row .manufacturer .spacer {
  padding: 0.4em;
}
.product-field-display a img {
  display: block;
}
.product-related-products,
.product-related-categories {
  border-top: solid #ccc 1px;
  padding-bottom: 10px;
}
.product-fields .product-field-type-P {
  clear: both;
  border-bottom: 1px solid #EEEEEE;
  margin-top: 18px;
}
.product-field-type-P .product-fields-title {
  font-size: 120%;
}
.product-field-type-B,
.product-field-type-S,
.product-field-type-I {
  float: left;
  text-align: left;
}
.product-field-type-R {
  float: left;
  margin: 0 1em;
}
.product-fields-title-wrapper {
  min-width: 10em;
  font-weight: bold;
  padding: 0.5em 0;
}
.vm-customfield-mod img,
.vm-customfield-cart img {
  vertical-align: middle;
  width: 16px;
}
.vm-img-desc {
  display: block;
}
a:hover .vm-img-desc {
  background: #095197;
}
.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
  padding: 0 2px;
}
.vmpayment_description,
.vmshipment_description {
  color: gray;
  font-size: 9px;
  padding: 0 2px;
}
.vmpayment_cardinfo {
  color: gray;
  font-size: 9px;
}
.virtuemart_search .inputbox {
  vertical-align: middle;
}
/* Custom Field Images */
.product-fields .product-field,
.product-related-categories .product-field {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 0.4em;
}
.product-fields .product-field label.other-customfield {
  width: 25%;
  float: left;
  position: relative;
  top: 20px;
  left: -18px;
  margin-bottom: 27px;
  text-align: center;
}
/* For 4 images across use width:17% */
.product-fields .product-field-type-M {
  display: block;
}
.product-fields .product-field-type-M input[type=radio] {
  display: block;
  margin: 10px;
}
.product-fields .product-field-type-M label {
  display: inline-block;
}
.product-fields .product-field-type-M img {
  display: block;
  vertical-align: text-top;
  float: right;
}
.product-field-display {
  vertical-align: middle;
}
.product-fields .product-field .vm-img-desc {
  font-size: 9px;
}
/* some more styles */
.buttonBar-right {
  text-align: right;
  float: right;
}
.userfields_info {
  font-weight: bold;
  display: block;
  margin: 0px 0px 8px 0px;
}
div.product {
  float: left;
}
div.product_horizon div.product {
  float: left;
  border: 1px solid #ddd;
  margin: 0.3%;
  min-width: 220px;
}
.vm-product-descr-container h2 {
  height: 3.2em;
  margin-bottom: 0px;
}
.vm-product-descr-container-0 {
  height: 3.3em;
  margin-bottom: 0px;
}
.vm-product-descr-container-1 {
  height: 8.6em;
  margin-bottom: 0px;
}
/* Reset Bootstrap row class margin for VM views */
div[class*="-view"] .row {
  padding: 0 0 1em 0;
  margin: 0;
}
@media (max-width: 768px) {
  .row div[class*="width"] {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .vm-product-container > div {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px;
  }
  .productdetails-view .spacer-buy-area {
    padding: 0;
  }
  .productdetails-view .addtocart-area,
  .productdetails-view .manufacturer,
  .productdetails-view .addtocart-bar {
    text-align: center;
  }
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.vmLoadingDiv {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url('/components/com_virtuemart/assets/images/vm-preloader.gif') 50% 45% no-repeat;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.vmLoading {
  overflow: hidden;
}
/* Anytime the body has the loading class, our
   modal element will be visible */
.vmLoading .vmLoadingDiv {
  display: block;
}
.vmLoadingDiv .vmLoadingDivMsg {
  position: relative;
  top: 50%;
}
.vm-rating-show-stars {
  line-height: 1em;
}
/* Reviews */
.customer-reviews h4 {
  border-bottom: solid #e9e8e8 1px;
  font-size: 1.0em;
  margin: 0 0 10px;
  padding: 0 0 6px;
}
.write-reviews {
  text-align: center;
  margin: 20px 0 0;
}
.write-reviews h4 {
  text-align: left;
}
.write-reviews h4 span {
  font-size: 1.0em;
  font-weight: 400;
  margin-left: 8px;
}
.write-reviews span.step {
  font-weight: 700;
  display: inline-block;
  margin: 0 0 8px;
}
.write-reviews ul.rating li {
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0 5px;
}
.write-reviews ul.rating li span {
  display: block;
}
.write-reviews textarea.virtuemart {
  margin-bottom: 6px;
  display: inline-block;
}
.list-reviews .highlight {
  background: #f7f6f6;
}
/* Reviews end */
.vm2-stars0 {
  background-position: 0 -358px;
  width: 64px;
  height: 13px;
}
.vm2-stars1 {
  background-position: 0 -421px;
  width: 64px;
  height: 13px;
}
.vm2-stars2 {
  background-position: 0 -484px;
  width: 64px;
  height: 13px;
}
.vm2-stars3 {
  background-position: 0 -547px;
  width: 64px;
  height: 13px;
}
.vm2-stars4 {
  background-position: 0 -610px;
  width: 64px;
  height: 13px;
}
.vm2-stars5 {
  background-position: 0 -673px;
  width: 64px;
  height: 13px;
}
.vm2-stars_0 {
  background-position: 0 -736px;
  width: 64px;
  height: 13px;
}
.vm2-stars_1 {
  background-position: 0 -799px;
  width: 64px;
  height: 13px;
}
.vm2-stars_2 {
  background-position: 0 -862px;
  width: 64px;
  height: 13px;
}
.vm2-stars_3 {
  background-position: 0 -925px;
  width: 64px;
  height: 13px;
}
.vm2-stars_4 {
  background-position: 0 -988px;
  width: 64px;
  height: 13px;
}
.vm2-stars_5 {
  background-position: 0 -1051px;
  width: 64px;
  height: 13px;
}
.ratingbox {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 12px;
  background: url("/components/com_virtuemart/assets/images/color-stars-small.png") repeat-x scroll 0 bottom transparent;
  margin: 0;
}
.ratingbox div,
.ratingbox span {
  background: url(/components/com_virtuemart/assets/images/color-stars-small.png) repeat-x;
  display: block;
  width: 1%;
  height: 24px;
  position: absolute;
}
div.vote,
span.vote {
  display: block;
  margin-bottom: 4px;
  float: right;
  margin-left: 130px;
}
.category-ratingbox {
  position: relative;
  display: block;
  width: 60px;
  height: 12px;
  background: url("/components/com_virtuemart/assets/images/color-stars-small.png") repeat-x scroll 0 bottom transparent;
}
.category-ratingbox div,
.category-ratingbox span {
  background: url(/components/com_virtuemart/assets/images/color-stars-small.png) repeat-x;
  display: block;
  width: 1%;
  height: 12px;
  position: absolute;
}
.stars-orange {
  background-position: 0 0 !important;
}
.stars-red {
  background-position: 0 -54px !important;
}
.stars-green {
  background-position: 0 -108px !important;
}
.stars-blue {
  background-position: 0 -162px !important;
}
.stars-purple {
  background-position: 0 -216px !important;
}
.search,
.sp-vmsearch {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1em;
}
.search .dropdown-toggle,
.sp-vmsearch .dropdown-toggle {
  text-decoration: none;
  color: #000000;
}
.search .dropdown-toggle:hover,
.sp-vmsearch .dropdown-toggle:hover,
.search .dropdown-toggle:focus,
.sp-vmsearch .dropdown-toggle:focus {
  text-decoration: none;
  color: #444444;
}
.search form,
.sp-vmsearch form {
  line-height: 2em;
  margin: 1em 0.25em;
}
@media (min-width: 768px) {
  .search form,
  .sp-vmsearch form {
    margin: 0;
  }
}
.search .t,
.sp-vmsearch .t {
  position: relative;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #afb3b6;
  background-color: #eeeeee;
}
.search .t .c,
.sp-vmsearch .t .c {
  text-align: center;
}
.search .t .c:first-child,
.sp-vmsearch .t .c:first-child,
.search .t .c:last-child,
.sp-vmsearch .t .c:last-child {
  text-align: center;
  background-color: #eeeeee;
}
.search .search-category-button,
.sp-vmsearch .search-category-button,
.search .search-button,
.sp-vmsearch .search-button {
  cursor: pointer;
}
.search .search-button,
.sp-vmsearch .search-button {
  width: 1em;
}
.search .search-query,
.sp-vmsearch .search-query,
.search .search-category-button,
.sp-vmsearch .search-category-button,
.search .search-button,
.sp-vmsearch .search-button {
  display: inline-block;
  line-height: 2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search .search-query,
.sp-vmsearch .search-query {
  border-top: none;
  border-bottom: none;
  font-size: 1rem;
  vertical-align: top;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.invoice-container {
  font-size: 12px;
  min-width: 900px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.75);
}
.invoice-container td.key,
.invoice-container td.pricePad {
  padding: 0;
}
.invoice-container .padding {
  padding: 0 2em;
}
.invoice-container #ui-tabs .tabs {
  margin: 0;
  padding: 0;
}
.invoice-container .invoice-header {
  width: 100%;
}
.invoice-container .invoice-header td {
  padding: 0.5em 1em;
  font-weight: normal;
}
.invoice-container .invoice-footer-container {
  padding: 1em 0;
}
.invoice-container .invoice-footer {
  width: 100%;
}
.invoice-container .invoice-footer td {
  padding: 0;
  font-weight: normal;
  color: #333333;
}
.invoice-container .invoice-header,
.invoice-container .invoice-order,
.invoice-container .invoice-items {
  margin-bottom: 2em;
}
.invoice-container .invoice-header td,
.invoice-container .invoice-order td,
.invoice-container .invoice-items td {
  border-bottom: 1px solid #000000;
}
.invoice-container table {
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 992px) {
  .invoice-container table tbody tr td:first-child {
    width: 50%;
  }
  .invoice-container table tbody tr td:last-child {
    width: 50%;
  }
}
.invoice-container table > tbody > tr > td > table > tbody > tr td:first-child {
  width: 50%;
  font-weight: bold;
}
.invoice-container table > tbody > tr > td > table > tbody > tr td:last-child {
  font-weight: normal;
}
#fancybox-content h4 {
  font-size: 1em;
  line-height: 1em;
}
.module-product-list {
  margin-bottom: 0;
}
.module-product-list .productdetails {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  position: relative;
}
.module-product-list .productdetails .vm-product-image,
.module-product-list .productdetails .vm-product-name,
.module-product-list .productdetails .vm-price-value {
  text-align: center;
}
@media (min-width: 768px) {
  .module-product-list .productdetails .vm-product-name,
  .module-product-list .productdetails .vm-price-value {
    font-size: 0.7em;
  }
}
@media (min-width: 1200px) {
  .module-product-list .productdetails .vm-product-name,
  .module-product-list .productdetails .vm-price-value {
    font-size: 1em;
  }
}
/**
 * SHOP UI COMPONENTS
 */
.vm-product-functions .pleft,
.vm-product-functions .pright {
  float: none;
  width: 100%;
}
.vm-product-functions .pleft {
  text-align: left;
}
@media (min-width: 1200px) {
  .vm-product-functions .pleft {
    float: left;
    width: 70%;
  }
}
.vm-product-functions .pright {
  text-align: center;
}
@media (min-width: 1200px) {
  .vm-product-functions .pright {
    float: left;
    width: 30%;
  }
}
.category-view h4 {
  margin: 0;
  padding: 0;
}
.category-view .row .category .spacer h2 a {
  font-size: 1em;
  display: block;
  text-align: center;
}
.category-view .row .category .spacer h2 a img {
  margin-top: 0.1em;
  max-width: 100%;
  height: auto;
}
.category-view .category {
  text-align: center;
}
.vm-category-title {
  display: block;
  margin-bottom: 1em;
}
.browse-view > h1,
.productdetails-view > h1 {
  text-align: left;
  padding: 0;
  margin: 0 0 1em 0;
  background-color: transparent;
  color: #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin: 1em 0 1em 0;
  padding: 0.5em;
  border-bottom: 1px solid #afb3b6;
}
.browse-view > h1.acenter,
.productdetails-view > h1.acenter {
  text-align: center;
}
.browse-view > h1.aright,
.productdetails-view > h1.aright {
  text-align: right;
}
.browse-view .vm-product-media-container .main-image,
.productdetails-view .vm-product-media-container .main-image {
  text-align: center;
  background-color: #ffffff;
  margin: 0 1em 1em;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
.PricesalesPrice {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
  margin: 0.5em 0;
  color: #28b976;
}
.cart-view .vm-cart-header-container h1.header-underline {
  margin-top: 0;
}
.cart-view .customer-note {
  text-align: left;
}
.productdetails-view h2.header-underline {
  padding-top: 0;
  margin-top: 0;
}
.productdetails-view .back-to-category {
  float: right;
  line-height: 1.6em;
}
.productdetails-view .vm-product-container {
  margin-bottom: 1em;
}
.vm-cart-module {
  text-align: right;
  line-height: 2em;
}
.vm-cart-module .product_row {
  border-bottom: 1px solid #e9e8e8;
  padding: 0.25em 0;
}
.vm-cart-module .peek {
  line-height: 1.2em;
  padding: 0 0.25em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .vm-cart-module .peek {
    padding: 0;
  }
}
.vm-cart-module .peek .total_products,
.vm-cart-module .peek .total {
  font-size: 0.75em;
  text-align: right;
}
.vm-cart-module .vm-cart-module-position {
  position: relative;
}
.vm-cart-module .vm-cart-toggle {
  color: #444444;
  font-size: 1em;
  line-height: 2em;
  text-decoration: none;
  margin-left: 0.25em;
}
@media (min-width: 768px) {
  .vm-cart-module .vm-cart-toggle {
    padding-right: 1em;
  }
}
.vm-cart-module .vm-cart-toggle:hover {
  text-decoration: none;
  color: #1c557b;
}
.vm-cart-module .vm-cart-toggle span {
  font-size: 2em;
  vertical-align: middle;
}
.vm-cart-module .vm-cart-module-container {
  width: 100%;
}
@media (min-width: 768px) {
  .vm-cart-module .vm-cart-module-container {
    position: absolute;
    z-index: 999;
    right: 0;
  }
}
@media (min-width: 768px) {
  .vm-cart-module .vm-cart-module-container {
    width: 30em;
  }
}
.vm-cart-module .vmCartModule {
  text-align: left;
  line-height: 1em;
  background-color: #ffffff;
}
.vm-cart-module .vmCartModule:not(.in) {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .vm-cart-module .vmCartModule:not(.in) {
    margin-bottom: 0em;
  }
}
.vm-cart-module .vmCartModule .vm-cart-module-padding {
  padding: 1em;
}
.vm-cart-module .vmCartModule .vm_cart_products {
  margin-bottom: 0.5em;
}
.vm-cart-module .vmCartModule .vm_cart_products .product_row {
  font-size: 0.8em;
}
.vm-cart-module .vmCartModule .total_products {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #444444;
}
@media (min-width: 768px) {
  .vm-product-horizon .vm-product-horizon-padding {
    padding: 0.5em;
  }
}
.vm-product-horizon .vm-product-media-container {
  text-align: center;
  max-width: 100%;
  height: 150px;
}
.vm-product-horizon .vm-product-name {
  overflow: hidden;
  margin-bottom: 1em;
  padding: 0.5em 0;
  border-bottom: 1px solid #afb3b6;
  height: 3em;
}
@media (min-width: 768px) {
  .vm-product-horizon .vm-product-name {
    height: 2em;
  }
}
.vm-product-horizon .vm-product-name > a {
  font-size: 1em;
  line-height: 1.2em;
}
.vm-product-horizon .product-price {
  margin-bottom: 1em;
}
.vm-product-horizon .addtocart-bar {
  text-align: left;
}
.vm-product-horizon form {
  margin: 0;
}
.vm-product-horizon .quantity-box,
.vm-product-horizon .quantity-controls {
  display: none;
}
.top-right-label {
  position: relative;
}
.top-right-label > * {
  font-size: 0.75em;
}
.product-review {
  text-align: left;
  margin-bottom: 1em;
}
.product-review > * {
  position: relative;
}
.product-review .comment {
  font-size: 1em;
  margin: 0.5em 0;
}
.mod-ratings {
  margin-bottom: 1em;
}
.mod-ratings .well {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mod-ratings .product-review {
    border-right: 1px solid #afb3b6;
    padding: 1em 1em;
  }
  .mod-ratings .product-review:first-child {
    padding-left: 0;
  }
  .mod-ratings .product-review:last-child {
    padding-right: 0;
    border-right: none;
  }
}
.hidden.product {
  opacity: 0;
}
.product-description {
  padding-top: 1em;
}
/*# sourceMappingURL=vmtemplate.css.map */