.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 {
	background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
	border: solid #CAC9C9 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #777;
	text-decoration: none;
	padding: 5px 5px 4px;
}
span.custom-variant-inputbox input.custom-attribute:hover, span.quantity-box input.quantity-input:hover, input.vm-default:hover, span.quantity-box input.quantity-input:hover, .ask-a-question-view input.counter:hover, .ask-a-question-view input#email:hover, table.user-details input:hover, a.ask-a-question:hover, a.details:hover, div.details:hover, a.product-details:hover, button.default:hover {
	background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) repeat-x;
	background-position: 0 -40px;
	color: #000;
	text-decoration: none;
}
.productdetails-view .spacer-buy-area {
	padding: 0 0 0 12px;
}
.product-neighbours {
	color: #777;
	margin: 0 0 15px;
}
.product-neighbours a.next-page {
	background: url(../images/vmgeneral/next_16x16.png) no-repeat right;
	padding-right: 30px;
	line-height: 20px;
	float: right;
}
.product-neighbours a.previous-page {
	background: url(../images/vmgeneral/previous_16x16.png) no-repeat left;
	padding-left: 30px;
	line-height: 20px;
	float: left;
}
.productdetails-view h1 {
	font-size: 22px;
	margin: 0 0 6px;
	padding: 0;
}
.productdetails-view .product-short-description {
	margin: 0 0 15px;
	padding: 0;
}
.productdetails-view .product-description, .product-fields {
	margin: 15px 0;
}
span.title {
	font-weight: 700;
	display: block;
	border-bottom: solid #CAC9C9 1px;
	font-size: 14px;
	margin: 0 0 6px;
}
.product-packaging {
	margin: 15px 0 0;
}
.icons {
	text-align: right;
	float: right;
	margin: 0 0 10px 30px;
}

.productdetails-view .addtocart-bar {
	margin: 15px 0 0;
	padding: 0 0 0 38px;
}
.availability {
	text-align: center;
	margin: 15px 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 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 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 textarea.virtuemart {
	margin-bottom: 6px;
	display: inline-block;
}
.list-reviews .normal {
	border: solid #CAC9C9 1px;
	margin-bottom: 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 12px;
}
.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 .normal blockquote:after, .list-reviews .highlight blockquote:after {
	content: close-quote;
	font-weight: 700;
	font-size: 24px;
	padding-left: 6px;
}
.list-reviews .highlight {
	background: #f7f6f6;
	border: solid #CAC9C9 1px;
	margin-bottom: 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 12px;
}
.list-reviews span.date {
	float: right;
	display: block;
	color: #777;
	border-left: solid #CAC9C9 1px;
	border-bottom: solid #CAC9C9 1px;
	position: relative;
	top: -12px;
	right: -12px;
	font-size: 10px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	padding: 4px 6px 2px;
}
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: 2px;
	margin: 0 0 0 10px;
}
span.quantity-controls input.quantity-controls {
	height: 14px;
	border: none;
	width: 15px;
}
span.quantity-controls input.quantity-plus {
	background: url(../images/vmgeneral/quantity-controls.png) repeat-x;
	margin-bottom: 2px;
}
span.quantity-controls input.quantity-minus {
	background: url(../images/vmgeneral/quantity-controls.png) repeat-x;
	background-position: 15px 0;
}


span.cart-images img {
	float: left;
	margin: 0;
	width: 45px;
}

.category-view h4 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.category-view .row .category .spacer, .spacer-catname{
  height: 147px;
  width: 200px;
  background: url('../images/bg-category.png') 0 0 no-repeat;
    position: relative;
  z-index: 100;
}
.category-view .row .category .spacer h2 {
	margin: 0;
	padding: 0;

}
.category-view .row .category .spacer h2 a {
	font-size: 13px;
	display: block;
	text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 0px #8f8f8f;
  height: 147px;
}

.category-view .row .category .spacer .catname {
  display: block;
  height: 24px;
  line-height: 24px;
}
.featured-view h4, .latest-view h4, .topten-view h4, .related-products-view h4 {
	font-size: 14px;
	margin: 0 0 8px;
	padding: 0;
}
.browse-view h1 {
	font-size: 16px;
	margin: 0 0 8px;
	padding: 0;
}
.orderby-displaynumber {
	border-bottom: solid #E9E8E8 1px;
	border-top: solid #E9E8E8 1px;
	margin: 10px 0;
	padding: 10px 0;
}
.orderlistcontainer {
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
	margin: 0 15px 0 0;
}

.orderlistcontainer a {
	text-decoration: none;
	display: block;
}
.orderlistcontainer a:hover {
	text-decoration: none;
	display: block;
	color: #EEE;
	background: #777;
}
.orderlistcontainer div.orderlist {
	/*display: none;  */
	position: absolute;
	border: solid #CAC9C9 1px;
	background: #FFF;
	cursor: pointer;
}
.orderlistcontainer div.orderlist div {
	padding: 2px 12px 1px;
}
.orderlistcontainer div.orderlist div:hover {
	color: #EEE;
	background: #CAC9C9;
}
.ask-a-question-view .product-summary {
	border-bottom: solid #CAC9C9 1px;
	margin: 25px 0 0;
	padding: 0 0 10px;
}
.ask-a-question-view .product-summary h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.ask-a-question-view .product-summary .short-description {
	margin-top: 6px;
}
.ask-a-question-view .product-summary img.product-image {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.ask-a-question-view .form-field textarea.field {
	width: 394px;
	background: #fff url(../images/vmgeneral/default_bg.jpg) bottom repeat-x;
	border: solid #CAC9C9 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #777;
	text-align: left;
	padding: 12px;
}
.ask-a-question-view .form-field textarea.field:hover {
	background: #fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;
	color: #000;
}
.ask-a-question-view .form-field .submit {
	width: 418px;
}
.ask-a-question-view input.counter, .ask-a-question-view input#email {
	background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
	border: solid #ccc 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #777;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 5px 5px 4px;
}
.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 {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 8px;
	padding: 3px 12px 1px;
}
a.ask-a-question:hover {
	color: #777;
	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;
	color: #fff;
	border: 1px solid #00a000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 4px 8px 2px;
}
input.highlight-button:visited {
	color: #fff;
}
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: #777;
}
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;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
	text-align: center;
	padding: 3px 8px 1px;
}
.coupon {
	color: gray;
	border-radius: 4px;
	border: 1px solid #CAC9C9;
	font-size: 9px;
	padding: 3px;
}
button.default {
	display: inline-block;
	cursor: pointer;
	padding: 5px 8px 4px;
}
button.default:hover {
	color: #777;
}
a.highlight, a.highlight:visited {
	background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
	border: solid #00a000 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
	background-position: 0 -160px;
	color: #fff;
	padding: 3px 8px 1px;
}
textarea.virtuemart {
	background: #fff;
	border: solid #ccc 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #777;
	text-align: left;
	padding: 5px 5px 4px;
}
p.product_s_desc {
	margin-bottom: 6px;
	padding: 0;
}
span.stock-level {
	font-size: 10px;
	color: #7d7b7b;
}
.horizontal-separator {
	height: 1px;
	margin: 10px 0;
}
.invalid {
	background-color: #ffd;
	color: #000;
	border-color: red;
}
.page-results {
	margin-top: 25px;
	text-align: right;
}
.control-buttons button.default {
	margin: 0 0 0 8px;
}
table.user-details input {
	background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
	border: solid #ccc 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #777;
	margin-bottom: 2px;
	padding: 5px 5px 4px;
	width: 200px
}
table.user-details input.invalid {
	background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
	border: solid red 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #777;
	margin-bottom: 2px;
	padding: 5px 5px 4px;
}
table.user-details {
	width: 450px;
	margin-bottom: 25px;
}
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 {
	text-align: right;
	border-top: solid #E9E8E8 1px;
	padding: 10px 0 0;
}
.checkout-button-top input.terms-of-service {
	margin-right: 10px;
	display: inline-block;
}
span.tos {
	display: inline-block;
	margin-right: 15px;
}
.billto-shipto {
	margin: 10px 0 0;
	padding: 10px 0 25px;
}
.billto-shipto span, span.terms-of-service {
	display: inline-block;
	font-size: 14px;
}
.output-billto span.titles, .output-shipto span.titles {
	width: 150px;
	float: left;
}
.output-billto span.values-first_name, .output-billto span.values-middle_name, .output-billto span.values-zip, .output-shipto span.values-first_name, .output-shipto span.values-middle_name, .output-shipto span.values-zip {
	float: left;
	margin-right: 3px;
}

.customer-comment {
	text-align: center;
	border-top: solid #E9E8E8 1px;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
textarea.customer-comment {
	background: #fff;
	border: solid #ccc 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #777;
	margin-bottom: 2px;
	text-align: left;
	padding: 5px 5px 4px;
}
div.terms-of-service {
	margin: 10px 0 0;
	padding: 10px 0 15px;
	display: inline;
}
.terms-of-service h5 {
	background: #7C1E21;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: 400;
	margin: 0;
	padding: 15px;
}
.terms-of-service h5 a, .terms-of-service h5 a:visited {
	color: #fff;
	text-transform: uppercase;
}



.VmArrowdown {
	background: top right no-repeat url(../images/vmgeneral/arrow_down.png);
	cursor: pointer;
	float: right;
	width: 16px;
	height: 16px;
	padding: 0 12px;
}
ul.VMmenu, .VMmenu ul, .VMmenu li {
	list-style-type: none!important;
	background-image: none!important;
	padding: 2px;
}
#ui-tabs ul#tabs {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 20px 20px 0;
}
#ui-tabs ul#tabs li {
	display: inline-block;
	cursor: pointer;
	background: #f2f2f2;
	padding: 10px 20px 7px;
}
#ui-tabs ul#tabs li.current {
	display: inline-block;
	background: #ccc;
	color: #444;
}
#ui-tabs .tabs {
	padding: 20px;
}
#ui-tabs .dyn-tabs {
	overflow: auto;
	display: none;
}
.clear, br.clear {
	clear: both;
}
.floatright, span.floatright {
	float: right;
}

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%;
}
.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: 0 0;
	width: 24px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}
.vm2-arrow_down {
	background-position: 0 -72px;
	width: 16px;
	height: 16px;
}
.vm2-billto-icon {
	background-position: 0 -138px;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px;
	border: 0px;
}
.vm2-remove_from_cart {
	background-position: 0 -212px;
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	vertical-align: bottom;
	width: 24px;
}
.vm2-shipto-icon {
	background-position: 0 -284px;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px;
}
.vm2-stars0 {
	background-position: 0 -358px;
	width: 64px;
	height: 13px;
}
.vm2-stars1 {
	background-position: 0 -421px;
	width: 64px;
	height: 13px;
}
.vm2-stars2 {
	background-position: 0 -484px;
	width: 64px;
	height: 13px;
}
.vm2-stars3 {
	background-position: 0 -547px;
	width: 64px;
	height: 13px;
}
.vm2-stars4 {
	background-position: 0 -610px;
	width: 64px;
	height: 13px;
}
.vm2-stars5 {
	background-position: 0 -673px;
	width: 64px;
	height: 13px;
}
.vm2-stars_0 {
	background-position: 0 -736px;
	width: 64px;
	height: 13px;
}
.vm2-stars_1 {
	background-position: 0 -799px;
	width: 64px;
	height: 13px;
}
.vm2-stars_2 {
	background-position: 0 -862px;
	width: 64px;
	height: 13px;
}
.vm2-stars_3 {
	background-position: 0 -925px;
	width: 64px;
	height: 13px;
}
.vm2-stars_4 {
	background-position: 0 -988px;
	width: 64px;
	height: 13px;
}
.vm2-stars_5 {
	background-position: 0 -1051px;
	width: 64px;
	height: 13px;
}
.vm2-lowstock {
	background-position: 0 -1114px;
	width: 62px;
	height: 15px;
	display: block;
}
.vm2-nostock {
	background-position: 0 -1179px;
	width: 62px;
	height: 15px;
	display: block;
}
.vm2-normalstock {
	background-position: 0 -1244px;
	width: 62px;
	height: 15px;
	display: block;
}
.vm2-termsofservice-icon {
	background-position: 0 -1309px;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px;
	display: inline-block;
}
.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-warning {
	background-position: 0 -1383px;
	width: 50px;
	height: 40px;
}
.vendor-store-desc, .category-view, .featured-view, .latest-view, .topten-view, .related-products-view, .browse-view, .order-view {
	margin-bottom: 25px;
}
.main-image, .featured-view .product, .latest-view .product, .topten-view .product, .related-products-view .product, .center, span.center {
	text-align: center;
}
.main-image img.product-image, .featured-view .spacer img, .latest-view .spacer img, .topten-view .spacer img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.ask-a-question, .manufacturer, .manufacturer-details-view .email-weblink, .manufacturer-details-view .description {
	margin: 10px 0 0;
}
.customer-reviews, .ask-a-question-view .form-field {
	margin: 25px 0 0;
}
span.variant-name, span.custom-variant-name {
	width: 100px;
	float: left;
	display: block;
	margin-bottom: 5px;
}
span.addtocart-button input.notify-button:hover, input.highlight-button:hover, a.highlight:hover {
	background-position: 0 -200px;
	color: #f2f2f2;
}
.featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer {
	padding: 6px;
}
.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .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, .related-products-view .spacer span, .browse-view .row .product .spacer span {
	font-size: 11px;
	color: #666;
}
.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
	max-width: 90%;
	height: auto;
}

.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 {
	color: #000;
	background: #e8e8e8;
}
label.invalid, span.red {
	color: red;
}

.output-billto span.values, .output-shipto span.values {
	padding-right: 5px;
}
.joomlaCoreField {
	background-color: #FFFFDD;
}
#bottom-pagination div {
	text-align: center !important;
}
#bottom-pagination ul {
	text-align: center !important;
}
#bottom-pagination ul li {
	display: inline;
}
#bottom-pagination  .counter {
	text-align: right !important;
}
td.orders-key {
	font-weight: bold;
	text-align: left;
}
/* Manufacturer View Default */
.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: 0 2px;
}
.vmpayment_cardinfo {
	color: gray;
	font-size: 9px;
}
.virtuemart_search .inputbox {
	height: 16px;
	vertical-align: middle
}
/* Custom Field Images */
.product-fields .product-field, .product-related-categories .product-field {
	width: 100%;
	float: left;
	display: inline-block;
}
.product-fields .product-field label {
	width: 25%;
	float: left;
	position: relative;
	top: 20px;
	left: -18px;
	margin-bottom: 27px;
	text-align: center;
}
/* For 4 images across use width:17% */
.product-fields .product-field input {
	float: left;
	position: relative;
	left: 33px;
}
.product-fields .product-field .vm-img-desc {
	font-size: 9px;
}
/* some more styles */
.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;
}

.userfields_info {
	font-weight: bold;
}
.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;
}

/*********************************************************************************************************/
table.tab-product
{
  border-collapse: separate;
  border-spacing: 1px;
  background: #b7b8b9;
  margin: 15px 0 15px 0;
}
table.tab-product tr
{
  background: #f7f8f9;
}
table.tab-product td
{
  text-align: center;
}
.tab-product-name h1
{
  font-size: 14px;
}
table.tab-product th
{
  background: #edeff0;
}
.tab-product-name
{
  background: #fff;
}

.stores-lbl
{
  width: 140px;
}
.stores-lbl, .stores
{
  float: left;
  padding: 6px;
  line-height: 20px;
}
.stores
{
  background: #fa8e04;
  width: 516px;

}
span.addtocart-button {

	float: left;
	margin: 2px 0 0 10px;
}
span.addtocart-button input.addtocart-button {
	width: 29px;
  height: 21px;

	background: url(../images/vmgeneral/addtocart.png) no-repeat;
  border: none;
	cursor: pointer;

	text-align: center;
	letter-spacing: 1px;
}
.addtocart-bar {
  width: 68px;
	margin: 0 auto;
	padding: 0;

}
span.quantity-box {
	float: left;
	width: 27px;
	padding-top: 0;
}
input.quantity-input {
	height: 19px;
	width: 25px;
	text-align: center;
	font-weight: 700;
	padding: 2px;
}
.spacer-catname, .cat-descr
{
  float: left;
  margin: 0 7px 0 0;
}
div.spacer-catname img
{
  height: 112px;
}
.txt-product
{
  clear: both;
  padding: 20px 0 10px 7px;
}
.cat-descr
{
  background: url(../images/bg-catdescr.jpg) 100% 0 no-repeat;
  width: 680px;

  margin: 1px 0 0 -3px;
  padding: 0;

}
div.cat-descr a
{
  color: #808080;
  text-decoration: underline;

}
div.cat-descr a:hover
{
  color: #FA8E04;
}
.categorydescr
{
  padding: 7px 5px 0 7px;

  vertical-align: middle;
}
.categorydescr p
{

}
.categoryname
{
  width: 256px;
  height: 32px;
  margin: 108px 0 0 424px;
  background: url(../images/bg-categoryname.png) 100% 0 no-repeat;
  z-index: 2000;
  text-align: center;
  position: absolute;
}
.categoryname h3
{
  color: #fff;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  line-height: 32px;
}
.spacer-catname h3
{
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 0px #8F8F8F;
  font-size: 13px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
}
.category_description
{
  margin: 0 0 30px 0;
}
.category_description h1
{
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 15px 5px;
}
.models
{
  margin: 10px 0 0 0
}
div.model-name a
{
  color: gray;
}
div.model-name a:hover
{
  color: #FA8E04;
}
div.model-name h2
{
  font-size: 14px;
}
.model-name
{
  margin: 0 0 5px 15px;
}
.cat-parent
{
  width: 330px;
  margin: 0 0 0 10px;
  float: left;
}
.cat-parent h3
{
  text-transform: uppercase;
  font-size: 18px;
  color: gray;
  font-weight: 400;
  margin: 15px 0 15px 0;
}
table.products-table
{
  border-collapse: separate;
  border-spacing: 1px;
  background: #b7b8b9;
  margin: 0;
}
table.products-table th
{
  background: url(../images/bg-productstabletitle.png) repeat-x;
  height: 28px;
  padding: 0;
}
table.products-table tr
{
  background: #f7f8f9;
}
table.products-table th span
{
  font-size: 10px;
}
table.products-table td
{
  height: 30px;
  padding: 0;
  text-align: center;
  color: gray;
  font-size: 11px;
}
.products-table .product-name
{
  text-align: left;
}
th.product-title
{
  width: 346px;
}
th.product-price
{
  width: 90px;
}
th.product-stock
{
  width: 60px;
}
.product-name h2
{
  font-size: 11px;
  margin: 0 0 0 10px;
}
.product-name h2 a
{
  color: gray;
}
.product-name h2 a:hover
{
  color: #FA8E04;
}
.products-table .instock
{
  color: #3abd30;
}
.products-table .outstock
{
  color: #FA8E04;
}
.products-table .product-zapros a
{
  color: #151515;
  text-decoration: underline;
  font-size: 13px;
}
.products-table .product-zapros a:hover
{
  color: #FA8E04;
  text-decoration: underline;
}
.product-type
{
  float: left;
  width: 173px;
  border: #ebebeb solid 1px;
  margin: 10px 0 0 5px;
}
.prodtab-left
{
  float:left;
  width: 500px;
  margin: 10px 0 0 0;
}
.type-title
{
  height: 28px;
  background: #FA8E04;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.list-manu
{
  padding: 0 0 15px 0;
}
div.list-manu a
{
  color: #151515;
  font-size: 10px;
}
.list-manu div
{
  margin: 0px 4px 7px 1px;
  padding: 0 0 0 15px;

}
.list-manu .active-manu a
{
  color: #FA8E04;
}
.list-manu .active-manu
{
  background: url(../images/arrow-manu.png) 0 50% no-repeat;
}
.content div
{
  margin: 10px 0 0 0;
}
.content h4
{
  margin: 15px 0 0 0;
}

table.cart-table
{
  border-collapse: separate;
  border-spacing: 1px;
  background: #b7b8b9;
  margin: 0;
}
table.cart-table th
{
  background: url(../images/bg-productstabletitle.png) repeat-x;
  height: 28px;
  padding: 0;
}
table.cart-table tr
{
  background: #f7f8f9;
}
table.cart-table td
{
  font-size: 11px;
  color: grey;
}
.cart-table .sectiontableentryt td
{
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  color: #151515;
}
.cart-table .inputbox
{
  font-size: 11px;
  color: grey;
}
.cart-table .carttable-title, .cart-table .carttable-name
{
  padding: 0 0 0 10px;
}
.cart-table td
{
  height: 28px;
}

.category-view .row .category .spacer h2 a img {
	max-width: 100%;
  height: 90px;
  margin: 22px 0 0 0;
}
.category-view .row
{
  padding: 0 0 0 70px;
}
.category-view .avto-salon
{
  padding: 0 0 0 23px;
}
.spacer .prname
{
  display:block;
  margin: 0 0 -30px 0;
  height: 30px;
  position: relative;
  line-height: 30px;
  font-size: 14px;
  text-transform: none;
}
.prlink a
{
  color: #4c4c4c !important;
  text-shadow: none !important;
}
.spacer .prprice
{
  display:block;
  height: 24px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-transform: none;
  text-shadow: 1px 1px 2px #151515;
}
.prlink a:hover
{
    text-decoration: none;
}










.avto-category
{
  width: 632px;
  height: 100px;
  background: url(../images/bg-avtocat.png) no-repeat;
  margin: 0 0 10px 23px;
}
.inactivetab
{
  float: left;
  height: 100px;
  width: 306px;
}
.activetab
{

  float: left;
  height: 100px;
  width: 326px;
  background: url(../images/bg-avtocat-act.png) no-repeat;
}
.avto-category img
{
  float: left;
  margin: 0 0 0 -20px;
  height: 100px;
}
div.avto-category a
{
  color: #151515;
}
.avto-category h1.avtokor
{
  margin: 25px auto 0 auto;
  float: none;
}
.avto-category h1
{
  display: block;
  width: 145px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 25px;
  margin: 25px auto 0 auto;
  text-align: center;

}


.avtosalon
{
  width: 600px;
  height: 115px;
  margin: 0 0 30px 0;
}
.avtosalon img
{
  float: left;
}
.avtosalon h1
{
  font-size: 18px;
  float: left;
  margin: 30px 0 0 30px;
}
div.product-menu-avto
{
  height: 34px;
  background: url(../images/bg-productmenuavto.png) no-repeat;
  margin: 0 0 20px 0;
  text-align: center;
  padding: 0 0 0 20px;
}
div.product-menu-avto a
{
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  color: #fff;
  text-shadow: -1px 1px 1px #000;
}
.product-menu-avto h3
{
    display: inline-block;
    float:left;
    height: 34px;
    font-size: 13px;
    font-weight: 400;
}
.product-menu-avto a
{
  background: url(../images/sep-productmenuavto.png) 100% 50% no-repeat;
  margin: 0 -1px 0 0;
}
.product-menu-avto a#tab5
{
  background: none;
}
.product-menu-avto .active
{
  background: url(../images/bg-avtomenuact.png) repeat-x;
}
.product-menu-avto .active a
{
  color: #494949;
  text-shadow: -1px 1px 1px #eee;
}
.show {
	display: block;
}
.hide {
	display: none;
}

.product-avto
{
  margin: 0 10px;
}
.product-avto h1
{
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.product-avto-img
{
  float: left;
  width: 380px;
  height: 270px;
  text-align: center;
  display: table;
  border: #c5c5c5 solid 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.img-sh
{
  height: 11px;
  width: 345px;
  margin: 270px 0 0 -363px;
  position: absolute;
  background: url(../images/shaddow-avto.png) no-repeat;
}
.product-avto-img .imgcell
{
  display: table-cell;
  height: 270px;
  vertical-align: middle;
}
.product-avto-img .imgcell img
{
  max-height: 260px;
  max-width: 370px;
}
.product-avto-pd
{
  float: left;
  width: 260px;
  margin: 0 0 0 18px;
}
.product-avto div.PricesalesPrice
{
  font-size: 30px;
  font-weight: 600;
  color: #a5a5a5;
  text-shadow: 1px 1px 0px #6f6f6f;
  border-bottom: #fa9513 solid 1px;
  display: inline-block !important;
  padding: 0 0 5px 0;
  margin: -13px 0 15px 0;

}
.tabContent
{
  margin: 20px 0 0 0;
}
.additional-images .floatleft
{
  height: 150px;
  width: 205px;
  text-align: center;
  display: table;
  margin: 0 15px 15px 0;
}
.additional-images .imgthumbcell
{
  display: table-cell;
  vertical-align: middle;
  height: 140px;
  width: 205px;
}
.additional-images .imgbord
{

  height: 150px;
  width: 205px;
  margin: 0px 0 0 -204px;
  position: absolute;
  background: url(../images/bg-avtofotos.png) no-repeat;
}
.additional-images img
{
  max-width: 204px;
  max-height: 140px;
}
.additional-images .imgbord img
{
  display: none;
}
.additional-images .imgbord a
{
  display: block;
  height: 150px;
  width: 205px;
}
.floatleft
{
  float: left;
}
.tabContent table
{
  border-collapse: separate;
  border-spacing: 2px;
  background: #fff;
  margin: 0;

}
.tabContent table tr
{
  background: #edeff0;
}
.tabContent table td
{
  height: 20px;
  padding: 3px 5px 0 10px;
  color: #4b4b4b;
  font-size: 11px;
}
.checkout-button-top .vm-button-correct
{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.checkout-button-top .vm-button-correct span
{
  display: block;
  height: 33px;
  line-height: 33px;
  color: #484848;
  font-size: 12px;
}
table.shipment, .addres-billto
{
  width: 330px;
  border: #fa8e04 solid 1px;
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  padding: 10px;
  background: #f8f8f8;
}
table.shipment td
{
  font-size: 14px;
  padding: 5px 20px;
}
table.shipment th
{
  padding: 5px 0;
  text-align: left;
  font-size: 16px;
}
table.shipment .shipment-name
{
  width: 220px;
}
.shipment-select a
{
  font-size: 11px;
  margin: 0 0 0 5px;
  text-decoration: underline !important;
}
.payment
{
  display: none;
}
div.addres-billto
{
  width: 310px;
}
.addres-billto h3
{
  margin: 0 0 15px 0;
}
.addres-billto .output-billto
{
  margin: 0 0 10px 30px;
}
.continue-shopping-lnk
{
  float: right;
  margin: 6px 0 0 0;
  text-decoration: underline;
  font-size: 11px;
}
.orders-tab
{
  border-collapse: separate;
  border-spacing: 1px;
  background: #edeff0;
  margin: 0;
}
.orders-tab tr
{
  background: #fff;
}
.orders-tab td
{
  height: 20px;
  padding: 3px 5px 0 10px;
  color: #4b4b4b;
  font-size: 10px;
}
.order-view .button
{
  font-size: 11px;
}
.control-buttons .buttons
{
  margin: 20px 0 0 0;
}
.buttons .vm-button-correct
{
background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
border: solid #cac9c9 1px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
color: #777;
text-decoration: none;
display: inline-block;
cursor: pointer;
padding: 5px 8px 4px;
width: auto;
}
.register-txt
{
  margin: 30px 0 15px 0;
}
.cars-in-stock
{
  margin: 0 0 15px 0;
}
div.cars-in-stock a
{
  font-size: 16px;
  text-decoration: underline;
  margin: 0 40px 0 0;
}
div.cars-in-stock a:hover
{
  text-decoration: none;
}
.tabContentavto h3
{
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #fa8e04;
  padding: 0 0 0 15px;
  margin: 15px 0 15px 0;
}
.right-pad
{
  margin-right: 175px !important;
}
.avto-category h3
{

  display: block;
  float: left;
  width: 315px;
  text-align: center;
  height: 70px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 40px 0 0 0;
}
.avto-category h3.active
{
  background: url(../images/bg-avtocountry-act.png) no-repeat;
}
div.cat-group
{
  font-size: 11px;
  font-weight: 600;
  margin: 15px 0 10px 0;
}
div.all-manu
{
  margin: 10px 0 0 0;
}