/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
html {
		overflow-y:scroll;
	}
/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2'), url('Ubuntu.ttf') format('ttf');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2'), url('Ubuntu.ttf') format('ttf');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2'), url('Ubuntu.ttf') format('ttf');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2'), url('Ubuntu.ttf') format('ttf');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2'), url('Ubuntu.ttf') format('ttf');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(4iCs6KVjbNBYlgoKfw72.woff2) format('woff2'), url('Ubuntu.ttf') format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




body {
	line-height: 1.60;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
a:focus {
	outline: none;
}
hr {
	border-color: rgba(0,0,0,0.2);
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
/* =Headings
--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .userfields_info, .result-title, span.title, .productdetails-view h1  {
	font-weight: 700;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-top: 0; 
}
h2 {
	font-size: 22px;
	letter-spacing: -1px;
}
h3, .productdetails-view h1 {
	font-size: 145%;
}
h4, span.title {
	font-size: 140%;
}
h5 {
	font-size: 140%;
}
h6 {
	font-size: 110%;
}
/* =Spacing
--------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
li {
	margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, span.title {
	margin-bottom: 10px;
}
small {
	font-size: 85%;
}
/* Forms Elements 
--------------------------------------------- */

legend {
	width: auto ;
	border-bottom: 0 ;
}

.button, button, a.button, .btn,
a.product-details, input.addtocart-button, a.ask-a-question, .highlight-button, .vm-button-correct,
span.quantity-controls input.quantity-plus, span.quantity-controls input.quantity-minus, a.details {
	text-shadow: none; 
	padding: 5px 12px;
	cursor: pointer;
	vertical-align: middle;
	font-weight: 400;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	border: 0;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color ;
	-ms-transition-property: background-color ;
	-o-transition-property: background-color ;
	-moz-transition-property: background-color ;
	transition-property: background-color ;
	-webkit-border-radius: 3px ;
	-moz-border-radius: 3px ;
	border-radius: 3px ;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	text-align: center;	
}

div.ask-a-question a.ask-a-question, div.fullrow .notify-button {
	background-color: #009688;
}
div.ask-a-question a.ask-a-question:hover, div.fullrow .notify-button:hover {
	background-color: #4caf50;
}

a.button:hover, .submit:hover, button:hover, #panel_s .button:hover, a.product-details:hover {
	text-decoration: none ;
}

.button.icon {
	padding:2px ;
	float: left;
	margin-right: 5px;
}

.top-icon-label {
	font-size: 13px;
}



.contentpane #comment {
	margin-right: 10px ;
	width: 70% ;
}
img.shadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px ;
	border-top-right-radius: 10px 10px ;
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
	margin-left: 3px;
}


input.invalid, select.invalid {
	border: 1px solid rgba(204, 0, 0, 0.5) ;
	-moz-box-shadow: 0px 1px 5px rgba(204, 0, 0, 0.7) ;
	-webkit-box-shadow: rgba(204, 0, 0, 0.7) 0px 1px 5px ;
	box-shadow: rgba(204, 0, 0, 0.7) 0px 1px 5px ;
}


.spacer-handler.pr-img-handler {
	height: 220px; 
	min-height: 220px; 
	max-height: 220px; 
}
a.product_link_container {
	padding-top: 30px; 
	display: flex; 
	flex-wrap: wrap; 
	align-items: center;
	justify-items: center;
}

#top-sticky-panel {
    padding: 0px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1039;
}

#top-sticky-panel #info-line,#top-sticky-panel #top {
    transition: all 500ms;
}

#top-sticky-panel.tiny #info-line, #top-sticky-panel.tiny #top {
    opacity: 0;
    height: 0px;
    position: absolute;
    display: none;
}

#top-sticky-panel.tiny #top .h1, #top-sticky-panel.tiny #top .h2 {
    display: none;
}

body {
    font-size: 14px;
    padding-top: 165px;
}

#site-name-handler, #search-position {
    height: 112px;
}



#sn-position .h1 a {
    color: #2b2b2b;
}

#sn-position .h2 {
    left: 10px;
    top: 69px;
    color: #8e8e8e;
    font-size: 11px;
}

#top-header-handler {
    margin-top: 34px;
}

ul.columns-2 {
    width: 360px !important;
}

ul.columns-3 {
    width: 500px !important;
}

ul.columns-4 {
    width: 660px !important;
}

ul.columns-5 {
    width: 860px !important;
}


div.chzn-container.chzn-container-single {
	max-width: 100% !important;
}

.vm-price-desc {
	float: left; 
	width: 100%; 
	clear: both; 
	display: block; 
}
.PricepriceWithoutTax,.vmPrice,.PricepriceWithoutTax.vm-display.vm-price-value, .vm-display.vm-price-value, .vm-cmv-label  {
	float: left; 
	width: 100%; 
	clear: both; 
	display: block; 
}

.clear-sep {
	clear: both;
}
a:focus {
	border: 0;
	outline: 0;
}
/* anchors
----------------------------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#info-line {
	font-size: 11px;
	padding: 5px 0px;
	min-height: 16px;
}

#info-line p {
	margin-bottom: 0px;
	line-height: 16px;
}

#info-line img {
	vertical-align: middle;
}

#info-line * {
	min-height:16px !important;
}

#top-modules, #bottom-long{
	padding: 8px 0px 10px 0px;
}

#nav-line #brcr {
	padding: 10px 10px;
}

#main-content-handler {
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

.tmp-content-area {
	padding-bottom: 10px;
}

#tab-modules {
	padding: 0px;
}

#tmp-container {
	margin: 0 0px;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	display: block;
	min-height: 1em;
	font-size: 100%;
	text-decoration: none !important;
	color: #333; 
	
	font-weight: 700; 
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}



#top-com-handler #system-message-container {
	padding: 0px 25px;
}

#top-com-handler .close {
	width: 20px;
	height: 20px;
	top: -10px;
	right: -14px;
	opacity: 1;
}

#top-com-handler .alert {
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.2);
	color: #333333;
}

#top-background {
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}

#top-handler {
	position: relative;
	padding:0px;
}

#top {
	margin: 0px auto;
}

.inner {
	padding: 0px 40px;
}

#top-nav-handler {
	padding-top: 0px;
}

#sn-position {
	position: relative;
}

#sn-position .h1 a, #sn-position .h1 a:hover {
	text-decoration: none;
}
#sn-position .h1 { float: left; max-width: 250px; }

#LoginForm {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

#LoginForm .modal-body .userdata {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#LoginForm .modal-body {
	max-height: 350px;
	min-height: 210px;
}

#LoginForm .caret {
	margin-top: 8px;
}

#LoginForm .btn-group > .dropdown-menu {
	font: 700 12px 'Ubuntu', Arial, Helvetica, sans-serif;
	text-align: left;
	border: 0;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#LoginForm .btn-group > .button {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#LoginForm .btn-group > .button.dropdown-toggle {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#LoginForm .modal-header #myModalLabel {
	font: 300 24px 'Ubuntu', Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
}

#LoginForm .btn-group > .dropdown-menu a {
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
}

#LoginForm .button.dropdown-toggle {
	margin-left:5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#LoginForm .modal-body .userdata label { display: inline; }

#LoginForm .modal-body ul {
	padding: 0px;
	margin: 0px;
}

#LoginForm .modal-body ul li {
	padding: 0px;
	margin: 0px;
	background: none;
}


div.modal {
	border: none;
}

div.modal,select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.log-panel, .quick-menu .menu {
	margin: 12px 0px 12px 0px !important;
	list-style: none;
	float: left;
}

.log-panel li, .quick-menu .menu li {
	margin: 0 !important;
	padding: 0px !important;
	list-style: none;
	display: inline-block;
}

.log-panel li a, .quick-menu .menu li a {
	padding: 7px 12px;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.log-panel li a:hover, .quick-menu .menu li a:hover {
	text-decoration: none;
}


.modal-backdrop, .modal-backdrop.fade.in {
	opacity:0.9;
}
.modal-backdrop, #fancybox-overlay{background:#ffffff !important;}
.fancybox-bg {opacity:0.3}
#fancybox-overlay{opacity:0.9 !important;}

.b-modal{
-webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
border:0;
}

#content-handler {
	z-index: 1;
	position: relative;
}

#cart, #currency {
	float: right;
	font-weight: 300;
}

#currency {
	padding: 6px 5px 3px 15px;
}


#search-position #vmCartModule {
	position: relative;
	float: right;
	top: 35%;
}

#nav-line {
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.22);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.22);
	z-index: 1038;
	position: relative;
}

.is-navline {
	margin-bottom: 0px !important;
}

.cart-button{
	background-image: url(../images/cart-icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	width: 46px;
	height: 46px;
	float: right;
}

.cart-button .popover.bottom .arrow{left:150px;top: -7px;}

.cart-button .popover{opacity:0;
	left: auto;
	right: -5px;
	width:172px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 35px;
}
.cart-button:hover .popover{opacity:0.95;top:35px;display:block;border: none;}
.cart-button .popover-content{text-align:center;padding: 20px;}
.cart-button .popover-content p {margin: 0px;padding:0px;;}

.cart-button {float:right;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
}

.show-both { float:right;text-align:right;padding:6px 10px; }
.show-cart { float:right;margin-right:0px;}

#vmCartModule div.panel2 {
	padding-bottom: 10px;
	display:none;
	position: absolute;
	top: 68px;
	width:300px;
	right: 0px;
	min-height: 1px;
	z-index: 300000;
	margin: 0;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
	box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}

#cart .vmCartModule .total, #cart .vmCartModule .total_products {
	float: left;
	padding: 10px 4px;
}

#cart .vmCartModule .show_cart {
	float: right;
}

#cart .show_cart a#cartpanel, #cart .show_cart a {
	float: right;
	margin-right: -1px;
	padding: 10px 15px;
	font-weight: 600;
	text-decoration: none;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color, color;
	-ms-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	transition-property: background-color, color;
}

#cart a#cartpanel:hover {
	text-decoration: none;
}

.cartpanel .show-cart-link {
	clear: both;
	padding: 28px 0px 20px 20px;
	display: block;
	font-weight: bold;
}

.cartpanel {
	text-transform: none;
}

.cartpanel .show-cart-link a {
	float: none !important;
}

.cartpanel .vm_cart_products, .cartpanel .total {
	padding: 0px 20px 20px 20px;
}

.cartpanel span.closecart, .cartpanel span.closecart:hover, .closemenu, .closemenu:hover {
	opacity: 1.0;
	font: 300 30px/30px 'Ubuntu', Helvetica, Arial, sans-serif;
	width: 30px;
	height: 30px;
	text-align: center;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
    position:absolute;
    
	right:-16px;
    top:-18px;
	
    cursor:pointer;
}
#mobile-menu { box-sizing: content-box; }
.closemenu {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.cartpanel span.closecart, .cartpanel span.closecart:hover {
    right:20px;
    top:22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#currency .currency-label {
	float: left;
}

#currency form {
	padding: 0px;
	margin: 0px;
}

#currency input.button {
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	float: right;
	padding: 0px;
	margin: 2px;
	background-image: url('../images/change-currency.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
}

.row-fluid .ex-span2 {
	width: 17.92%;
}

.row-fluid .ex-span1_5 {
	width: 14.46%;
}

#top-sticky-panel .container {
	position: relative;
}


#top-sticky-panel .container .h1 img {
	max-height: 50px;
}

#searchpanel1, #searchpanel2  {
	display: none;
	float: left;
}

#stickymenuButton, #searchOpenButton2, #searchOpenButton1 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

#stickymenuButton {
	float: right;
	background-image: url(../images/res-menu-icon.png);
}

#stickymenupanel {
	position: absolute;
	display: none;
	top: 50px;
	right: 0px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	height:340px !important;
	width: 340px !important;
	padding: 20px !important;
	overflow: hidden;
	z-index:1039;
}

.search-panel {
	float: right;
	position: relative;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3) inset;
	margin-top: 7px;
}

#top-sticky-panel .container .search-panel .inputbox {
	width: 64%;
	padding: 8px;
	height: 20px;
	float: left;
	margin: 0px;
	border: 0px !important;
}

#top-sticky-panel .container .search-panel .button {
	padding: 0 !important;
	width: 36px;
	height: 36px;
	float: right;
	display: block;
	text-align: left;
	text-indent: -9999px;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#menu-handler .search-panel .inputbox {
	width: 54%;
	padding: 13px 3%;
	height: 20px;
	float: left;
	margin: 0px;
	border: 0px !important;
}

#menu-handler .search-panel .button {
	padding: 13px 3% !important;
	width: 34%;
	float: right;
	display: block;
}

#top-sticky-panel .container .cl-handler {
	padding: 11px 10px;
	float: right;
}

#top-sticky-panel .container .cart-button {
	width: 36px;
	height: 36px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#top-sticky-panel .container .show-both {
	padding: 0px 10px;
}

#top-sticky-panel .container #vmCartModule {
	position: relative;
}

#top-sticky-panel .container #vmCartModule div.panel2 {
	top: 50px;
}
	
#top-sticky-panel .container .is-empty {
	text-transform: uppercase;
	padding: 0px 10px;
	height:36px;
	font: normal 100%/36px 'Ubuntu', Helvetica, Arial, sans-serif;
}

.scroll-bg {
	background: #ffffff;
	box-shadow: 0px 1px 14px rgba(0,0,0,0.07);
	width: 330px;
	height: 330px;
	padding: 5px;
}

.scroll-bg .sticky-menu-content > ul {
	padding:0px !important;margin:5px !important;
}

.scroll-bg ul ul {
	padding:0px !important;margin:0px !important;
}

.scroll-bg ul li {
	padding: 4px 0px 0px 4px !important;
}

.scroll-bg ul li ul li {
	padding: 4px 0px 0px 20px !important;
}

.scroll-bg ul li a {
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px;
}

.scroll-bg ul .clear { display: none !important; }

#boxscroll{overflow:auto;cursor:default !important;height:330px;width:330px;}

#boxscroll:active{cursor:url(../images/grabbing.png) 8 8,move !important;}


/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-handler {
	padding: 3px 0px 2px 0px;
	margin-left: 0px;
}
/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
td {
	padding: 8px 10px;
	text-align:left;
}
thead th, table th {
	padding: 8px 10px;
	text-align:left;
	font-weight: bold;
	font-size: 100%;

	background-position: 0 0;
	background-repeat: repeat-x;
}
tbody th, tbody td {
}
tfoot th, tfoot td {
	border-top:2px solid #ededed;
}
/* forms
----------------------------------------------- */
fieldset {
	padding:10px 0px;
	position:relative;
	margin:0px 0px 10px 0px;
	
}
legend {
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	padding: 4px 0px;
	vertical-align: middle;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* Modules Layout
----------------------------------------------- */

#footer {
	padding: 20px 30px 20px 30px;
	margin: 0px auto;
}
#footer ul li a {
	background: transparent !important;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: none;
}

#footer #footer-line {
	padding: 20px 0px;
}
#footer #footer-line .moduletable_empty {
	background: none;
}
#foo-left-right {
	clear: both;
}
#footer-left {
	float: left;
	width: 50%;
}
#footer-right {
	float: right;
	width: 50%;
}

#bottom-bg {
	padding: 20px 0px;
}

#bot-modules {
	position: relative;
	padding: 20px 0px 35px 0px;
	margin-bottom: 20px;
}

#bot-modules-2 ul li,#bot-modules-2 ul {
	padding: 3px 0px;
	margin: 0px;
	background-image: none;
	list-style: none;
}

#lbOverlay {
	z-index: 99999999999 !important;
}
#lbCenter, #lbBottomContainer {
	z-index: 999999999999 !important;
}

#foo-left-right {
	clear: both;
	padding: 0px;
}
.no-foo-lr-line {
	border-top: 0px !important;
}
.moduletable_style2 {
	border: none;
}
.moduletable_style2 h3 {
	font-size: 145%;
}

#vertical_slide {
	z-index: 999999;
	opacity: 0.96;
}

img {
	max-width: 100%;
	object-fit: contain;
    position: relative;
   
}

#slideshow-handler {
	position: relative;
	margin: 0px auto 0px auto;
}


#search-position .button {
	border: 0px;
	padding: 0;
	background: url(../images/search-icon.png) no-repeat 50% 50%;
	margin: 0 !important;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	float: right;
}

#search-position .advanced-search-button {
	height: 25px;
	display: inline-block;
	float: left;
	vertical-align: middle;
	margin-right:2px;
	padding: 3px 7px;
	font-weight: 700;
	font-size: 11px;
	line-height: 23px;
	text-transform: uppercase;
	text-decoration: none;
}

#search-position form {
	margin-bottom: 0px;
	float: right;
	position: relative;
	top: 35%;
}

#search-position .search, #search-position .finder {
	vertical-align: top;
	text-align: right;
	clear: both;
	height: 31px;
}

#search-position .inputbox {
	margin-top: 0px;
	margin-right: 0px;
	font-size: 13px;
	font-weight: 400;
	min-height: 20px !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: auto;
	border: 0px;
	background: none;
	float: left;
	height: 20px !important;
	padding: 9px 8px;
} 

#search-position .search {
	margin-right: 20px;
}

#searchForm label { display: inline-block;}


/*
-----------------------------------------------
Navigation
----------------------------------------------- */

#menu {
  display: block;
  
}

.menu-space {
	margin-bottom: 20px;
}

#menu .menu-nav, #menu #mainlevel-nav {
  list-style: none;
  padding: 0px;
  margin: 0;
  z-index: 5001 !important;
  display: inline;
}

/* ESSENTIAL STYLES
----------------------------------------------- */

.menu-nav, .menu-nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu-nav {
	line-height:	1.0;
}
.menu-nav ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.menu-nav ul li {
	width:			100%;
}
.menu-nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu-nav li {
	float:			left;
	position:		relative;
}
.menu-nav a {
	display:		block;
	position:		relative;
}
.menu-nav li:hover ul,
.menu-nav li.sfHover ul {
	left:			0px;
	top:			2.7em; /* match top ul list item height */
	z-index:		1000;
}
ul.menu-nav li:hover li ul,
ul.menu-nav li.sfHover li ul {
	top:			-999em;
}
ul.menu-nav li li:hover ul,
ul.menu-nav li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.menu-nav li li:hover li ul,
ul.menu-nav li li.sfHover li ul {
	top:			-999em;
}
ul.menu-nav li li li:hover ul,
ul.menu-nav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.menu-nav {
	float:left;
}
.menu-nav a {
	padding: 11px 12px;
	text-decoration:none;
}

.menu-nav a, .menu-nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}

.menu-nav li li a {}

#top-sticky-panel.tiny #menu {
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.12);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.12);
}

#top-sticky-panel #menu {
	transition: background-color 500ms;
}

#top-sticky-panel #menu-handler {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#top-sticky-panel #menu li:first-child a {
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}

#top-sticky-panel.tiny #menu-handler, #top-sticky-panel.tiny #menu li:first-child a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#top-sticky-panel.tiny #menu .menu-nav > li > a > span small {
	display: none;
}

#menu .menu-nav > li > a .sf-sub-indicator {
	display: none;
}

#menu .menu-nav > li:first-child > a .image-title {
	display: none;
}

#menu .menu-nav > li > a > span {
	position: relative;
}

#menu .menu-nav > li > a > span small {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: -25px;
	right: -8px;
	font-size: 11px;
	line-height: 13px;
	font-weight: 700;
	padding: 2px 9px;
}

#menu .menu-nav > li > a > span small:before {
	content: " ";
	position: absolute;
	bottom: -10px;
	right: 5px;
	width: 0px;
	height:0px;
	border: 5px solid transparent;
}

#menu .menu-nav li:first-child {
	background-image: none;
}

#menu .menu-nav > li > a {
	font: 400 13px/16px 'Ubuntu', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#menu .menu-nav > li > a .link-has-image {
	display: block;
	margin: -5px;
}

#menu .menu-nav > li > a .link-has-image img {
	max-height: 26px;
}

#menu .menu-nav > li > a .sf-sub-indicator {
	width: 0px;
	height: 0px;
	display: none;
}

#menu .menu-nav ul > li a {
	font: 400 13px 'Ubuntu', Helvetica, Arial, sans-serif;
	text-transform: none;
}

ul#nav {
	margin-left: -10px;
	padding: 4px 0px;
}

.menu-nav li {
	background:	none;
}
.menu-nav li li {
	background: none;
	padding: 0px;
}
.menu-nav li li li {
	background: none;
}

#menu .menu-nav ul li:first-child, #menu .menu-nav ul li.clear {
	border-top: none;
}

.menu-nav li:hover, .menu-nav li.sfHover,
.menu-nav a:focus, .menu-nav a:hover, .menu-nav a:active {
	outline: 0;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color, -webkit-box-shadow;
	-ms-transition-property: background-color, box-shadow;
	-o-transition-property: background-color, box-shadow;
	-moz-transition-property: background-color, -moz-box-shadow;
	transition-property: background-color, box-shadow;
}

.menu-nav li li:hover, .menu-nav li li.sfHover,
.menu-nav li li a:focus, .menu-nav li li a:hover, .menu-nav li li a:active {
	text-decoration: none;
	outline:		0;
}

.menu-nav ul {
	opacity: 0.95;
	padding: 10px 20px 10px 20px !important;
	-moz-box-shadow: 0px 2px 15px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,.25);
	box-shadow: 0px 2px 15px rgba(0,0,0,.25);
}

.menu-nav ul ul {
	opacity: 1.0;
	padding: 10px 20px !important;
	margin: -10px 10px 10px 0px;
}

.menu-nav ul ul .top-arrow {
	display: none;
}

.menu-nav li a {
	font-weight: bold;
}

.menu-nav li li a {
	padding: 8px 0px;
	font-weight: normal;
	line-height: 18px;
}

.menu-nav li li img {
vertical-align: middle;
float: left;
margin: 1px 6px 10px 0;
width: 16px;
height: 16px;
}

#menu .menu-nav > li > a .sf-sub-indicator {
	display: none;
}



/*** arrows **/
.menu-nav a.sf-with-ul {
/*	padding-right: 	2.25em; */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	top:			1.05em; /* IE6 only */
	width: 0px;
	height: 0px;
	right: 0.15em;
	text-indent: 	-999em;
	overflow:		hidden;
	border-style: solid;
	border-width: 4px;
	border-color: transparent;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			0.7em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -11px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu-nav ul .sf-sub-indicator { background-position:  -11px 0; }
.menu-nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu-nav ul a:focus > .sf-sub-indicator,
.menu-nav ul a:hover > .sf-sub-indicator,
.menu-nav ul a:active > .sf-sub-indicator,
.menu-nav ul li:hover > a > .sf-sub-indicator,
.menu-nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -11px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
**/

ul.columns-2 li {
	width: 50% !important;
}

ul.columns-2 li li, ul.columns-3 li li, ul.columns-4 li li, ul.columns-5 li li {
	width: 100% !important;
}

ul.columns-2 li ul, ul.columns-3 li ul, ul.columns-4 li ul, ul.columns-5 li ul {
	left: 100% !important;
}

ul.columns-3 li {
	width: 33.3% !important;
}

ul.columns-4 li {
	width: 25% !important;
}

ul.columns-5 li {
	width: 20% !important;
}

body div.panel1 {
	position: absolute;
	top: 10%;
	left: 10%;
	display: none;
	width: 80%;
	height: auto;
	z-index: 300000;
	margin: 0;
	float: right;
	height: auto;
	-moz-box-shadow: 0px 2px 30px rgba(0,0,0,.45);
	-webkit-box-shadow: 0px 2px 30px rgba(0,0,0,.45);
	box-shadow: 0px 2px 30px rgba(0,0,0,.45);
}


body div.panel1 .menupanel {
	padding: 20px;
}

body div.panel1 .menupanel a:hover {
	text-decoration: none;
}

.menupanel ul.selectnav {
	list-style: none;
}
.menupanel ul.selectnav li {
	margin: 0px !important;
}
.menupanel ul.selectnav li a {
	padding: 5px 5px 4px 5px;
	display: block;
}

a#menupanel { color: #ffffff;display: none;}

/* Pagination
-------------------------------------- */

ul.pagination {
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

ul.pagination li {
  background: none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 5px !important;
}

/* Moduletable menus
----------------------------------------------- */
ul.menu {
  list-style:none;
}

ul.menu li {
  margin:0;
  padding: 2px 0px 4px 0px;
}

a.sublevel {
  display:block;
  padding:4px 0px 4px 24px;
  height: 100%;
  background: url(../images/ul-li-default.png) no-repeat 0 5px;
}

/* submenus
----------------------------------------------- */
ul.menu ul {
  list-style:none;
  margin:0;
}

ul.menu li ul li {
  background: none;
  margin:0;
  padding: 2px 0px 4px 22px;
}

ul.menu ul li a {
  padding-left:30px;
}

/* Quick Menu Links
----------------------------------------------- */

#quick-menu {
	float: left;
}

#quick-menu ul {margin-left:0px;margin-bottom:0px;}

#quick-menu li {
	list-style: none;
	padding: 0px 0px 0px 26px !important;
	margin: 0px;
	display: inline;
}

#quick-menu p {
	padding:0px;
	margin: 5px 0px;
}

/* Social Links
----------------------------------------------- */

.social-links {
	float:right;
}

#social-links {
	text-align: center;
	padding: 30px !important;
}

#social-links li {
	display: inline-block;
	margin: 5px !important;
}

#social-links img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#follow-button {
	padding: 6px 6px 6px 30px !important;
	background: url(../images/top-icons.png) no-repeat 0px 4px;
	font-weight: normal;
}

.tipz {
	margin-top: -54px;
	margin-left: -44px;
}
.tipz .tip        { width:82px; font: bold 10px 'Ubuntu', Helvetica, Arial, sans-serif;}
.tipz .tip-title    { font-weight:bold; padding:7px 0px 7px 0px; text-align: center; }
.tipz .tip-text    { display:none; }

#footer-line ul.menu {
  padding: 0px 0px 10px 0px;
  margin: 0;
}

#footer-line ul.menu li {
  display: block;
  padding: 4px 10px 0px 0px;
  margin: 0;
  background: transparent;
}

#footer-line ul.menu li a {
  display: inline !important;
  background: none;
  padding: 0;
  margin: 0;
}


/* Moduletable Menu
----------------------------------------------- */

.moduletable_menu ul.menu, ul.latestnews_menu, .VMmenu {
  list-style:none;
}

.moduletable_menu ul.menu li, ul.latestnews_menu li, .VMmenu li, .VMmenu {
  margin:0;
  padding: 1px 0px;
}

.moduletable_menu .VmOpen ul.menu li,
.moduletable_menu .VmClose ul.menu li {border: 0px !important;}

.moduletable_menu .VmOpen ul.menu li a,
.moduletable_menu .VmClose ul.menu li a {
	font-weight: 400 !important;
	font-size:90%;
	padding: 4px 15px !important;
}

.VMmenu li {
	padding: 1px 0px !important;
	margin: 0px !important;
}
.VMmenu li div a {
}

.moduletable_menu ul.menu li a, ul.latestnews_menu li a, .VMmenu li div a {
	display: block;
	background: none;
}

.moduletable_menu ul.menu li a span.link-no-image {}

.moduletable_menu ul.menu li a:hover, ul.latestnews_menu li a:hover, .VMmenu li div a:hover {
  text-decoration: none;
}
.moduletable_menu ul.menu li ul li a:hover, .VMmenu ul li div a:hover  {
	text-decoration: underline;
	background: none !important;
}
.moduletable_menu ul.menu li ul li {
  padding: 4px 0px 4px 15px;
  background: none !important
}

.moduletable_menu ul.menu li ul li a {
  display:block;
  height: 100%;
  font-weight: normal !important;
  border: 0;
  padding: 0px !important;
  text-decoration: none;
}

.moduletable_menu li.parent.active {
	font-weight: bold;
}

.moduletable_menu ul, .moduletable_menu li  {
	background: transparent;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.moduletable_menu ul.menu, .moduletable_menu ol.menu {
	margin-top: 0px;
	margin-bottom: 0px;
}
.moduletable_menu ul.menu li ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.moduletable_menu ul.menu li a, .moduletable_menu ol.menu li a, .moduletable_menu ul.menu li ul li a {
	margin: 0px !important;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
}

.moduletable_menu ul.menu li:last-child, .VMmenu li:last-child {
	border-bottom: none;
}

.moduletable_menu ul.menu li a, .moduletable_menu ol.menu li a, ul.latestnews_menu li a, .VMmenu li div a {
	padding: 10px 0px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

.moduletable_menu ul.menu li a:hover, .moduletable_menu ol.menu li a:hover, .VMmenu li div a:hover {

}
.moduletable_menu ul.menu li li a:hover, .moduletable_menu ol.menu li li a:hover, .VMmenu ul li div a:hover  {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.moduletable_menu ul.menu li ul li, .moduletable_menu_light ul.menu li ul li, .latestnews_menu_light li, .latestnews_menu li ul li {
	border-bottom: 0px !important
}

.latestnews_menu_light a, .latestnews_menu a, .VMmenu ul li div a {
	font-size: 90%;
	font-weight: bold;
}

.latestnews_menu_light li, .latestnews_menu li {
	background-position: 8px 5px !important;
	padding-left: 30px !important;
}

.moduletable_menu ul.menu li a:hover, .moduletable_menu ol.menu li a:hover,
.moduletable_menu_light ul.menu li a:hover, .moduletable_menu_light ol.menu li a:hover, .VMmenu li div a:hover {
	margin: 0px;
	text-decoration: none;
}

.VmClose ul, .VmClose li {
	padding-left: 0px;
	margin-left: 0px;
}

.VMmenu ul li div a:hover {
	padding-left: 0px;
}

.moduletable_menu ul.menu li a img, .moduletable_menu_light ul.menu li a img, .moduletable_menu ul.menu li a small {
	display: none;
}
.moduletable_menu ul.menu li.separator img, .moduletable_menu li.separator img, .moduletable_menu ul.menu li img,
.moduletable_menu_light ul.menu li.separator img, .moduletable_menu_light li.separator img, .moduletable_menu_light ul.menu li img {
	padding: 0px 10px 0px 5px!important;
	vertical-align: middle;
	margin: 0px!important;
	border-style: none!important;
	background: transparent!important;
}
.moduletable_menu ul.menu  li.active ul li a.current, .moduletable_menu ul.menu li ul li a.current, 
.moduletable_menu ul.menu li.active ul li a.active, .moduletable_menu ul.menu  li ul li a.active, 
.moduletable_menu_light ul.menu  li.active ul li a.current, .moduletable_menu_light ul.menu li ul li a.current, 
.moduletable_menu_light ul.menu li.active ul li a.active, .moduletable_menu_light ul.menu  li ul li a.active {
	background:#333333!important;
}
.moduletable_menu ul.menu li.separator .image-title, .moduletable_menu_light ul.menu li.separator .image-title  {
	font-size: 75%!important;
}
.moduletable_menu ul.menu li.separator, .moduletable_menu_light ul.menu li.separator {
	font-size: 75%!important;
	line-height: 200%!important;
}

#bot-modules ul.menu { padding: 0px; margin: 0px; }

#bot-modules ul.menu li { margin: 0px; }

.nav-tabs-handler {
	margin-bottom: 30px;
}

.nav-tabs {
	border: none;
}

.nav-tabs > li > a {
	background: rgba(0,0,0,0.05);
	border: none;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > li > a:hover {
	background: transparent !important;
	border: none !important;
}

/* boxes
----------------------------------------------- */

#system-message dt {
	display: none;
}
.alert, .info, .notice, #system-message dd.error, #system-message dd.notice, #system-message dd.message, .box-save, .box-accept, .box-tip, .terms-of-service h5 {
	padding: 10px;
	margin: 0px 0px 15px 0px;
	height: 100%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px;
	box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px;
	-moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.alert, #system-message dd.error.message.fade, .terms-of-service h5 {
	background: #ffe6e6;
	border: 1px solid #ebc4c4;
	color: #833939;
}
.alert .icon, .info .icon, .notice .icon, .box-save .icon, .box-accept .icon, .box-tip .icon {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.alert .icon, #system-message dd.error.message.fade ul {
	background: url(../images/icons/exclamation.png) no-repeat 0 0;
}
.info, #system-message dd.message {
	background: #e6f5ff;
	border: 1px solid #c2daea;
	color: #3d6b8a;
}
.info .icon, #system-message dd.message ul {
	background: url(../images/icons/information.png) no-repeat 0 0;
}
.notice, #system-message dd.notice.message.fade {
	background: #fffce6;
	border: 1px solid #eae5c2;
	color: #696025;
}
.notice .icon, #system-message dd.notice.message.fade ul {
	background: url(../images/icons/notice.png) no-repeat 0 0;
}
.box-save {
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	color: #505050;
}
.box-save .icon {
	background: url(../images/icons/drive_disk.png) no-repeat 0 0;
}
.box-accept {
	background: #f4fae1;
	border: 1px solid #d8e1bc;
	color: #606e35;
}
.box-accept .icon {
	background: url(../images/icons/accept.png) no-repeat 0 0;
}
.box-tip {
	background: #fefefe;
	border: 1px solid #f1f1f1;
	color: #303030;
}
.box-tip .icon {
	background: url(../images/icons/lightbulb.png) no-repeat 0 0;
}
/* unsorted lists
----------------------------------------------- */

.mostread, ul.latestnews {
	padding: 0px;
	list-style: none;
	margin: 0px; 
}

.mostread li {
	padding: 3px 0px !important;
	margin: 0px !important; 
	background: none;
}

#archive-items li {
	padding: 0px 0px 3px 24px;
}

ul.latestnews {
	margin-left: 0px;
}

ul.latestnews li {
	margin: 0px !important; 
}

/***************************************/

ul.latestnews li, #article-index li, .categories-list ul li, .cat-children ul li, .menusitemap li, ul.latestnews_menu_light li,ul.sections li, #archive-items li,ul.list-accept,ul.list-add li,ul.list-delete li,ul.list-error li,ul.list-alert li,ul.list-cross li,ul.list-tick li,ul.list-tip li,ul.list-disk li,ul.list-email li,ul.list-feed li,ul.list-image li,ul.list-information li,ul.list-key li,ul.list-newspaper li, ul.list-pencil li, ul.list-cd li, ul.list-pc li, ul.list-ipod li, ul.list-mouse li, .contact-links ul li, ul.list-magnifier li, #finder-filter-select-list li, ul.list-accept li {
	padding: 3px 0px 3px 24px;
	margin: 0 0 0 10px;
	list-style: none;
}

/***************************************/

ul.latestnews li, #article-index li, .categories-list ul li, .cat-children ul li  {
	background: url(../images/icons/page_white_text.png) no-repeat 0 4px;
}
.menusitemap li, ul.latestnews_menu_light li {
	background: url(../images/icons/page_white_star.png) no-repeat 0 4px;
}
ul.sections li, #archive-items li {
	background: url(../images/icons/folder.png) no-repeat 0 3px;
}
ul.list-accept li {
	background: url(../images/icons/accept.png) no-repeat 0 3px;
}
ul.list-add li {
	background: url(../images/icons/add.png) no-repeat 0 3px;
}
ul.list-delete li {
	background: url(../images/icons/delete.png) no-repeat 0 3px;
}
ul.list-error li {
	background: url(../images/icons/exclamation.png) no-repeat 0 3px;
}
ul.list-alert li {
	background: url(../images/icons/notice.png) no-repeat 0 3px;
}
ul.list-cross li {
	background: url(../images/icons/cross.png) no-repeat 0 3px;
}
ul.list-tick li {
	background: url(../images/icons/tick.png) no-repeat 0 3px;
}
ul.list-tip li {
	background: url(../images/icons/lightbulb.png) no-repeat 0 3px;
}
ul.list-disk li {
	background: url(../images/icons/disk.png) no-repeat 0 3px;
}
ul.list-email li {
	background: url(../images/icons/email.png) no-repeat 0 3px;
}
ul.list-feed li {
	background: url(../images/icons/feed.png) no-repeat 0 3px;
}
ul.list-image li {
	background: url(../images/icons/image.png) no-repeat 0 3px;
}
ul.list-information li {
	background: url(../images/icons/information.png) no-repeat 0 3px;
}
ul.list-key li {
	background: url(../images/icons/key.png) no-repeat 0 3px;
}
ul.list-newspaper li {
	background: url(../images/icons/newspaper.png) no-repeat 0 3px;
}
ul.list-pencil li {
	background: url(../images/icons/pencil.png) no-repeat 0 3px;
}
ul.list-cd li {
	background: url(../images/icons/cd.png) no-repeat 0 3px;
}
ul.list-pc li {
	background: url(../images/icons/pc.png) no-repeat 0 3px;
}
ul.list-ipod li {
	background: url(../images/icons/ipod.png) no-repeat 0 3px;
}
ul.list-mouse li, .contact-links ul li {
	background: url(../images/icons/mouse.png) no-repeat 0 3px;
}
ul.list-magnifier li, #finder-filter-select-list li {
	background: url(../images/icons/magnifier.png) no-repeat 0 3px;
}
/* Oredered stuff
----------------------------------------------- */

p.big-number {
	clear: both;
}
p span.big-number {
	font: normal 30px 'Ubuntu', Helvetica, Arial, sans-serif;
	float: left;
	margin: 0 10px 0 0;
}
/* Paragraphs, quotes and lists
----------------------------------------------- */

blockquote.cite {
	background: url(../images/blockquote-1.png) no-repeat 0 0;
	border: 0;
	padding: 0;
}
blockquote.cite span.cite {
	background: url(../images/blockquote-2.png) no-repeat 100% 100%;
	display: block;
	padding: 10px 20px;
}

blockquote {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	padding: 20px 30px;
	margin-bottom: 15px;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


body.contentpane{background:#fff;padding:25px;font-size:12px}
a{-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;}
#theme-width{margin:0px auto}
.moduletable{padding:10px 10px;}

.moduletable{
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}

.moduletable_style1 .custom_style1{
padding: 10px 20px;
background-repeat: no-repeat;
background-size: 100% auto;
}
.moduletable_style1 {
-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
}

.img_style1 {
	float: right;
}

.con_style1 {
	float: left;
}

.img_style2 {
	position: relative;
}

.moduletable_banner {
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.moduletable_banner img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: -1px;
}

.img_style2 .con_style2 {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.img_style2 .con_style2 p a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.img_style2 .con_style2 p {
	display: block;
	height: 100%;
	width: 100%;
	transition: background 500ms;
	position: relative;
	overflow: hidden;
	margin:0px;
	padding:0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.horiz .img_style2 .con_style2 p:before {
	right: -60px;
	top: 50%;
	bottom: 50%;
	left: auto;
	margin-top: -30px;
}

.img_style2 .con_style2 p:hover {
	background: rgba(0,0,0,0.5);
}

.img_style2 .con_style2 p:hover:before {
	bottom: 45%;
	opacity: 1;
	transform:rotate(1080deg); -webkit-transform:rotate(1080deg); 
	-moz-transform:rotate(1080deg); -o-transform:rotate(1080deg); 
}

.horiz .img_style2 .con_style2 p:hover:before {
	right: 50%;
	margin-right: -30px;
	left: auto;
	transform:rotate(-1080deg); -webkit-transform:rotate(-1080deg); 
	-moz-transform:rotate(-1080deg); -o-transform:rotate(-1080deg); 
}

#welcome-box {
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	padding: 10% 20px;
	margin-bottom: 30px;
}

#welcome-box .backstretch, #welcome-box .backstretch img {
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}

#welcome-box .backstretch {
	opacity: 0.3;
}

.padding-10{padding:10px }
.padding-5{padding:5px }
.padding-10 p,.padding-5 p{margin-bottom:0px}
.moduletable,.moduletable_text,.moduletable_style1,.moduletable_style2,.browse-view .row,.moduletable_menu{height:100%;margin-bottom:30px}
.moduletable_style2{border:none }
.item-page .moduletable{border:0px}
.moduletable .module-content,.category-view .row,.featured-view .row,.latest-view .row,.topten-view .row,.browse-view .row{padding:0px 0px 3px 0px}
.moduletable_empty,.moduletable_menu{height:100%;margin-bottom:20px;}
.moduletable_menu .module-content{padding: 3px 2px}
.moduletable,.moduletable_menu,.spacer,#slideshow-handler,.category_description,.productdetails-view{}
.moduletable_style2 .module-content{padding:10px 0px}
.moduletable > h3,.moduletable_menu > h3,.moduletable_products > h3, .heading-cloud {
font-weight:700;
padding: 10px 15px;
margin: 0px 0px 20px 0px ;
font-size: 18px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: relative;
display: inline-block;
}

.moduletable > h3:before,.moduletable_menu > h3:before, .moduletable_products > h3:before, .heading-cloud:before {
	display:none;
}

.span3 .moduletable > h3, .span3 .moduletable_menu > h3, .span3 .moduletable_products > h3, .heading-cloud {
	display: block;
	margin-bottom: 10px;
}

.mod-color1, .mod-color2 {
	min-height: 70px;
}

.moduletable_menu p{padding-bottom:5px}
.moduletable_empty h1{margin-bottom:2px;letter-spacing:0px}

.moduletable_style2 .module-content h3{font-weight:300;font-size:16px;text-transform:uppercase;letter-spacing:-0.09em}

#footer .moduletable_empty h3,#footer .moduletable_menu h3,#footer .moduletable_products h3,#footer .browse-view h1,#footer .featured-view h4,#footer .latest-view h4,#footer .topten-view h4,#footer .related-products-view h4,#footer .product-details-header{background:transparent}

.moduletable table td,.moduletable_text table td,.moduletable_menu table td,.moduletable_empty table td{border:0}
.moduletable_menu table td{padding:1px 4px}
.moduletable_menu table td #login{padding:0px 4px}
.moduletable ul li,.moduletable_text ul li{margin:0 0 0 5px}
.latestnews_menu li{padding:4px 3px 4px 24px}

[class*="moduletable"].move-up-40{margin-top: -40px;}
[class*="moduletable"].move-up-30{margin-top: -30px;}
[class*="moduletable"].move-up-20{margin-top: -20px;}
[class*="moduletable"].move-up-10{margin-top: -10px;}

.moduletable_motion {
	overflow: hidden;
}

.moduletable_motion .custom_motion {
	background-repeat: no-repeat;
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
	background-position: 0px 0px;
}

.moduletable_motion:hover .custom_motion {
	background-position: 100% 0px;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
	-ms-transform:scale(1.05);
	filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=1.05,M12=-0,M21=0,M22=1.05);
}

.moduletable_motion .custom_motion p {margin-bottom:0 ;}

.special-ribbon, .hot-ribbon, .new-ribbon {
	position: relative;
}

.special-ribbon .ribbon-special, .hot-ribbon .ribbon-hot, .new-ribbon .ribbon-new {
	width: 61px;
	height: 61px;
	position: absolute;
	z-index:99;
	display: block;
	top: 0px;
	left: 0px;
	background-image: url(../images/ribbons-sprite.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.special-ribbon .ribbon-special {
	background-position: 0px 0px;
}

.hot-ribbon .ribbon-hot {
	background-position: 0px -61px;
}

.new-ribbon .ribbon-new {
	background-position: 0px -122px;
}

.latest-view .spacer,.topten-view .spacer,.recent-view .spacer,.featured-view .spacer,.vmproduct .spacer,.browse-view .spacer{margin:0px 0px 0px 0px ;position:relative;overflow:hidden}
.category-view .spacer .paddingtop8,.latest-view .spacer .paddingtop8,.topten-view .spacer .paddingtop8,.recent-view .spacer .paddingtop8,.featured-view .spacer .paddingtop8,.vmproduct .spacer .paddingtop8,.browse-view .spacer .paddingtop8, .productlist .product .spacer {
	margin-bottom:15px}
#top-modules .moduletable_empty{padding:0 5px 5px 0px}
#breadcrumb-handler{font-weight:normal;font-style:italic}
#breadcrumb-bg{padding:0px}
#breadcrumb-handler a{font-weight:normal}
#breadcrumb-bg span{font-weight:bold}
#breadcrumb-bg span.showHere{font-weight:normal}
.article-details{padding:10px 0px}
.article-details p{padding:0 ;margin:0 }
.blog .modifydate{float:right;width:50%;text-align:right}
.items-leading{padding:0px 0 10px 0}
.items-leading h2,.blog h1,.blog-featured h2{padding:5px 0px;margin-bottom:11px;font-weight:300;letter-spacing:-1px;font-size:220%}
h1 .subheading-category{font-size:16px;display:block;letter-spacing:0px}
.item h2,.item-page h2,h3.title,h2 .contact-name,.newsfeed h2,.blog h2,#archive-items h2{padding:0px 0px 5px 0px;margin-bottom:11px;font-weight:300;letter-spacing:-1px;font-size:150%;}
.article-info{margin-bottom:10px;margin-right:50px;}
.dc-sep{margin-bottom:10px}
.img-intro-none,.img-fulltext-none{text-align:center;padding-bottom:10px}
.img-intro-left{padding-bottom:10px}
.img-fulltext-left{float:left}
.img-intro-right{padding-bottom:10px}
.img-fulltext-right{float:right}
.img-intro-none img,.img-fulltext-none img,.img-intro-left img,.img-fulltext-left img,.img-intro-right img,.img-fulltext-right img{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:95%}
h2 .contact-name{display:block}
p.readmore a,a.readmore{font-weight:bold}
.blog-more{padding:10px 5px}
.items-row{margin:0px;padding:0px 0px;overflow:hidden}
.article_column{padding:0}
.row_separator2{display:block;clear:both;margin:0;border:solid 0px}
.article_separator,.row_separator{display:none}
.published,.create{font-weight:bold;font-size:85%}
.modified,.createdby{opacity:0.5}
.componentheading,.contentheading{padding:0px 0px 10px;margin:0px}
#article-index{float:right;width:30%;margin-left:2%}
#article-index a.active{font-weight:bold}
.counter{padding:5px 0px}
.readon a{font-weight:bold}
#system-message dt.error,#system-message dt.notice,#system-message dt.message{display:none}
#system-message ul{padding:0 15px 0 25px;margin:0;list-style:none}
#system-message ul li{padding:0;margin:0;list-style:none;background:none}
#top-small-menu ul{padding:6px 10px 0 0;margin:0;overflow:hidden}
#top-small-menu ul li{display:inline;margin:0;padding:0 11px;font-size:11px;text-shadow:none;background:url(../images/top-small-menu-sep.gif) repeat-y 100% 0}
#top-small-menu ul li a{background:none;display:inline;margin:0;padding:0;color:#b7b7b7}
#top-small-menu ul li a:hover{color:#d9d9d9}
.dk_container{font-weight:400;line-height:13px}
.dk_container:focus{outline:0}
.dk_container a{cursor:pointer;text-decoration:none}
.dk_toggle{padding:3px 7px;width:auto ;max-width:100%}
.dk_toggle:hover{}
.dk_focus .dk_toggle{}
.dk_focus .dk_toggle{}
.dk_open{ z-index:10}
.dk_open .dk_toggle{}
.dk_options{-moz-box-shadow:0px 2px 20px rgba(0,0,0,.25);-webkit-box-shadow:0px 2px 20px rgba(0,0,0,.25);box-shadow:0px 2px 20px rgba(0,0,0,.25)}
.dk_options a{font-weight:normal ;padding:4px 7px}
.dk_options li:last-child a{border-bottom:none}
.dk_options a:hover,.dk_option_current a{-moz-transition-duration:0.4s;-webkit-transition-duration:0.4s;-o-transition-duration:0.4s;-ms-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:background-color ;-ms-transition-property:background-color ;-o-transition-property:background-color ;-moz-transition-property:background-color ;transition-property:background-color }
.dk_options_inner{max-height:250px}
.dk_options_inner,.dk_touch .dk_options{max-height:250px}
.dk_container{display:none;float:left;position:relative;background-image: url(../images/top-icons.png);background-repeat:no-repeat;background-position: 0px -35px;padding-left: 24px;}
.dk_container a{outline:0}
.dk_toggle{display:-moz-inline-stack;display:inline-block;*display:inline;position:relative;zoom:1}
.dk_open{position:relative}
.dk_open .dk_options{display:block;top:28px }
.dk_open .dk_label{color:inherit}
.dk_options{display:none;margin-top:-1px;position:absolute;right:-50%;width:190px}
.dk_options a,.dk_options a:link,.dk_options a:visited{display:block}
.dk_options_inner{overflow:auto;position:relative;margin:0px;padding:8px 8px}
.dk_options_inner li{background:none;margin:0px;padding:1px 0px;list-style:none;}
.dk_touch .dk_options{overflow:hidden}
.dk_touch .dk_options_inner{max-height:none;overflow:visible}
#currency .dk_fouc select{position:relative;top:-99999em;visibility:hidden}
.dk_ie6 .dk_options{right:0}
.n-order .inputbox{width:60%}
.button2-left{float:left;margin:5px 10px 10px 0px}
.modal-button:hover,.button2-left .readmore a:hover{text-decoration:none}
.tool-tip{border-bottom-left-radius:5px 5px;border-bottom-right-radius:5px 5px;border-top-left-radius:5px 5px;border-top-right-radius:5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-box-shadow:#dedede 0px 0px 0px 1px,rgba(0,0,0,0.296875) 1px 2px 5px;box-shadow:#dedede 0px 0px 0px 1px,rgba(0,0,0,0.296875) 1px 2px 5px;-moz-box-shadow:0 0 0 1px #dedede,1px 2px 5px rgba(0,0,0,0.3);background:#fafafa;padding:10px}
.tool-title{font-weight:bold;padding:5px 0}
.weblinks .contentdescription img{margin:0 10px 20px 10px}
.weblinks td img{margin:3px 5px 0px 0px}
.contact_email label{float:left;line-height:36px;width:180px}
.contact_email{clear:both;padding:3px 0px}
.productPrice{font-weight:bold;white-space:nowrap}
.product-Old-Price{color:#900;text-decoration:line-through ;background:none;font:normal 12px 'Ubuntu', Helvetica, Arial, sans-serif; }
.moduletable_products table{border-spacing:0px ;border-collapse:separate;width:104%;margin-left:-2%;display:table;margin-top:20px;margin-bottom:0px}
div.moduletable_products td:first-child,.vmgroup_products .first-col,ul.vmproduct-list li .first-col{background-image:none ;margin-left:0px }
.moduletable_products table td,ul.vmproduct-list li .spacer,.vmgroup_products .spacer,.category .spacer,.product .spacer{height:100%}
.moduletable ul.vmproduct-list li .spacer{height:100%}
.prod-det-button-handler{padding-bottom:6px}
.prod-det-button-handler .product-details{float:none}
.browseProductContent2{background:url(../images/td-prod-bg.png) repeat-y 226px 0}
.last .browseProductContent2{background:none}
.grid_4 .product-anchor-image{height:186px;display:block}
.grid_4 .product-anchor-image img{border:0;-webkit-box-shadow:none;box-shadow:none;-moz-box-shadow:none;width:100%;max-width:100%;height:100%}
.moduletable_products .featuredProductImage{margin:0px auto;margin-bottom:10px;max-width:100%}
.moduletable_products table td a.product-anchor-image{display:block;clear:both;width:100%}
.product-name{font-weight:bold;display:block;text-align:left;padding-bottom:6px;text-transform:uppercase;color:#434343;padding-left:8px}
.product-name a{color:#434343}
.moduletable_products table td span.product-Old-Price{color:#e25d5d;text-decoration:line-through ;background:none;font:normal 12px 'Ubuntu', Helvetica, Arial, sans-serif;text-shadow:none;display:inline;padding:0}
.moduletable_products table td br{display:none}
.productPrice{float:left;text-align:left;font-weight:bold;padding:9px 0px 0px 10px}
.browseProductTitle .productPrice{float:right ;text-align:right;width:20%;padding-top:0px}
form.form-add-to-cart{float:right;width:25%;padding-top:7px;text-align:left}
.highlight{font-weight:bolder}
.margin_top_20{margin-top:-20px}
#vmMainPage table tr td table tr td{border:0}
#facebox .popup{position:relative;border:1px solid rgba(0,0,0,0.05) ;-webkit-border-radius:0 ;-moz-border-radius:0 ;border-radius:0 ;-webkit-box-shadow:3px 3px 0px rgba(0,0,0,0.2);-moz-box-shadow:3px 3px 0px rgba(0,0,0,0.2);box-shadow:3px 3px 0px rgba(0,0,0,0.2)}
#facebox .content{padding:0;-webkit-border-radius:0 ;-moz-border-radius:0 ;border-radius:0 }
#facebox .content div{padding:25px}
#facebox .content div div{padding:3px 0px}
.form-validate.user div{clear:both}
.jicons-icons{float:left;margin-right:10px}
.contact-street,.contact-suburb,.contact-state,.contact-postcode,.contact-country{display:block;padding:2px 0px 6px 0px}
.contact-email label{float:left;width:30%}
.contact-input-box input,input.required,#jform_contact_message{width:60%}
.contact-slider{padding-top:15px}
ul.actions,ul.actions-featured{margin:0px 0px 0px 2px;padding:0px;text-align:center;list-style-position:outside;list-style-type:square;display:inline;float:right}
ul.actions li,ul.actions-featured li{background:none ;display:block;float:left;line-height:1.7em;margin:0px 0px 0px 0px ;padding:0px 0px 14px 8px }
.print-icon a,.email-icon a{display:block;opacity:0.6;-moz-transition-duration:0.4s;-webkit-transition-duration:0.4s;-o-transition-duration:0.4s;-ms-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:opacity,-webkit-filter;-ms-transition-property:opacity;-o-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;-webkit-filter:grayscale(1)}
.icons .dropdown-menu a { margin-left: 0px;}
.print-icon a:hover,.email-icon a:hover{opacity:1;-webkit-filter:grayscale(0)}
.article-details dl,ul.actions-featured dl{margin-bottom:0px}
.categories-list dt,.categories-list dd{display:inline}
.stats-module dt{font-weight:bold}
.stats-module dd{padding-left:10px}
.categories-list .item-title{font-weight:bold}
.article-info-term{display:none}
ul.pagenav{clear:both}
.pagenav li,.pagination ul li{background:none ;display:inline;padding:0 10px 0 0;margin:0px}
.pagenav li a,.pagination ul li a{font-weight:bold}
.pagenav li a:hover,.pagination ul li a:hover{text-decoration:none}
.pagenav-next{float:right;padding-right:0px }
.image-left{float:left;margin:0px 10px 0px 0px}
.image-right{float:right;margin:0px 0px 0px 10px}
.contact-email div{clear:both}
.article-details{padding:10px 0px}
.tip-wrap{z-index:500000 }
.tip-wrap .tip{width:380px;font:normal 12px 'Ubuntu', Helvetica, Arial, sans-serif;background:rgba(0,0,0,0.80) ;box-shadow:2px 2px 3px rgba(0,0,0,0.18);-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.18);-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.18);border-bottom-left-radius:7px 7px;border-bottom-right-radius:7px 7px;border-top-left-radius:7px 7px ;border-top-right-radius:7px 7px ;-moz-border-radius:7px 7px 7px 7px;border:1px solid rgba(0,0,0,0.60) }
.tip-wrap .tip .tip-text{color:#fff;padding:5px 10px 10px 10px }
.tip-wrap .tip .tip-title{color:white;font-weight:bold;padding:10px 10px 5px 10px ;text-align:left ;color:#fff;font-weight:bold;padding:4px 0px;text-align:center;padding:0;margin:0;font-size:1em;font-weight:bold;margin-top:0px ;background:none }
.button2-left .readmore{padding-top:8px}
.button2-left .readmore a{padding:6px 10px 7px 10px}
.edit .formelm label{float:left;width:30%}
.edit .formelm input{width:250px}
.edit .formelm select{width:265px}
.formelm-buttons{padding:10px 0px}
.calendar{margin:5px;vertical-align:middle;opacity:0.7;cursor:pointer}
.calendar:hover{opacity:1.0}
dt.tabs{float:left;margin:0px 10px 0px 0px;-webkit-border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;border-radius:4px 4px 0px 0px}
dt.tabs span{border:1px solid rgba(0,0,0,0.1);border-bottom:none ;display:block;height:21px;padding:6px 15px;-webkit-border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;border-radius:4px 4px 0px 0px}
dt.tabs.open span{border:1px solid rgba(0,0,0,0.1);border-bottom:none ;height:22px}
dt.tabs h3{font:300 15px 'Ubuntu', Helvetica, Arial, sans-serif;margin:0px }
dl.tabs{clear:both;border-bottom:1px solid rgba(0,0,0,0.1);display:block;height:34px;padding-top:10px}
.contact .current{clear:both}
.contact-image{float:right}
.sl-3rd-parties{margin:0px auto}
#contact-form fieldset dt,.registration fieldset dt{float:left;width:25%}
#contact-form fieldset dd,.registration fieldset dd{width:73%;margin-bottom:6px}
.spacer .text #jform_spacer-lbl{font-size:11px ;opacity:0.80 }
#finder-filter-select-list li{clear:both}
#finder-filter-select-list li label{width:95%;float:left}
#finder-filter-select-list li select{width:60%}
#finder-search fieldset{border:none ;padding:0px 0px 10px 0px;margin:0px}
.result-title{font-size:140%;margin-bottom:15px ;background-position:0px 6px;padding-left:0px ;margin-top:15px}
.result-url{font-size:90%;font-style:italic;padding:4px 0px 15px 0px}
span.highlight{background:transparent;border-bottom:1px dotted}
div.toolbar-list a,div.toolbar-list a:hover{display:block;float:left;white-space:nowrap;border:none;padding:1px 5px;cursor:pointer}
.toolbar-list ul li{background:none;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
#admin-ui-tabs ul#tabs li{padding:4px 10px ;width:10% }
#facebox .close{top:20px;right:20px}
.formelm label{width:30%;float:left}
.img-intro-left div.img_caption{width:99% ;display:inline}
.word #search-searchword{padding:6px}
.phrases-box,.ordering-box{padding:7px 0px}
.phrases-box input[type="radio"],.only input[type="checkbox"]{margin:0px 5px 0px 5px}
fieldset.phrases,fieldset.word,fieldset.only,.search .form-limit{padding:20px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}
fieldset.phrases legend,fieldset.only legend{padding:0px;margin:0px;font-size:16px;font-weight:700;letter-spacing:0px}

.contact-links ul li { padding: 0px; background-image: none; margin:0px 0px -1px 0px; }
.btn-primary, .btn, .btn-primary:hover { background-image: inherit; }
.categories-list h3.page-header.item-title { padding: 10px 0px; margin:0px;}
.categories-list h3.page-header.item-title a { display: inline; }
.category.list-striped li {margin:0px; background-image: none; }
li { margin-left: 0px; }
.contact dl dt { width: 30px; } .contact dl dd { margin-left: 30px; }

.mce-btn button, .mce-btn button:hover { background-color: transparent ; }

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.editor [class^="icon-"]:before, .editor [class*=" icon-"]:before {
font-family: 'IcoMoon';
font-style: normal;
speak: none;
}

.editor .icon-file-add:before, .editor .icon-file-plus:before {
content: "\29";
}

.editor .icon-picture:before, .editor .icon-image:before {
content: "\2f";
}

.editor .icon-save-copy:before, .editor .icon-copy:before {
content: "\e018";
}

.editor .icon-eye-open:before, .editor .icon-eye:before {
content: "\3c";
}

.edit .icon-ok {
background-image: url("../../../media/jui/img/glyphicons-halflings-white.png");
background-position: -288px 2px;
}

.edit .icon-cancel {
background-image: url("../../../media/jui/img/glyphicons-halflings-white.png");
background-position: -314px 2px;
}

.icon-calendar {
background-image: url("../../../media/jui/img/glyphicons-halflings-white.png");
background-position: -192px -120px;
}

.popout1 .product-price {
	min-height: 20px;
}

#jform_publish_down_img, #jform_publish_up_img { margin-top: 2px; }

.vm-pdf-button a, .vm-print-button a, .vm-email-button a {
	width: 24px;
	height: 24px;
	display: block;
	text-align: left;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
}
/*
.vm-pdf-button a {
	background: url('../images/pdf_Button.png') no-repeat 0 0;
}

.vm-print-button a {
	background: url('../images/printButton.png') no-repeat 0 0;
}

.vm-email-button a {
	background: url('../images/emailButton.png') no-repeat 0 0;
}
*/

.productdetails-view.productdetails h1 a {
	float: none ;
	font-size: 12px;
}

#customer_notes_field {
	width: 100%;
	height: 60px;
}

.login-separtor {
	padding-bottom: 10px;
}



.output-shipto input[type="checkbox"] { 
	float: left; 
	margin-right: 10px; 
}

.cart-summary input[type="radio"], #userForm input[type="radio"], #paymentForm input[type="radio"] {
	float: left;
	margin-right: 10px;
}

.h-pr-details .paddingtop8, .spacer .paddingtop8 {margin-top: 0px ;}



#slideshow-handler {
margin-bottom:30px;
}

.hand-product-details {
	padding-top: 10px;
}

#virtuemart_currency_id_chzn { display: none; }

.cart-summary hr {
	display: none;
}

#customer_note_field {
	width: 95%;height:60px;
}

.well {
background-color: transparent;
border: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none ;
-moz-box-shadow: none ;
box-shadow: none ;
}

.page-header {
	border: 0;
}


#main-content-handler > .row-fluid  > div.span9 {
	margin-left: 0;
}

#main-content-handler > .row-fluid  > div.span3 > div.moduletable {
	box-sizing: border-box; 
	width: 95%; 
	margin-right: 10px;
	
}

#main-content-handler > div.row-fluid > .span3 {
	float: left; 
}

body {
	box-sizing: border-box; 
}
body > div.cc-window { 
	box-sizing: border-box ; 
	width: 100%; 
	max-width: 100% ; 
	right: 0; 
	left: 0; 
}

.clr{clear:both;overflow:hidden;}
.general-bg,input.custom-attribute,input.quantity-input,.manufacturer-product-link a,input.vm-default,div.details,button.default{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.details:hover,div.details:hover,button.default:hover{background-position:0 -40px;color:#000;text-decoration:none;}
.productdetails-view .spacer-buy-area .addtocart-button {float:left;-webkit-border-radius:3px 3px 3px 3px !important;-moz-border-radius:3px 3px 3px 3px !important;border-radius:3px 3px 3px 3px !important;margin-left:5px; }

.cart-summary fieldset label {
	display: inline;
}

.product-cart-row {
	padding: 5px 0px;
}

#cart .vm_cart_products  {
	padding: 0px 20px;
	height: 230px;
	overflow-y: auto;
}

.cartpanel .show-cart-link a {
	text-transform: uppercase;
	font-weight: 600;
}

.show-total-items {
	line-height: 34px;
	margin-right: 7px;
}

.total-items { line-height: 17px;font-size: 13px;}

.PricebasePriceVariant { white-space: nowrap; }

.product-cart-row {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 5px 0px;
}

.product-neighbours{color:#777;padding:0 0 15px;}

.product-neighbours, .product-neighbours a  {
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.product-neighbours {
	-webkit-transition-property: opacity;
	-ms-transition-property: bopacity;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
	opacity: .8;
	-webkit-backface-visibility: hidden;
}

.product-neighbours:hover {
	opacity: 1.0;
}

.product-neighbours a {
	
}

.product-neighbours a.previous-page{background:url(../images/arrow-prev.png) no-repeat 0px 0px;padding: 0px;float:left;}
.product-neighbours a.previous-page:hover {}

.product-neighbours a.next-page{background:url(../images/arrow-next.png) no-repeat 0% 1px;padding: 0px;float:right;}
.product-neighbours a.next-page:hover {}


.productdetails-view h1{font-size:22px;margin:0 0 6px;padding:0;}
.productdetails-view.productdetails h1 a {
	display: inline;
	float: right;
}

.productdetails-view .product-short-description{margin: 4px 0px 10px 0 !important; text-align: left; }

.productdetails-view .product-short-description .module-arrow {
	position: absolute;
}

.product-additional-nav {
	margin-bottom: 10px;
	padding-bottom: 9px;
}

.back-to-category {
	line-height: 40px;
}

.productdetails-view .product-description, .product-fields {
	float: left; 
	clear: both; 
	width: 100%; 
}
span.title{display:block;margin:0 0 6px;}
.product-packaging{margin:15px 0 0;}
.icons{text-align:right; float:right;}
.icons a {
	margin-left: 8px;
	opacity:0.6;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.icons a:hover {
	opacity: 0.9;
}

.browse-view span.PricesalesPrice,.browse-view span.PricepriceWithoutTax, .vmPrice {
	font: 700 125% 'Ubuntu', Helvetica, Arial, sans-serif;
}

.additional-images img{margin-right:8px;width:50px;height:auto;}

.spacer-buy-area .product-price .PricesalesPrice,
.spacer-buy-area .product-price .PricepriceWithoutTax {
	font: 700 100%/120% 'Ubuntu', Helvetica, Arial, sans-serif;
	padding: 10px 0px;
}
.spacer-buy-area h3 {
	font-size: 0.8em; 
}

body .spacer-buy-area .product-price span.highlight-price
 {
	letter-spacing: -1px;
	font-size: 250%;
}
body .spacer-buy-area .product-price span.highlight-price > span.cena_od {
	font-size: 40%; 
}

.product-fields-title, .product-fields-title-wrapper { vertical-align: middle; }
.product-field-desc {
	display: block;
}
.color-red { color: red !important; }
.price-crossed {text-decoration: line-through; font-size: 1.5em; }
.productdetails-view .addtocart-bar{margin:0;padding:0px;width:auto;clear: both; float: left;}
.availability{text-align:left;margin:0px 0px;}
.availability .avai_info { width: 100%; clear: both; float: left; }
.customer-reviews h4{margin:0 0 10px;padding:0 0 6px;}
.write-reviews{margin:20px 0 0;}
.write-reviews h4{text-align:left;}
.write-reviews h4 span{font: bold 12px 'Ubuntu', Helvetica, Arial, sans-serif;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{margin-bottom:8px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:12px;background-color: rgba(0,0,0,0.04);border: 1px solid rgba(0,0,0,0.05);}
.list-reviews .normal blockquote,.list-reviews .highlight blockquote{margin-top:12px;font-size:12px;word-wrap:break-word;}
.list-reviews .highlight{font-weight:normal;margin-bottom:8px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:12px;background-color: rgba(0,0,0,0.07);}

.list-reviews span.date{float:right;display:block;position:relative;top:-12px;right:-12px;font-size:10px;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-box{float:left;min-width:27px;padding-top:0px;}
input.quantity-input{height:32px;width:25px;text-align:center;font-weight:700;padding:2px;
color: #4a4a4a;
}
span.quantity-controls{width:24px;float:left;padding-top:0px;margin:0 0 2px 0px;}

span.quantity-controls input.quantity-controls{line-height:17px;height:20px;border:none;width:24px;margin:0px !important;padding:0px;font-size: 14px;font-weight:bold;background-image: url(../images/quantity-arrows.png);background-repeat:no-repeat;}

span.quantity-controls input.quantity-plus{	
	background-position: 50% 5px;
	-webkit-border-radius: 0px 3px 0px 0px !important;
	-moz-border-radius: 0px 3px 0px 0px !important;
	border-radius: 0px 3px 0px 0px !important;
	background-color: #4a4a4a;
}
span.quantity-controls input.quantity-minus{
	background-position: 50% -14px;
	margin-top:-5px !important;
	-webkit-border-radius: 0px 0px 3px 0px !important;
	-moz-border-radius: 0px 0px 3px 0px !important;
	border-radius: 0px 0px 3px 0px !important;
	background-color: #4a4a4a;
}

span.quantity-controls {
	position: relative;
}

span.quantity-controls .quantity-controls.quantity-plus, span.quantity-controls .quantity-controls.quantity-minus {
	position: absolute; 
	outline: none; 
}

span.quantity-controls .quantity-controls.quantity-plus {
	top: 0px;
	left: 0px;
}

span.quantity-controls .quantity-controls.quantity-minus {
	top: 25px;
	left: 0px;
}

.spacer .addtocart-bar {
position: relative; 

}

.spacer .addtocart-bar .quantity-box, .spacer .addtocart-bar span.quantity-controls {
	position: absolute;
	top: 0px;
	opacity: 0;
	transition: opacity 500ms, top 500ms;
}

.spacer:hover .addtocart-bar .quantity-box, .spacer:hover .addtocart-bar span.quantity-controls {
	top: -48px;
	opacity: 1;
}

.spacer .addtocart-bar .quantity-box {
	left: 35.2%;
	width: 15%;
}

.spacer .addtocart-bar span.quantity-controls {
	right: 35.2%;
	width: 15%;
}

.spacer .addtocart-bar span.quantity-controls input.quantity-controls {
	width: 100% !important;
}

.spacer .addtocart-bar .quantity-box .quantity-input {
	width: 100%;
	padding: 4px 0px;
	-webkit-border-radius: 3px 0px 0px 3px !important;
	-moz-border-radius: 3px 0px 0px 3px !important;
	border-radius: 3px 0px 0px 3px !important;
}

.spacer:hover .addtocart-bar .quantity-box, .spacer:hover .addtocart-bar .quantity-controls {

}

.h-pr-title {
	font: normal 14px 'Ubuntu', Helvetica, Arial, sans-serif;
	letter-spacing: 0px !important;
}

.addtocart-bar{margin:0 auto;padding:0;width:auto;text-align:center;
box-sizing: content-box; 

}
span.addtocart-button{margin:0px; padding-left: 10px; float: left; display: block;}
span.cart-images img {
    float: left;
    margin: 0;
    width: 45px;
}
span.addtocart-button input.notify-button{width:152px;background-position:0 -160px;color:#fff;border:solid #00a000 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:14px;cursor:pointer;height:34px;text-align:center;letter-spacing:1px;padding:4px 5px;}
span.addtocart-button .addtocart-button-disabled {width:auto;background:#f2f2f2 top repeat-x;border:solid #333 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:14px;cursor:pointer;height:34px;text-align:center;letter-spacing:1px;padding:4px 5px;color:#333;margin:10px 0px 0px 0px;}

.spacer h2 a, .spacer h2 a:hover {
	text-decoration: none;
}

.spacer h3, .spacer .product-price {
	transition: opacity 500ms;
}

.spacer:hover h3, .spacer:hover .product-price {
	opacity: 0.3;
}

.category-view .row .category .spacer h2{margin:0;padding:0;}
.category-view .row .category .spacer h2 a{font-size:14px;display:block;text-align:center;}
.category-view .row .category .spacer h2 a img{margin-top:6px;max-width:100%;height:auto;}

.orderby-displaynumber{margin:10px 0;padding:10px 0;}
.orderlistcontainer{font-size:12px;display:inline-block;text-decoration:none;margin:0 15px 0 0;}
.orderlistcontainer div.activeOrder{background: rgba(255,255,255,0.7) 100% 4px no-repeat url(../images/vmgeneral/arrow_down.png);cursor:pointer;font-size:100%;padding:2px 24px 1px 0px;}
.orderlistcontainer a{text-decoration:none;display:block;}
.orderlistcontainer a:hover{text-decoration:underline;display:block;}
.orderlistcontainer div.orderlist{display:none;position:absolute;background:rgba(255,255,255,0.8);cursor:pointer;box-shadow: 0px 0px 15px rgba(0,0,0,0.3);z-index:99;}
.orderlistcontainer div.orderlist div{padding:5px 10px;border-bottom: 1px solid rgba(0,0,0,0.1);}
.orderlistcontainer div.orderlist div:hover{}

.ask-a-question-view .product-summary{border-bottom:solid #cccccc 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;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;color:#000;}
.ask-a-question-view .form-field .submit{ }
.ask-a-question-view .counter { width: auto !important; }

.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{margin-bottom:8px;}
a.ask-a-question:hover{text-decoration:none;}
input.vm-default{margin-bottom:2px;}

.write-reviews input.vm-default, .write-reviews input.vm-default:hover {
	width: 50px;
	font-size: 12px;
	font-weight: bold;
}

div.details{background-position:0 0;display:inline-block;padding:3px 8px 1px;}
a.details:hover,div.details:hover{background-position:0 -40px;color:#777;}
span.details-button{ margin:0 0 0 10px;}
span.details-button input.details-button {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{margin-bottom:0px !important;}
button.default{display:inline-block;cursor:pointer;padding:5px 8px 4px;}
button.default:hover{color:#777;}
a.highlight,a.highlight:visited{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;}

p.product_s_desc{margin-bottom:6px;padding:0;text-align:left;}
span.stock-level{font-size:10px;}

.h-pr-details .vmicon {margin: 0px; }

.horizontal-separator{height:1px;margin:10px 0;}
.invalid{color:#000;border-color:red;}
.page-results{margin-top:25px;text-align:right;}
.control-buttons button.default{margin-left:8px;}
table.user-details input{margin-bottom:2px;padding:5px 5px 4px; width:60%}
table.user-details input:hover { background: inherit !important; }
table.user-details input.invalid{margin-bottom:2px;padding:5px 5px 4px;}
table.user-details{margin-bottom:25px;}
table.user-details input[type="checkbox"] , table.user-details input[type="radio"] {width:20px}

.div-table-seperator {padding: 5px 0px; }

.userfields_info {
	display: block;
	padding: 15px 0px 5px 0px;
}

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;padding:10px 0;margin:10px 0px;}
.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,a.terms-of-service{display:inline-block;font-size:14px;}
#full-tos {display: none;}
.output-billto span.titles,.output-shipto span.titles{width:150px;float:left;}
.output-billto span.values-first_name,.output-billto span.values-middle_name,.output-billto span.values-zip,.output-shipto span.values-first_name,.output-shipto span.values-middle_name,.output-shipto span.values-zip{float:left;margin-right:3px;}
table.cart-summary tr th{border-bottom:solid #E9E8E8 1px;padding:6px 10px;}
.customer-comment{ margin:10px 0 0;padding:10px 0 0;}
textarea.customer-comment{margin-bottom:2px;text-align:left;padding:5px 5px 4px;height:60px;width:90%;}
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;}

ul.VMmenu,.VMmenu ul,.VMmenu li{list-style-type:none!important;background-image:none!important;padding:0px;}
.VMmenu li div {
	position: relative;
}
.VmArrowdown{
	background: 50% 50% no-repeat url(../images/vmgeneral/arrow_down.png);
	cursor: pointer;
	float: right;
	width: 22px;
	height: 22px;
	padding: 0;
	position: absolute;
	right: -5px;
	top: 7px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color !important;
	-ms-transition-property: background-color !important;
	-o-transition-property: background-color !important;
	-moz-transition-property: background-color !important;
	transition-property: background-color !important;
}

.VmOpen ul {
	padding: 0px;
	margin: 0px;
}

#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;height:1px;overflow:hidden;}
.floatright,span.floatright{float:right;}
.floatleft,span.floatleft{float:left;}
li.floatleft {
	padding: 0px;
}

.vmproduct .productdetails {
	margin-bottom: 15px; 
}

ul.vmproduct.product-details {
	margin: 0;
	padding: 0 0px 15px 0px;
}

.tab-content ul.vmproduct.product-details {
	padding: 0px;
}

ul.vmproduct.product-details li.span12 {
	margin: 0px;
	padding: 0px;
	background: none;
}

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: 28px !important;height: 26px;border: 0px;cursor: pointer;}
.vm2-arrow_down{background-position:0 -72px;width:16px;height:16px;}
.vm2-billto-icon{background-position:0 -138px;height:28px;margin-right:6px;vertical-align:middle;width:28px;border :0px;}
.vm2-remove_from_cart{background-position: 0 -212px;border: 0 none;cursor: pointer;display: inline-block;height: 32px;vertical-align: middle;width: 26px;padding:0px;margin:0px 2px;}
.vm2-shipto-icon{background-position:0 -284px;height:28px;margin-right:6px;vertical-align:middle;width:28px;}

.cart-summary form.inline input.inputbox { width: 30px !important; }

.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;margin:0px auto !important;}
.vm2-nostock{background-position:0 -1179px;width:62px;height:15px;display:block;margin:0px auto !important;}
.vm2-normalstock{background-position:0 -1244px;width:62px;height:15px;display:block;margin:0px auto !important;}
.vm2-termsofservice-icon{background-position:0 -1309px;height:26px;margin-right:6px;vertical-align:middle;width:26px;display:inline-block;}
#tosAccepted { margin: 0px 10px 0px 0px !important; }
.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,.recent-view,.related-products-view,.browse-view,.order-view{margin-bottom:15px;clear:both;}
.main-image,.featured-view .product,.latest-view .product,.topten-view .product,.recent-view .product,.related-products-view .product,.center,span.center{text-align:center;}

.category_description { clear: both; }

.productdetails-view.productdetails .main-image {
	padding: 10px 0px;
}

.product-field-display select {
	line-height: 26px;
}

.vmproduct li { background-image: none; }

.button.addto-cart-link {
	background-image: url('../images/add-to-cart-button.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
	text-indent: -99999px;
	float: right;
	width: 32px;
	height: 32px;
	padding: 0px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-position !important;
	-ms-transition-property: background-position !important;
	-o-transition-property: background-position !important;
	-moz-transition-property: background-position !important;
	transition-property: background-position !important;
}

.category-view .spacer:hover .button.addto-cart-link,
.latest-view .spacer:hover .button.addto-cart-link,
.topten-view .spacer:hover .button.addto-cart-link,
.recent-view .spacer:hover .button.addto-cart-link,
.featured-view .spacer:hover .button.addto-cart-link,
.vmproduct .productdetails .spacer:hover .button.addto-cart-link,
.browse-view .spacer:hover .button.addto-cart-link {
	background-position: 5px -59px;
}

.category-view .spacer:hover .button.addto-cart-link:hover, 
.latest-view .spacer:hover .button.addto-cart-link:hover, 
.topten-view .spacer:hover .button.addto-cart-link:hover, 
.recent-view .spacer:hover .button.addto-cart-link:hover, 
.featured-view .spacer:hover .button.addto-cart-link:hover,
.vmproduct .productdetails .spacer:hover .button.addto-cart-link:hover, 
.browse-view .spacer:hover .button.addto-cart-link:hover {
	background-position: 5px -123px;
}

.latest-view .spacer, 
.topten-view .spacer, 
.recent-view .spacer, 
.featured-view .spacer, 
.vmproduct .productdetails .spacer, 
.browse-view .spacer {
	text-align: center;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
}


.latest-view .spacer:hover, 
.topten-view .spacer:hover, 
.recent-view .spacer:hover, 
.featured-view .spacer:hover, 
.vmproduct .productdetails .spacer:hover, 
.browse-view .spacer:hover {

}


.vmproduct .productdetails .spacer .product-price, .h-pr-details .product-price {
	border: 0 !important;
}

.vmproduct .productdetails .spacer .product-price .PricesalesPrice, 
.vmproduct .productdetails .spacer .product-price .PricepriceWithoutTax, .vmPrice {
	font: 700 110%/20px 'Ubuntu', Helvetica, Arial, sans-serif;
}

.pr-add {
	text-align: left;
	padding: 5px 15px;
}

.pr-add-bottom,
.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .recent-view .spacer h3, .related-products-view .spacer h3, .browse-view .product .spacer h2,
.featured-view .spacer .product_s_desc, .latest-view .spacer .product_s_desc, .topten-view .spacer .product_s_desc, .recent-view .spacer .product_s_desc, .related-products-view .spacer .product_s_desc, .browse-view .product .spacer .product_s_desc,
.h-pr-title {
	padding: 12px 0px 3px 0px !important;
}

.browse-view .product .spacer h2,
.featured-view .spacer .product_s_desc, .latest-view .spacer .product_s_desc, .topten-view .spacer .product_s_desc, .recent-view .spacer .product_s_desc, .related-products-view .spacer .product_s_desc, .browse-view .product .spacer .product_s_desc {
	margin: 2px 0px 0px 0px !important;
}

.pr-add-bottom .product-price {
	padding: 6px 0px;
}

.pr-add a {
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

.pr-add a, .pr-add a:hover {
	text-decoration: none;
}

.pr-add-left {
	float: left;
	text-align: left;
}

.pr-add-left .PricesalesPrice, .pr-add-left .go-to-product {
	text-align: left;
}

.pr-add-left .product-price {
	margin: 0px;
}

.pr-add-right {
	float: right;
}

.productdetails-view.productdetails .category-view {
	margin: 25px 0px;
}

.main-image img.product-image,.featured-view .spacer img,.latest-view .spacer img,.topten-view .spacer img,.recent-view .spacer img{max-width:100%;height:auto;width:auto;}

.additional-images,.output-billto,.output-shipto{margin:10px 0;}

.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 .addtocart-button:hover,span.addtocart-button input.notify-button:hover,input.highlight-button:hover,a.highlight:hover{color:#f2f2f2;}
span.addtocart-button .addtocart-button{height:40px;}


.spacer .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
	display: inline-block;
	height: 30px;
	padding:0px 10px 0px 40px;
	background-image: url(../images/add-to-cart-button.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-size: 12px;
	text-transform: uppercase;
}

.category-view .spacer .spacer-handler, .latest-view .spacer .spacer-handler, .topten-view .spacer .spacer-handler, .recent-view .spacer .spacer-handler, .featured-view .spacer .spacer-handler, .vmproduct .spacer .spacer-handler, .browse-view .spacer .spacer-handler {
	margin: 0px 0px 0px 0px !important;
	text-align: center;

	height: 100%;
}

.row-fluid .product {
/*	margin-bottom: 15px;*/
}

.spacer h3,.browse-view .spacer h2, .browse-view h1, .manufacturer-details-view h1{
	letter-spacing:0px;
	font-size:100%;
	margin:1px;
	text-transform: none;
	font-weight:400;
	letter-spacing: -1px;
}

.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 {
	text-decoration: none;
}

.browse-view h1, .manufacturer-details-view h1 {
	padding: 15px 0px;
}

.product-price {
	/*margin: 8px 0px 20px 0px;*/

}

.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{ }
.browse-view .row .product .spacer img,.related-products-view .row .product .spacer img{max-width:90%;height:auto;}
.display-number,.right{text-align:right !important;}


#userForm select,.width80{width:61%;}
.manufacturer-product-link {display:none;}

.manufacturer-email { padding:3px 0px 3px 22px; background: url(../images/email.png) no-repeat 0px 50%;}
.manufacturer-url { padding:3px 0px 3px 22px; background: url(../images/weblink.png) no-repeat 0px 50%;}
.manufacturer-description {padding: 3px 0px }

ul.vmmanufacturer {
	padding:0px;
	margin: 0px;
}

.man-sp-handle {
	text-align: center;
	padding: 10px 10px;
}

.man-main-handler [class*="vmmanufacturer"]:first-child {
	border-top: 0px;
}
#main-handler { width: 100%; }
.man-main-handler {
	padding: 15px 0px;
}
#fancybox-content { 
padding: 5px 5px 5px 5px; 
box-sizing: border-box; 
}

.man-main-handler img {
	opacity: 0.5;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: opacity !important;
	-ms-transition-property: opacity !important;
	-o-transition-property: opacity !important;
	-moz-transition-property: opacity !important;
	transition-property: opacity !important;
	-webkit-backface-visibility: hidden;
}

.man-main-handler img:hover {
	opacity: 1.0;
}


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

.display-number select {
	width: auto;
}

.vm-pagination {
	clear: both;
	padding: 10px 0px;
}

.vm-pagination div{ }
.vm-pagination ul{padding:0px; margin: 0px; float:left;}
.vm-pagination ul li{display: inline;background: none;}
.vm-pagination  .counter{text-align: right !important;}


.vm-pagination ul > li > a, .vm-pagination ul > li > span {
	float: left;
	padding: 6px 10px;
	line-height: 14px;
	background-color: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.5);
	border: 0px;
}

.vm-pagination ul li {
	background: none !important;
	display: block;
	float: left;
	padding: 0 4px 4px 0 !important;
	margin: 0px;
}

.vm-pagination ul li a {
	font-weight: bold;
	padding: 6px 10px;
	display: block;
	float: left;
	cursor: pointer;
	vertical-align: middle;
	text-transform: none !important;
	text-decoration: none;
	font-size: 13px;
	border: 0;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color !important;
	-ms-transition-property: background-color !important;
	-o-transition-property: background-color !important;
	-moz-transition-property: background-color !important;
	transition-property: background-color !important;
}


.vm-bottom div{text-align:center !important;}
.vm-bottom ul{text-align:center !important;}
.vm-bottom ul li{display: inline;}
.vm-bottom  .counter{text-align: right !important;}

td.orders-key{font-weight: bold; text-align: left; }

/* Manufacturer View Default */
.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;}

.product-field {
	padding-bottom: 10px !important;
}

.product-fields-title-wrapper {
	line-height: 30px;
}

.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 {padding: 0 2px;
display: block;
opacity: 0.9;
}
.vmpayment_cardinfo {color:gray;font-size:9px;}
.virtuemart_search .inputbox{vertical-align :middle}
/* Custom Field Images */
.product-fields .product-field,.product-related-categories .product-field{

float: left;
display: inline-block;
margin-bottom: 5px;
padding: 0px 0px 5px 0px;
clear: none; 
/*min-height: 85px; */
}
.product-fields .position-filter {
	display: flex; 
	flex-wrap: wrap; 
}
div.vm-customfields-wrap > .product-fields.position-addtocart, div.vm-customfields-wrap > .product-fields.position-addtocart .product-field {
	float: left; 
	width: 100%; 
	clear: both; 
	display: block; 
}
.product-fields .product-field label.other-customfield {width:25%;float:left;position:relative;top:20px;left:-18px;margin-bottom:27px;text-align:center;}  /* For 4 images across use width:17% */
.product-fields .product-field input[type=radio] {position:relative;left:33px;}
.product-fields .product-field .vm-img-desc {font-size:9px;}

.span6.floatleft span.vote {
	display: block;
	text-align: center;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
}

.quantity-input.js-recalculate {
	padding: 2px 2px 2px 2px;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 16px;
	border: none;
	/*-webkit-border-radius: 3px 3px !important;
	-moz-border-radius: 3px 3px !important;
	border-radius: 3px 3px !important;*/
	margin: 0px;
	color: #4a4a4a; 
}

input.quantity-input {
	padding: 4px 2px 4px 2px;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 16px;
	
	/*-webkit-border-radius: 3px 0px 0px 3px !important;
	-moz-border-radius: 3px 0px 0px 3px !important;*/
	border-radius: 3px 0px 0px 3px;
	margin: 0px;
}

.ask-a-question {
	clear: both;
}

/* 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; }
.vm-notice{color: #CC0000;}
.buttonBar-right{text-align: right; width: 100%;}
.userfields_info{font-weight: 300;font-size:18px;}
.ratingbox {
	position:relative;
	display:block;
	width:120px;
	height:24px;
	background:url("../images/color-stars.png") repeat-x scroll 0 bottom transparent;
	cursor: pointer;
}
.ratingbox div, .ratingbox span {
	background:url(../images/color-stars.png) repeat-x;
	display:block;
	width:1%;
	height:24px;
	position:absolute;
	cursor: pointer;
}
.stars-orange{background-position:0 0 !important;display: block;height: 24px;}
.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;}

#com-form-login-remember label {display: inline; }
.billto-shipto.row-fluid .span6 {
	padding-bottom: 10px;
}

.vm-button-correct, .vm-button-correct:hover {
	border: none;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
}

/* Products Slider*/

.sl-item-0 { margin-left: 0 !important; }

.product-sl-handler{position:relative;}
.product-sl-handler ol {
	position:absolute;
	text-align:right;
	margin: 0px !important;
	padding: 0px !important;
	top:-50px;
	right: 0px;
}
.product-sl-handler ol li {
	text-align: left;
	list-style: none;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	margin: 0px 5px;
	position: relative;
	text-indent: -9999px;
	width: 24px;
	float:left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.product-sl-handler ol li.prev {

}

.product-sl-handler ol li.next {

}

.product-sl-handler ol li.prev, .product-sl-handler ol li.next {
	border: 0 !important;
	opacity: 1;
	display: inline-block;
}

.product-sl-handler:hover ol li.prev, .product-sl-handler:hover ol li.next {
	opacity: 1;
}


.category-view .row-fluid .category,
.row-fluid .spacer,
.browse-view .spacer, .productlist .product .spacer {
	opacity: 1;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity, -webkit-filter, border-color;
	-ms-transition-property: opacity, border-color;
	-o-transition-property: opacity, border-color;
	-moz-transition-property: opacity, border-color;
	transition-property: opacity, -webkit-filter, border-color;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.category .spacer,.category .spacer img {
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.category .spacer h2 a {
	position: relative;
}


.spacer:hover {
	border-color: #9e9e9e;
}

.category .cat-title {
	display: block;
	font-size: 12px;
	line-height: 13px;
	padding: 9px 0px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
}

.category-view .row-fluid .category .spacer h2 a .cat-title {
	-webkit-backface-visibility: hidden;
	text-align: center;
	display: block;
	vertical-align: middle;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: position, bottom;
	-ms-transition-property: position, bottom;
	-o-transition-property: position, bottom;
	-moz-transition-property: position, bottom;
	transition-property: position, bottom;
	bottom: 0px;
}



.category-view .row-fluid:hover .category:hover .spacer {
	/*padding-bottom: 31px;*/
}



.category h2 {margin:0px;padding:0px;padding:2px;overflow:hidden;
/*max-height:40px;*/ }

.category-view h4, .featured-view h4 { display: none; }

.pr-img-handler {
	position: relative;
	width: 100%;
}

.row-fluid .spacer .pr-img-handler .popout-price {
	opacity: 0;
	position: absolute;
	top: 70%;
	left: 15%;
	width:70%;
	height: 38px;
	text-align: center;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.popout-price > .PricesalesPrice {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.4);
}

.row-fluid .spacer:hover .pr-img-handler .popout-price {
	opacity: 1;
}

.row-fluid .spacer .pr-img-handler .popout-price .product-details,
.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image {
	width: 40px;
	height: 40px;
	background-image: url(../images/product-details.png);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image {
	background-position: 0px 0px;
}

.row-fluid .spacer .pr-img-handler .popout-price .product-details {
	text-indent: -9999px;
	padding:0px !important;
	margin: 0px;
	background-position: -52px 0px;
	display: block;
}

.row-fluid .spacer .pr-img-handler .popout-price .popout-price-buttons-handler {
	position: relative;
	width: 100%;
	height: 36px;
}

.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image a {
	display: block;
	width: 40px;
	height: 40px;
}

.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image img {
	display: none;
}

.row-fluid .spacer .popout-price-buttons-handler {
	position: relative;
}

.row-fluid .spacer .popout-price-buttons-handler .show-pop-up-image,
.row-fluid .spacer .popout-price-buttons-handler .product-details {
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	position: absolute;
	top: 0px;
	opacity: 0;

	
}

.row-fluid .spacer .popout-price-buttons-handler .show-pop-up-image {
	left:0%;
	-webkit-transition-property: opacity, left, background-color;
	-ms-transition-property: opacity, left, background-color;
	-o-transition-property: opacity, left, background-color;
	-moz-transition-property: opacity, left, background-color;
	transition-property: opacity, left, background-color;
}

.row-fluid .spacer .popout-price-buttons-handler .product-details {
	right:0%;
	-webkit-transition-property: opacity, right, background-color !important;
	-ms-transition-property: opacity, right, background-color !important;
	-o-transition-property: opacity, right, background-color !important;
	-moz-transition-property: opacity, right, background-color !important;
	transition-property: opacity, right, background-color !important;
}

.row-fluid .spacer:hover .popout-price-buttons-handler .show-pop-up-image {
	left: 50%;
	margin-left: -48px;
	opacity: 1;

}

.row-fluid .spacer:hover .popout-price-buttons-handler .product-details {
	right: 50%;
	margin-right: -48px;
	opacity: 1;

}

.product-field-display select { width: 100%; }

.marginbottom12 {
	margin-bottom: 12px;
}

.is-empty {
	white-space: nowrap;
	float: right;
    padding: 11px 10px;
	font: 700 18px 'Ubuntu', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.open-cart-panel-button {
	text-indent: -9999px;
}

.action-handler {
	position: relative;
	text-align: center !important;
}

button.vmicon,button.vmicon:hover { background-color: transparent !important;padding:0px !important; }
.cart-summary .quantity-input.js-recalculate, .cart-summary input.quantity-input {background:#ffffff !important;font-size: 14px !important;
color:#393939 !important;
border:1px solid #cfcfcf !important;padding:0px 2px !important;}


.spacer .pr-img-handler img.product_discontinued,
img.product_discontinued {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: 0.5; 
}



div.product_link_container {
	display: block; 
	position: relative; 
	background: #fff; 
	box-sizing: border-box; 
	z-index: 1; 
	float: left; 
	width: 100%; 
	clear: both; 
}
div.product_link_container * {
	box-sizing: border-box; 
}
.product_link_container > span.product_mark {
	position: absolute; 
	top: 0; 
	left: 0px; 
	color: white; 
	padding-left: 2em; 
	padding-right: 2em; 
	padding-top: 3px;
	padding-bottom: 3px;
	z-index: 2; 
	font-weight: bold; 
}
.product_link_container > span.product_mark.top {
	background: none; 
	background-color: #2196F3; 
	
	
}
.product_link_container > span.product_mark.myproduct {
	background: none; 
	background-color: #ffc107; 
	
	
}

.product_link_container > span.product_mark.akcia {
	background: none; 
	background-color: #4CAF50 ; 
	
	
}
.product_link_container > span.product_mark.issklad {
	background: none; 
	background-color: #bdbb59 ; 	
}
.product_link_container > span.product_mark.discontinued {
	background: none; 
	background-color: #4a4a4a; 
	
	
}
.product_link_container > span.product_mark.vypredaj {
	background: none; 
	background-color: #ff0000; 
	
}
.product_link_container > span.product_mark.novinka {
	background: none; 
	background-color: #000000; 
	
}
.product_link_container > span.product_mark {
	letter-spacing: 1.2px; 
	text-shadow: none !important;
}

.highlightrow:hover {
	background-color: #ddd; 
	 transition: background-color 100ms linear;
}

.zoomContainer{overflow:hidden;z-index:999;bottom:0px;}
.zoomimg_floating{width:23%;padding:10px 1%;}
.main-image img{max-width:100%;}
div.custom.oznam a, div.custom.oznam a:visited, div.custom.oznam a:active {
	color: white !important; 
}
div.custom.oznam {
	float: left; 
	width: 100%; 
	clear: both; 
	background-color: #e72324; 
	color: white; 
	margin-top: 25px; 
	margin-bottom: 5px; 
	padding: 5px 5px 0px 5px; 
	font-size: 1.2em; 
	border-radius: 3px; 
	
}
div.hasi {
	float: left; 
	clear: left; 
	line-height: 1em; 
	font-size: 3em; 
	width: 50px;
}
div.hastext {
	float: left; 
	clear: right; 
	width: calc(100% - 55px);
}

.chosenIcon-container .chosen-single span {
    padding-left : 17px;
    }

.chosenIcon-container .chosen-single span:before,
.chosenIcon-container .chosen-results li:before{
    position    : absolute;
    content     : attr(data-icon);
    font-family : FontAwesome;
    margin-left : -17px;
    }

.chosenIcon-container .chosen-results li {
    padding-left : 22px;
    }


#top-sticky-panel {
		padding:0px;
		position:fixed;
		top: 0px;
		left:0;
		right:0;
		z-index: 1039;
	}
	
	#top-sticky-panel #info-line,#top-sticky-panel #top {
		transition: all 500ms;
	}
	
	#top-sticky-panel.tiny #info-line, #top-sticky-panel.tiny #top {
		opacity: 0;
		height: 0px;
		position: absolute;
		top: -50px;
		display: none;
	}
	
	#top-sticky-panel.tiny #top .h1, #top-sticky-panel.tiny #top .h2{display:none;}

		body {font-size: 14px;
	
	
	
	}
	#site-name-handler, #search-position{height:112px; }
	
	
	
	#top-header-handler{margin-top:34px;}
	
	ul.columns-2 {width: 360px !important;}
	ul.columns-3 {width: 500px !important;}
	ul.columns-4 {width: 660px !important;}
	ul.columns-5 {width: 860px !important;}
		
 

body {
	background-color: #ffffff;
	color: #4a4a4a;
}

dt.tabs.open, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .featured-view .spacer, .browse-view .spacer {
	background-color: #ffffff;
}

.nav-tabs > li > a {
	border-top: 2px solid #d0d0d0;
	color: #4a4a4a;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > li > a:hover {
	border-top: 2px solid #e72324 !important;
	color: #4a4a4a;
}

.custom-color1{color: #000000;}
.custom-color2{color: #e72324;}
.custom-color3{color: #d96f80;}
.custom-color4{color: #e72324;}

#info-line {
	background: #3d3d3d;
	color: #cccccc;
}

#info-line a {
	color: #ffffff;
}

#nav-line {
	/*
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
*/
background-color: #e6e6e6; 
}

.log-panel li a, .quick-menu .menu li a {
	color: #545454;
}

.log-panel li a:hover, .quick-menu .menu li a:hover {
	color: #ffffff;
	background-color: #e72324;
}

#top, #top-sticky-panel {
	background-color: #ffffff;
}

.search-panel {
	background-color: #ffffff;
}

a, a:hover, .moduletable_menu ul.menu li ul li a:hover {
	color: #e72324;
}

.PricesalesPrice, .PricepriceWithoutTax, .vmPrice {
	color: #4a4a4a;
}

.pr-add, .pr-add-bottom,.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .recent-view .spacer h3, .related-products-view .spacer h3, .browse-view .product .spacer h2,.featured-view .spacer .product_s_desc, .latest-view .spacer .product_s_desc, .topten-view .spacer .product_s_desc, .recent-view .spacer .product_s_desc, .related-products-view .spacer .product_s_desc, .browse-view .product .spacer .product_s_desc {
	color: #4a4a4a;
}

.category-view .row-fluid .category .spacer h2 a .cat-title {
	color: #4a4a4a;
}

.category .spacer {
	/*background: #e72324;*/
	/*border: 1px solid #e72324;*/
	border: 1px solid #ddd;
	min-height: 20px; 
	background-color: #e6e6e6;
	color: black; 
}
/*div.category-view { margin-top: 10px; }*/

.category-view-title .other_category span.cat-title {
	font-size: 20px; 
	line-height: 1em;
}

.category .spacer:hover {
	/*background: #000000;*/
	border: 1px solid #4a4a4a;
}

.row-fluid .spacer .pr-img-handler .popout-price .product-details,
.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image {
	background-color: rgba(0,0,0,0.7) !important;
}

button.addtocart-button {
	background-color: #4a4a4a;
	color: #ffffff;
	
}
.spacer-buy-area button.addtocart-button {
	min-width: 180px; 
}

.button, button, a.button, .btn, dt.tabs.closed:hover, dt.tabs.closed:hover h3 a, .closemenu, .vmproduct .productdetails .spacer:hover .pr-add, .vmproduct .productdetails .spacer:hover .pr-add-bottom, a.product-details, input.addtocart-button:hover, a.ask-a-question, .highlight-button, .vm-button-correct, .cartpanel span.closecart, .vm-pagination ul li a, #LoginForm .btn-group > .dropdown-menu, #LoginForm .btn-group > .dropdown-menu a, a.details, #stickymenuButton, .img_style2 .con_style2 p:before,
.row-fluid .spacer .pr-img-handler .popout-price .product-details:hover, .row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image:hover{
	color: #ffffff;
	background-color: #e72324;
}

a#menupanel {
	background-color: #e72324;
}

a#menupanel:hover {
	background-color: #000000;
}

span.quantity-box input.quantity-input {
	border-top: 2px solid #4a4a4a; 
	border-left: 2px solid #4a4a4a; 
	border-bottom: 2px solid #4a4a4a; 
	min-width: 70px; 
	box-sizing: content-box; 
}

.cart-button {
	background-color: #e72324;
}

.is-empty {
	color: #545454;
}

.cart-button:hover {
	background-color: #000000 !important;
}

.rm-line {background-color: #ffffff;}

.cart-button .popover-content {color: #000000;}

.cart-button .popover {background: #ffffff; }
.cart-button .popover.bottom .arrow{border-bottom-color: #ffffff;}

#LoginForm .btn-group > .dropdown-menu a:hover {
	background: #000000 !important;
}

#LoginForm .caret {
	border-top-color: #ffffff !important;
}

div.spacer, li.spacer {
	background: #ffffff;
	border-color: #e6e6e6;
}

.moduletable_empty > h3 {
	color: #000000;
}

.moduletable a, div.panel2 a, .category_description a, .productdetails-view a {
/*	color: #e72324;*/
}




.product-sl-handler ol li {
	background-color: #d8d8d8;
}

.product-sl-handler ol li:hover, .product-sl-handler ol li.current {
	background-color: #e72324;
}



#menu-handler {
	background: #e6e6e6;
}

#menu .menu-nav li a, #menu .menu-nav ul a, #menu .menu-nav ul ul a, #menu ul.menu-nav li li a small {
	color: #636363;
}

#menu .menu-nav > li > a > span small {
	background: #e13737;
	color: #ffffff;
}

#menu .menu-nav > li > a > span small:before {
	border-top-color: #e13737;
}

.dk_options a,.cartpanel a {
	color: #e72324;
}

#menu .menu-nav ul li {
	border-top: 1px solid #dedede;
}

#menu .menu-nav ul li a {
	color: #595959;
}
.dk_options_inner a, .panel1, .panel1 a {
	color: #e72324 !important;
}
.dk_options_inner a:hover, .dk_option_current a {
	background-color: #e72324;
	color: #ffffff !important;
}

#menu .menu-nav ul li a:hover, .menu-nav ul li.sfHover > a {
	color: #e72324 !important;
}

#menu .menu-nav ul li a .sf-sub-indicator {
	border-left-color: #e72324 !important;
}

#menu .menu-nav > li.active > a, #top-sticky-panel #menu .menu-nav > li:first-child a, #top-sticky-panel.tiny #menu {
	background-color: #4a4a4a;
	color: #ffffff !important;
}

#menu .menu-nav > li > a:hover, #menu .menu-nav > li.sfHover > a, .menupanel ul.selectnav li a:hover, #top-sticky-panel #menu .menu-nav > li:first-child a:hover {
	background-color: #e72324;
	color: #ffffff !important;
}

#menu .menu-nav ul li a:hover .sf-sub-indicator,
#menu .menu-nav ul li.sfHover > a .sf-sub-indicator  {
	border-left-color: #e72324 !important;
}

#menu .menu-nav li ul, #menu .menu-nav li ul li ul, #nav ol, #nav ul, #nav ol ol, #nav ul ul, div.panel2, 
.dk_options, .panel1 {
	background-color: #ffffff !important;
}

thead th, table th, tbody th, tbody td {
	border-top: 1px solid #dfdfdf;
}
tbody th, tbody td, .search-results dt.result-title{
	border-bottom: 1px solid #dfdfdf;
}

.product-price {
	color: #7d7d7d;
}

#welcome-box {
	background: #000000 !important;
	color: #ffffff;
}

.moduletable {
	border: 1px solid #dfdfdf;
	width: 100%; 
	box-sizing: border-box; 
}
.moduletable.mod_virtuemart_product_custom {
	float: none; 
	border: 0px solid transparent; 
	padding: 0; 
}

.moduletable > h3,.moduletable_menu > h3,.moduletable_products > h3, .heading-cloud {
	color: #ffffff;
	background: #e72324;
}

.moduletable > h3:before,.moduletable_menu > h3:before, .moduletable_products > h3:before, .heading-cloud:before {
	border-top-color: #e72324;
}

.moduletable_menu .module-content {
	background: #ffffff;
}

.moduletable_menu ul.menu li, .VMmenu li {
	border-bottom: 1px solid #dfdfdf;
}

.moduletable_menu ul.menu li a, .latestnews_menu li a, .VMmenu li div a {
	color: #2b2b2b;
}

.VMmenu ul li div a:hover {
	color: #2b2b2b !important;
}
.moduletable_menu ul.menu li a:hover, ul.latestnews_menu li a:hover, .VMmenu li div a:hover {
	color: #e72324;
}

.moduletable_style1, .moduletable_banner {
	background-color: #e72324;
	color: #ffffff;
}

.moduletable_style1 a, .moduletable_banner a, .moduletable_style1:hover a, .moduletable_banner:hover a {
	color: #ffffff;
}

.moduletable_style1:hover, .moduletable_banner:hover {
	color: #ffffff;
	background-color: #000000;
}


.moduletable_motion .custom_motion {
	background-color: #f2f2f2;
}

#footer {
	background-color: #262626;
	color: #d0d0d0;
}

#footer h3 .h-cl {
	color: #e72324;
}

#footer a, #footer h3 {
	color: #ffffff;
}
#footer a:hover {
	color: #e72324;
}

.vm-price-desc { padding-right: 5px; }



#nav-line > div.container { padding: 5px 5px 5px 5px; }
	#info-line .custom { padding-left: 5px; padding-right: 5px; }

.spacer-buy-area .product-price {
	float: left; 
	clear: left; 
	max-width: 60%; 
	
}
.spacer-buy-area .stav_skladu_vpravo .stock_wrap, .stock_wrap_color {
	color: #009688;
}
.spacer-buy-area .stav_skladu_vpravo .stock_wrap {
	float: right; 
	clear: right; 
	
	min-height: 90px; 
	vertical-align: middle; 
	
}
.spacer-buy-area .stav_skladu_vpravo div.stock_note {
	float: left; 
	width: 100%; 
	clear: both; 
	font-size: 0.8em;
	line-height: 1.2em; 
}

.spacer-buy-area .addtocart-area {
	width: 100%; 
	clear: both; 
}
.spacer-buy-area .vm-cmv-label { font-weight: bold; }

.lofmenu_virtuemart { float: left; clear: both; width: 100%; }
div.moduletable  { float: left; clear: both; }


.chznT-single icon.scolor, ul.chznT-results icon.scolor {
	/*border: 1px solid #ddd; */
}

div.quick-menu { float: left; }
div.search-button { display: none; }
i.searchicon.ajaxsearch { 
	font-size: 20px !important; 
	top: 5px !important;
}
div.searchbox { float: right; max-height: 30px; }

#top-sticky-panel #menu {
	margin-top: 10px; 
}


ul.lofmenu.cat_0 > li > a,
ul.lofmenu.cat_0 > li > a > span { 
text-transform: uppercase;
}

div.productdetails ul.uk-tab {
	margin-top: 5px; 
}




.cf_wrapper_inner { 
display: flex;
flex-wrap: wrap; 
/*justify-content: space-between;*/
 }

 a.disabled,a.disabled:visited,a.disabled:hover,a.disabled:active {
	 color:#999999 !important;
 }
 
 
 div.category-view, div.productlist, .flexwrap {
	 display: flex; 
	 flex-wrap: wrap; 
	 justify-content: space-between;
	 align-items: stretch;
 }
 div.category-view > div, div.productlist > div {
	/* padding-right: 10px; */
 }
 div.category-view > div.categoryflex { padding-bottom: 20px; }
 .width23 { width: 23%; }
 div.productlist div.product {
	 padding-bottom: 20px; 
 }
 
 div.productlist .product_s_desc {
	 float: left; 
	 clear: both; 
	 width: 100%; 
 }
 
 .cf_wrapper_inner > label { 
   min-width: 200px; 
 }
 
 div.span3 > .moduletable {
	 background-color: #e6e6e6;
	 color: #4a4a4a;
 }
/* .lofmenu_virtuemart .lofmenu.cat_0 li > a,*/
 ul.lofmenu.cat_0 > li > a > span, 
 ul.lofmenu.cat_0 > li > a,
 .cat-title, a.other_category:hover, a.other_category:focus {
	 color: #333;
	 font-weight: 700;
 }
 
 
 .lofmenu_virtuemart .lofmenu a {
	 color: #4a4a4a;
 }
 .lofmenu_virtuemart .lofmenu .lofitem1 ul {
	 background-color:#e6e6e6;
 }
 button.backnav { 
   background: none; 
   color: #e72324; 
 }
 
 a.backnav, div.navback {  clear: both; float: left;}
 
 div.navback  { width: 100%; }
 .cf_resetAll_label, .flexbox {
	 display: flex;
	 align-items: center;
 }
 .cf_resetAll_label i, a.backnav i {
	  font-size: 3em; 
	  padding-right: 10px; 
  }
 a.nounderline:hover,
a.nounderline:focus {
	 text-decoration:none; 
 }
 a.nounderline:hover > span > span,
a.focus:hover > span > span {
	 text-decoration: underline; 
 }
 
 #sn-position .h1 a { display: block; 
  padding-top: 5px; 
 }
 
 div.login-greeting, div.logout-button {
	 display: inline; 
	 float: left; 
	 line-height: 30px; 
	 padding-left: 10px; 
 }
 
  .lofmenu_virtuemart .lofmenu a:focus, .lofmenu_virtuemart .lofmenu a:hover, ul.lofmenu.cat_0 > li > a:hover, ul.lofmenu.cat_0 > li > a:focus,
  .lofmenu_virtuemart .lofmenu a:focus, .lofmenu_virtuemart .lofmenu a:hover, ul.lofmenu.cat_0 > li > a:hover > span, ul.lofmenu.cat_0 > li > a:focus > span {
	  color: #e72324;
  }
  
  
  
  div.log-panel.searchbox > form, div.log-panel.searchbox > div.ekon_search {
	  float: right; 
  }
  button.addtocart-button {
	  line-height: 2em; 
  }
  button.addtocart-button > i {
	  font-size: 1.4em; 
	  padding-right: 10px; 
  }
  
  body form {
	  margin: 0; 
  }
  
  .productdetails a[data-color]:hover, .productdetails a[data-color]:active, .productdetails a[data-color]:focus {
	  text-decoration: none !important;
  }
  
  
  
  #foo-left-right div ul > li {
	  clear: both; 
  }
  
  div.fullrow, div.product-container { width: 100%; clear: both; float: left;}
  div.fullrow div.leftpos {
	  float: left; 
	  clear: left; 
  }
  div.fullrow div.rightpos {
	  float: left; 
	  clear: right; 
  }
  
  .vmMainPageOPCTabs {
	position: relative; 
 }
 
	.quick-menu .menu li a.old_shop, a:hover.old_shop, a:visited.old_shop,a:focus.old_shop {
	 background-color: #e72324; 
	 color: white; 
	 
	 
 }
 
 
 .login-greeting { 
max-width: 160px; 
overflow: hidden; 
height: 2em; 
}
	
	
	.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;
font-family:'Ubuntu', Helvetica, Arial, sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

/*#filter_loader  */
#mobile-menu
{ display: none; }


#filter_loader, .show-both.total-items  { display: none; }

#nav-line .container .row-fluid > .span6:first-child {
	width: 40%; 
	margin: 0; 
	min-height: 0 !important;
}	
#nav-line .container .row-fluid > .span6:last-child {
	width: 59%; 
	min-height: 0 !important;
	margin: 0; 
}	

.price_quantity_from { text-align: center; }
div.uk-width-1-6.availability { text-align: left; }
.hiddenCloud{display:none !important;}
.mobile_menu_footer { display: none; }
body.mobile_menu_open .mobile_menu_footer { display: block; 
width: 100%; 
clear: both; 
}
div.breadcrumbs span.active > h2, div.breadcrumbs span.active, div.breadcrumbs span.active > h2 a {
	display: inline; 
}
div.breadcrumbs span.active > h2, div.breadcrumbs span.active {
	font-size: 14px; 
	float: none; 
	clear: none; 
	width: auto; 
	display: inline; 
	letter-spacing: 0px; 
	color: #333;
}
.productdetails-view { float: left; }

#top-com-handler .alert, #top-com-handler { float: left; 
 clear: both; 
 width: 100%; 
 margin: 0; 
 
}

.product_link_container > img {
			max-width: 100% !important; 
			height: auto !important;
		}
		
.product-description, .product_tabs_bottom { float: left; 
 width: 100%; 
}		

#mobile-menu i.fa, #mobile-menu i.fas {
	font-size: 1.3em; 
}
#mobile-menu i.fas.fa-bars {
	font-size: 2em; 
	margin-right: 5px; 
}
#top-handler div#mobile-menu button.mmenu i.fas.fa-bars  {
	color: #ee2427;
}
span.times_sklad {
font-size:1.4em;
font-weight: bold; 
padding-right: 0.5em; 
}

icon.scolor i.fa-square-full,
div.color_pick span.color_pick i.fa {
	box-sizing:border-box;
	border: 2px solid transparent;
}

* { max-width: 100%; }

#vmCartModule .cartpanel {
	max-width: unset; 
	min-width: 300px; 
}
.selectnav, #selectnav1_chzn { display: none; }

#log-panel .button1 {
	display: none;
}


.item-640 > a span.link-no-image { display: none; }
.item-640 > a { height: 16px; }
.item-640 > a:after {
	font-family:"Font Awesome 5 Free";
	font-weight: 900;
	content: "\f015";
	font-size: 1.5em; 
}
.stav_skladu_vpravo span.avai_info,.stav_skladu_vpravo span.real_stock { clear: both; float: right; line-height: 2em; text-align: right;  }
span.real_stock  { font-weight: bold; white-space:nowrap; }
a.color_pick:hover, a.color_pick:active, a.color_pick:focus,a.color_pick {
	text-decoration: none !important;
	height: 32px; 
	width: 32px; 
	margin: 2px 2px 2px 2px; 
	
	padding: 0; 
	font-size: 14px; 
	
}
span.color_pick { width: 32px; height: 32px; display: inline; }
div.color_pick { display: flex; width: 100%; float: left; clear: both; 
	 display: flex; 
	 flex-wrap: wrap; 
	 justify-content: center;
	 align-items: center;
	 padding-bottom: 10px; 
}
div.color_pick > br {display: none; }
span.color_pick > i { font-size: 2em; width: 32px; height: 32px;  display: flex; align-items: center; justify-content: center; }
span.color_pick > i > i { font-size: 0.8em; 
vertical-align: bottom; 
text-align: center;
font-size: 22px;
margin-left: 0px;
margin-bottom: 0px; 
border: 0px solid transparent;



background-color: transparent;
}
a.color_pick::before {
	content: " ";
}
.spacer .pr-img-handler img { 
	float: left; clear: both; 
	
	margin-left: auto; 
	margin-right: auto; 
}
div.h-pr-details > p { 
 float: left; 
 width: 100%; clear: both; 
 padding-top: 10px; 
 margin: 0; 
}


ul.uk-tab {
	display: flex; 
	flex-wrap: wrap; 
}

.fullrow {
	float: left; 
	width: 100%; 
	clear: both; 
}

input#notify_email {
	margin: 0; 
}
textarea#comment {
	width: 100%; 
}
a.onlyimgs { float: right; font-size: 30px; }
.onlyimgs .h-pr-title, .onlyimgs .product_s_desc, .onlyimgs .h-pr-details {display: none !important; }
.onlyimgs div.category-view .width23,.onlyimgs div.productlist .width23,.onlyimgs .variablewidth {
	width: 33% !important;
	max-width: 33% !important;
}
.onlyimgs div.productlist div.product,.onlyimgs .product_link_container,body .onlyimgs .productlist .product .spacer {
	padding: 0; 
	padding-bottom: 3px; 
	margin: 0; 
}
.onlyimgs .moduletable_products table td,.onlyimgs  ul.vmproduct-list li .spacer,.onlyimgs  .vmgroup_products .spacer,.onlyimgs  .category .spacer,.onlyimgs  .product .spacer,
.onlyimgs .spacer-handler.pr-img-handler {
	height: unset !important; 
	max-height: unset !important; 
	min-height: auto !important;
}
.onlyimgs .product_mark { font-size: 7px; }

.flexwrap { width: 100%; }
h3.product_sku { min-width: 50%; }


/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
	 
  display: none; 
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 200px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 0px; }
.flickity-prev-next-button.next { right: 30px; }
/* right to left */
button.flickity-button {
	
	padding: 0; 
	min-width: 20px; 
	min-height: 20px; 
	background: white; 
	
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}



.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


.carousel-cell {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .carousel-nav .carousel-cell {
	  margin-right: 10px; 
  }
  /*
  .flickity-page-dots .dot{
      background:  none;
  }

  .flickity-page-dots{
      bottom: 0;
  }
*/
  

.carousel-cell.is-selected {
	
}

/* Flickity fullscreen v1.0.1
------------------------- */

.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.9);
  padding-bottom: 35px;
  z-index: 1;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */

.flickity-fullscreen-button {
  display: block;
  left: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit { display: none; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit { display: block; }
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view { display: none; }

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}
.flickity-enabled.is-fullscreen { z-index: 999999; }
html.is-flickity-fullscreen .lofmenu_virtuemart ul.lofmenu,html.is-flickity-fullscreen  #top-sticky-panel {
	z-index: unset; 
}
html.is-flickity-fullscreen *, html.is-flickity-fullscreen img {
	max-width: 100%; 
}
html.is-flickity-fullscreen div.carousel-cell.is-selected img {
	margin-left: auto; 
	margin-right: auto; 
	display: block; 
	vertical-align: middle; 
}
html.is-flickity-fullscreen .carousel-cell.is-selected, 
html.is-flickity-fullscreen .carousel-cell.is-selected .pinch-zoom-container {
	width: 100%; 
	height: 100%; 
}
.carousel-cell, 
.carousel-cell .pinch-zoom-container {
	width: 100%; 
	height: auto; 
}
html.is-flickity-fullscreen .carousel-cell.is-selected img, #mycanvas {
   max-height: 100%; 
   width: auto; 
   max-width: 100%; 
   height: auto; 
}




product.carousel-cell {
	min-width: 200px; 
	height: 200px; 
}
.flickity-viewport  { 
float: left; 
width: 100%; 
clear:both;

}
.productdetails-view .main-carousel .flickity-viewport {
	min-height: 260px; 
}
button.flickity-button.flickity-prev-next-button:disabled {
	display: none; 
}

.color_pick { clear: both; }
.product .spacer { min-width: 200px; }
.main-carousel, .flickity-viewport, .flickity-slider, .carousel-nav { width: 100%; float: left; }




/* move page dots into carousel */
.flickity-page-dots { bottom: 10px; }

h2.h-pr-title { width: 100%; }

.module-content .custom_empty h3.heading-cloud { display: none; }

.flickity-viewport  .carousel-cell.product.variablewidth { 
min-width: 220px; 
height: auto; 
box-sizing: content-box; 
/*mozno treba odstranit*/
min-height: 435px; 
}
.flickity-viewport .product.variablewidth .spacer {
height: auto; 	
	box-sizing: border-box; 
	float: left; 
	clear: both; 
	width: 100%; 
}
 div.productlist .flickity-viewport div.product {
	 padding: 0; 
	 margin: 0; 
	 padding-right: 5px; 
	 /*margin-right: 5px; */
	 box-sizing: content-box; 
 }
 
 .carousel-cell.notfirst {
	 display: none; 
 }
 .flickity-viewport .carousel-cell.notfirst {
	 display: block; 
 }
 
 .productdetails-view {
	 width: 100%; 
 }
 
 div.addtocart-bar span.product_unit {
	 line-height: 40px; 
	 padding-left: 30px; 
	 padding-right: 30px; 
	 height: 36px; 
	 display: inline-block; 
	 margin-left: 10px; 
	 border: 2px solid #4a4a4a;
	 border-radius: 3px; 
	 font-weight: bold; 
 }
 
 .lofmenu_virtuemart .lofmenu li.sale > a { color: red; }
 #tabs-1 { width: 100%; }
 
 div.qinfo {
	 float: left; 
	 clear: both; 
	 width: 100%; 
 }
 

 
 .input-prepend > svg {
	 width: 20px; 
	 height: 20px; 
	 max-width: 20px; 
	 max-height: 20px; 
 }
 /* 
 a.color_pick.color_pick1 > span.color_pick > i {
	 margin-top: 6px; 
 }
 */
 
 
div.welcome.hide_on_mobile {
	position: absolute;
	bottom: 0; 
	right: 50%; 
	font-size: 0.8em;
	color: red; 		 
}



.cFFFFFF {
	outline: 1px solid #ddd !important; 
	width: 27px !important; 
	height: 27px !important;
	margin-top: 2px !important;
	margin-left: 3px; 
	border: 0px solid transparent !important; 
	
	
}
.carousel-nav {
	clear: both; 
	padding-top: 5px; 
	position: relative; 
}
.carousel-nav .carousel-cell {
  height: 130px;
  width: 100px;
  position: absolute; 
  top: 0; 
  
}
.carousel-nav { min-height: 130px; }

.main-carousel .carousel-cell {
	position: relative; 
  top: 0; 
  padding: 2px; 
  
}
.carousel-nav, .main-carousel {
	position: relative; 
	max-width: 100%; 
	
	float: left; 
	clear: both; 
	width: 100%; 
}
.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

div.main-carousel > div.carousel-cell + div.carousel-cell,
div.carousel-nav > div.carousel-cell + div.carousel-cell  {
    display: none; 
}


.productlist.flickity-enabled > .carousel-cell:nth-of-type(n+6) {
	display: none; 
}

body.mobile_search_open #nav-line .ekon_search { display: block; }
.display-number > #limit {
	display: none; 
}

.custom.oznam.h-cl { font-size: 1em; }

.contact-category fieldset.filters.btn-toolbar { display: none; }


div.logo_link_article { width: 100%; float: right; clear: both; text-align: right; }
a.logo_link_article, a.logo_link_article:visited {
	color: blue; 
}
a.logo_link_article {
	border: 1px solid #9e9e9e; 
	border-radius: 3px; 
	padding: 5px; 
}

a#fancybox-close {
	top: -25px; 
	right: 0; 
}

.quick-menu .menu li.item-1116 a, .quick-menu .menu li.item-1414 a {
	color: #ffffff; 
	background-color: #e72324;
}


.color_pick .numcolors { display: none; }										 

.carousel-nav .withvideo iframe {display: none; }
.carousel-nav .withvideo i { font-size: 90px; line-height: 90px; vertical-align: center; color: red; }
.main-carousel .withvideo i { display: none; }
.carousel-nav .carousel-cell img { max-height: 90px; }

.tab-content .productlist .flickity-viewport .carousel-cell.product.variablewidth .spacer .h-pr-details > p {
	display: none; 
}

.tab-content .flickity-viewport .product.variablewidth .spacer {
	min-height: 384px; 
}

.product-price.mocprice * {
	color: #4a4a4a8f;
}
.product-price.mocprice .bez_dph_small { font-size: 0.4em; padding-left: 10px; }
.product-price.mocprice .mochint {
	color: #4a4a4a;
}
.stav_skladu_vpravo .stock_wrap  { float: right; }

.product-price.mocprice .price_s_dph, .product-price.mocprice .price_bez_dph {
	width: 100% !important; 
}

.spacer-buy-area h3.prekvapenie {
	font-size: 1.2em;
}
div.h-pr-details span.prekvapenie, .spacer-buy-area h3.prekvapenie, span.prekvapenie,
#price_table.prekvapenie span.price_bez_dph, #price_table.prekvapenie span.price_s_dph {
	font-weight:bold; 
	color: #027911; 
}
div.supplier_html {
	overflow: auto; 
}
div.supplier_html a {
	display: none !important; 
}

.moduletable.mod_ice_vm_categories.module_id_763 {
	min-height: 337px; 
}

div.category-view .product .color_pick div.colorlist { display: none; }
div.category-view .product .color_pick span.numcolors,
div.category-view .product .color_pick a.numcolors 
 { display: block; }

.carousel-cell.little, .carousel-cell-little.little  {
	min-height: 32px; 
	height: 32px; 
	width: 32px; 
	min-width: 32px; 
	
}
.carousel.carousel-nav.little {
	display: flex; 
	
}
.productlist.category-view.browse-view.lazycustom[data-execute="flick"] > div.product.carousel-cell.variablewidth:nth-of-type(1n+6) {
	display: none; 
}
.carousel-nav.little {
	min-height: 32px; 
	height: 32px; 
	margin-bottom: 0; 
	margin: 0; 
	padding: 0; 
	padding-top: 5px; 
	width: 80%
}
.carousel-nav.little .flickity-prev-next-button {
	top: 18px; 
	height: 10px; 
	width: 10px; 
}
.carousel-nav.little .flickity-prev-next-button.previous {
	left: -20px; 
}
.carousel-nav.little .flickity-prev-next-button.next {
	right: -20px; 
}
.carousel-nav.little .flickity-enabled.is-draggable .flickity-viewport {
	cursor: pointer; 
}
.carousel-nav.little .flickity-viewport {
	
	box-sizing: border-box; 
}
.pr-img-handler img {
	/*position: absolute; 
	top: 24px; 
	*/
	
}

div.blog .pull-left.item-image {
	box-sizing: content-box; 
	
	padding-right: 10px; 
	padding-bottom: 10px; 
	max-width: 20%; 
}
div.blog .blogpost {
	float: left; 
	width: 100%; 
	clear: both; 
	padding-bottom: 10px; 
	margin-bottom: 10px; 
	border-bottom: 1px solid #ddd; 
	position: relative; 
}
div.articleBody img { 
 padding-right: 10px; 
 
}

div.blog .blogpost p.readmore {
	position: absolute; 
	bottom: 0; 
	right: 0; 
}

div.blog h1 a, 
div.blog h2 a,
div.blog h2 a:visited, div.blog h2 a:active, div.blog h2 a:hover {
	color: #333; 
	font-size: 22px; 
}

div.blog .icons {
	position: absolute; 
	top: 0; 
	right: 0; 
}
div.blog .icons button.btn {
	background-color: #fefefe;
}

#lofmainul li.cat_13812 > a > span,
#lofmainul li.cat_13758 > a > span,
#lofmainul li.cat_13798 > a > span { color: #e72324; }

.myaccordion {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px; 
}


.myaccordion-content {
  padding-bottom: 18px;
  overflow: hidden;
  max-height: 72px; /* set initial height to desired cutoff height */
  
}
.myaccordion-content.active {
	max-height: unset; 
}

.myaccordion-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  max-height: 100%; 
  background-image: linear-gradient(rgba(255,255,255,0),#fff);
  z-index: 1; /* set a higher z-index to make sure the gradient is behind the content */
}
.myaccordion.active .myaccordion-content::before {
  display: none; /* hide the gradient when expanded */
}
.myaccordion .myaccordion-footer {
	width: 100%; 
	z-index: 1;  
	display: flex; 
	justify-content: left;
	bottom: 1em; 
	position: absolute; 
}
.myaccordion .readmore_btn { 
  
}
.myaccordion .readmore_btn:hover, .myaccordion .readmore_btn:active { 
  
}


.myaccordion-footer {
  cursor: pointer;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}
.myaccordion.active .myaccordion-content {
  height: auto;
  opacity: 1; /* set opacity to 1 when expanded */
}
h3.hide_on_desktop.accordion_mobile.titletab  {
	text-align: left; 
	float: left; 
}
h3.hide_on_desktop.accordion_mobile > span.tstatus {
	
	font-weight: normal; 
	float: right; 
	text-align: right; 
}
h3.hide_on_desktop.accordion_mobile > span.tstatus > i.is_closed {
	display: none; 
}
h3.hide_on_desktop.accordion_mobile > span.tstatus > i.is_open {
	display: block; 
}
h3.hide_on_desktop.accordion_mobile.is_closed > span.tstatus i.is_closed {
	display: block; 
}
h3.hide_on_desktop.accordion_mobile.is_closed > span.tstatus i.is_open {
	display: none; 
}
h3.hide_on_desktop.accordion_mobile.is_open > span.tstatus i.is_closed {
	display: none; 
}
h3.hide_on_desktop.accordion_mobile.is_open > span.tstatus i.is_open {
	display: block; 
}
div.product-field-display div.chznT-container.chznT-container-single,
div.product-field-display select {
	float: left; 
	clear: both; 
	
}
label a.current_color { font-weight: bold; }
#label_variant_picker_color, #label_variant_picker_size {
	display: none; 
}
div.sklad label.picker { line-height: 30px; vertical-align: middle; margin: 0;  }
div.sklad label.picker > input[type="radio"] {
	line-height: 30px; 
	margin: 0 !important; 
	margin-right: 10px !important; 
}
a.sklad_tab_link {
	text-decoration: underline; 
}
li#tabskladtab > h3 {
  background-color: #e72324; 
}
li#tablisel_skladtab a#btn_skladtab {
  color: #e72324;
}
div.product-description * {
	font-size: 14px !important; 
}
div.kolekcia_link { width: 100%; float: right; clear: both; text-align: right; padding-top: 5px; padding-bottom: 5px; }
.stav_skladu_vpravo { display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end; }
.spacer-buy-area .addtocart-area { float: left; width: 100%; clear: both;}
.spacer-buy-area .addtocart-area select { float: left; width: 100%; clear: both;}
a.logo_link_article { min-width: 150px; max-width: 150px; display:inline-block; height: 33px; padding: 0; line-height: 33px; vertical-align: middle; text-align: center;font-size:13px;margin-top:5px; margin-bottom:5px;}
.stock_note { float: left; clear: both; width: 100%; font-size: 0.8em; }
div.selectedoptwrap, div.selectedoptwrappc.halfw { 
	width: 48%; float: left; clear: none;
}
select.cvselection2,
div.chznT-container.custom {
	width: 100%; 
}
.under.product-field.product-field-type-C .product-field-display,
.product_color_picker,
.product_size_picker, .selectedoptwrappc {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between; 
	width: 100%; 
	float: left; clear: both; 
}	
.selectedoptwrappc.halfw {
	display: block; 
	
}
.selectedoptwrappc .product_color_picker,
.selectedoptwrappc .product_size_picker {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: flex-start; 
	
	width: 100%; 
	float: left; clear: both; 
	
}
.selectedoptwrappc .product_color_picker > .little,
.selectedoptwrappc .product_size_picker > .little {
	padding: 3px 3px 3px 3px; 
	border: 1px solid #ddd; 
	margin: 3px 3px 3px 3px; 
}


a.sizename, a.sizename:visited, a.sizename:hover { color: black; font-weight: bold; text-decoration: none; 
 padding-left: 5px; padding-right: 5px; 
}
.selectedoptwrappc .product_color_picker > .little.selected,
.selectedoptwrappc .product_color_picker > div.little:focus, 
.selectedoptwrappc .product_color_picker > div.little:focus-within,
.selectedoptwrappc .product_color_picker > div.little:hover,
.selectedoptwrappc .product_size_picker > .little.selected,
.selectedoptwrappc .product_size_picker > div.little:focus, 
.selectedoptwrappc .product_size_picker > div.little:focus-within,
.selectedoptwrappc .product_size_picker > div.little:hover
 {
	border: 1px solid black; 
}

.selectedoptwrappc .product_color_picker .little {
	min-width: 32px; 
	min-height: 48px; 
}
.selectedoptwrappc .product_color_picker .little > a > img {
	
	 display: block;
}
.selectedoptwrappc .product_color_picker .little > a {
	
	display: flex; 
    flex-flow: column; 
	justify-content: center;
	align-items: center;
	
	vertical-align: middle;
	line-height: 48px; 
	min-height:48px; 
	text-align: center;
	
}
.selectedoptwrappc .product_size_picker .little > a {
	display: flex; 
    flex-flow: row; 
	justify-content: center;
	align-items: center;
	
}
.selectedoptwrappc .product_size_picker .little {
	min-width: 32px; 
	display: block; 
}
.selectedoptwrap { display: none; }
.non_existent_cart, .vyberte_fv { 
	margin-top: 3px; 
	color: red; 
	border: 1px solid red; 
	padding: 10px; 
	float: left; 
	clear: both; 
	width: calc(90% - 4px); 
	max-width: 90%; 
}
.vyberte_fv {
	border: 1px solid #009688; 
	color: #009688; 
	display: none;
}
div.qinfo { text-align: left; padding-top: 5px; }
div.stock_note.afterdynamic { display: none; }


/**
 * VM Live Product Search
 *
 * Used to process Ajax searches on a Virtuemart 1.1.2 Products.
 * Based on the excellent mod_pixsearch live search module designed by Henrik Hussfelt (henrik@pixpro.net - http://pixpro.net)
 * @author		modified by stAn RuposTel 
 * @author		John Connolly <webmaster@GJCWebdesign.com>
 * @package		mod_vm_live_product
 * @since		1.5
 * @version     0.3.0
 */

input.inputbox_vm_ajax_search_search_str2{
	float: left;

}

div.ajax_search_pro  .button_ajax_search_old {
	float: left; 
	margin-left: 15px; 
}

div.ajax_srch {
 overflow: visible !important;
}
div.res_a_s {
 display: none;
 position: absolute;
 width: 100%;
 float: left;

 background-color: white;
 margin: 0 0 0 0; 
 padding: 0 0 0 0; 
 overflow: none; 
 z-index: 9999999; 
}

div.res_a_s div.vm-price-desc, div.res_a_s span.vm-price-desc {
display: none; 
}

div.res_a_s div a{
 color: black !important;
}
div.res_a_s {
	border: 1px #333 solid;
	margin-right: 0;
	margin-left: 0; 
	padding-right: 0; 
	padding-left: 0;
	
	max-height: 60%; 
	overflow-y: scroll; 
	/*width: 99%;*/
}

input.button_ajax_search {
 float: right !important;
 clear: right;
}

a.product_lnk_ajax_text, a.product_lnk_ajax_text:hover, a.product_lnk_ajax_text:active {
  text-decoration: none !important; 
  background: none; 
  color: black; 
}
div.res_a_s div.vm_ajax_search_header2 a.product_lnk_ajax:hover, div.res_a_s div.vm_ajax_search_header2 a.product_lnk_ajax:active, div.res_a_s div.vm_ajax_search_header2 a.product_lnk_ajax:visited {
 text-decoration: none !important; 
 background: none; 
 
}
a.product_lnk_ajax { 
  margin-right: 5px; 
}
button.ajaxsearch {
	position: absolute; 
	float: none; 
	left: 2px; 
	top: 0px; 
	z-index: 9999; 
	margin: 0px; 
	background: none; 
	background-color: transparent; 
	border: 0px solid transparent; 
	display: inline; 
	height: 30px; 
	width: 30px; 
	outline: none; 
	padding: 0; 
}
button.clearable  {
	position: absolute; 
	float: none; 
	right: 0px; 
	top: 0px; 
	z-index: 9999; 
	margin: 0px; 
	background: none; 
	background-color: transparent; 
	border: 0px solid transparent; 
	display: inline; 
	height: 30px; 
	width: 30px; 
	background: none; 
	background-color: transparent; 
	border: 0px solid transparent; 
	outline: none; 
	padding: 0; 
}
i.searchicon.ajaxsearch {
	font-size: 25px; 
	color: #ddd;
}
i.spinner.ajaxsearch.active_search {
	display: block; 
}
i.spinner.ajaxsearch {
	position: relative; 
	float: left; 
	margin-left: -55px; 
	font-size: 25px; 
	margin-top: 5px; 
	z-index: 9999; 
	color: #ddd;
	display: none; 
}

i.clearable.ajaxsearch {
	
	font-size: 25px; 
	margin-top: 5px; 
	z-index: 9999; 
	color: #ddd;
	
	
	
}
i.clearable:hover {
	color: black; 
	transition: background 0.4s;
	
}

div.res_a_s div.vm_ajax_search_header2 a.product_lnk_ajax {
	float: right !important;
    text-decoration: none; 
    background: none; 
	color:white !important;
	
}
div.res_a_s div.vm_ajax_search_header2{
	font-weight: bold;
	font-size: 10px;
	background-color: #333;
	
	color:#ccc;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

div.res_a_s h3{
	color: #000;
	
	float: left;
	clear: both;
	width: 100%;
}
a.product_lnk_ajax {
 float: left;
}
div.res_a_s span{
	line-height: 100%;
}
div.res_a_s div.vm_ajax_search_row_1{
	
	background-color: #FFF;
	cursor: hand;
	
	width: 94%;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
}
/*
div.res_a_s div.vm_ajax_search_row_1:hover {
 background-color: #ccc;
}

div.res_a_s div.vm_ajax_search_row_2:hover {
 background-color: #ccc;
}
*/
div.res_a_s div.selectedRow {
  background-color: #ccc !important;
}
div.res_a_s div.vm_ajax_search_row_2{
	cursor: hand;
	background-color: #EEE;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	float: left;
}
div.res_a_s div.vm_ajax_search_row_btm{
	font-weight: bold;
	font-size: 12px;
	background-color: #333;
	
	float: left;
}

/* postions timer in search box****/
div.vm_ajax_search_timer2 {
	position: absolute; 
	top: 33px; 
	left: 135px;
	width: 16px;
}
/* 3 letter min message****/
span.vm_ajax_search_3letters2 {
	color:red;
}

.image_wrap1 {
float: left; width; 23%; min-height: 55px;
}

.image_wrap2 {
float: left; 
border: none;
white-space: no-wrap; display: inline-block; clear: right; 
}

.link_wrap1 {
float: right; display: block; overflow: none; padding: 0; margin: 0; width: 75%;  min-height: 55px;
}

.product_lnk_ajax_text {
text-align: left; margin-top: -3px;
}

div.aj_label_wrapper.ajax_search_pro {
position: relative; height: 20px; clear: both;
}

div.ajax_search_pro  div.input-prepend input.inputbox_vm_ajax_search_search_str2 {
position: relative;float:left; border-radius:0; top: 0; left: 0;
padding-left: 35px !important; 
}

div.aj_search_radio {
float:left;
}

div.results_position_x  {
clear: both; float: left; height: 1px; width: 1px; font-size: 1px;
}


input.active_search {
	/*
 background-color: white; 
 background-image: url('loadingcircle.gif'); 
 background-repeat: no-repeat; 
 background-position: right 50%; 
 */
}



div.search-button {
 clear:none; 
 
}


.category_search_selector {
 height: 24px;
 border: 0px solid white; 
 border-radius: 0px !important; 
 
}

span.has_next {
	color: #ff6363;
	text-align: center; 
	margin-left: 10%;
}


/*remove to fix the icons */
div.aj_label_wrapper div.input-prepend {
	position: relative; 
}
div.input-prepend i.fa-search {
	left: 15px ; 
	margin-top: 2px ;
}
div.input-prepend i.fa-times {
	margin-top: 2px ;
}
 
.vmlpsearch.ajax_srch .input-prepend { margin: 0; }
 /*end remove to fix the icons */
button.clearable.hidden { display: none; }
.selectedoptwrappc > .vm-cmv-label { font-size: 1.2em; }

.selectedoptwrappc > .vm-cmv-label > .size_label,
.selectedoptwrappc > .vm-cmv-label > .color_label 
{ color: black; font-size:18px; }

.selectedoptwrappc { padding-top: 10px; }


div.under.product-field.product-field-type-C .product-field-display { position: relative; }
a.reset_cf { position: absolute; top: 15px; right: 0; font-size: 0.8em;}
span.percent_disc { float: right; background-color: red;  color: white; border-radius: 0; padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-top: 3px; font-weight: bold; min-height:25px; min-width: 25px; line-height: 25px; vertical-align: middle; font-size:10px;
 position: absolute; top: 0; right: 0; z-index: 99999; 
}
product { position: relative;}
product > span.loader {
	display: inline-block; 
	width: 1px; 
	height: 600px; 
	position: absolute; 
	top: -300px;
	left: 0; 
	color: transparent; 
	background-color: transparent; 
}
.vm-cmv-label { min-height: 30px; }
.productdetails-view.productdetails div.carousel.carousel-nav { min-height: 130px; }
.cart_link.desktop div.padded_msg {
	position: fixed; 
	top: 100px; 
	display: none; 
	transition: opacity 0.7s ease-out;
    opacity: 0;
	
}
.cart_link.desktop div.padded_msg > div {
	position: absolute; 
	left: -220px; 
	
	
}
.cart_link.mobile div.padded_msg {
	position: fixed; 
	top: 65px; 
	padding-left: 5px; 
	padding-right: 5px; 
	display: none; 
	transition: opacity 0.7s ease-out;
    opacity: 0;
}
.cart_link.mobile div.padded_msg > div {
	
	
}
div.padded_msg.active {
	opacity: 1 !important;
	display: block !important;
}
.padded_wrap h4 {
	padding-top: 5px; 
	width: 100%; 
	
}
.cart_link.desktop #vmCartModule .padded_wrap {
	min-width: 350px; 
}

.padded_wrap {
	cursor: pointer; 
	font-weight: bold; 
	min-width: 250px; 
	min-height: 70px; 
	display: flex; 
	align-items: center;
	justify-content: center;
	border: 2px solid #ddd; 
	background-color: white; 
	color: black; 
	font-weight: bold; 
	padding: 10px; 
	border-radius: 3px; 
}
.padded_wrap a.continue_link, .padded_wrap a.showcart.floatright {
	display: none; 
}
.padded_wrap h4 {
	padding: 0; 
	margin: 0; 
	text-align: center;
	line-height:1em; 
}
.padded_wrap .cart_data_ajax { display: none; }
#vmCartModule span.show_cart { display: none; }
a#cartpanel, span.mcart.button { position: relative; }
.total_products_n.has_products { position: absolute; z-index: 9999; bottom: 30px; 
	background-color: black;  
	color: white; border-radius: 50%; 
	min-height: 25px; min-width: 25px; line-height: 25px; vertical-align: middle;text-align: center; 
	left:6px; text-indent: 0; font-size: 8px; font-weight: bold; }
span.mcart.button  .total_products_n.has_products  {
	left: 31px; 
	bottom: 38px; 
	background-color: #b22c2c; 
	/*rgba(0,0,0,0.5); */
	min-height: 15px; min-width: 15px; line-height:15px;
}

.padded_wrap a, .padded_wrap a:visited {
	color: #636363;
	font-decoration: none; 
}
div.subcats_filter { float: left; width: 100%; clear: both; position: relative; margin-top: 5px; margin-bottom: 5px; }
#subcats_wrap { padding-top: 5px; padding-bottom: 5px; }

div.subcats_filter #filter_loader > button { /*position: absolute;*/ top: 0; right: 0;}
#mobile-menu, div.addtocart-area, .non_existent_cart, #main-content-handler { box-sizing: content-box; }
.selectedoptwrappc.headersklad { display:none; }
.flickity-slider { box-sizing: content-box; }
.color_empty_label, .size_empty_label { font-size: 1.2em; }
.mod_ice_vm_categories .module-content > .on_demand_html {
	float: left; 
	width: 100%; 
}
hr { box-sizing: border-box; padding-top: 5px; float: left; width: 100%; clear: both; }
span.disc_notice_product { font-size:12px; }
span.disc_notice_product b { color: red; }
span.price_notice { float: left; clear: both; width: 100%; max-width: 55%; display: inline; font-size:0.8em;}

@media (min-width: 1211px)  {
span.piktogram { 
	/*
	width: 16px; 
	height: 16px; 
	background-position: center;
	display: inline-block;
background-position: center 40%; 
background-size: 50px;	
*/
}
span.piktogram.pracovne-odevy {
	background-position: center center; 
  background-size: 16px;	
}
span.piktogram, span.piktogram-empty { display: none; }; 
}

.flickity-enabled.is-fullscreen,
.flickity-enabled.is-fullscreen .carousel-cell { z-index: 99999; background-color: white; height: 100%; width: 100%;}
html.is-flickity-fullscreen .myaccordion  {
 display: none; 
}


.control-group.google { margin: 0; }
.google_login_module { padding-top: 15px; }
.vmCartShipmentLogo img,
.vmCartPaymentLogo img { max-width: 150px; }
.pricePad img, .pricePad .vmCartShipmentLogo, .pricePad .vmCartPaymentLogo,
.pricePad .vmshipment_description { display: none; }

/*material design*/
body:not(.fontsLoaded.DOMready) md-icon {
	color: transparent; 
}



label.mdcheckboxlabel {
	vertical-align: middle; 
	line-height: 48px; 
}
:root {
  --md-sys-color-primary: red;
  --md-sys-color-secondary: blue;
  --md-ref-typeface-brand: 'Ubuntu';
  --md-ref-typeface-plain: 'Ubuntu';
  --md-filled-text-field-container-shape: 0px;
  --md-filled-button-container-shape: 3px;
  --md-sys-typescale-body-large: 400 1rem system-ui;
  --md-sys-color-primary: #006a6a;
  --md-sys-color-surface-container-highest: #e0e3e2;
  --md-filled-text-field-label-text-color: #3f4948;
  --md-filled-text-field-input-text-color: #161d1d;
  --md-filled-button-container-color: #e72324;
}
.login_reply { color: red; font-size: 0.8em; }
.vr2, .wrap_login, .toplogin .formField, .toplogin .field_wrapper { float: left; width: 100%; clear: both; }
.wrap_login .formField { 
	padding-top: 10px; 
	box-sizing: border-box; 
}
.quick-menu { padding:0; margin:0;  box-sizing: border-box; position:relative; }
body.is_anon .hide_anonymous {
	display: none !important; 
}
.login-form { float: left; clear: both; }
md-icon i.fa, md-icon i.fab, md-icon i.fal, md-icon i.far, md-icon i.fas { line-height: 24px; vertical-align: middle; text-align: right;}
td.priceDisplay { white-space: nowrap;}
.toplogin .registernow { display: none; }
.loginbtnwrap { 
	 margin-left: 0; margin-right:0; padding-left:0; padding-right:0; clear: both;
}
.padded_msg { z-index: 99999; }
.name_small { font-size: 0.8em; padding-right: 0.4em; }

video { width: 100%; height: auto; }
.carousel-nav video { display: none; }
postloadvideo.my_video {
	display: inline-block; 
	min-width: 20%; 
	height: auto; 
	aspect-ratio: 1080 / 1920;  
}
#tabtab_Video .tabinside {
	display: flex; 
	flex-wrap: wrap; 
	gap: 10px 10px; 
	
}
@media (min-width: 1600px)  {

video.my_video {
	max-width: 20%; 
	width: 20%; 
	height: auto; 
	
	min-height: 200px; 
}
}
@media (min-width: 1211px)  {
	video.my_video {
	max-width: 30%; 
	width: 30%; 
	height: auto; 
	min-height: 200px; 
}
}
@media (max-width: 720px)  {
	video.my_video {
	max-width: 100%; 
	width: 100%; 
	height: auto; 
	
	}
	div.my_video { 
		width: 100%; 
		aspect-ratio: 1080 / 1920; 
	    display: inline-block; 	
		height: auto; 		
	}
}
video.my_video {
	aspect-ratio: 1080 / 1920;  
	}
postloadvideo.my_video {
	aspect-ratio: 1080 / 1920;  
	height: auto; 
	}