/* ============ Start of all.css?v1d ============ */
/*
	"Base" elements
*/
body {
	padding: 0;
	margin: 0;
	color: #333;
	width: 100%;
	/*font: 14px Lato, Verdana, Arial, sans-serif;
	background: #f0f0f0 url("") ;  */
}

img { 
	border:none; 
} 

a, .link {
	text-decoration:none;
	color:#333;
}

a:hover, .link:hover { 
	text-decoration:underline; 
}

a:focus { 
	color: #3272b7 !important;
	text-decoration:underline !important; 
}

input,
select,
textarea {
	border: 1px solid #ccc;
}

input, textarea, button {
    -webkit-border-radius: 0;
}

caption {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

label {
	font-weight: bold;
}

form,
fieldset {
	margin:0;
	padding:0;
	border:none;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 4px 0 16px;
	text-transform: uppercase;
}

h1.qcH1 {
	margin-top: 25px;
}

h2, .likeH2 {
    background-color: #a0dcf8;
    color: #fff;
    display: block;
    font-size: 1.4em;
    margin: 0px 0 20px 0;
    padding: 10px 0 10px 10px;	
}

.h2Special {
	background-color: transparent;
	color: #000;
	padding: 10px 0;
}

.likeH2 {
	margin: 0;
	padding:0;
	
}

h3 {
	margin:0;
	padding:0px 0 8px 0;
	display:block;	
	font-size:1.1em;    
	font-weight: normal;
}

/*
	Support classes
*/
.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.ib {
	display: inline-block;
	vertical-align: top;
}

.clear{
	clear:both;
}

.hidden{
	display:none;
}

.col {
	float: left;
}

.justifyRight {
	float:right;
	text-align: right;
}

.justifyLeft {
	text-align: left;
}

.justifyCenter {
	text-align: center;
}

.textSmall {
	font-size: 90%;
}

.textBig {
	font-size: 130%;
}

.textUnderline {
	text-decoration: underline;
}

.textItalic {
	font-style: italic;
}

.textBold {
	font-weight: bold;
}

.textNormal {
	font-weight: normal;
}

.textSmallLight {
	font-size: 80%;
	color: #666;
}

.textLightItalic {
	color: #7c7c7c;
	font-style: italic;
}

.textRight {
	text-align: right;
}

.auralText {
	left: -900px;
	overflow: hidden;
	width: 0px;
	position: absolute;
}

.invisible {
	visibility: hidden;
}

.dispNone {
	display: none;
}

.open {
	display: block !important;
}

.highlight {
	color: #3272b7;
}

.highlightedCart {
	background-color: #49a91a !important;
}

.shopColor {
	color: #3272b7;
}

.grey {
	color: #808080;
}

.green {
	color: #009900
}

/*
img.greyScale { 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
*/

/*
	Error and info boxes
*/
.info,
.error {
	position: relative;
	margin-bottom: 1.4em;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	padding-left: 50px;
}

.info {
	border: 1px solid #9ac39d;
	background: #e7f6e8;
	color: #02830b;	
}

.info:before {
	content: '\2713';
    font-size: 29px;
    font-weight: bold;
    left: 10px;
    position: absolute;
    top: -2px;	
	color: #02830b;
}

.tab-content .info:before {
	top: 10px;
	left: 10px;
}

.tab-content .error:before {
	top: 10px;
	left: 10px;
}

.error {
	border: 1px solid #993333;
	background: #f2e7e7;
	color: #993333;
}

.error:before {
	content: '!';
    font-size: 29px;
    font-weight: bold;
    left: 17px;
    position: absolute;
    top: 0px;	
	color: #993333;
}

.observe {
	color: #993333;
	border: 1px dashed #993333;
}

/*
	Padding 
*/
.pad {
	padding: 5px
}

.pad:after {
	content: '[.]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*
	Wrapper
*/
#wrapper {
	width: 980px;
	margin: 0px auto 0;
	text-align: left;
	border-top:0;
        background: #fff;
        border: 1 solid #fff;
        border-radius: 5px;
}

/*
	Header
*/
#header {
	display: block;
	position: relative;
	width: 980px;
	margin: 0px auto 0;	
	color: #333;
	margin-top:28px;
        
}

#header .headerLeft {
	float: left;
	width: 30%;
	height: 115px;
}

#header .headerRight {
	float: right;
	width: 69%;
	height: 115px;
}

#header .headerRight ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2px;
    top: -25px;
}

#header .headerRight ul li {
	float:left;
	padding-right:12px;
	margin:0;
}
#header .headerRight li:last-child {
	padding-right: 0;
}

#header .headerRight .listDivider {
	border-left: 1px solid #ccc;
	margin-left: 0px !important;
	padding-left: 10px !important;
}

#header .logo {
	height: 110px;
    padding: 15px 0 5px 15px;
    width: 290px;
}

#header .logo img {
	max-height: 100%;
    max-width: 100%;
}

/*
	Top bar (fixed)
*/
#topBar {
	width:100%;
	background-color: #a0dcf8;
	top:0;
	z-index:99999;
	height:37px;
	font-size: 13px;
	color: #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

#topBar .topBarCenter{
	margin: 0 auto;
	max-width: 980px;
	position: relative;
}
#topBar .topBarCenter .pad {
	padding: 0;
}

#topBar .topBarCenter .floatLeft {
	line-height: 37px;
}

/*
	Sitemap
*/
.sitemapLine {
	background:url(https://images.staticjw.com/lek/4721/line.gif);
	background-repeat:repeat-y;
}

.sitemapHline {
	background:url(https://images.staticjw.com/lek/4201/hline.gif); 
	background-repeat:repeat-x;
}

/* 
	Top text and bottom text (startpage)
*/
.toptext, 
.bottomtext {
	min-height: 2px;
	margin: 4px 8px;
}

/*
	Top cart
*/
#topCartContent{
	min-width: 350px;
	position: absolute;
    right: 0;
	top: 0;
	text-align: right;
}

#topCartContent i {
	padding-top: 5px;
	padding-right: 5px;
}

#topCartContent:hover i.fa-shopping-cart {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform:rotate(-15deg);
	-moz-transform:rotate(-15deg);
	-o-transform:rotate(-15deg);
	-ms-transform:rotate(-15deg);
	transform: rotate(-15deg);
}

#topCartContent .basketItems {
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;
	line-height: 34px;
}

#topCartContent .basketPrice {
	display: inline-block;
	font-size: 13px;
	line-height: 34px;
}

#topCartContent .topCartOpen {
	display: inline-block;
	vertical-align:top;
	cursor: pointer;
	background-color: transparent;
    color: #fff;
    height: 37px;    
    padding: 0 0 0 3px;	
}

#topCartContent .topCartButton {
	display: inline-block;
	vertical-align:top;
	height: 37px;
	background-color:#3272b7;
	padding: 0px 10px;
}

#topCartContent .topCartButton.inActive {
	background-color:#ccc;
	cursor: default;
}

#topCartContent .topCartButton.inActive  a{
	cursor: default;
}

#topCartContent .topCartButton.inActive:hover {
	background-color: #ccc;
}

#topCartContent .topCartButton.inActive .topCartCheckoutLink {
	color: #7d7d7d;
}

/*
	Check out link
*/
.topCartCheckoutLink {
	color:white;
	text-transform: uppercase;
	display: block;
	/*width: 99.9%;*/
	height: 99.9%;
	line-height: 34px;
}

#topCartContent .topCartButton:hover {
	background-color:#5ea0e8;
	text-decoration:none;
}

#topCartContent .topCartButton:focus { 
	color: #fff;
	text-decoration:underline !important; 
}

/*
	Top cart fly-out
*/
.topCart {
	max-width:980px;
	z-index:999;
	margin-top: 40px;
	background-color:#fff;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	display:none;
	text-align: left;
	color: #333;
	z-index: 8000;
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.57);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.57);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.57);	
}

.topCart a {
	color: #333;
}

.close {
	display: none;
}
.open {
	display: block;
}

.topCart .inner{
	margin:5px;
	padding: 5px;
}

.topCart .image {
	width: 88px; 
	float: left; 
	text-align: center;
}

/*
	Top navigation
*/
#menuwrapper {
	text-align: center;
        height: 50px;
	font-size: 17px;
	text-transform: uppercase;
        font-weight:bold;
	position: center;
	border-bottom: 2px dotted #8c8c8c;
        border-top: 2px dotted #8c8c8c;		
}

#menuwrapper ul, 
#menuwrapper ul li{
    margin:0;
    padding:0;
    list-style:none;
}

#menuwrapper ul li {
    float:left;
	margin-right: 20px;
}

#menuwrapper ul li a:hover, #menuwrapper ul li span:hover {
    color: #3272b7;
}

#menuwrapper ul li a, #menuwrapper ul li span {
    padding:15px 0;
    display:inline-block;
    text-decoration:none;
	position: relative;
}

#menuwrapper ul li .subMenu {
    position:absolute;
    display:none;
	margin-top: 12px;
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.57);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.57);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.57);	
	z-index: 5000;
}


/* When user has hovered the li item, we show the ul list by applying display:block, note: 25px is the menu height.  */
#menuwrapper ul li.category:hover .subMenu {
    left: 0px;
    top: 150px;
    display: block;
	width: 98.4%;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	z-index: 1000;
}

#menuwrapper ul li.category:hover .subMenuMarker{
	display: block;
}

#menuwrapper ul li ul {
	color: #000;
	margin: 5px 0 10px 0;
}
#menuwrapper ul li ul li a{
	display: block;
	padding: 2px 0 2px 0;
	color: #000;
	width: 100%;
	height: 100%;
}
#menuwrapper ul li ul li:hover {
	color: #000;
	background-color:transparent;
}

#menuwrapper ul li ul li {
	float: left;
	width: 150px;
	height: 40px;
	font-size: 14px;
	padding: 3px 0 0 3px;
	margin-right: 30px;
	text-transform: none;
}

#menuwrapper ul li ul li.active {
	background-color: transparent;
}

#menuwrapper ul li ul li.active a{
	color: #3272b7;
}

#menuwrapper ul li ul li.active a:before {
	content: "\203A";
    font-size: 18px;
    font-weight: bold;
    left: -8px;
    position: absolute;
    top: -2px;	
	color: #3272b7;
}

#menuwrapper .category {
	height: 50px; /* Must be set in order for hover to submenu to work */
}

#menuwrapper .active  > a {
	color: #3272b7;
}

#menuwrapper .subMenuInner {
	display: block;
	padding: 10px;
	background-color: #ededed;
}

#menuwrapper .menuMarker {
	position: absolute;
	top: 23px;
	left: 35%;

}
#menuwrapper .subMenuMarker {
	display: none;
	position: absolute;
        height: 35px;
	width: 35px;
	top: 7px;
    
	background: url("https://images.staticjw.com/lek/5394/bg-marker.png") no-repeat scroll 0 0 transparent;
	z-index: 1300;
}

.topNavBarHome{
	text-align: center;
        font-size: 20px;
	margin-right: 5px !important;
	margin-left: 10px !important;
}

.topNavBarHome a:hover {
	color: #4a6d92;
}

/*
	Links in top menu
*/
.topNavBar .active  a{
	color: #3272b7;
}

.topNavLinkA {
	padding:10px;
	display: block;
	text-transform: uppercase;
}

.topNavLink.activeHover {
	background-color: #4a6d92;
	color: #fff;
	text-decoration: none;
}

.topNavLink.activeHover a {
	text-decoration: none;
}

.topNavLink.activeHover a {
	color: #fff !important;
}

/*
	Fold out under top menu
*/
.topNavSubLink {
	display:none;
	width:100%;
	position:absolute;
	left:0;
	z-index:999;
	background-color:#4a6d92;
	color: #fff;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	padding: 10px 0 0 0;
	font-weight: normal;

	font-size: 13px;
}

.topNavSubLink ul {
	padding-left: 10px;
}

.topNavSubLink ul li{
	color: #fff;
	padding-left:10px;
	width: 160px;
	height: 30px;
	margin-bottom: 6px;
	word-wrap: break-word;
	position: relative;
}

.topNavSubLink ul li a {
	display: block;
	padding: 6px 0;
	letter-spacing: .01em;
}

.topNavSubLink ul li.active {
	background-color: transparent;
}

.topNavSubLink ul li.active a {
	color: #62d8ff !important;
}

.topNavSubLink ul li.active:before {
	content: "\203A";
    font-size: 18px;
    font-weight: bold;
    left: -3px;
    position: absolute;
    top: 1px;	
	color: #62d8ff;
}

.topNavSubLink a.topNavLinkA {
	text-transform: none;
	color: #bbbbbb;
}

/*
	Search
*/
#header .topSearch {
    float: right;
    margin-top: 57px;
    z-index: 99;
	position: relative;
}

#header .topSearch .button {
	line-height: 18px;
	margin-top: -2px;
}

#header .topSearch .text {
	border: 1px solid #333;
    height: 28px;
    padding-left: 4px;
    width: 225px;
}

#header .topSearch .text:focus {
	font-size: 16px;
	color: #3272b7;
}

/*
	Footer
*/
#footer {
	float: left;
	width: 100%;;
        height: 150px;
	background-color: #a0dcf8;
	color: #fff;
	padding-top:10px;
        
}

#footer .inner{
	float: none;
	margin:0px auto;
	padding:20px 10px;
        width: 980px;	
}

#footer a, #footer span, 
#footer p{
	color: #000;
}
#footer span:hover{ text-decoration: underline; }
#footer h4{
	margin-bottom:7px;
	padding:0;
}

#footer ul {
	list-style-type: none;
	margin:0;
	padding: 0;
	line-height: 1.4em;	
}

.content0, 
.content1, 
.content2, 
.content3{
	width: 23%;
	float:left;
	margin: 0 5px;
}

.copyright{
	font-size:14px;
	padding-top: 35px;
}

/*
	Menu left
*/
.menuLeft {
	float: left;
	width: 200px;
	margin-right: 10px;
}

.menuLeft ul {
	margin:0px;
	padding:0px;
	background-color: #f6f6f6;
	list-style:none;	
}

.menuLeft li ul { display:none; }
.menuLeft li.active > ul { display:block; }

.menuLeft li {
	display:block;
	background-position: 0px 7px;
	font-weight:normal;
	padding-left:12px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
}

.menuLeft li.active {
	font-weight: bold;
}

.menuLeft .subLeft {
	background-color: #f6f6f6;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;	
	padding-bottom: 5px;	
}

.menuLeft .subLeft p {
	margin-top: 0;	
}

.menuLeft .subLeft ul {
	margin:0px;
	padding:0px;
}

.menuLeft .subLeft ul li {
	background-image: none;
	border: 0;
}

.menuLeft .subLeft .bottomLink {
	padding-top: 12px;
	padding-bottom: 4px;
	border-top: 1px dashed #ccc;
}

.menuLeft .blackBox {
	background-color: #3e4041;
	color: #fff;
	font-size: 1.2em;	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
}

/*
	My-page
*/
.wishlist ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.wishlist ul li {
	margin-right:20px;
	float:left;
}

.wishContainer {
	width: 450px;
	float: left;
	border: 1px dashed #ccc;
	min-height: 180px;
	position: relative;
}

.wishContainer .inner {
	margin: 10px;
}

.wishContainer .image {
	float: left;
	width: 100px;
}

.wishContainer .infobox {
	float: left;
	padding-left: 15px;
	width: 250px;
}

.wishContainer .infobox h3 {
	min-height: 40px;
}

.wishContainer .infobox .observe {
	margin-bottom: 10px;
	padding: 5px;
}

.wishContainer .infobox .price {
	padding-left: 0;
	font-size: 1.3em;
	font-weight: bold;
}

.wishContainer .infobox .actions {
	position: absolute;
	bottom: 10px;
	margin-right: 15px;
}

.wishContainer .infobox .actions  input {
	margin-right: 20px;
}

/*
	Breadcrumbs
*/
.breadcrumbs {
	font-size:11px;
    margin-bottom: 13px;
    margin-top: 6px;
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
}

.breadcrumbs li {
	list-style:none;
	display:inline;
}

.breadcrumbs li.arrow {
	padding:0px 0px 0px 5px;
	color: #666;
}

.breadcrumbs li.arrow:before{
	content:"\003e";
	padding-right:5px;
}

.subCategories  {
	margin-bottom: 40px;
}

.subCategories ul {
	list-style-type:none;
	margin:0;
	padding:0;	
}

.subCategories ul li {
	background-color: transparent;
	border-radius: 5px;
	padding: 6px;
	display: inline-block;
	margin: 10px 10px 0 0;
}

.subCategories ul li a {
	color: #3272b7;
	position: relative;
}

.subCategories ul li a:before {
    color: #3272b7;
   content: "\203A";
    font-size: 18px;
    font-weight: bold;
    left: -8px;
    position: absolute;
    top: -4px;
}


/*
	Show/Hide in category view
*/
.categoryDescription {
	overflow:hidden;
	padding-bottom:8px;
	margin-bottom:10px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}

#cpToggle {
	position: relative;
	top: -25px;
	left: 260px;
	color: #3272b7;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 5px;
	width: 100px;
	display: none;
	box-shadow: 0 2px 2px #ccc;
}

.collapsed {
	max-height: 130px;
}

.expand {
	max-height: none;
}

/*
	Big banner, startpage
*/
.bigBanner {
	display: block;
	margin: 10px 0;
	text-align: center;
}

.standardPageContainer {
	display: block;
	padding-left: 0px;	
	margin-bottom: 0px;
}

.informationPage {
	padding-right: 300px;
}

.categoryImage {
	float: right;
	margin: 0px 25px 0 0;
	padding-right: 25px;
	width: 300px;
	min-height: 50px;
	text-align: center;
}

.categoryImage  img {
	max-width: 100%;
}

/*
	Product list container (category)
*/
.productListContainer {}

.productListContainer ul {
	padding:0;
	margin:0;
}

.productListContainer ul li {
	display:inline-block;
	width: 205px;
	min-height:380px;
	list-style:none;
	margin-bottom: 35px;
	background-color: #fff;
	float: left;
	
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out	
}

.productListContainer ul li:hover {
	transform:translateY(-2px);
	box-shadow:0 4px 9px rgba(0,0,0,0.2);
}

.productListContainer ul li .inner {
	padding: 5px;
	position: relative;
}

.productListContainer ul li .productImage {
	height: 175px;
	background-color: #fff;
	position: relative;
	text-align: center;
	outline: 1px solid #f1f1f1;
	margin-bottom: 4px;
}

.productListContainer ul li .productImage img{
    max-height: 175px;  
    max-width: 200px;  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;  
    background: #f7f7f7; 
}

.productListContainer ul .rightMargin {
	margin-right: 5%;
}

.productListContainer ul li .productImage span {
	width: 200px;
	height: 33px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(https://images.staticjw.com/lek/1201/kamp.png) no-repeat;
	z-index: 100;
}

.productListContainer ul li .productInner {

}

.productListContainer .button-confirm {
	padding-right: 18px !important;
	padding-left: 18px !important;
}

.productInner p.shortText {
	display:block;
	margin-top:5px;
	min-height: 40px;
	margin-bottom: 5px;
}

.productListContainer ul li .productInner h3 {
    font-size: 1em;
    font-weight: bold;
    height: 290px;
    position: absolute;
    top: 0;
    z-index: 500;

	margin:0;
	padding:0px 0 8px 0;
	display:block;	
	font-weight: bold;	
	text-transform: none;
	
}
.productListContainer ul li .productInner h3 a, .productListContainer ul li .productInner h3 span {
    display: block;
    padding-top: 185px;
    padding-bottom: 84px;
	width: 200px;
}
.productListContainer ul li .productInner h3 span:hover{color: #3272b7; text-decoration: underline;}

.productListContainer ul li:hover a{
	color: #3272b7;
}

.productListContainer ul li .productInner .h3spacer {
	height: 38px;
}

.productListContainer ul li .productInner .productPrice {
	margin-top: 10px;
	text-align: right;
}

.productListContainer ul li .productInner .productPrice .priceNew,
.productListContainer ul li .productInner .productPrice .priceOld,
.productListContainer ul li .productInner .productPrice .priceRegular {
	padding-left: 0;
	font-size: 1.3em;
	font-weight: bold;
}

.productListContainer ul li .productInner .productPrice .installmentCost {
	font-size: 11px;
	height: 15px;
}

.productListContainer ul li .productInner .productStock {
	display: block;
	padding-top: 4px;
	font-size: 0.9em;
}

.productListContainer ul li .productInner .productBuy {
	display: block;
	margin-top: 0px;
}

.productListContainer ul li .productInner .productBuy a {
	color: #20b0e0;
}

.productListContainer ul li .productInner .productBuy .infoLink {
	float: left;
}

.productListContainer ul li .productInner .productBuy .assocMargin {
	margin-top: 13px;
}

/*
	Product page
*/

.productPageContainer {}

.productPageContainer .productImageContainer {
	float: left;
	text-align: center;
}

.productPageContainer .productImage {
	display: block;
	position: relative;
	width: 500px;
	height: 300px;
	line-height: 300px;
	border: 1px solid #f6f6f6;
	margin-right:20px;
	background-color: #fff;
}

.productPageContainer  .productImage img {
	vertical-align: middle;
}

.productPageContainer .productImage span {
	width: 200px;
	height: 33px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(https://images.staticjw.com/lek/8203/bg-spot-rea-2.png) no-repeat;
	z-index: 100;
}

.productPageContainer .buyBtnLarge {
	cursor: pointer;
}

.productPageContainer .notify .buyBtnLarge{
	margin-left:0px;
}

.productPageContainer .productThumbs {
	margin-top: 5px;
	width: 500px;	
}

.productPageContainer .productThumbs ul {
	list-style:none; 
	margin:0;
	padding: 0;
}

.productPageContainer .productThumbs ul li {
	background-color: #fff;
	border: 1px solid #f7f7f7;
    float: left;
    height: 65px;
	line-height: 65px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px;
    width: 65px;
}

.productPageContainer .productThumbs ul li a {
	display: block;
}

.productPageContainer .productThumbs ul li img {	
	margin: 0 auto;
	vertical-align: middle;
}

.productPageContainer .productInfo {
	float: right;
	width: 445px;
}

.productPageContainer .productInfo h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 4px;
}

.productPageContainer .productManufacturer {
	font-size: .9em;
	color: #b4b4b4;
	margin-bottom: 10px;
}

.productPageContainer .productInfo .innerBox {
	position: relative;
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 20px;
}

.productPageContainer .productInfo .innerBox ul {
	list-style-type: none;
	margin:0;
	padding: 0;
	line-height: 1.4em;	
}

.productPageContainer .productInfo .innerBox:after {
	clear:both;
	content:"";
	display:block;
}

.productPageContainer .productInfo  .productRelated {
	position: relative; 
	background: #ededed;
    float: right;
    padding: 8px;	
	margin-right: -9px;
	font-size: 12px;
	width: 40%;
}

.productPageContainer .productInfo  .productRelated:after { 
	left: 100%; 
	top: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(237, 237, 237, 0); 
	border-left-color: #ededed; 
	border-width: 15px; 
	margin-top: -15px; 
}

.productPageContainer .productInfo .assoc {
	margin-top: 15px;
}

.productPageContainer .productInfo select {
	margin-top: 3px;
}

.productPageContainer .productInfo .prices {
	margin:15px 0;
	font-weight:bold;
	margin-top: 15px;
	font-size: 30px;
	position: relative;
	padding-left: 25px;
}

.productPageContainer .productInfo .innerBox  .arrow-right {
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;	
	border-left: 20px solid #fcfcfc;
	position: absolute;
	left: -15px;
}

.productPageContainer .productInfo .stockStatus {
	font-weight:bold;
	margin-top: 15px;
	font-size: 13px;
}

.productPageContainer .productInfo .innerBox .bracketPrices {
	margin-top: 30px;
	font-size: 0.9em;	
}

.productPageContainer .productInfo .innerBox .bracketPrices .col1 {
	width: 70px;
}

.productPageContainer .productInfo .innerBox .installment {
	margin-top: 8px;
	font-size: 13px;	
	font-weight: normal;
}

.productPageContainer .productInfo .innerBox .productOptions {
	margin-top: 20px;
	padding-top: 4px;
	border-top: 1px dashed #ccc;
}

.productPageContainer .productInfo .innerBox .productBuy {
	margin-top: 20px;
}

.productPageContainer .productInfo .innerBox .productBuy .col1 {
    background-color: #fff;
    border-color: #3272b7;
    border-image: none;
    border-radius: 8px;
    border-right: 1px solid #3272b7;
    border-style: solid;
    border-width: 20px 1px 1px;
    float: left;
    height: 31px;
    text-align: center;
    width: 12%;
	position: relative;
	border-top-color: #3272b7;
	color: #fff;
	padding-top: 4px;
	margin-right: 8px;
}

.productPageContainer .productInfo .innerBox .productBuy .col1 input {
	background-color: transparent;
    border:0;
    font-size: 21px;
    text-align: center;
	padding: 0;
	width: 40px;
}
.productPageContainer .productInfo .innerBox .productBuy .col1  label {
	font-size: 10px;
    left: 8px;
    position: absolute;
    text-transform: uppercase;
    top: -16px;
}

.productPageContainer .productInfo .innerBox .productBuy .col2 {
	float: left;
	width: 85%;
}

.productPageContainer .productInfoDescription {
	clear: both;
	margin-top: 15px;
}

.productPageContainer .productReview {
	width: 60%;
}

.productPageContainer .prodNr {
	bottom: 11px;
    color: #b4b4b4;
    font-size: 12px;
    position: absolute;
    right: 13px;
}





.productPageContainer ul.pRating {
		float: left;
		list-style:none;
		margin: 3px 0 10px -6px;
		padding:0px;
		width: 150px;
		height: 20px;
		position: relative;
		background-image: url('https://images.staticjw.com/lek/9939/star_rating.png');
		background-repeat: repeat-x;
		background-position: 0px -40px;
}
.productPageContainer .pRating li{
	padding:0px;
	margin:0px;
	height:20px;
	width: 30px;		
	/*\*/	float: left;
	/* */}
.productPageContainer .pRating li {
	display:block;
	width:30px;
	height: 20px;
	line-height:20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}

.productPageContainer .pRating li:hover{
		z-index: 2;
	left: 0px;
	border:none;
}

.productPageContainer .pRating .one-star{
	left: 0px;
}
.productPageContainer .pRating .one-star:hover{
	width:30px;
}
.productPageContainer .pRating .two-stars{
	left:30px;
}
.productPageContainer .pRating .two-stars:hover{
	width: 60px;
}
.productPageContainer .pRating .three-stars{
	left: 60px;
}
.productPageContainer .pRating .three-stars:hover{
	width: 90px;
}
.productPageContainer .pRating .four-stars{
	left: 90px;
}	
.productPageContainer .pRating .four-stars:hover{
	width: 120px;
}
.productPageContainer .pRating .five-stars{
	left: 120px;
}
.productPageContainer .pRating .five-stars:hover{
	width: 150px;
}
.productPageContainer .pRating li.current-rating{
	background: url(https://images.staticjw.com/lek/9939/star_rating.png) left 41px;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.productPageContainer .pRatingAfter {
	float: left;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	padding-top: 4px;
	color: #ccc;
	font-style: italic;
}


.instock i{
	color: #30a02a;
	line-height: 16px;
}

.orderitem i{
	color:#ff9900;
	line-height: 16px;
}

.unavailable i {
	color:#ff0000;
	line-height: 16px;
}

.shortDesc{
	padding:3px 0 0px 0;
	margin-right: 5px;
	font-size: 15px;
}

a.wishList, a.quest{
	color: #333;
	padding: 7px 10px 0 0px;
	float: left;
	margin-right: 10px;
}

.priceRegular {
	color: #333;	
}

.priceNew {
	color: #c10000;
	display: inline-block;
}

.priceOld {
	color: #666;
	text-decoration: line-through;
	display: inline-block;
	margin-right:10px;
	font-weight:normal;
	font-size:14px;
}

.pricePercentage {
	background-color: #c10000;
    color: #fff;
	display: inline;
    font-size: 14px;
    padding: 6px;
	font-weight: normal;
	position: relative;
}
.pricePercentage:after { 
	bottom: 99%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(193, 0, 0, 0); 
	border-bottom-color: #c10000; 
	border-width: 10px; 
	margin-left: -10px; 
}


/*
	Paging
*/
.paging {
	display: block;
	margin-top:0px;
	margin-bottom: 20px;
	padding: 13px 5px 0px;
	font-size:13px;
	background-color: #f7f7f7;
	border-bottom: 1px dotted #e2e2e2;
    border-top: 1px dotted #e2e2e2;	
}

.paging .paging-list {
	float: right;
}

.paging .paging-list ul {
	margin:0;
	padding:0;
	line-height: 28px;
}

.paging .paging-list li {
	display: inline;
    list-style-type: none;
    margin-left: 6px;
    padding-right: 0;
}

.paging .paging-list li:last-child a,
.paging .paging-list li:first-child a {
	border: 0;
}

.paging .paging-list li a {
	border: 1px solid #d8d8d8;
    border-radius: 5px;
    color: #3272b7;
    padding: 0.5em;
    text-decoration: none;
}

.paging .paging-list li a:hover {
	text-decoration: underline;
}

.paging .paging-list li .pagerDB-current {
	color: #fff;
	background:#ccc;
}

.paging .paging-sort {
	float: left;
	margin-top: -4px;
}

.paging .paging-sort select {
	/*font-size: 11px;*/
}

/*
	Filter
*/
.attributes {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding: 13px 5px 10px;
	font-size:13px;
	background-color: #f7f7f7;
	border-bottom: 1px dotted #e2e2e2;
    border-top: 1px dotted #e2e2e2;	
}

.attributes:after, .attributes:before { 
	top: 100%; 
	left: 50%;
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 

.attributes:after { 
	border-color: rgba(247, 247, 247, 0); 
	border-top-color: #f7f7f7; 
	border-width: 15px; 
	margin-left: -15px; 
} 

.attributes:before { 
	border-color: rgba(226, 226, 226, 0); 
	border-top-color: #e2e2e2; 
	border-width: 16px; 
	margin-left: -16px; 
}

.resetFilter {
	margin-left: 20px;
	display: inline;
}

.paging .col,
.attributes .col {
	float: left;
    margin-right: 15px;
	max-width: 140px;
	height: 40px;
	margin-bottom: 5px;
	position: relative;
}

.attributes .col select {
	max-width: 100px;
}

.attributes .col .filterSign {
	
}


/*
	Brand page
*/
.brandPage {
	margin-bottom: 10px;
}

.brandPage .column {
	float: left; 
	width: 270px;
	margin-right: 74px;
}

.brandPage .column ul {
	list-style:none;
	margin:0;
	padding: 0;
	line-height: 10px;
}

.brandPage .column ul li {
	margin: 3px;
	min-height: 15px;
}

.brandPage .column.noRightMargin {
	margin-right: 0;
}


/*
	Tab set
*/
.tabset {
	list-style:none;
	padding:0 7px;
	margin:0;
	overflow:hidden;
	background-color: #f6f6f6;
}

.tabset li {
	float:left;
	padding:0 9px 0 0;
}

.tabset a {
	float:left;
	padding:7px 9px 8px;
	display:inline;
	position:relative;
}

.tabset a:hover,
.tabset a.active {
	text-decoration:none;
	background:#e4e4e4;
}

.tabset a.active:after { 
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(252, 252, 252, 0); 
	border-bottom-color: #fcfcfc; 
	border-width: 10px; 
	margin-left: -10px; 
	top: 14px;
}

.tab-content {
	padding:15px 10px 2px 10px;
	font-size:1em;
	color:#000;
	line-height:18px;
	margin-bottom: 20px;
}

/*
	Form row
*/
.formRow {
	display: block;
	margin: 5px 0 10px 0;
}
.formRow:after {
	content:'';
    display:block;
    clear: both;
}

.formRow input[type="text"]{
	padding: 3px;
}

.formRow .left {
	float: left;
}

.formRow .right {
	float: left;
}

.summary-form {
	display: block;
	overflow:hidden;
	padding:0 0 15px;	
}

.summary-form table {
	clear:both;
	margin-bottom:1.5em;
	border-collapse: collapse;
	width:100%;
	background-color: transparent
}

.summary-form tr {
    border-bottom: 1px solid #f9f9f9;
}

.summary-form .even { 
	background-color:#ebebeb;	
}

.summary-form .odd { 
	background-color:#ebebeb;
}

.summary-form table th {
	text-align:left;
	line-height:15px;
}

.summary-form th, 
.summary-form td {
	padding: 0.4em;
	vertical-align: middle;
}

.summary-form tr th{
	background-color: #484848;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.summary-form .total {
	font-weight: bold;
	font-size: 1.1em;
	background-color: #ededed;
}

.summary-form .col1 {
}

.summary-form .col2 {
}

.summary-form .col3 {
}

.summary-form .col4 {
	text-align: right;
	padding-right: 20px;
}

.summary-form a {
	font-size: 1em;
}

.summary-form table .text {
	float:left;
	width:29px;
	padding:3px 4px 4px;
	border:1px solid #b9bac0;
	font-size:11px;
	line-height:14px;
	color:#000;
	margin:-2px 0 0;
	border-color:#8d8e94 #b9bac0 #b9bac0 #b9bac0;
}

.summary-form td.col1 img {

}

.summary-form td.col1 a {
	line-height:32px;
	line-height: 12px;
}


.bord {
	border: 1px solid red;
}

.checkoutToggle, .checkoutToggle2, .checkoutToggle3 {
	cursor: pointer;
}

.checkoutToggled, .checkoutToggled2, .checkoutToggled3{
	display:none;
	margin-top:15px;
	width:100%;
}

.isLoggedInBox{
	margin-bottom:25px;
}

.defaultMargin {
	margin:0 8px;
}
.CheckoutLoginButton{
	cursor: pointer;
	padding: 5px 30px;
	margin-top:5px;
}

.checkoutCoupon, .checkoutComment{
	margin:15px 0;
	background-color: #f6f6f6;
	padding:15px;
}

#qcPno {
	height: 22px;
	padding: 4px;
	font-size: 16px;
}
#qcFetchAddr {
	margin-top: -2px;
}

.cashierProducts .greyColor {
	color: #777777;
}

.cashierProducts .total {
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	background-color: #f4f4f4;
	border-bottom: 0;
}

.cashierProducts .discount {
	padding: 10px 0;
	font-size: 15px;
	background-color: #f4f4f4;
}
.cashierProducts .vat {
	padding: 10px 0;
	font-size: 15px;
	background-color: #f4f4f4;
}

.cashierProducts tr.discount:hover,
.cashierProducts tr.total:hover,
.cashierProducts tr.vat:hover  {
	background-color: #f4f4f4;
}


.cashier-form {
	display: block;
	overflow:hidden;
	padding:0 0 15px;	
}

.cashier-form table {
	clear:both;
	margin-top:0.5em;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	white-space: nowrap;
	word-wrap: break-word;
	text-align: left;
}

.cashier-form table td {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cashier-form table td  a {
	display: block;
}

.cashier-form table th {
	font-size:15px;
	line-height:15px;
}

.cashier-form table tr:hover {
	background-color: #fff;
}
.cashier-form table tr:hover th {
	background-color: #fcfcfc;
}

.cashier-form .even { 
	background-color:#fff;	
}

.cashier-form .odd { 
	background-color:#fff;
}




#qcTypeChoice {
	margin-bottom: 20px;
}

#qcTypeChoice ul {
    padding-left: 0;
	display: block;
	margin-bottom: 3px;
	margin-top: 0;
}

#qcTypeChoice li {
    display: inline-block;
    margin-left: 0;
    margin-right: 30px;
	line-height: 23px;
	position: relative;
	
	background-image: url(https://images.staticjw.com/lek/6943/bg-check-off.png); 
	background-repeat: no-repeat;	
}

#qcTypeChoice li.active {
	background-image: url(https://images.staticjw.com/lek/7483/bg-check-on2.png); 
}

#qcTypeChoice li a {
	padding-left: 30px;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
}



.count input {
	border-radius: 5px;
	text-align: center;
	padding: 2px;
}

.cashier-form table .tdPrice {
	padding-left: 25px !important;
}

.cashierAdress,
.cashierContact,
.cashierDelivery,
.cashierPay,
.cashierProducts,
.cashierBonus,
.cashierSale,
.cashierComment,
.cashierGiftWrap {
	margin-bottom: 5px;
}


.cashierAdress .inner,
.cashierContact .inner, 
.cashierDelivery .inner,
.cashierPay .inner, 
.cashierProducts .inner,
.cashierBonus .inner,
.cashierSale .inner,
.cashierComment .inner,
.cashierGiftWrap .inner {


}

.cashierAdress h2,
.cashierContact h2, 
.cashierDelivery h2,
.cashierPay h2, 
.cashierProducts h2,
.cashierBonus h2,
.cashierSale h2,
.cashierComment h2,
.cashierGiftWrap h2 {
	padding-bottom:5px;
	border-bottom: 1px solid #484848;
	padding-top: 10px;
}

.cashierAdress h2 i,
.cashierContact h2 i, 
.cashierDelivery h2 i,
.cashierPay h2 i, 
.cashierProducts h2 i,
.cashierBonus h2 i,
.cashierSale h2 i,
.cashierComment h2 i,
.cashierGiftWrap h2 i {
	color: #222;
}

.cashierDelivery ul,
.cashierPay ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:auto;
}
.cashierDelivery ul li,
.cashierPay ul li {
	font-size: 13px;
    height: 16px;
    margin-bottom: 9px;
    padding: 10px;
    position: relative;
	border: 1px solid #ccc;
}

.cashierDelivery ul li:last-child,
.cashierPay ul li:last-child {
	margin-right: 0;
}

.cashierDelivery ul li:hover,
.cashierPay ul li:hover {
	background-color: #f3f3f3;
}

.cashierDelivery ul li:before,
.cashierPay ul li:before {
	content: '\2713 ';
	padding-right: 5px;
	position: absolute;
	 top: 7px;
	font-size: 120%;
	color: #ccc;
	font-weight: bold;
}

.cashierDelivery ul li:hover:before,
.cashierPay ul li:hover:before {
	content: '\2713 ';
	padding-right: 5px;
	position: absolute;
	 top: 7px;
	font-size: 120%;
	color: #ccc;
	font-weight: bold;
}


.cashierDelivery ul li .inner input[type="radio"],
.cashierPay ul li .inner input[type="radio"] {
	position: absolute;
    visibility: hidden;
}

.cashierDelivery ul li.active,
.cashierPay ul li.active {
	background-color: #fff;
	border-color: #009900;

}

.cashierDelivery ul li.active:before,
.cashierPay ul li.active:before {
	content: '\2713 ';
	color: #009900;
    font-size: 180%;
    font-weight: bold;
    position: absolute;
    top: 1px;
	left: 8px;
}


.cashierDelivery ul li span,
.cashierPay ul li span  {
	position: relative;
}


.cashierDelivery ul li img,
.cashierPay ul li img {
	position: absolute;
	top: -3px;
	right: -100px;
    max-width: 80px;
	max-height: 30px;
}

.cashierDelivery ul li label,
.cashierPay ul li label{
    cursor: pointer;
    float: left;
    font-weight: normal;
    height: 21px;
    padding-left: 25px;
	width: 95%;
	position: relative;
}

.cashierComment textarea {
	width:925px;
	height:80px;
}

.cashier-form th, 
.cashier-form td {
	padding: 0.4em;
	vertical-align: middle;
}

.cashier-form tr {
	border-bottom: 1px dotted #e3e3e3;
}

.cashier-form tr:hover {
	background:#fcfcfc;
}

.cashier-form a {
	
}


.minus {
	float: left;
	margin-top: 3px;
}
.plus {
	float: right;
	margin-top: 3px;
}

.plus a, .minus a {
   border-radius: 22px;
    color: #ffffff;
    display: block;
    font-size: 8px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    width: 16px;
	background-color: #3272b7;
}

.plus a:focus, .minus a:focus {
	color: #fff !important;
}

.plus a:hover, .minus a:hover {
	opacity: .7;
}

.qccashier-bonus {
	float: left;
	width: 99%;
	padding: 8px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.qcBonusLevels {
	clear:both;
}

.qcBonusLevels ul {
	list-style: none;
	padding:0;
	margin:0;
	overflow:auto;
	height:auto;
}

.qcBonusLevels li {
	display:block;
	height:42px;
	padding:4px;
	border-bottom: 1px dotted #e3e3e3;
}

.qcBonusLevels li:hover {
	background: #fff;
}

.qcBonusProduct {
	clear:both;
}

.qcBonusProduct .f1 {
	float:left;
	width:40px;
	height:40px;
	border:1px solid #cccccc;
	background:#ffffff;
}

.qcBonusProduct .f1 img {
	display:block;
	margin:auto;
}

.qcBonusProduct .f2 {
	margin-top:5px;
	float:left;
	margin-left:10px;
	width:350px;
	font-size:1em;
}

.qcBonusProduct .f3 {
	margin-top:5px;
	float:left;
	width:145px;
}

.qcBonusProduct .f3 select {
	width:140px;
}

.qcBonusProduct .f4 {
	margin-top:5px;
	float:left;
	width:140px;
	margin-left:6px;
	font-weight:bold;
}

.qcBonusProduct .f5 {
	margin-top:5px;
	float:right;
}

.qcCartTbl .plus, .qcCartTbl .minus {
	display: inline-block;
}

#qcGiftWrapSelection {
	margin-top:10px;
}

#qcGiftWrapSelection ul {
	list-style: none;
	padding:0;
	margin:0;
	overflow:auto;
	height:auto;
}

#qcGiftWrapSelection li {
	margin:5px;
	display:block;
	float:left;
	height:140px;
	width:120px;
	padding:1px;
	border:1px solid #cccccc;
	background:#ffffff;
	cursor: pointer;
	position: relative;
}

#qcGiftWrapSelection li:hover {
	border: 1px solid #b2e5b2;
}

#qcGiftWrapSelection img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#qcGiftWrapSelection li.active {
	border:1px solid #009900;
}

#qcGiftWrapSelection li.active:before {
	content: '\2713 ';
	padding-right: 5px;
	position: absolute;
	bottom: 2px;
	left: 10px;
	font-size: 120%;
	color: #009900;
	font-weight: bold;
}

#qcGiftWrapSelection li strong {
	display:block;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	text-align:center;
	clear:both;
	font-size:12px;
	height:14px;
	overflow:hidden;
}

#qcGiftWrapSelection li i {
	display:block;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	text-align:center;
	clear:both;
	font-style: normal;
}

/*
	Popup - Notify
*/
#notifyPopup {
	position:absolute;
	display:none;
	width:370px;
	height:auto;
	top:100px;
	left:100px;	
	border:3px solid #fff;
	background-color:#4a6d92;
	border-radius: 8px;

	-webkit-box-shadow: 0px 0px 60px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 60px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 60px 0px rgba(50, 50, 50, 0.75);	
	
	color: #fff;
}

#notifyPopupPane {
	margin:15px;
	padding-bottom: 8px;
}

#notifyPopupPane em {
	font-weight:bold;
	font-style:normal;
	display:block;
	text-transform: uppercase;
}

#notifyPopupPane p {
	margin-top:10px;
}

#notifyPopupPane #notifyEmail {
	display:block;
	margin:auto;
	width:325px;
}

#notifyPopupPane #notifyPopupPaneButtonBar {
	margin:auto;
	margin-top:20px;
	text-align: center;
}

#notifyPopupPane #notifyPopupPaneButtonBar input {
	margin-left:3px;
	margin-right:3px;
}

#notifyPopupPane #notifyPopupOk {
	padding: 0 20px;
}

/*
	Ajax loader
*/
#ajaxLoader {
	position:absolute;
	left:0;
	top:0;
	display: none;
	z-index:9000;
	
	background: rgba(255, 255, 255, 0.9); 
	border:1px solid #3272b7;
	width:200px;
	height:170px;
	text-align:center;
	position:fixed;
	padding-top:20px;
	border-radius: 200px;
	background-image: url(https://images.staticjw.com/lek/2133/ajax-loader.gif); 
	background-position: 49% 56px;
	background-repeat: no-repeat;		
}
#ajaxLoader:before {
	color: #333;
    content: "UPPDATERAR ...";
    font-size: 16px;
    font-weight: bold;
    left: 44px;
    position: absolute;
    top: 107px;
}

.infopage p {
	margin-top:0;
	padding-top:0;
}

.ajaxWindow {
	border:2px solid #FF0;	
	background-color: #ffffff;
	width:200px;
	position:absolute;
	border:2px solid;
	padding:10px;
}

.ajaxWindowHeader {
}

.ajaxWindowContent {
	height:355px;
	overflow:auto;	
	border:1px solid #e7e7e7;
	padding:5px;
}

.ajaxWindowContent p:first-child {
	padding:0;
	margin:0;	
}

.ajaxWindowBottom {
	margin-top:10px;
	float:right;
	height:30px;
}

.p3selectbox {

}

#ajaxLoaderSmall {
	display:block;
	float:left;
	padding-left:10px;
	padding-top:1px;
	height:16px;
}

/*
	Widths em
*/
.w1em {width:1em;} .w2em {width:2em;} .w3em {width:3em;} .w4em {width:4em;}
.w5em {width:5em;} .w6em {width:6em;} .w7em {width:7em;} .w8em {width:8em;}
.w9em {width:9em;} .w10em {width:10em;} .w11em {width:11em;} .w12em {width:12em;}
.w13em {width:13em;} .w14em {width:14em;} .w15em {width:15em;} .w16em {width:16em;}
.w17em {width:17em;} .w18em {width:18em;} .w19em {width:19em;} .w20em {width:20em;}
.w21em {width:21em;} .w22em {width:22em;} .w23em {width:23em;} .w24em {width:24em;}
.w25em {width:25em;} .w30em {width:30em;} .w35em {width:35em;} .w40em {width:40em;}

/*
	Widths %
*/
.w1p {width:1%;} .w2p {width:2%;} .w3p {width:3%;} .w4p {width:4%;} .w5p {width:5%;} .w6p {width:6%;} .w7p {width:7%;}
.w8p {width:8%;} .w9p {width:9%;} .w10p {width:10%;} .w11p {width:11%;} .w12p {width:12%;} .w13p {width:13%;} .w14p {width:14%;}
.w15p {width:15%;} .w16p {width:16%;} .w17p {width:17%;} .w18p {width:18%;} .w19p {width:19%;} .w20p {width:20%;} .w21p {width:21%;}
.w22p {width:22%;} .w23p {width:23%;} .w24p {width:24%;} .w25p {width:25%;} .w26p {width:26%;} .w27p {width:27%;} .w28p {width:28%;}
.w29p {width:29%;} .w30p {width:30%;} .w31p {width:31%;} .w32p {width:32%;} .w33p {width:33%;} .w34p {width:34%;} .w35p {width:35%;}
.w36p {width:36%;} .w37p {width:37%;} .w38p {width:38%;} .w39p {width:39%;} .w40p {width:40%;} .w41p {width:41%;} .w42p {width:42%;}
.w43p {width:43%;} .w44p {width:44%;} .w45p {width:45%;} .w46p {width:46%;} .w47p {width:47%;} .w48p {width:48%;} .w49p {width:49%;}
.w50p {width:50%;} .w51p {width:51%;} .w52p {width:52%;} .w53p {width:53%;} .w54p {width:54%;} .w55p {width:55%;} .w56p {width:56%;}
.w57p {width:57%;} .w58p {width:58%;} .w59p {width:59%;} .w60p {width:60%;} .w61p {width:61%;} .w62p {width:62%;} .w63p {width:63%;}
.w64p {width:64%;} .w65p {width:65%;} .w66p {width:66%;} .w67p {width:67%;} .w68p {width:68%;} .w69p {width:69%;} .w70p {width:70%;}
.w71p {width:71%;} .w72p {width:72%;} .w73p {width:73%;} .w74p {width:74%;} .w75p {width:75%;} .w76p {width:76%;} .w77p {width:77%;}
.w78p {width:78%;} .w79p {width:79%;} .w80p {width:80%;} .w81p {width:81%;} .w82p {width:82%;} .w83p {width:83%;} .w84p {width:84%;}
.w85p {width:85%;} .w86p {width:86%;} .w87p {width:87%;} .w88p {width:88%;} .w89p {width:89%;} .w90p {width:90%;} .w91p {width:91%;}
.w92p {width:92%;} .w93p {width:93%;} .w94p {width:94%;} .w95p {width:95%;} .w96p {width:96%;} .w97p {width:97%;} .w98p {width:98%;}
.w99p {width:99%;} .w100p {width:100%;}




/* 
	.button
	Buttons: Same style for input, button and link
*/
.button {
    background-color: #eee;
    background-repeat: repeat-x;
    background-size: 100% auto;
    border-color: #C8C8C8 #C8C8C8 #BBBBBB;
    border-style: solid;
    border-width: 1px;
    color: #222222 !important;
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
    padding: 6px 10px !important;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
    vertical-align: middle;

	/* IE7 hack for inline-block */
	*display: inline;
	zoom: 1;	
	
	text-shadow: none;
	border: 0;
	font-size: .9em;
	
	-webkit-appearance: none;
}

.button.bigBuy {
	padding: 15px 20px !important;
	font-weight: bold;
	font-size: 20px;
	border-radius: 8px;
	width: 100%;
	height: 55px;
}

.button.big {
	padding: 15px 20px !important;
	font-weight: bold;
	font-size: 20px;
	border-radius: 8px;
}

.button:hover, .button:focus {
    background-color: #3272b7 !important;
}
.button:focus::-moz-focus-inner, .button:active::-moz-focus-inner {
    border-color: #222222;
}
.button.button-disabled, .button:disabled {
    background-color: #EEEEEE;
    border-color: #E1E1E1;
}
.button:hover, .button:focus {
    background-position: 0 -15px;
    outline-offset: -6px;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.button.button-disabled, .button:disabled {
    background: none repeat scroll 0 center transparent;
    box-shadow: none;
    cursor: default;
    font-style: italic;
    text-shadow: none;
}

input.button-confirm, 
button.button-confirm, 
a.button-confirm{
    background-color: #3272b7;
    background-size: 100% auto;
    border-color: #ce560f #ce560f #ce560f;
    color: white !important;
	font-weight: bold;
}
input.button-confirm:hover, 
input.button-confirm:focus, 
button.button-confirm:hover, 
button.button-confirm:focus, 
a.button-confirm:hover, 
a.button-confirm:focus {
    background-color: #5ea0e8 !important;	
}
input.button-confirm:focus::-moz-focus-inner, 
input.button-confirm:active::-moz-focus-inner, 
button.button-confirm:focus::-moz-focus-inner, 
button.button-confirm:active::-moz-focus-inner, 
a.button-confirm:focus::-moz-focus-inner, 
a.button-confirm:active::-moz-focus-inner{
    border-color: white;
}
input.button-confirm.button-disabled, 
input.button-confirm:disabled, 
button.button-confirm.button-disabled, 
button.button-confirm:disabled, 
a.button-confirm.button-disabled, 
a.button-confirm:disabled {
    background-color: #f1630e;
    border-color: #b04b0e;
}


.stick {
    position: fixed !important;
    z-index: 100000;
    border-radius: 0 0 0.5em 0.5em;
	top: 0px !important;
}

.stickFold {
	position: fixed !important;
    z-index: 100000;
}
<?php
	/* INDEX SPECIFIC */ 
?>
.bigBanner {
	display: block;
	height: 170px;
	border: 4px solid <?php print $lightGreyBackground; ?>;
	margin-bottom: 15px;
	text-align: center;
}
.flexslider .slides img {
 
display: block;
  
-moz-border-radius: 15px;
  
-webkit-border-radius: 15px;
  
border-radius: 15px;
  
  
/* September 2014 */
  height: 350px;
  width: 100%;
}
/*
     FILE ARCHIVED ON 09:36:14 Jun 09, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:09:23 Aug 27, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 267.066 (3)
  esindex: 0.006
  captures_list: 292.945
  CDXLines.iter: 18.097 (3)
  PetaboxLoader3.datanode: 411.584 (5)
  exclusion.robots: 0.257
  exclusion.robots.policy: 0.244
  RedisCDXSource: 3.119
  PetaboxLoader3.resolve: 541.403 (2)
  load_resource: 722.819
*/
/* ============ End of all.css?v1d ============ */

/* ============ Start of flexslider.css ============ */
/*
 * jQuery FlexSlider v2.0
 * https://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * https://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider { /*height: 350px; 140908 */ height: 350px; margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
 display: block;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  
  /* September 2014 */
  height: 350px;
  width: 100%;
}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: right; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 5px 0 30px 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 60px; height: 60px; margin: -51px 0 0; display: block; background: url(https://images.staticjw.com/lek/6915/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 55%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
/*
.flex-direction-nav .flex-next {background-position: 100% 0;}
.flex-direction-nav .flex-prev {left: -70px;}
*/
.flexslider:hover .flex-next {opacity: 0.5; right: 0px; background: url(https://images.staticjw.com/lek/7132/slider-next.png) center center no-repeat; }
.flexslider:hover .flex-prev {opacity: 0.5; left: 0px; background: url(https://images.staticjw.com/lek/7461/slider-prev.png) center center no-repeat; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; padding-top:15px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(https://images.staticjw.com/lek/7255/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.flex-active {background-position: 0 -26px; cursor: default;}
.wrapper-other{ min-height: 450px;}
.wrapper-other h1{font-size: 18px; text-transform: initial;}
/* ============ End of flexslider.css ============ */