.com_virtuemart.view-productdetails .main-container,
.com_virtuemart.view-category .main-container {
  padding-left: 20px;
  padding-right: 20px;
}
.com_virtuemart.view-productdetails .t3-masshead,
.com_virtuemart.view-category .t3-masshead {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
}
.clr {
  clear: both;
  overflow: hidden;
}
.vmgroup {
  border-top: 1px solid #e5e5e5;
}
.vmgroup .vmproduct.productdetails {
  margin: 0;
  list-style: none;
}
.vmgroup .vmproduct.productdetails .floatleft {
  background: url("../../images/sep-vline.gif") repeat-y right top;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.vmgroup .vmproduct.productdetails .floatleft:last-child {
  background-image: none;
}
.vmgroup .vmproduct.productdetails .spacer .vmproduct-image,
.vmgroup .vmproduct.productdetails .spacer .vmproduct-title,
.vmgroup .vmproduct.productdetails .spacer .vote,
.vmgroup .vmproduct.productdetails .spacer .product-price {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
}
.vmgroup .vmproduct.productdetails .floatleft:hover,
.vmgroup .vmproduct.productdetails .floatleft:focus {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
}
.vmgroup .vmproduct.productdetails .floatleft:hover .addtocart-area,
.vmgroup .vmproduct.productdetails .floatleft:focus .addtocart-area {
  bottom: 0;
}
.vmgroup .vmproduct.productdetails .floatleft:hover .spacer .vmproduct-image,
.vmgroup .vmproduct.productdetails .floatleft:hover .spacer .vmproduct-title,
.vmgroup .vmproduct.productdetails .floatleft:hover .spacer .vote,
.vmgroup .vmproduct.productdetails .floatleft:hover .spacer .product-price,
.vmgroup .vmproduct.productdetails .floatleft:focus .spacer .vmproduct-image,
.vmgroup .vmproduct.productdetails .floatleft:focus .spacer .vmproduct-title,
.vmgroup .vmproduct.productdetails .floatleft:focus .spacer .vote,
.vmgroup .vmproduct.productdetails .floatleft:focus .spacer .product-price {
  top: -40px;
}
.vmgroup .vmproduct.productdetails .spacer {
  padding: 20px;
  -webkit-transition: all 0.5s ease-out 0.2s;
  -moz-transition: all 0.5s ease-out 0.2s;
  -o-transition: all 0.5s ease-out 0.2s;
  transition: all 0.5s ease-out 0.2s;
}
.vmgroup .vmproduct.productdetails .vmproduct-image {
  margin-bottom: 20px;
}
.vmgroup .vmproduct.productdetails .vmproduct-title {
  font-weight: bold;
  color: #222;
}
.vmgroup .vmproduct.productdetails .vmproduct-title:hover,
.vmgroup .vmproduct.productdetails .vmproduct-title:focus,
.vmgroup .vmproduct.productdetails .vmproduct-title:active {
  color: #d91f26;
  text-decoration: none;
}
.vmgroup .vmproduct.productdetails .vmproduct-title:visited {
  color: #666;
}
.vmgroup .vmproduct.productdetails span.vote {
  color: #aaa;
  display: block;
  margin-top: 5px;
}
.vmgroup .vmproduct.productdetails span.quantity-box,
.vmgroup .vmproduct.productdetails span.quantity-controls {
  display: none;
}
.vmgroup .vmproduct.productdetails .addtocart-area {
  margin: 0 -20px;
  position: absolute;
  width: 100%;
  bottom: -60px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-align: center;
}
.vmgroup .vmproduct.productdetails .addtocart-area form.product,
.vmgroup .vmproduct.productdetails .addtocart-area form.ja-vm-product {
  margin: 0;
}
.vmgroup .vmproduct.productdetails .addtocart-area form.ja-vm-product {
  width: 50%;
  float: right;
}
.vmgroup .vmproduct.productdetails .addtocart-area a.product-details {
  width: 50%;
  float: left;
  padding: 0;
}
.vmgroup .vmproduct.productdetails .addtocart-area a.product-details:hover,
.vmgroup .vmproduct.productdetails .addtocart-area a.product-details:focus,
.vmgroup .vmproduct.productdetails .addtocart-area a.product-details:active {
  text-decoration: none;
}
.vmgroup .vmproduct.productdetails .addtocart-area a.product-details span {
  background: none;
  border: 0;
  padding: 15px 0;
  font-size: 14px;
  height: auto;
  text-transform: lowercase;
  font-weight: bold;
  background: #000;
  color: #fff;
  display: block;
  line-height: 20px;
  border-right: 1px solid #444;
}
.vmgroup .vmproduct.productdetails .addtocart-area a.product-details:hover span {
  background-color: #d91f26;
}
.vmgroup .vmproduct.productdetails .addtocart-area span.addtocart-button {
  float: none;
  width: 100%;
  display: block;
  margin: 0;
}
.vmgroup .vmproduct.productdetails .addtocart-area input.addtocart-button,
.vmgroup .vmproduct.productdetails .addtocart-area input.ja-addtocart-button {
  background: none;
  border: 0;
  font-size: 12px;
  width: 100%;
  padding: 15px 0;
  height: 50px;
  text-transform: lowercase;
  font-weight: bold;
  background: #000;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.vmgroup .vmproduct.productdetails .addtocart-area input.addtocart-button:hover,
.vmgroup .vmproduct.productdetails .addtocart-area input.ja-addtocart-button:hover {
  background-color: #d91f26;
}
.addtocart-area .product-fields {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  text-align: left;
  margin: 0;
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
}
.vmgroup .vmproduct.productdetails .floatleft:hover .addtocart-area .product-fields,
.vmgroup .vmproduct.productdetails .floatleft:focus .addtocart-area .product-fields {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.addtocart-area .product-fields .product-field-display > div > div {
  width: auto !important;
}
.addtocart-area .product-fields .product-field-display > div > div > span {
  display: none;
}
.spacer .modal {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  position: static;
  width: auto;
  border: 0;
}
.vmgroup .vmproduct.productdetails .addtocart-area .addtocart-area {
  position: static;
  width: auto;
  margin: 0;
}
.vmgroup .vmproduct.productdetails:last-child .floatleft,
.vmgroup .vmproduct.productdetails.last .floatleft {
  border-bottom: 0;
}
.com_virtuemart span.label {
  position: absolute;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url("../../images/ico/icon_label_ltr.png") no-repeat;
  color: #fff;
  width: 39px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  padding: 0;
  z-index: 20;
}
.com_virtuemart span.label.hot {
  background-image: url("../../images/ico/icon_hot_ltr.png");
}
.com_virtuemart span.label.sale {
  background-image: url("../../images/ico/icon_sale_ltr.png");
  width: 44px;
}
.productdetails-view .spacer-buy-area > .vote {
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  color: #aaa;
}
.back-to-category {
  float: right;
  display: none;
}
.product-neighbours {
  color: #777777;
  margin: 0 0 15px;
}
.product-neighbours a.next-page {
  background: url("../../images/vmgeneral/next_16x16.png") no-repeat right;
  float: right;
  line-height: 20px;
  padding-right: 30px;
}
.product-neighbours a.previous-page {
  background: url("../../images/vmgeneral/previous_16x16.png") no-repeat left;
  float: left;
  line-height: 20px;
  padding-left: 30px;
}
.productdetails-view {
  margin: 40px 0 0;
}
.productdetails-view h1 {
  font-size: 30px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
  line-height: normal;
}
.productdetails-view .product-short-description {
  margin: 0 0 15px;
  padding: 0;
}
.productdetails-tabs .nav-tabs {
  border-color: #E5E5E5;
}
.productdetails-tabs .nav-tabs > li:first-child {
  margin-left: 10px;
  border-left: 1px solid #e5e5e5;
}
.productdetails-tabs .nav-tabs > li > a {
  font-weight: bold;
  font-size: 18px;
  text-transform: lowercase;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #aaa;
  margin-right: 0;
  background-color: #f5f5f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none !important;
}
.productdetails-tabs .nav-tabs > li.active > a {
  color: #222;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-left: 0;
}
span.title {
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
.product-packaging {
  margin: 15px 0 0;
}
.icons {
  float: right;
  margin: 4px 0 10px 30px;
  text-align: right;
}
.icons .modal,
.manufacturer .modal {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: static;
  width: auto;
  margin: 0;
}
.additional-images img {
  height: auto;
  margin-right: 8px;
  width: 50px;
}
.product-price {
  margin: 10px 0 0;
  font-size: 16.25px;
  font-weight: bold;
  color: #d91f26;
}
.product-price strong {
  display: none;
}
.product-price > span,
.product-price > div {
  color: #aaa;
  font-weight: normal;
}
.product-price > span.vm-price-desc,
.product-price > div.vm-price-desc {
  color: #999;
  font-size: 13px;
  font-weight: normal;
}
.product-price > span > span,
.product-price > div > span {
  color: #d91f26;
  font-weight: bold;
}
.product-price > span > span.vm-price-desc,
.product-price > div > span.vm-price-desc {
  color: #999;
  font-size: 13px;
  font-weight: normal;
}
.product-price > div > span.vm-price-desc {
  color: #999;
  font-weight: normal;
  font-size: 13px;
}
.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
  text-decoration: line-through;
}
.productdetails-view .addtocart-bar {
  margin: 20px 0 0;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.productdetails-view .addtocart-bar > .addtocart-button {
  float: left;
  margin-left: 10px;
}
.productdetails-view .product-price {
  margin: 20px 0;
}
.availability {
  margin: 15px 0;
  text-align: center;
}
.customer-reviews {
  margin: 0;
}
.customer-reviews h4 {
  display: none;
}
.write-reviews {
  margin: 20px 0 0;
  text-align: left;
}
.write-reviews h4 {
  text-align: left;
}
.write-reviews h4 span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
}
.write-reviews span.step {
  display: inline-block;
  font-weight: 700;
  margin: 0 0 8px;
}
.write-reviews ul.rating {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.write-reviews ul.rating li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
  text-align: center;
}
.write-reviews ul.rating li span {
  display: block;
}
.write-reviews textarea.virtuemart {
  display: inline-block;
  margin-bottom: 6px;
  width: 95%;
}
.list-reviews .normal {
  border: solid #e5e5e5 1px;
  margin-bottom: 20px;
  padding: 20px;
}
.list-reviews .normal blockquote,
.list-reviews .highlight blockquote {
  font-size: 12px;
  margin-top: 12px;
  word-wrap: break-word;
}
.list-reviews .normal blockquote:before,
.list-reviews .highlight blockquote:before {
  content: open-quote;
  font-size: 24px;
  font-weight: 700;
  padding-right: 6px;
}
.list-reviews .normal blockquote:after,
.list-reviews .highlight blockquote:after {
  content: close-quote;
  font-size: 24px;
  font-weight: 700;
  padding-left: 6px;
}
.list-reviews .highlight {
  background: #f7f6f6;
  border: solid #e5e5e5 1px;
  margin-bottom: 20px;
  padding: 20px;
}
.list-reviews span.date {
  border-bottom: solid #e5e5e5 1px;
  border-left: solid #e5e5e5 1px;
  color: #777777;
  display: block;
  float: right;
  font-size: 10px;
  padding: 4px 6px 2px;
  position: relative;
  right: -20px;
  top: -20px;
}
span.variant-dropdown {
  display: block;
  float: left;
  margin-bottom: 5px;
  width: 150px;
}
span.variant-dropdown select {
  width: 150px;
}
span.custom-variant-inputbox {
  display: block;
  float: left;
  margin-bottom: 5px;
  width: 152px;
}
input.custom-attribute {
  width: 140px;
}
span.quantity-box {
  float: left;
}
span.quantity-box input.quantity-input {
  margin-bottom: 0;
}
input.quantity-input {
  font-weight: 700;
  height: 19px;
  padding: 2px;
  text-align: center;
  width: 25px;
}
span.quantity-controls {
  float: left;
  margin: -5px 0 0 10px;
  width: 15px;
}
span.quantity-controls input.quantity-controls {
  border: none;
  height: 10px;
  width: 10px;
  padding: 0;
}
span.quantity-controls input.quantity-plus {
  background: url("../../images/vmgeneral/quantity-controls.png") repeat-x;
}
span.quantity-controls input.quantity-minus {
  background: url("../../images/vmgeneral/quantity-controls.png") repeat-x;
  background-position: left 0;
}
html[dir=ltr] span.quantity-controls input.quantity-minus {
  background-position: right 0;
}
.addtocart-bar {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.addtocart-bar:before,
.addtocart-bar:after {
  display: table;
  content: "";
  line-height: 0;
}
.addtocart-bar:after {
  clear: both;
}
.addtocart-bar:hover {
  background: none;
}
.addtocart-bar .addtocart-button {
  margin: 0;
  display: block;
}
.addtocart-bar .addtocart-button .addtocart-button {
  padding: 5px;
  font-size: 12px;
}
.vm-product-rating-container {
  margin: 10px 0;
}
.vm-details-button .product-details {
  padding: 10px;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all .2s linear .1s;
  -moz-transition: all .2s linear .1s;
  -o-transition: all .2s linear .1s;
  transition: all .2s linear .1s;
}
.vm-details-button .product-details:hover {
  color: #fff;
  text-decoration: none;
  background: #d91f26;
}
span.addtocart-button {
  float: right;
  margin: 0 0 0 10px;
}
span.cart-images img {
  float: left;
  margin: 0;
  width: 45px;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button,
span.addtocart-button input.ja-addtocart-button {
  background: #d91f26;
  border: solid #d91f26 1px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding: 5px 30px 5px 15px;
  text-transform: lowercase;
  font-weight: bold;
}
span.addtocart-button input.addtocart-button-disabled {
  background: #f2f2f2 top repeat-x;
  border: solid #333333 1px;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  height: 34px;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
  -moz-border-radius: 4px;
  padding: 4px 5px;
  text-align: center;
  -webkit-border-radius: 4px;
  width: auto;
}
.category-view h4 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.category-view .cat-title {
  padding: 10px 20px;
}
.category-view .row .category .spacer h2 {
  margin: 0;
  padding: 0;
}
.category-view .row .category .spacer h2 a {
  color: #222;
  display: block;
  font-size: 14px;
  text-align: center;
}
.category-view .row .category .spacer h2 a:hover,
.category-view .row .category .spacer h2 a:focus,
.category-view .row .category .spacer h2 a:active {
  color: #d91f26;
  text-decoration: none;
}
.category-view .row .category .spacer:hover h2 a {
  color: #d91f26;
  text-decoration: none;
}
.category-view .row .category .spacer h2 a img {
  height: auto;
  margin-top: 6px;
  max-width: 100%;
}
.category-view {
  margin: -20px;
}
.view-categories .category-view {
  margin: -20px -40px;
}
.category.vertical-separator {
  background: url("../../images/sep-vline.gif") repeat-y right top;
}
.category-view .category .spacer h2 {
  font-size: 16.25px;
  margin: 20px 0 0;
  font-weight: bold;
}
.category-view .category .spacer a.category-img {
  min-height: 340px;
  line-height: 340px;
}
.category-view .category .spacer div.category-description {
  height: 80px;
  overflow: hidden;
}
.category-view .category .spacer a.category-view-link {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16.25px;
  border: 0;
  width: 100%;
  padding: 15px 0;
  height: auto;
  text-transform: lowercase;
  font-weight: bold;
  background: #000;
  color: #fff;
  left: 0;
  bottom: -60px;
  position: absolute;
  text-align: center;
  margin: 0;
}
.category-view .category .spacer a.category-view-link:hover,
.category-view .category .spacer a.category-view-link:focus,
.category-view .category .spacer a.category-view-link:active {
  text-decoration: none;
}
.category-view .category {
  margin-right: -1px;
  padding-right: 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  overflow: hidden;
}
.category-view .category:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
}
.category-view .category:hover a.category-view-link {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  bottom: 0px;
  background-color: #000;
}
.category-view .category:hover a.category-view-link:hover {
  background-color: #d91f26;
}
.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 a.modal,
.topten-view a.modal {
  border: none;
  left: 0;
  margin: 0;
  position: inherit;
  top: 0;
  width: auto;
  z-index: 10;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.browse-view {
  margin: 0 -20px -20px;
}
.browse-view h1 {
  font-size: 16px;
  margin: 0 0 8px;
  padding: 0 20px;
  display: none;
}
.browse-view h3 {
  font-size: 16px;
  margin: 0 0 8px;
  padding: 0 20px;
  display: none;
}
.orderby-displaynumber {
  border-bottom: solid #e5e5e5 1px;
  margin: 0;
  padding: 10px 20px;
}
.orderby-displaynumber .vm-pagination {
  display: none;
}
.category_description {
  display: none;
}
.orderlistcontainer {
  display: inline-block;
  font-size: 12px;
  margin: 0 15px 0 0;
  text-decoration: none;
  position: relative;
}
.orderlistcontainer div.title {
  display: inline-block;
  margin-right: 5px;
}
.orderlistcontainer div.activeOrder {
  background: #F5F5F5 center right no-repeat url("../../images/vmgeneral/arrow_down.png");
  display: inline-block;
  border: solid #E5E5E5 1px;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 20px 4px 6px;
}
.orderlistcontainer a {
  color: #666;
  display: block;
  text-decoration: none;
}
.orderlistcontainer a :hover {
  background: #777777;
  color: #eeeeee;
  display: block;
  text-decoration: none;
}
.orderlistcontainer div.orderlist {
  background: #F5F5F5;
  border: solid #E5E5E5 1px;
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
}
.orderlistcontainer div.orderlist div {
  padding: 2px 12px 1px;
}
.orderlistcontainer div.orderlist div:hover,
.orderlistcontainer div.orderlist div a:hover {
  background: #cac9c9;
  color: #eeeeee;
}
.orderlistcontainer .Order {
  color: #222;
  display: inline-block;
}
.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 .floatleft.width30 {
  width: 30%;
}
.ask-a-question-view .product-summary img.product-image {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  position: static;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ask-a-question-view .form-field textarea.field {
  background: white url("../../images/vmgeneral/default_bg.jpg") bottom repeat-x;
  border: solid #cac9c9 1px;
  border-radius: 4px;
  color: #777777;
  -moz-border-radius: 4px;
  padding: 12px;
  text-align: left;
  -webkit-border-radius: 4px;
  width: 394px;
}
.ask-a-question-view .form-field textarea.field:hover {
  background: white url("../../images/vmgeneral/default_hover_bg.jpg") top repeat-x;
  color: black;
}
.ask-a-question-view .form-field .submit {
  width: 418px;
}
.ask-a-question-view input.counter,
.ask-a-question-view input#email {
  background: #e8e8e8 url("../../images/vmgeneral/backgrounds.png") top repeat-x;
  border: solid #cccccc 1px;
  border-radius: 4px;
  color: #777777;
  display: inline-block;
  margin: 0 0 0 10px;
  -moz-border-radius: 4px;
  padding: 5px 5px 4px;
  -webkit-border-radius: 4px;
}
.vmquote {
  font-size: smaller;
}
.manufacturer-details-view img {
  float: right;
  margin: 0 0 10px 20px;
}
.manufacturer-details-view .email-weblink a {
  margin-right: 15px;
}
a.ask-a-question {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 3px 12px 1px;
  text-decoration: none;
}
a.ask-a-question:hover {
  color: #777777;
  text-decoration: none;
}
input.vm-default {
  margin-bottom: 2px;
}
input.highlight-button {
  background: #e8e8e8 url("../../images/vmgeneral/backgrounds.png") top repeat-x;
  background-position: 0 -160px;
  border: 1px solid #00a000;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  -moz-border-radius: 4px;
  padding: 4px 8px 2px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
}
input.highlight-button:visited {
  color: white;
}
a.product-details,
a.details,
div.details {
  background-position: 0 0;
  display: inline-block;
  padding: 3px 8px 1px;
}
a.details:hover,
div.details:hover,
a.product-details:hover {
  background-position: 0 -40px;
  color: #777777;
}
span.details-button {
  margin: 0 0 0 10px;
}
span.details-button input.details-button {
  background: #d91f26;
  border: 1px solid #d91f26;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  line-height: 20px;
  padding: 4px 14px;
  text-align: center;
  text-transform: lowercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
span.details-button input.details-button:hover,
span.details-button input.details-button:focus,
span.details-button input.details-button:active {
  background: #000;
  border-color: #000;
}
.coupon {
  border: 1px solid #cac9c9;
  border-radius: 4px;
  color: gray;
  font-size: 9px;
  padding: 3px;
}
button.default {
  cursor: pointer;
  display: inline-block;
  padding: 5px 8px 4px;
}
a.highlight,
a.highlight:visited {
  background: #e8e8e8 url("../../images/vmgeneral/backgrounds.png") top repeat-x;
  background-position: 0 -160px;
  border: solid #00a000 1px;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 12px;
  -moz-border-radius: 4px;
  padding: 3px 8px 1px;
  text-decoration: none;
  -webkit-border-radius: 4px;
}
textarea.virtuemart {
  background: white;
  border: solid #cccccc 1px;
  border-radius: 4px;
  color: #777777;
  -moz-border-radius: 4px;
  padding: 5px 5px 4px;
  text-align: left;
  -webkit-border-radius: 4px;
}
p.product_s_desc {
  margin-bottom: 6px;
  padding: 0;
}
span.stock-level {
  color: #7d7b7b;
  font-size: 10px;
}
.horizontal-separator {
  background: #e5e5e5;
  height: 1px;
  margin: 0;
}
.invalid {
  background-color: #ffffdd;
  border-color: red;
  color: black;
}
.page-results {
  margin-top: 25px;
  text-align: right;
}
.control-buttons button.default {
  margin-left: 8px;
}
table.user-details {
  margin-bottom: 10px;
  width: 450px;
}
table.user-details input,
table.user-details input.inputbox,
table.user-details select.inputbox {
  margin: 0;
}
table.user-details input[type="checkbox"],
table.user-details input[type="radio"] {
  width: 20px;
}
td.key {
  padding: 0 6px;
  width: 150px;
}
.cart-view h1 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
}
.cart-view h2 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.checkout-button-top {
  border-top: solid #e9e8e8 1px;
  padding: 10px 0 0;
  text-align: right;
}
.checkout-button-top input.terms-of-service {
  display: inline-block;
  margin-right: 10px;
}
span.tos {
  display: inline-block;
  margin-right: 5px;
}
.billto-shipto {
  border-bottom: solid #e9e8e8 1px;
  border-top: 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 {
  float: left;
  width: 150px;
}
.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;
}
table.cart-summary tr th {
  background: #e8e8e8 url("../../images/vmgeneral/backgrounds.png") top repeat-x;
  border-bottom: solid #e9e8e8 1px;
  padding: 10px 4px;
}
.customer-comment {
  border-top: solid #e9e8e8 1px;
  margin: 10px 0 0;
  padding: 10px 0 0;
  text-align: center;
}
textarea.customer-comment {
  background: white;
  border: solid #cccccc 1px;
  border-radius: 4px;
  color: #777777;
  margin-bottom: 2px;
  -moz-border-radius: 4px;
  padding: 5px 5px 4px;
  text-align: left;
  -webkit-border-radius: 4px;
}
div.terms-of-service {
  display: inline-block;
  margin: 10px 0 10px 10px;
  padding: 10px 0 15px;
}
.terms-of-service h5 {
  background: #7c1e21;
  border-radius: 6px;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  -moz-border-radius: 6px;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 6px;
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
  color: white;
  text-transform: uppercase;
}
.com_virtuemart button.default {
  padding: 6px 10px;
}
#userForm .control-buttons button {
  margin: 10px 0;
}
#userForm input.coupon {
  margin-bottom: 0;
}
#userForm > h1,
#paymentForm > h1 {
  font-size: 14px;
  font-weight: normal;
}
.VmArrowdown {
  background: top right no-repeat url("../../images/vmgeneral/arrow_down.png");
  cursor: pointer;
  float: right;
  height: 16px;
  padding: 0 12px;
  width: 16px;
}
ul.VMmenu,
.VMmenu ul,
.VMmenu li {
  background-image: none !important;
  list-style-type: none !important;
}
ul.VMmenu {
  margin: 0 !important;
}
ul.VMmenu li {
  border-bottom: 1px solid #2A2A2A;
  line-height: 1;
}
ul.VMmenu li a {
  color: #999999;
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
ul.VMmenu li a:hover {
  padding-left: 10px;
  color: #d91f26;
}
#ui-tabs ul#tabs {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 20px 20px 0;
}
#ui-tabs ul#tabs li {
  background: #f2f2f2;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 7px;
}
#ui-tabs ul#tabs li.current {
  background: #cccccc;
  color: #444;
  display: inline-block;
}
#ui-tabs .tabs {
  padding: 20px;
}
#ui-tabs .dyn-tabs {
  display: none;
  overflow: auto;
}
.clear,
br.clear {
  clear: both;
}
.floatright,
span.floatright {
  float: right;
}
.floatleft,
span.floatleft {
  float: left;
}
span.bold {
  font-weight: 700;
}
.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.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%;
}
.vmicon,
.vmiconFE {
  background: url("../../images/vm2-sprite.png") no-repeat top left;
}
.vm2-add_quantity_cart {
  background-position: 0px 0px;
  border: 0;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.vm2-arrow_down {
  background-position: 0px -72px;
  height: 16px;
  width: 16px;
}
.vm2-billto-icon {
  background-position: 0px -138px;
  border: 0;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}
.vm2-remove_from_cart {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 17px;
  width: 16px;
  background: url("../../images/vmgeneral/remove_from_cart.png") no-repeat;
}
.vm2-remove_from_cart:hover {
  background: url("../../images/vmgeneral/remove_from_cart.png") no-repeat;
}
.vm2-shipto-icon {
  background-position: 0px -284px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}
.vm2-stars0 {
  background-position: 0px -358px;
  height: 13px;
  width: 64px;
}
.vm2-stars1 {
  background-position: 0px -421px;
  height: 13px;
  width: 64px;
}
.vm2-stars2 {
  background-position: 0px -484px;
  height: 13px;
  width: 64px;
}
.vm2-stars3 {
  background-position: 0px -547px;
  height: 13px;
  width: 64px;
}
.vm2-stars4 {
  background-position: 0px -610px;
  height: 13px;
  width: 64px;
}
.vm2-stars5 {
  background-position: 0px -673px;
  height: 13px;
  width: 64px;
}
.vm2-stars_0 {
  background-position: 0px -736px;
  height: 13px;
  width: 64px;
}
.vm2-stars_1 {
  background-position: 0px -799px;
  height: 13px;
  width: 64px;
}
.vm2-stars_2 {
  background-position: 0px -862px;
  height: 13px;
  width: 64px;
}
.vm2-stars_3 {
  background-position: 0px -925px;
  height: 13px;
  width: 64px;
}
.vm2-stars_4 {
  background-position: 0px -988px;
  height: 13px;
  width: 64px;
}
.vm2-stars_5 {
  background-position: 0px -1051px;
  height: 13px;
  width: 64px;
}
.vm2-lowstock {
  background-position: 0px -1114px;
  display: block;
  height: 15px;
  width: 62px;
}
.vm2-nostock {
  background-position: 0px -1179px;
  display: block;
  height: 15px;
  width: 62px;
}
.vm2-normalstock {
  background-position: 0px -1244px;
  display: block;
  height: 15px;
  width: 62px;
}
.vm2-termsofservice-icon {
  background-position: 0px -1309px;
  display: inline-block;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}
.vm2-modallink {
  background: url("../../images/icon_external_link.gif") no-repeat scroll left top transparent;
  display: inline-block;
  height: 16px;
  margin-left: 3px;
  vertical-align: top;
  width: 16px;
}
.vm2-warning {
  background-position: 0 -1383px;
  height: 40px;
  width: 50px;
}
.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.recent-view,
.related-products-view,
.browse-view,
.order-view {
  clear: both;
}
.category-view > h4,
.featured-view > h4,
.latest-view > h4,
.topten-view > h4,
.recent-view > h4 {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  margin-bottom: 0;
}
.com_virtuemart.layout-default .featured-view .product,
.com_virtuemart.layout-default .latest-view .product,
.com_virtuemart.layout-default .topten-view .product,
.com_virtuemart.layout-default .recent-view .product {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.com_virtuemart.layout-default .featured-view .product.vertical-separator,
.com_virtuemart.layout-default .latest-view .product.vertical-separator,
.com_virtuemart.layout-default .topten-view .product.vertical-separator,
.com_virtuemart.layout-default .recent-view .product.vertical-separator {
  background: url("../../images/sep-vline.gif") repeat-y right top;
}
.com_virtuemart.layout-default .featured-view .product .product-details,
.com_virtuemart.layout-default .latest-view .product .product-details,
.com_virtuemart.layout-default .topten-view .product .product-details,
.com_virtuemart.layout-default .recent-view .product .product-details {
  background: none;
  border: 0;
  font-size: 16.25px;
  width: 100%;
  padding: 15px 0;
  height: auto;
  text-transform: lowercase;
  font-weight: bold;
  background: #000;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  position: absolute;
  bottom: -60px;
  left: 0;
}
.com_virtuemart.layout-default .featured-view .product .product-details:hover,
.com_virtuemart.layout-default .latest-view .product .product-details:hover,
.com_virtuemart.layout-default .topten-view .product .product-details:hover,
.com_virtuemart.layout-default .recent-view .product .product-details:hover {
  background-color: #d91f26;
  text-decoration: none;
}
.com_virtuemart.layout-default .featured-view .product:hover,
.com_virtuemart.layout-default .latest-view .product:hover,
.com_virtuemart.layout-default .topten-view .product:hover,
.com_virtuemart.layout-default .recent-view .product:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
}
.com_virtuemart.layout-default .featured-view .product:hover .product-details,
.com_virtuemart.layout-default .latest-view .product:hover .product-details,
.com_virtuemart.layout-default .topten-view .product:hover .product-details,
.com_virtuemart.layout-default .recent-view .product:hover .product-details {
  bottom: 0;
}
.com_virtuemart.layout-default .featured-view .product .product-price,
.com_virtuemart.layout-default .latest-view .product .product-price,
.com_virtuemart.layout-default .topten-view .product .product-price,
.com_virtuemart.layout-default .recent-view .product .product-price {
  color: #999;
  font-size: 100%;
  font-weight: normal;
}
.com_virtuemart.layout-default .featured-view .product .product-price span,
.com_virtuemart.layout-default .latest-view .product .product-price span,
.com_virtuemart.layout-default .topten-view .product .product-price span,
.com_virtuemart.layout-default .recent-view .product .product-price span {
  margin: 0;
  font-size: 16.25px;
  font-weight: bold;
  color: #d91f26;
}
.com_virtuemart.layout-default .featured-view .product .product-price span.vm-price-desc,
.com_virtuemart.layout-default .latest-view .product .product-price span.vm-price-desc,
.com_virtuemart.layout-default .topten-view .product .product-price span.vm-price-desc,
.com_virtuemart.layout-default .recent-view .product .product-price span.vm-price-desc {
  font-weight: normal;
  font-size: 13px;
  color: #999;
}
.com_virtuemart.layout-default .category-view {
  margin-top: -20px;
}
.com_virtuemart.layout-default .recent-view {
  margin-bottom: -20px;
}
.main-image,
.featured-view .product,
.latest-view .product,
.topten-view .product,
.recent-view .product,
.related-products-view .product,
.center,
span.center {
  text-align: center;
}
.main-image img {
  height: auto;
  max-width: 100%;
}
.main-image img.product-image,
.featured-view .spacer img,
.latest-view .spacer img,
.topten-view .spacer img,
.recent-view .spacer img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.ask-a-question-view .form-field {
  margin: 20px 0;
}
span.variant-name,
span.custom-variant-name {
  display: block;
  float: left;
  margin-bottom: 5px;
  width: 100px;
}
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.ja-addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
input.highlight-button:hover,
a.highlight:hover {
  background-color: #000;
  border-color: #000;
}
.browse-view .row .product.vertical-separator {
  background: url("../../images/sep-vline.gif") repeat-y right top;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.browse-view .row .product {
  position: relative;
  overflow: hidden;
}
.browse-view .row .product:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
}
.browse-view .row .product:hover .product-details {
  bottom: 0;
}
.browse-view .row .product .product-details {
  background: none;
  border: 0;
  font-size: 16.25px;
  width: 100%;
  padding: 15px 0;
  height: auto;
  text-transform: lowercase;
  font-weight: bold;
  background: #000;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 0 -20px;
  text-align: center;
  position: absolute;
  bottom: -60px;
}
.browse-view .row .product .product-details:hover {
  background-color: #d91f26;
  text-decoration: none;
}
.browse-view .row .product .spacer .product-price {
  color: #999;
  font-size: 100%;
  font-weight: normal;
}
.browse-view .row .product .spacer .product-price span {
  margin: 0;
  font-size: 16.25px;
  font-weight: bold;
  color: #d91f26;
}
.browse-view .row .product .spacer .product-price span.vm-price-desc {
  color: #999;
  font-size: 13px;
  font-weight: normal;
}
.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: 20px;
}
.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: 100%;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.featured-view .spacer h3 a,
.latest-view .spacer h3 a,
.topten-view .spacer h3 a,
.recent-view .spacer h3 a,
.related-products-view .spacer h3 a,
.browse-view .row .product .spacer h2 a {
  color: #222;
}
.featured-view .spacer h3 a:hover,
.featured-view .spacer h3 a:focus,
.featured-view .spacer h3 a:active,
.latest-view .spacer h3 a:hover,
.latest-view .spacer h3 a:focus,
.latest-view .spacer h3 a:active,
.topten-view .spacer h3 a:hover,
.topten-view .spacer h3 a:focus,
.topten-view .spacer h3 a:active,
.recent-view .spacer h3 a:hover,
.recent-view .spacer h3 a:focus,
.recent-view .spacer h3 a:active,
.related-products-view .spacer h3 a:hover,
.related-products-view .spacer h3 a:focus,
.related-products-view .spacer h3 a:active,
.browse-view .row .product .spacer h2 a:hover,
.browse-view .row .product .spacer h2 a:focus,
.browse-view .row .product .spacer h2 a:active {
  color: #d91f26;
  text-decoration: none;
}
.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 {
  color: #666666;
  font-size: 11px;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  height: auto;
}
.display-number,
.control-buttons,
.right {
  text-align: right !important;
}
.display-number {
  margin: 5px 0;
}
.display-number div.title {
  display: inline-block;
  margin-right: 5px;
}
.display-number select {
  width: auto;
  margin-bottom: 0;
  margin-left: 10px;
}
.ask-a-question-view,
.manufacturer-details-view .spacer {
  padding: 30px;
}
.ask-a-question-view h1,
.manufacturer-details-view h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#userForm select,
.width80 {
  width: 80%;
}
textarea.virtuemart:hover,
textarea.customer-comment:hover {
  background: #e8e8e8;
  color: black;
}
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-bottom div {
  text-align: center !important;
}
.vm-pagination {
  *zoom: 1;
}
.vm-pagination div {
  text-align: center !important;
}
.vm-pagination ul {
  text-align: center !important;
}
.vm-pagination ul li {
  display: inline;
}
.vm-pagination .counter {
  display: none;
}
.vm-pagination:before,
.vm-pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.vm-pagination:after {
  clear: both;
}
.vm-pagination {
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  box-shadow: 0 -4px 2px -2px #E5E5E5;
  *zoom: 1;
}
.vm-pagination:before,
.vm-pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.vm-pagination:after {
  clear: both;
}
.vm-pagination .vm-page-counter {
  float: left;
  margin: 20px 0;
}
.vm-pagination ul.pagination-list,
.vm-pagination ul {
  color: #999;
  margin: 20px 0;
  text-align: center !important;
  float: right;
}
.vm-pagination ul.pagination-list li.active a,
.vm-pagination ul li.active a {
  background: #d91f26;
  color: #fff;
}
.vm-pagination ul.pagination-list li.disabled a,
.vm-pagination ul li.disabled a {
  cursor: none;
  background: #eee;
  color: #999;
}
.vm-pagination ul.pagination-list li,
.vm-pagination ul li {
  display: inline-block;
  margin-right: 5px;
}
.vm-pagination ul.pagination-list li a,
.vm-pagination ul li a,
.vm-pagination ul li span,
.vm-pagination li.pagination-start span,
.vm-pagination li.pagination-prev span,
.vm-pagination li.pagination-next span,
.vm-pagination li.pagination-end span {
  background: #eee;
  color: #666;
  display: block;
  font-weight: bold;
  padding: 5px 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.vm-pagination ul.pagination-list li a:hover,
.vm-pagination ul.pagination-list li a:focus,
.vm-pagination ul.pagination-list li a:active,
.vm-pagination ul li a:hover,
.vm-pagination ul li a:focus,
.vm-pagination ul li a:active,
.vm-pagination ul li span:hover,
.vm-pagination ul li span:focus,
.vm-pagination ul li span:active,
.vm-pagination li.pagination-start span:hover,
.vm-pagination li.pagination-start span:focus,
.vm-pagination li.pagination-start span:active,
.vm-pagination li.pagination-prev span:hover,
.vm-pagination li.pagination-prev span:focus,
.vm-pagination li.pagination-prev span:active,
.vm-pagination li.pagination-next span:hover,
.vm-pagination li.pagination-next span:focus,
.vm-pagination li.pagination-next span:active,
.vm-pagination li.pagination-end span:hover,
.vm-pagination li.pagination-end span:focus,
.vm-pagination li.pagination-end span:active {
  background: #444;
  color: #fff;
  text-decoration: none;
}
.vm-pagination ul.pagination-list li.disabled a,
.vm-pagination li.pagination-start span,
.vm-pagination li.pagination-prev span {
  color: #999;
}
.vm-pagination ul.pagination-list li.disabled a:hover,
.vm-pagination li.pagination-start span:hover,
.vm-pagination li.pagination-prev span:hover {
  color: #fff;
}
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 #e5e5e5 1px;
  margin: 20px -20px -20px;
  clear: both;
}
.product-related-products > h4 {
  margin: 0;
  padding: 20px 20px;
  font-size: 18px;
  text-transform: lowercase;
}
.product-related-products hr {
  margin: 0;
}
.product-related-products .product-field {
  float: left;
  width: 25%;
  background: url("../../images/sep-vline.gif") repeat-y right top;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.product-related-products .product-field-display {
  padding: 20px;
  display: block;
}
.product-related-products .product-field-display a {
  color: #222;
  font-weight: bold;
}
.product-related-products .product-field-display a:hover,
.product-related-products .product-field-display a:focus,
.product-related-products .product-field-display a:active {
  color: #d91f26;
  text-decoration: none;
}
.product-related-products .product-field-display img {
  margin-bottom: 20px;
}
.product-fields .product-field-type-P {
  border-bottom: 1px solid #eeeeee;
  clear: both;
  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;
  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;
}
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 {
  padding: 0px 20px;
}
.virtuemart_search .inputbox {
  height: 18px;
  margin-bottom: 0;
  vertical-align: middle;
}
#mod_virtuemart_search {
  background: url("../../images/icon_newsleter_ltr.png") no-repeat scroll 95% center #000;
  border: 1px solid #444;
  color: #999;
  height: auto;
  line-height: normal;
  padding: 10px 5px;
  width: 190px;
  margin-bottom: 0;
}
#mod_virtuemart_search:hover,
#mod_virtuemart_search:focus,
#mod_virtuemart_search:active {
  background-image: url("../../images/icon_newsleter_hover_ltr.png");
  border-color: #d91f26;
}
#mod_virtuemart_search + .button {
  background: #d91f26;
  border-color: #d91f26;
  margin-top: 10px;
}
#mod_virtuemart_search + .button:hover,
#mod_virtuemart_search + .button:active,
#mod_virtuemart_search + .button:focus {
  background: #000;
  border-color: #000;
}
.product-fields .product-field,
.product-related-categories .product-field {
  display: inline-block;
  float: left;
  width: 100%;
}
.product-fields .product-field label.other-customfield {
  float: left;
  left: -18px;
  margin-bottom: 27px;
  position: relative;
  text-align: center;
  top: 20px;
  width: 25%;
}
.product-fields .product-field input[type=radio] {
  left: 33px;
  position: relative;
}
.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 {
  margin: 5px;
  padding: 0;
  spacing: 0;
}
div.spaceStyle table tr td {
  vertical-align: middle;
}
.vm-notice {
  color: #cc0000;
}
.buttonBar-right {
  text-align: right;
  width: 100%;
}
.userfields_info {
  display: block;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.ratingbox {
  background: url("../../images/product_rating_blank_star.png") repeat-x 0 bottom;
  display: block;
  height: 10px;
  position: relative;
  width: 60px;
}
.ratingbox span {
  background: url("../../images/product_rating_full_star.png") repeat-x 0 bottom;
  display: block;
  height: 10px;
  position: absolute;
  width: 1%;
}
.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;
}
.cart-view .page-heading {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.cart-view .page-heading .vm-page-title {
  text-transform: lowercase;
}
#com-form-login-remember input {
  display: inline-block;
}
#com-form-login-remember label {
  display: inline-block;
}
.com_virtuemart  .login-form p {
  margin: 5px 0px;
}
.com_virtuemart .login-form p#com-form-login-remember {
  margin: 3px 0 0;
}
.com_virtuemart .login-form input.inputbox {
  width: 90%;
}
.com_virtuemart .login-form label {
  line-height: 30px;
}
.com_virtuemart .login-form input[type="submit"] {
  line-height: normal;
}
.com_virtuemart .login-form input.inputbox[type=checkbox] {
  margin: 0;
  width: auto;
}
.com_virtuemart .login-form div.floatleft a {
  background: url("../../images/circle-bullet.png") no-repeat left center;
  color: #999;
  padding-left: 10px;
  display: block;
}
.com_virtuemart .login-form div.floatleft a:hover,
.com_virtuemart .login-form div.floatleft a:focus,
.com_virtuemart .login-form div.floatleft a:active {
  background-image: url("../../images/circle-bullet2.png");
  color: #d91f26;
  text-decoration: none;
}
div.billto-shipto {
  border: 1px solid #e5e5e5;
  margin: 20px 0 30px 0;
  padding: 20px;
}
div.billto-shipto span {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: lowercase;
}
a.terms-of-service {
  font-size: 100%;
}
input[type=checkbox].terms-of-service {
  margin-top: 0;
}
.billto-shipto .output-billto span,
.billto-shipto .output-shipto span {
  border-bottom: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div.billto-shipto .output-billto span,
div.billto-shipto .output-shipto span {
  background: none;
  font-weight: normal;
  margin-right: 5px !important;
  text-transform: none;
  text-shadow: none;
}
div.billto-shipto .floatleft:first-child span {
  margin-right: 30px;
  line-height: normal;
}
div.billto-shipto .output-shipto #STsameAsBT {
  margin-left: 5px;
  margin-top: 0;
  padding-top: 0;
  vertical-align: middle;
}
div.billto-shipto span span.vmicon {
  display: none;
}
div.billto-shipto a.details {
  float: left;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3em;
  background: #000;
  border: none;
  border-radius: 0px;
  color: #fff;
  padding: 7px 10px;
  text-transform: lowercase;
}
div.billto-shipto a.details:hover,
div.billto-shipto a.details:focus,
div.billto-shipto a.details:active {
  text-decoration: none;
}
.checkoutStep {
  display: inline-block;
  background-color: #d91f26;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  padding: 6px 14px;
  text-transform: lowercase;
  margin-top: 20px;
  display: none;
}
#paymentForm label {
  display: inline-block;
  margin: 5px 0 0;
  vertical-align: middle;
}
.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
  font-weight: bold;
}
.vmpayment_description,
.vmshipment_description {
  font-size: 100%;
}
table.cart-summary tr th {
  background: #eee;
  border-bottom: none;
  color: #fff;
  padding: 10px 4px;
}
table.cart-summary tr th[align=left],
table.cart-summary tr td[align=left] {
  text-align: left;
}
table.cart-summary tr th[align=center],
table.cart-summary tr td[align=center] {
  text-align: center;
}
table.cart-summary tr th[align=right],
table.cart-summary tr td[align=right] {
  text-align: right;
}
table.cart-summary tr td {
  vertical-align: middle;
  padding: 10px 4px;
  border-top-color: #e5e5e5;
}
table.cart-summary tr td[align=left] a {
  font-weight: bold;
}
table.cart-summary tr td[align=left] a:hover,
table.cart-summary tr td[align=left] a:focus,
table.cart-summary tr td[align=left] a:active {
  color: #d91f26;
}
table.cart-summary td hr {
  margin: 0;
  border: 0;
}
table.cart-summary td.product-name a {
  color: #d91f26;
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
table.cart-summary td.product-name a:active,
table.cart-summary td.product-name a:focus,
table.cart-summary td.product-name a:hover {
  color: #000;
  text-decoration: none;
}
table.cart-summary td a:hover,
table.cart-summary td a:focus,
table.cart-summary td a:active {
  text-decoration: none;
}
table.cart-summary td.product-name .vm-customfield-cart span {
  line-height: 1.5em;
  padding-left: 15px;
}
table.cart-summary tr td .inputbox {
  padding: 3px 5px;
  vertical-align: middle;
  text-align: center;
}
table.cart-summary .vm2-add_quantity_cart {
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: url("../../images/vmgeneral/update_quantity_cart.png") no-repeat;
  width: 16px;
  height: 9px;
}
table.cart-summary .vm2-add_quantity_cart:hover {
  background: url("../../images/vmgeneral/update_quantity_cart.png") no-repeat;
}
table.cart-summary .vm2-remove_from_cart {
  border: 0;
}
table.cart-summary .vm2-remove_from_cart:hover {
  background-position: left bottom;
}
table.cart-summary div.PricesalesPrice {
  color: #d91f26;
  font-weight: bold;
}
table.cart-summary div.PricebasePriceVariant,
table.cart-summary div.PricesalesPrice,
table.cart-summary div.PricetaxAmount {
  color: #d91f26;
  font-weight: bold;
}
table.cart-summary .ja-total-price td {
  font-size: 1.4em;
}
div.customer-comment {
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: left;
}
div.customer-comment textarea.customer-comment {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 6px 10px;
}
div.customer-comment textarea.customer-comment:hover {
  border: 1px solid #d91f26;
}
div.checkout-button-top {
  padding-top: 20px;
  text-align: left;
  *zoom: 1;
}
div.checkout-button-top:before,
div.checkout-button-top:after {
  display: table;
  content: "";
  line-height: 0;
}
div.checkout-button-top:after {
  clear: both;
}
div.checkout-button-top input.terms-of-service,
input.terms-of-service {
  margin: 0 3px 0px 0px;
}
div.checkout-button-top .terms-of-service {
  float: left;
  line-height: 30px;
  margin: 0px;
  padding: 0;
}
div.checkout-button-top .terms-of-service a:active,
div.checkout-button-top .terms-of-service a:focus,
div.checkout-button-top .terms-of-service a:hover {
  text-decoration: none;
}
div.checkout-button-top #terms-of-service {
  margin-left: 0;
}
div.checkout-button-top .terms-of-service span.vmicon {
  display: none;
}
div.checkout-button-top .vm-button-correct {
  font-size: 13px;
  font-weight: bold;
  background: #000;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  line-height: 20px;
  padding: 6px 14px;
  text-transform: lowercase;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
div.checkout-button-top .vm-button-correct:hover {
  background: #d91f26;
  cursor: pointer;
}
body#bd button.btn-hilite {
  background: #000;
  border: none;
  color: #fff;
  padding: 7px 10px;
  text-transform: uppercase;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body#bd button.btn-hilite:hover {
  background: #d91f26;
  cursor: pointer;
}
.view-user h1 {
  font-size: 30px;
}
.view-user h2 {
  margin: 0;
  font-size: 19.5px;
}
table.adminForm.user-details {
  margin-bottom: 20px;
}
table.adminForm.user-details td {
  border: none;
  vertical-align: middle;
  margin: 0;
}
table.adminForm.user-details td.key {
  padding: 0;
}
table.adminForm.user-details td.key label {
  font-weight: normal;
}
table.adminForm.user-details select {
  width: 224px;
}
table.adminForm.user-details td .inputbox {
  width: 210px;
}
table.adminForm.user-details #virtuemart_state_id {
  height: 30px;
  width: 220px;
}
#adminForm button.button[type="submit"] {
  background: #d91f26;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 34px;
}
#adminForm button.button[type="submit"]:hover,
#adminForm button.button[type="submit"]:focus {
  background: #000;
  height: 34px;
}
#adminForm button.button[type="reset"] {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 34px;
}
#adminForm fieldset span.userfields_info {
  padding: 8px 0;
  color: #999;
  margin: 0 0 20px 0;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#com-form-login input[type="submit"] {
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#adminForm .button2-left a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#adminForm .button2-left a:hover {
  background: #444;
  color: #fff;
  border: 1px solid #444;
}
#adminForm #ui-tabs ul#tabs {
  padding: 0;
  margin-bottom: -1px;
}
#adminForm #ui-tabs ul#tabs li {
  font-weight: bold;
  font-size: 18px;
  text-transform: lowercase;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #444;
  margin-right: 0;
  background-color: #f5f5f5;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#adminForm #ui-tabs ul#tabs li.current {
  color: #222;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
#adminForm #ui-tabs ul#tabs li:first-child {
  border-left: 1px solid #e5e5e5;
  margin-left: 10px;
}
.view-user.layout-edit form#form-login {
  padding: 10px;
  border-top: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5;
  font-weight: bold;
  color: #222;
}
.view-user.layout-edit form#form-login input[type="submit"].button {
  background: #d91f26;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.view-user.layout-edit form#form-login input[type="submit"].button:hover {
  background: #000;
}
div.tabs.dyn-tabs {
  border-top: 1px solid #e5e5e5;
}
div#tab-1.tabs {
  padding: 0;
}
div#tab-1.tabs table.admintable tr:first-child td {
  padding-left: 0;
  padding-right: 10px;
}
div#tab-1.tabs table.admintable tr:first-child td:last-child {
  padding-right: 0;
  padding-left: 10px;
}
div#tab-1.tabs table.admintable tr td {
  border: none;
  padding: 0;
}
div#tab-1.tabs table.admintable tr td fieldset {
  margin-bottom: 20px;
}
div#tab-1.tabs table.admintable tr td fieldset legend {
  font-size: 13px;
  color: #666;
  font-weight: bold;
  line-height: 20px;
  padding: 8px 0;
  float: left;
}
div#tab-1.tabs table.admintable tr td fieldset table.mceLayout {
  border: 1px solid #e5e5e5;
}
div#tab-1.tabs table.admintable tr td fieldset table.mceListBox td.mceFirst,
div#tab-1.tabs table.admintable tr td fieldset table.mceListBox td.mceLast {
  padding: 0;
}
div#tab-1.tabs table.admintable tr td fieldset.checkboxes .vm__img_autocrop {
  margin-bottom: 20px;
}
div#tab-1.tabs table.admintable tr td fieldset.checkboxes input[type="radio"] {
  margin: 0;
}
div#tab-1.tabs table.admintable tr td fieldset.checkboxes input[type="file"] {
  line-height: 20px;
  height: 22px;
}
div#tab-1.tabs table.admintable tr td fieldset.checkboxes label.radiobtn {
  display: inline;
  margin: 0 10px 0 0;
}
div#tab-1.tabs table.admintable tr td fieldset.checkboxes input[type="text"]#searchMedia {
  margin: 0;
}
div#tab-1.tabs table.admintable tr td fieldset.checkboxes table.adminform td.labelcell {
  padding-right: 20px;
  text-align: right;
}
div#tab-1.tabs table.admintable tr td fieldset.checkboxes table.adminform fieldset.checkboxes input[type="radio"] {
  margin: 0;
}
div#tab-1.tabs table.admintable tr td fieldset.checkboxes table.adminform fieldset.checkboxes label.radiobtn {
  display: inline;
  margin: 0 10px 0 0;
}
div#tab-1.tabs table.admintable tr td table.admintable td {
  border: none;
}
div#tab-1.tabs table.admintable tr td table.admintable td select {
  width: 220px;
  padding-right: 0;
}
div#tab-1.tabs table.admintable tr td table.admintable td.key {
  vertical-align: middle;
  text-align: right;
}
div#tab-2.tabs {
  padding: 0px;
}
div#tab-2.tabs fieldset span.userfields_info {
  color: #666;
}
div#tab-2.tabs fieldset legend {
  border-bottom: none;
}
div#tab-2.tabs fieldset:first-child span {
  border-top: none;
}
.buttonBar-right button[type="submit"].button {
  background: #d91f26;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.buttonBar-right button[type="submit"].button:hover {
  background: #000;
}
div#tab-3.tabs {
  padding: 20px 10px;
}
div#tab-3.tabs #editcell table.adminlist {
  width: 100%;
}
div#tab-3.tabs #editcell table.adminlist thead th {
  background: #eee;
  color: #444;
}
div#tab-3.tabs #editcell table.adminlist tbody tr td {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}
div#tab-3.tabs #editcell table.adminlist tbody tr td a {
  color: #d91f26;
}
div#tab-3.tabs #editcell table.adminlist tbody tr td a:hover {
  color: #d91f26;
}
div#tab-3.tabs #editcell table.adminlist tbody tr td:last-child {
  font-weight: bold;
  color: #222;
}
.vmgroup.manufacturer {
  border-top: none;
  margin: 0;
}
.vmgroup.manufacturer .vmfooter,
.vmgroup.manufacturer .vmheader {
  display: none;
}
ul.vmmanufacturer {
  float: left;
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: 49.5%;
}
ul.vmmanufacturer li {
  list-style: none;
  padding: 0px 10px;
}
ul.vmmanufacturer li:hover,
ul.vmmanufacturer li:focus,
ul.vmmanufacturer li:active {
  color: #d91f26;
  text-decoration: none;
}
ul.vmmanufacturer li:hover div,
ul.vmmanufacturer li:focus div,
ul.vmmanufacturer li:active div {
  color: #d91f26;
}
ul.vmmanufacturer li a {
  color: #999;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
ul.vmmanufacturer li a div {
  color: #999;
}
ul.vmmanufacturer li a:hover,
ul.vmmanufacturer li a:focus,
ul.vmmanufacturer li a:active {
  color: #d91f26;
  text-decoration: none;
}
ul.vmmanufacturer li a img {
  display: block;
  margin-bottom: 10px;
}
.manufacturer-details-view {
  position: relative;
}
.manufacturer-details-view h1 {
  background: #d91f26;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  margin: 0 0 0px -40px;
  padding: 10px 20px;
  text-transform: lowercase;
}
.manufacturer-details-view .spacer {
  border-top: solid 1px #e5e5e5;
  padding: 20px 0;
}
.view-cart form#form-login {
  font-weight: bold;
  color: #222;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.view-cart form#form-login input[type="submit"] {
  background: #d91f26;
}
.view-cart form#form-login input[type="submit"]:hover {
  background: #000;
}
.view-cart .cart-view .page-heading {
  margin: 0;
  border: none;
}
.view-cart .cart-view .page-heading h1.vm-page-title {
  margin: 0;
}
.view-cart .billto-shipto span.vmicon {
  color: #222;
}
.view-cart .billto-shipto div.output-billto span {
  font-size: 13px;
  color: #444;
}
.view-cart .billto-shipto a.details {
  background: none;
  color: #d91f26;
  padding: 5px 0;
}
.view-cart .billto-shipto a.details:hover {
  color: #d91f26;
  text-decoration: underline;
  background: none;
}
.view-cart table.cart-summary tr th {
  background: #eee;
  color: #222;
  padding: 8px;
}
.view-cart table.cart-summary tr th .priceColor2 {
  color: #222;
}
.view-cart table.cart-summary tr td div.PricebillTotal span.PricebillTotal {
  color: #d91f26;
}
.view-cart table.cart-summary tr td div.PricesalesPrice span.PricesalesPrice {
  color: #444;
}
.view-cart form#checkoutForm span.comment {
  font-weight: bold;
  color: #222;
}
.view-cart form#checkoutForm textarea.customer-comment {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .com_virtuemart.layout-default .category-view,
  .com_virtuemart.layout-default .featured-view,
  .com_virtuemart.layout-default .latest-view,
  .com_virtuemart.layout-default .topten-view,
  .com_virtuemart.layout-default .recent-view {
    margin: 0 -20px;
  }
}
.com_virtuemart .vm-col {
  float: left;
}
.com_virtuemart .vm-col.vertical-separator {
  border-right: 1px solid #e5e5e5;
  margin-left: -1px;
}
.com_virtuemart .vm-col.vm-col-4 {
  width: 25%;
}
.com_virtuemart .vm-col.vm-col-3 {
  width: 33.3%;
}
.com_virtuemart .category-view h1 {
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.com_virtuemart .product {
  -webkit-transition: all .1s ease-out .1s;
  -moz-transition: all .1s ease-out .1s;
  -o-transition: all .1s ease-out .1s;
  transition: all .1s ease-out .1s;
}
.com_virtuemart .product .spacer {
  padding: 20px;
  overflow: hidden;
}
.com_virtuemart .product .spacer .vm-details-button {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  -webkit-transition: all .1s ease-in-out .1s;
  -moz-transition: all .1s ease-in-out .1s;
  -o-transition: all .1s ease-in-out .1s;
  transition: all .1s ease-in-out .1s;
}
.com_virtuemart .product .spacer .vm-details-button .product-details {
  width: auto;
  left: 0;
  right: 0;
}
.com_virtuemart .product .spacer .vmproduct-image {
  position: relative;
}
.com_virtuemart .product .spacer .addtocart-area {
  display: none;
}
.com_virtuemart .product:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
}
.com_virtuemart .product:hover .vm-details-button {
  bottom: 0px;
}
.com_virtuemart .product .vm-product-descr-container-1 h2 {
  font-size: 13px;
  line-height: 1.6;
}
.com_virtuemart .product .vm-product-descr-container-1 h2 a {
  color: #222;
}
.com_virtuemart .product .vm-product-descr-container-1 h2 a:hover {
  color: #d91f26;
  text-decoration: none;
}
.com_virtuemart .product .product-price {
  font-weight: normal;
  color: #999;
  font-size: 13px;
}
.com_virtuemart .product .product-price .vm-price-desc {
  color: #999;
  font-weight: normal;
}
.com_virtuemart .product .product-price .PricesalesPrice {
  font-weight: bold;
  color: #d91f26;
  margin-bottom: 10px;
}
.com_virtuemart .product .product-price .PricesalesPrice .vm-price-desc {
  color: #999;
  font-weight: normal;
  font-size: 13px;
}
.com_virtuemart .product.js-recalculate:hover {
  box-shadow: none;
}
#adminForm {
  *zoom: 1;
}
#adminForm:before,
#adminForm:after {
  display: table;
  content: "";
  line-height: 0;
}
#adminForm:after {
  clear: both;
}
#adminForm .buttonBar-right {
  float: right;
  width: auto;
}
#adminForm .buttonBar-right + a,
#adminForm .buttonBar-right + a + a {
  display: inline-block;
  margin: 0 10px 20px 0;
}
#adminForm .modal {
  position: inherit;
}
#adminForm .btn,
#adminForm .button,
#adminForm button,
#adminForm input[type="submit"],
#adminForm a.continue_link {
  min-height: 30px !important;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .view-featured .vmgroup .vmproduct.productdetails .addtocart-area {
    position: static;
    margin: 20px 0 0;
  }
  .view-featured .vmgroup .vmproduct.productdetails .addtocart-area a.product-details,
  .view-category .browse-view .row .product .product-details {
    display: none;
  }
  .view-featured .vmgroup .vmproduct.productdetails .addtocart-area form.ja-vm-product {
    float: none;
    margin: 0 auto;
    width: 80%;
  }
  .view-featured .vmgroup .vmproduct.productdetails .floatleft .spacer {
    margin: 0 !important;
  }
  .vmgroup .vmproduct.productdetails .floatleft:hover .vmproduct-image,
  .vmgroup .vmproduct.productdetails .floatleft:hover .vmproduct-title,
  .vmgroup .vmproduct.productdetails .floatleft:hover .product-price,
  .vmgroup .vmproduct.productdetails .floatleft:hover .vote {
    top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .com_virtuemart.layout-edit .login-form .floatleft.width30,
  .com_virtuemart.task-editaddresscart .login-form .floatleft.width30 {
    width: 100%;
  }
  .browse-view .row .product.vertical-separator:nth-child(1),
  .browse-view .row .product.vertical-separator:nth-child(2) {
    border-bottom: 1px solid #e5e5e5;
  }
  .view-categories .category-view {
    margin: -20px;
  }
  .view-featured .vmgroup .vmproduct.productdetails .addtocart-area {
    position: static;
    margin: 20px 0 0;
  }
  .view-featured .vmgroup .vmproduct.productdetails .addtocart-area a.product-details,
  .view-category .browse-view .row .product .product-details {
    display: none;
  }
  .view-featured .vmgroup .vmproduct.productdetails .addtocart-area form.ja-vm-product {
    float: none;
    margin: 0 auto;
    width: 80%;
  }
  .view-featured .vmgroup .vmproduct.productdetails .floatleft .spacer {
    margin: 0 !important;
  }
  table.adminForm.user-details {
    width: auto;
  }
  table.adminForm.user-details td,
  table.adminForm.user-details th,
  div#tab-1.tabs table.admintable tr td,
  div#tab-1.tabs table.admintable tr th {
    display: block;
    padding-left: 0;
  }
  table.adminForm.user-details td.key,
  div#tab-1.tabs table.admintable tr td table.admintable td.key {
    width: auto;
    text-align: left;
    padding-bottom: 10px;
  }
  div#tab-1.tabs table.admintable tr:first-child td:last-child {
    padding-left: 0;
  }
  table.adminForm.user-details td.key label,
  div#tab-1.tabs table.admintable tr td.key label,
  div#tab-1.tabs table.admintable tr td fieldset.checkboxes table.adminform td.labelcell {
    text-align: left;
    float: none;
    width: auto;
  }
  #adminForm #ui-tabs ul#tabs li {
    font-size: 14px;
  }
  .checkboxes .always-left {
    display: block;
  }
  div#tab-1.tabs table.admintable tr td fieldset.checkboxes input#searchMedia[type="text"] {
    margin-bottom: 20px;
  }
  div#tab-1.tabs table.admintable tr td fieldset.checkboxes input[type="file"] {
    width: 100%;
  }
  div#tab-1.tabs .defaultSkin table.mceToolbar tr td,
  div#tab-1.tabs .defaultSkin table.mceToolbar tr th {
    display: table-cell;
  }
  .defaultSkin .mceToolbar.mceLeft.mceFirst.mceLast {
    height: 85px;
  }
}
@media (max-width: 767px) {
  .productdetails-view h1 {
    font-size: 19.5px;
  }
  .floatleft.width25,
  .floatleft.width40,
  .floatright.width60,
  .floatleft.width50,
  .floatleft.width30 {
    width: 100%;
  }
  .view-cart .cart-view .page-heading {
    margin-bottom: 20px;
  }
  .view-cart .cart-view .page-heading .floatleft.width50 {
    width: auto;
  }
  .floatleft.right {
    float: right;
  }
  .productdetails-view .main-image {
    margin-bottom: 20px;
  }
  .vmgroup .vmproduct.productdetails .floatleft {
    text-align: center;
    background: none;
  }
  .view-featured .vmgroup .vmproduct.productdetails .addtocart-area {
    margin: 20px 0 0;
    position: static;
  }
  .view-featured .vmgroup .vmproduct.productdetails .addtocart-area a.product-details,
  .view-category .browse-view .row .product .product-details {
    display: none;
  }
  .view-featured .vmgroup .vmproduct.productdetails .addtocart-area form.ja-vm-product {
    float: none;
    margin: 0 auto;
    width: 80%;
  }
  .view-featured .vmgroup .vmproduct.productdetails .floatleft .spacer {
    margin: 0 !important;
  }
  .vmgroup .vmproduct.productdetails:last-child .floatleft,
  .vmgroup .vmproduct.productdetails.last .floatleft {
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .product-related-products,
  .product-related-categories {
    margin-bottom: 0;
  }
  .product-related-products .product-field {
    width: 100%;
    background: none;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
  }
  .view-cart table.cart-summary tr th:first-child,
  .view-cart table.cart-summary tr td:first-child {
    width: 50px;
  }
  .view-cart table.cart-summary tr th:nth-child(2),
  .view-cart table.cart-summary tr td:nth-child(2),
  .view-cart table.cart-summary tr th:nth-child(5),
  .view-cart table.cart-summary tr td:nth-child(5),
  .view-cart table.cart-summary tr th:nth-child(6),
  .view-cart table.cart-summary tr td:nth-child(6),
  .view-cart table.cart-summary tr th:nth-child(3),
  .view-cart table.cart-summary tr td:nth-child(3) {
    display: none;
  }
  .view-cart table.cart-summary tr.sectiontableentry1 td[colspan="4"] + td + td + td,
  .view-cart table.cart-summary tr.sectiontableentry1 td[colspan="4"] {
    display: none;
  }
  .view-cart table.cart-summary tr.sectiontableentry2 {
    border-top: 1px solid #e5e5e5;
  }
  .view-cart table.cart-summary tr.sectiontableentry2 th,
  .view-cart table.cart-summary tr.sectiontableentry2 td {
    border-top: 0;
  }
  .view-cart table.cart-summary tr.sectiontableentry2 th:nth-child(1),
  .view-cart table.cart-summary tr.sectiontableentry2 td:nth-child(1) {
    display: table-caption;
  }
  .view-cart table.cart-summary .cart-images {
    display: block;
    text-align: center;
  }
  .view-cart table.cart-summary .cart-images img {
    float: none;
    margin-bottom: 10px;
  }
  .view-cart table.cart-summary #userForm {
    width: 300px;
  }
  .browse-view .row .product.vertical-separator {
    border-bottom: 1px solid #e5e5e5;
  }
  .browse-view .row .product .spacer > a {
    display: block;
    text-align: center;
  }
  .category-view .category.width33 {
    width: 100%;
    float: none;
    background: none;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
  }
  .view-categories .category-view {
    margin: -20px;
  }
  .view-category .orderlistcontainer {
    margin-bottom: 15px;
  }
  .view-user h2 {
    margin: 20px 0;
  }
  table.adminForm.user-details {
    width: auto;
  }
  table.adminForm.user-details td,
  table.adminForm.user-details th,
  div#tab-1.tabs table.admintable tr td,
  div#tab-1.tabs table.admintable tr th {
    display: block;
    padding-left: 0;
  }
  table.adminForm.user-details td.key,
  div#tab-1.tabs table.admintable tr td table.admintable td.key {
    width: auto;
    text-align: left;
    padding-bottom: 10px;
  }
  div#tab-1.tabs table.admintable tr:first-child td:last-child {
    padding-left: 0;
  }
  table.adminForm.user-details td.key label,
  div#tab-1.tabs table.admintable tr td.key label,
  div#tab-1.tabs table.admintable tr td fieldset.checkboxes table.adminform td.labelcell {
    text-align: left;
    float: none;
    width: auto;
  }
  #adminForm #ui-tabs ul#tabs li {
    border-left: 1px solid #e5e5e5;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #adminForm #ui-tabs ul#tabs li:first-child {
    margin-left: 0;
  }
  #adminForm #ui-tabs ul#tabs li.current {
    border-bottom-color: #e5e5e5;
  }
  .checkboxes .always-left {
    display: block;
  }
  div#tab-1.tabs table.admintable tr td fieldset.checkboxes input#searchMedia[type="text"] {
    margin-bottom: 20px;
  }
  div#tab-1.tabs table.admintable tr td[colspan="2"] {
    max-width: 90%;
  }
  div#tab-1.tabs table.admintable tr td fieldset.checkboxes input[type="file"] {
    width: 100%;
  }
  div#tab-1.tabs .defaultSkin table.mceToolbar tr td,
  div#tab-1.tabs .defaultSkin table.mceToolbar tr th {
    display: table-cell;
  }
  .defaultSkin .mceToolbar.mceLeft.mceFirst.mceLast {
    height: 85px;
  }
  .vmgroup .vmproduct.productdetails .floatleft:hover .vmproduct-image,
  .vmgroup .vmproduct.productdetails .floatleft:hover .vmproduct-title,
  .vmgroup .vmproduct.productdetails .floatleft:hover .product-price,
  .vmgroup .vmproduct.productdetails .floatleft:hover .vote {
    top: 0 !important;
  }
}
@media screen and (min-width: 980px) {
  .com_virtuemart.layout-default .category-view,
  .com_virtuemart.layout-default .featured-view,
  .com_virtuemart.layout-default .latest-view,
  .com_virtuemart.layout-default .topten-view,
  .com_virtuemart.layout-default .recent-view {
    margin: 0 -40px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 479px) {
  .com_virtuemart .vm-col {
    float: none;
  }
  .com_virtuemart .vm-col.vertical-separator {
    border-right: 0;
    margin-left: 0;
  }
  .com_virtuemart .vm-col.vm-col-4,
  .com_virtuemart .vm-col.vm-col-3 {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) and screen and (max-width: 479px) {
  .com_virtuemart .vm-col {
    float: none;
  }
  .com_virtuemart .vm-col.vertical-separator {
    border-right: 0;
    margin-left: 0;
  }
  .com_virtuemart .vm-col.vm-col-4,
  .com_virtuemart .vm-col.vm-col-3 {
    width: 50%;
  }
}