.clr {
  clear: both;
  overflow: hidden;
}
.general-bg,
input.custom-attribute,
input.quantity-input,
.manufacturer-product-link a,
a.ask-a-question,
input.vm-default,
a.product-details,
a.details,
div.details,
button.default {
  text-decoration: none;
  padding: 5px 5px 4px;
}
.productdetails-view .product-description,
.product-fields {
  margin: 15px 0;
}
.productdetails-view .addtocart-bar {
  margin: 15px 0 0;
}
.productdetails-view .product-title h1 {
  font-size: 22px;
  margin: 0 0 6px;
  padding: 0;
}
.productdetails-view .product-short-description {
  margin: 0 0 15px;
  padding: 0;
}
.productdetails-view .spacer-buy-area {
  padding: 0 0 0 12px;
}
.back-to-category {
  float: right;
}
.product-neighbours {
  color: #777;
  margin: 0 0 15px;
}
.product-neighbours a.previous-page {
  background: url(../images/vmgeneral/previous_16x16.png) no-repeat left;
  padding-left: 30px;
  line-height: 20px;
  float: left;
}
.product-neighbours a.next-page {
  background: url(../images/vmgeneral/next_16x16.png) no-repeat right;
  padding-right: 30px;
  line-height: 20px;
  float: right;
}
.icons {
  text-align: right;
  float: right;
  margin: 4px 0 10px 30px;
}
.product-packaging {
  margin: 15px 0 0;
}
.product-price {
  margin: 0 0 15px;
}
.product-price strong {
  font-size: 16px;
}
.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
  text-decoration: line-through;
}
.availability {
  text-align: center;
  margin: 15px 0 0;
}
.customer-reviews,
.ask-a-question-view .form-field {
  margin: 25px 0 0;
}
.customer-reviews h4 {
  border-bottom: solid #CAC9C9 1px;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 0 0 6px;
}
.write-reviews {
  text-align: center;
  margin: 20px 0 0;
}
.write-reviews ul.rating {
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}
.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 h4 {
  text-align: left;
}
.write-reviews h4 span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
}
.write-reviews span.step {
  font-weight: 700;
  display: inline-block;
  margin: 0 0 8px;
}
.write-reviews textarea.virtuemart {
  margin-bottom: 6px;
  display: inline-block;
}
.list-reviews .normal blockquote,
.list-reviews .highlight blockquote {
  margin-top: 12px;
  font-size: 12px;
  word-wrap: break-word;
}
.list-reviews .normal blockquote:before,
.list-reviews .highlight blockquote:before {
  content: open-quote;
  font-weight: 700;
  font-size: 24px;
  padding-right: 6px;
}
.list-reviews .highlight {
  background: #f7f6f6;
  border: solid #CAC9C9 1px;
  margin-bottom: 8px;
  padding: 12px;
}
.list-reviews span.date {
  float: right;
  display: block;
  color: #AAA;
  border-left: solid rgba(10,10,10,0.2) 1px;
  border-bottom: solid rgba(10,10,10,0.2) 1px;
  position: relative;
  top: -12px;
  right: -12px;
  font-size: 10px;
  padding: 4px 6px 2px;
}
.list-reviews .normal blockquote:after,
.list-reviews .highlight blockquote:after {
  content: close-quote;
  font-weight: 700;
  font-size: 24px;
  padding-left: 6px;
}
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-controls {
  width: 15px;
  float: left;
  padding-top: 0px;
  margin: -1px 0 0 23px;
}
span.quantity-controls input.quantity-controls {
  height: 14px;
  border: none;
  width: 14px;
  padding: 0;
}
span.quantity-controls input.quantity-plus {
  background: url(../images/vmgeneral/quantity-controls.png) repeat-x;
  margin-bottom: -4px;
}
span.quantity-controls input.quantity-minus {
  background: url(../images/vmgeneral/quantity-controls.png) repeat-x;
  background-position: 14px 0;
}
input.quantity-input {
  height: 19px;
  width: 25px;
  text-align: center;
  font-weight: 700;
  padding: 2px;
}
span.quantity-box {
  float: left;
  width: 27px;
  padding-top: 5px;
}
.addtocart-bar {
  margin: 0;
  padding: 0;
}
span.cart-images img {
  float: left;
  margin: 0;
  width: 45px;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  width: 152px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 5px;
}
span.addtocart-button {
  width: 152px;
  float: left;
  margin: 2px 0 0 10px;
}
span.addtocart-button input.addtocart-button-disabled {
  width: auto;
  background: #f2f2f2 top repeat-x;
  border: solid #333 1px;
  font-size: 14px;
  cursor: pointer;
  height: 34px;
  text-align: center;
  letter-spacing: 1px;
  padding: 4px 5px;
  color: #333;
  margin: 10px 0px 0px 0px;
}
.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.recent-view,
.related-products-view,
.browse-view,
.order-view {
  margin-bottom: 25px;
}
.category-view h4 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.category-view .row .category .spacer {
  height: auto !important;
}
.category-view .row .category .spacer h2 {
  margin: 0;
  padding: 0;
}
.category-view .row .category .spacer h2 a {
  font-size: 14px;
  display: block;
  text-align: center;
}
.category-view .row .category .spacer h2 a img {
  margin-top: 6px;
  max-width: 100%;
  height: auto;
}
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4 {
  font-size: 14px;
  margin: 0 0 8px;
  padding: 0;
}
.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 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: 11px;
  color: #666;
}
.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;
}
.product-price {
  font-size: 13px;
  margin: 5px 0;
  text-align: center;
}
.browse-view .productItem,
.categoryItem,
.manufacturerItem {
  border: 1px solid #DDD;
  padding: 10px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
}
.browse-view .productItem .productImage,
.categoryItem .categoryImage,
.manufacturerItem .manufacturerImage {
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  margin: -10px -10px -15px;
  position: relative;
  z-index: 5;
  background: #fff;
}
.browse-view .productItem .productDescription,
.categoryDescription {
  display: block;
  position: relative;
  z-index: 1;
}
.browse-view h1 {
  font-size: 16px;
  margin: 0 0 8px;
  padding: 0;
}
.browse-view .productItem img,
.categoryItem img,
.manufacturerItem img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  max-width: 90%;
  height: auto;
}
.browse-view .productItem:hover,
.categoryItem:hover,
.manufacturerItem:hover {
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}
.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: 5px 15px 5px 0;
}
.orderlistcontainer a {
  text-decoration: none;
  display: block;
}
.orderlistcontainer a :hover {
  text-decoration: none;
  display: block;
  color: #EEE;
  background: #777;
}
.orderlistcontainer div.activeOrder {
  background: #FFF top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  border: solid #CAC9C9 1px;
  font-size: 12px;
  padding: 2px 28px 1px 12px;
}
.orderlistcontainer div.orderlist {
  display: none;
  position: absolute;
  border: solid #CAC9C9 1px;
  background: #FFF;
  cursor: pointer;
  margin-top: -1px;
  min-width: 138px;
}
.orderlistcontainer .title {
  display: none;
}
.ask-a-question-view input.counter,
.ask-a-question-view input#email,
.ask-a-question-view input#name {
  background: #fff;
  border: solid #ccc 1px;
  display: inline-block;
  padding: 5px 5px 4px;
}
a.ask-a-question:hover {
  color: #777;
  text-decoration: none;
}
a.ask-a-question {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 3px 12px 1px;
}
.ask-a-question-view .form-field .submit {
  width: 464px;
}
.ask-a-question-view .form-field textarea.field {
  width: 436px;
  background: #fff;
  border: solid #CAC9C9 1px;
  color: #777;
  text-align: left;
  padding: 12px;
  margin: 3px 0 5px 0;
}
.ask-a-question-view .form-field textarea.field:hover {
  background: #fff;
  color: #000;
}
.ask-a-question-view .product-summary {
  border-bottom: solid #CAC9C9 1px;
  color: #666 !important;
  margin: 15px 0 0;
  padding: 0 0 10px;
  font-family: arial;
}
.ask-a-question-view .product-summary img.product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.ask-a-question-view .product-summary .short-description {
  margin-top: 6px;
}
.ask-a-question-view .product-summary h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.ask-a-question-view .one-half.last {
  margin-right: 0;
}
.ask-a-question-view .one-half {
  width: 48%;
  display: inline-block;
}
.form-validate input {
  margin-bottom: 7px;
}
.orderlistcontainer div.orderlist div {
  padding: 2px 12px 1px;
}
.orderlistcontainer div.orderlist div:hover {
  color: #EEE;
  background: #CAC9C9;
}
.vmquote {
  font-size: smaller;
}
input.highlight-button {
  letter-spacing: 1px;
  text-decoration: none;
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(top,#ffffff 0%,#e6e6e6 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e6e6e6));
  background-image: -webkit-linear-gradient(top,#ffffff 0%,#e6e6e6 100%);
  background-image: -o-linear-gradient(top,#ffffff 0%,#e6e6e6 100%);
  background-image: -ms-linear-gradient(top,#ffffff 0%,#e6e6e6 100%);
  background-image: linear-gradient(to bottom,#ffffff 0%,#e6e6e6 100%);
  background-repeat: repeat-x;
  border: 1px solid;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
  border-image: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 14px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
}
input.vm-default {
  margin-bottom: 2px;
}
.manufacturer-details-view img {
  float: right;
  margin: 0 0 10px 20px;
}
.manufacturer-details-view .email-weblink a {
  margin-right: 15px;
}
span.stock-level {
  font-size: 10px;
  color: #7d7b7b;
  display: block;
  text-align: center;
}
p.product_s_desc {
  margin-bottom: 6px;
  padding: 0;
}
.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;
}
td.key {
  padding: 0 6px;
  width: 150px;
}
table.user-details input[type="checkbox"],
table.user-details input[type="radio"] {
  width: 20px;
}
span.details-button {
  margin: 0 0 0 10px;
}
span.details-button input.details-button {
  background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll center top #E8E8E8;
  color: #135CAE;
  border: 1px solid #CAC9C9;
  cursor: pointer;
  text-align: center;
  padding: 3px 8px 1px;
}
table.user-details {
  width: 450px;
  margin-bottom: 25px;
}
table.user-details input.invalid {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid red 1px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
}
table.user-details input {
  width: 278px;
}
.invalid {
  background-color: #ffd;
  color: #000;
  border-color: red;
}
.coupon {
  color: gray;
  border-radius: 4px;
  border: 1px solid #CAC9C9;
  font-size: 9px;
  padding: 3px;
}
.output-billto span.titles,
.output-shipto span.titles {
  width: 150px;
  float: left;
}
.horizontal-separator {
  display: block;
}
table.cart-summary tr th {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border-bottom: solid #E9E8E8 1px;
  padding: 6px 0 3px;
}
.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;
}
.control-buttons button.default {
  margin-left: 8px;
}
a.product-details,
a.details,
div.details {
  background-position: 0 0;
  display: inline-block;
  padding: 3px 8px 1px;
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
  color: #fff;
  text-transform: uppercase;
}
div.terms-of-service {
  margin: 10px 0 0;
  padding: 10px 10px 15px;
  display: inline;
}
textarea.customer-comment {
  background: #fff;
  border: solid #ccc 1px;
  color: #777;
  margin-bottom: 2px;
  text-align: left;
  padding: 5px 5px 4px;
}
.cart-view h1 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
}
.cart-view h2 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
textarea.virtuemart {
  background: #fff;
  border: solid #ccc 1px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}
#full-tos {
  display: none;
}
a.highlight,
a.highlight:visited {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #00a000 1px;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  background-position: 0 -160px;
  color: #fff;
  padding: 3px 8px 1px;
}
.billto-shipto span,
a.terms-of-service {
  display: inline-block;
  font-size: 14px;
}
.billto-shipto {
  border-top: solid #E9E8E8 1px;
  border-bottom: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 25px;
}
span.tos {
  display: inline-block;
  margin-right: 15px;
}
button.default {
  display: inline-block;
  cursor: pointer;
  padding: 5px 8px 4px;
}
a.details:hover,
div.details:hover,
a.product-details:hover {
  background-position: 0 -40px;
  color: #777;
}
input.highlight-button:visited {
  color: #fff;
}
.customer-comment {
  text-align: center;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 15px;
}
.checkout-button-top {
  text-align: right;
  border-top: solid #E9E8E8 1px;
  padding: 15px 0 0;
}
.checkout-button-top input.terms-of-service {
  margin-right: 10px;
  display: inline-block;
  vertical-align: baseline;
}
.page-results {
  margin-top: 25px;
  text-align: right;
}
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited {
  background-color: #FAA732;
  background-image: -moz-linear-gradient(top,#fbb450 0%,#f89406 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fbb450),color-stop(100%,#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450 0%,#f89406 100%);
  background-image: -o-linear-gradient(top,#fbb450 0%,#f89406 100%);
  background-image: -ms-linear-gradient(top,#fbb450 0%,#f89406 100%);
  background-image: linear-gradient(to bottom,#fbb450 0%,#f89406 100%);
  background-repeat: repeat-x;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 6px 14px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
ul.VMmenu,
.VMmenu ul,
.VMmenu li {
  list-style-type: none !important;
  background-image: none !important;
  padding: 2px;
}
body .VMmenu {
  padding: 0px !important;
  margin: 0px;
}
body .VMmenu ul.menu {
  margin-left: 25px;
}
body .VMmenu .VmArrowdown {
  position: absolute;
  top: 55px;
  right: 15px;
}
body .VMmenu li {
  padding: 0px !important;
}
.vm-button-correct:hover {
  background-position: 0 -200px;
  color: #f2f2f2;
  text-decoration: none;
}
.VmArrowdown {
  background: top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  float: right;
  width: 16px;
  height: 20px;
  padding: 0 12px;
}
.vm-button-correct,
.vm-button-correct:hover,
.vm-button-correct:visited {
  background-color: #F89406;
  color: #FFFFFF;
}
.VMmenu li a {
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 5px 8px 2px;
  display: block;
}
.width91 {
  width: 91%;
}
.width70 {
  width: 70%;
}
.width69 {
  width: 69%;
}
.width48 {
  width: 48%;
}
.width9 {
  width: 9%;
}
.width27 {
  width: 27%;
}
.width92 {
  width: 92%;
}
.width71 {
  width: 71%;
}
.width28 {
  width: 28%;
}
.width50 {
  width: 50%;
}
.width49 {
  width: 49%;
}
.width93 {
  width: 93%;
}
.width72 {
  width: 72%;
}
.width30 {
  width: 30%;
}
.width29 {
  width: 29%;
}
.width51 {
  width: 51%;
}
.width94 {
  width: 94%;
}
.width73 {
  width: 73%;
}
.width10 {
  width: 10%;
}
.width31 {
  width: 31%;
}
.width52 {
  width: 52%;
}
.width95 {
  width: 95%;
}
.width74 {
  width: 74%;
}
.width11 {
  width: 11%;
}
.width32 {
  width: 32%;
}
.width53 {
  width: 53%;
}
.floatleft,
span.floatleft {
  float: left;
}
.width96 {
  width: 96%;
}
.width75 {
  width: 75%;
}
.width12 {
  width: 12%;
}
.width33 {
  width: 33%;
}
.width54 {
  width: 54%;
}
.width97 {
  width: 97%;
}
.width76 {
  width: 76%;
}
span.bold {
  font-weight: 700;
}
.width13 {
  width: 13%;
}
.width34 {
  width: 34%;
}
.width55 {
  width: 55%;
}
.width100 {
  width: 100%;
}
.width98 {
  width: 98%;
}
.width77 {
  width: 77%;
}
.width14 {
  width: 14%;
}
.width35 {
  width: 35%;
}
.width56 {
  width: 56%;
}
.width99 {
  width: 99%;
}
.width78 {
  width: 78%;
}
.width15 {
  width: 15%;
}
.width36 {
  width: 36%;
}
.width57 {
  width: 57%;
}
.width79 {
  width: 79%;
}
.width37 {
  width: 37%;
}
.width58 {
  width: 58%;
}
.width16 {
  width: 16%;
}
.width81 {
  width: 81%;
}
.width59 {
  width: 59%;
}
.width1 {
  width: 1%;
}
.width17 {
  width: 17%;
}
.width38 {
  width: 38%;
}
.width60 {
  width: 60%;
}
.width82 {
  width: 82%;
}
.width2 {
  width: 2%;
}
.width18 {
  width: 18%;
}
.width40 {
  width: 40%;
}
.width39 {
  width: 39%;
}
.width61 {
  width: 61%;
}
.width83 {
  width: 83%;
}
.width62 {
  width: 62%;
}
.width3 {
  width: 3%;
}
.width20 {
  width: 20%;
}
.width41 {
  width: 41%;
}
.width84 {
  width: 84%;
}
.width63 {
  width: 63%;
}
.width4 {
  width: 4%;
}
.width21 {
  width: 21%;
}
.width19 {
  width: 19%;
}
.width42 {
  width: 42%;
}
.width85 {
  width: 85%;
}
.width64 {
  width: 64%;
}
.width5 {
  width: 5%;
}
.width22 {
  width: 22%;
}
.width43 {
  width: 43%;
}
#ui-tabs .dyn-tabs {
  overflow: auto;
  display: none;
}
#ui-tabs .tabs {
  padding: 20px;
}
#ui-tabs ul#tabs {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 20px 20px 0;
}
#ui-tabs ul#tabs li.current {
  display: inline-block;
  background: #ccc;
  color: #444;
}
#ui-tabs ul#tabs li {
  display: inline-block;
  cursor: pointer;
  background: #f2f2f2;
  padding: 10px 20px 7px;
}
.width86 {
  width: 86%;
}
.width65 {
  width: 65%;
}
.floatright,
span.floatright {
  float: right;
}
.width6 {
  width: 6%;
}
.width23 {
  width: 23%;
}
.width44 {
  width: 44%;
}
.width87 {
  width: 87%;
}
.width66 {
  width: 66%;
}
.width7 {
  width: 7%;
}
.width24 {
  width: 24%;
}
.width45 {
  width: 45%;
}
.width88 {
  width: 88%;
}
.width67 {
  width: 67%;
}
.width25 {
  width: 25%;
}
.clear,
br.clear {
  clear: both;
}
.width46 {
  width: 46%;
}
.width90 {
  width: 90%;
}
.width89 {
  width: 89%;
}
.width68 {
  width: 68%;
}
.width26 {
  width: 26%;
}
.width47 {
  width: 47%;
}
.width8 {
  width: 8%;
}
.vm2-modallink {
  height: 16px;
  margin-left: 3px;
  vertical-align: top;
  width: 16px;
  display: inline-block;
  background: url("../images/icon_external_link.gif") no-repeat scroll left top transparent;
}
.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;
}
.vmicon,
.vmiconFE {
  background: url(../images/vm2-sprite.png) no-repeat top left;
}
.vm2-stars_3 {
  background-position: 0 -925px;
  width: 64px;
  height: 13px;
}
.vm2-stars_4 {
  background-position: 0 -988px;
  width: 64px;
  height: 13px;
}
.vm2-stars0 {
  background-position: 0 -358px;
  width: 64px;
  height: 13px;
}
.vm2-remove_from_cart {
  background-position: 0 -208px;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  vertical-align: bottom;
  width: 24px;
}
.vm2-arrow_down {
  background-position: 0 -72px;
  width: 16px;
  height: 16px;
}
.vm2-stars_5 {
  background-position: 0 -1051px;
  width: 64px;
  height: 13px;
}
.vm2-stars1 {
  background-position: 0 -421px;
  width: 64px;
  height: 13px;
}
.vm2-termsofservice-icon {
  display: inline-block;
}
.vm2-normalstock {
  background-position: 0 -1244px;
  width: 62px;
  height: 15px;
  display: block;
  margin-left: 62px;
}
.vm2-lowstock {
  background-position: 0 -1114px;
  width: 62px;
  height: 15px;
  display: block;
}
.vm2-stars2 {
  background-position: 0 -484px;
  width: 64px;
  height: 13px;
}
.vm2-shipto-icon {
  background-position: 0 -284px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}
.vm2-billto-icon {
  background-position: 0 -138px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  border: 0px;
}
.vm2-add_quantity_cart {
  background: url(../images/vm2-sprite.png) no-repeat top left !important;
  box-shadow: none !important;
  background-position: 0 0;
  width: 24px;
  height: 24px;
  border: none !important;
  cursor: pointer;
}
.vm2-stars3 {
  background-position: 0 -547px;
  width: 64px;
  height: 13px;
}
.vm2-warning {
  background-position: 0 -1383px;
  width: 50px;
  height: 40px;
}
.vm2-nostock {
  background-position: 0 -1179px;
  width: 62px;
  height: 15px;
  display: block;
}
.vm2-stars4 {
  background-position: 0 -610px;
  width: 64px;
  height: 13px;
}
.vm2-stars5 {
  background-position: 0 -673px;
  width: 64px;
  height: 13px;
}
.main-image img {
  max-width: 100%;
  height: auto;
}
span.addtocart-button input.notify-button:hover,
input.highlight-button:hover,
a.highlight:hover {
  -webkit-transition: background-position 0.1s linear 0s;
  -moz-transition: background-position 0.1s linear 0s;
  -o-transition: background-position 0.1s linear 0s;
  -ms-transition: background-position 0.1s linear 0s;
  transition: background-position 0.1s linear 0s;
  background-color: #E6E6E6;
  background-position: 0 -15px;
  color: #333333;
}
.main-image,
.featured-view .product,
.latest-view .product,
.topten-view .product,
.recent-view .product,
.related-products-view .product,
.center,
span.center {
  text-align: center;
}
.ask-a-question,
.manufacturer,
.manufacturer-details-view .email-weblink,
.manufacturer-details-view .description {
  margin: 10px 0 0;
}
.additional-images,
.featured-view .product-price,
.latest-view .product-price,
.topten-view .product-price,
.recent-view .product-price,
.output-billto,
.output-shipto {
  margin: 10px 0;
}
span.variant-name,
span.custom-variant-name {
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
.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;
}
.manufacturerItem {
  padding: 0 10px 10px 10px;
}
.vm-reg-button {
  margin-top: 15px;
  border-top: 2px solid #DDD;
  padding-top: 15px;
}
.display-number,
.control-buttons,
.right {
  text-align: right !important;
}
.ask-a-question-view h1,
.manufacturer-details-view h1 {
  font-size: 18px;
  margin: 0 0 8px;
  padding: 0;
  font-weight: bold;
}
#userForm select,
.width80 {
  width: 80%;
}
.ask-a-question-view,
.manufacturer-details-view .spacer {
  padding: 30px;
}
.adminForm tr td {
  padding: 5px 0;
}
.adminForm tr td input[type='checkbox'] {
  padding-left: 0;
  margin: 0;
  text-align: left;
  width: auto;
}
#userForm input[type='radio'] {
  margin: 0;
}
#userForm .adminForm {
  margin-bottom: 0;
}
#userForm fieldset {
  padding: 0;
}
#userForm fieldset legend {
  border: 1px solid #DDD;
}
textarea.virtuemart:hover,
textarea.customer-comment:hover {
  color: #000;
}
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 div {
  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-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;
}
td.orders-key {
  font-weight: bold;
  text-align: left;
}
.manufacturer-view-default .row .manufacturer .spacer {
  padding: 6px;
}
.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 {
  padding-left: 3%;
  float: left;
  width: 30%;
}
.product-fields-title {
  font-weight: bold;
}
.vm-customfield-mod img,
.vm-customfield-cart img {
  vertical-align: middle;
  width: 16px;
}
.vm-img-desc {
  display: block;
}
.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
  padding: 0 2px;
}
.vmpayment_description,
.vmshipment_description {
  color: gray;
  font-size: 9px;
  padding: 3px 0;
  display: block;
}
.vmpayment_cardinfo {
  color: gray;
  font-size: 9px;
}
.virtuemart_search .inputbox {
  height: 16px;
  vertical-align: middle;
}
.product-fields .product-field,
.product-related-categories .product-field {
  width: 100%;
  float: left;
  display: inline-block;
}
.product-fields .product-field label.other-customfield {
  width: 100%;
  display: block;
}
.product-fields .product-field .vm-img-desc {
  font-size: 9px;
}
.priceColor2 {
  color: gray;
}
.line-through {
  text-decoration: line-through;
}
.inline {
  display: inline;
}
td.pricePad {
  padding-right: 10px;
}
td.priceCol {
  white-space: nowrap;
}
div.spaceStyle {
  padding: 0px;
  margin: 5px;
  spacing: 0px;
}
.vm-notice {
  color: #CC0000;
}
.buttonBar-right {
  text-align: right;
  width: 100%;
}
.userfields_info {
  font-weight: bold;
  border-bottom: 2px solid #DDD;
  padding-bottom: 10px;
  display: block;
}
.ratingbox {
  position: relative;
  display: block;
  width: 120px;
  height: 24px;
  background: url("../images/color-stars.png") repeat-x scroll 0 bottom transparent;
}
.ratingbox span {
  background: url(../images/color-stars.png) repeat-x;
  display: block;
  width: 1%;
  height: 24px;
  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;
}
.productDescription h2,
.categoryDescription h2,
.manufacturerItem h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase;
}
.manufacturerItem h2 {
  margin-bottom: 0px;
}
.productItem:hover .detailsButton {
  display: block;
}
.detailsImgBlock {
  background: #FFF;
  border: 1px solid #DDD;
}
.detailsImgBlock:hover {
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}
.productdetails .main-image {
  margin-bottom: -11px;
  z-index: 1;
  position: relative;
}
.productdetails .main-image > div {
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
  border-bottom: 1px solid #DDD;
}
.productdetails .additional-images {
  text-align: center;
  background: none;
  margin-bottom: 0;
  padding: 5px 0;
}
.additionalImgBlock {
  display: inline-block;
}
.productdetails .additional-images a {
  display: inline-block;
  vertical-align: top;
}
.productdetails .additional-images a img {
  width: 50px;
  height: auto;
  vertical-align: top;
}
.PricesalesPrice {
  font-size: 13px;
  font-weight: bold;
}
#facebox .content {
  padding: 20px !important;
}
#facebox .content a {
  margin-bottom: 10px;
}
.product-title h1 {
  border-bottom: 2px solid #DDD;
  padding-bottom: 5px;
  font-weight: bold;
}
.product-title {
  margin-bottom: 15px;
}
.productdetails .button > span {
  font-size: 12px;
  vertical-align: middle;
  margin-right: 5px;
}
.manufacturer-image img {
  border: 1px solid #DDD;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), inset 0 0 12px rgba(0,0,0,0.1);
  padding: 10px;
}
.manufacturer-email,
.manufacturer-url,
.manufacturer-product-link {
  margin-right: 10px;
}
.manufacturer-description p {
  margin-top: 0;
}
ul.vmproduct li {
  display: inline-block;
}
ul.vmproduct li a {
  display: block;
}
ul.vmproduct li a img {
  width: 100%;
  max-width: 100%;
}
.termsConditionsTitle {
  text-align: center;
}
.vendor-image {
  margin-top: 15px;
}
.termsConditions ol li {
  border-left: 4px solid #DDD;
  padding-left: 10px;
}
.vendor-view-default .manufacturerItem h2 {
  margin: 20px 0 15px;
}
.vm_cart_products .product_row {
  border-bottom: 1px solid #e5e5e5;
  margin: 2px 0;
  padding-bottom: 2px;
}
.vmCartModule .show_cart a {
  font-weight: bold !important;
}
.product-description span.title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #DDD;
  padding-bottom: 10px;
}
.vmCartModule .show_cart {
  margin-top: 5px;
}
.vm-pagination {
  margin: 15px 0;
  display: block;
}
tr.sectiontableentry1,
tr.sectiontableentry2 {
  border-bottom: 1px solid #DDD;
}
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 5px 0;
  vertical-align: middle;
}
#com-form-login p {
  margin: 5px 0;
}
#com-form-login input[type='text'],
#com-form-login input[type='password'] {
  width: 80%;
}
#com-form-login fieldset {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.module .vmgroup ul.vmproduct {
  padding-left: 0;
}
.module .vmgroup ul.vmproduct li {
  margin-left: 15px;
}
.module .vmgroup ul.vmproduct li:last-child {
  margin-bottom: 0;
}
.module .vmgroup ul.vmproduct li a {
  display: block;
}
.module .vmgroup span.addtocart-button {
  width: 100%;
  float: none;
  margin: 5px 0 0 0;
  display: block;
}
.module .vmgroup span.addtocart-button input.addtocart-button,
.module .vmgroup span.addtocart-button input.notify-button {
  width: 100%;
  font-size: 12px;
}
.module .vmgroup .quantity-box,
.module .vmgroup span.quantity-controls {
  display: none;
}
.spacer-buy-area .printlink {
  margin-bottom: 10px;
  width: 202px;
}
.spacer-buy-area .frndlink {
  width: 202px;
}
.ask-a-question a.button {
  width: 202px;
}
.vm-currency select {
  width: 100%;
}
.vm-currency .button {
  margin: 10px 0 0 0;
}
.vmmanufacturer div a img {
  width: 100%;
}
@media (max-width: 767px) {
  span.addtocart-button {
    width: 110px;
  }
  span.addtocart-button input.addtocart-button,
  span.addtocart-button input.notify-button {
    width: 115px;
    font-size: 12px;
  }
  .productdetails-view .spacer-buy-area {
    padding: 0 0 0 15px;
  }
  .back-to-category {
    float: none;
  }
  .back-to-category a.button {
    display: block;
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 479px) {
  .productdetails-view .product-description {
    display: none;
  }
  .productdetails-view .spacer-buy-area {
    padding: 15px 0 0 0;
  }
}
.productdetails-view .spacer-buy-area .product-field .product-fields-title-wrapper {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  margin: 6px 0;
}
.product-fields .product-field input[type=radio] {
  position: relative;
  float: left;
  display: block;
  z-index: 10;
}
.product-fields .product-field .product-field-display select {
  width: 230px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.product-fields .product-field input[type=radio] {
  left: 0px !important;
}