p/*<style>*/
/* CSS Document */
/* To avoid automatic paragraphs spaces: */

/* To avoid automatic paragraphs spaces: */

P, UL, OL, h1, h2, h3 { margin-top: 0px; margin-bottom: 0px; }

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#000000;
	background-color:#e9e9e9;
	margin:0px;
  padding:0px;
	line-height:20px;
	}

h1, h2, h3{
	margin:0;
	padding:0;
}
h1{
	font-size:30px;
	line-height:32px;
	margin-bottom:10px;
}
h2{
	font-size:23px;
	line-height:24px;
	margin-bottom:10px;
	font-style:normal;
}
h3{
	font-size:19px;
	line-height:20px;
	margin-bottom:10px;
	font-style:normal;
}

.introContent h1{
	margin:0;
	padding:15px 10px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	font-size:30px;
	line-height:32px;
	background-color:#22b6f4;
}

	
a {
	text-decoration:none;
	color:#22b6f4;
}
a:hover {
	text-decoration:underline;
	color:#22b6f4;
}
    
    #categoryMenuOstan .contactBlock a{
        color:#62c52a;
    }
    #categoryMenuOstan .contactBlock a.tel{
        color:#000;
    }

.wrap{ 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scrollToTop{
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:1000;
}
.scrollToTop a{
	display:block;
	width:40px;
	height:40px;
	background-color:#fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow:    0px 0px 10px -3px #000;
  -webkit-box-shadow: 0px 0px 10px -3px #000;
  box-shadow:         0px 0px 10px -3px #000;
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_arrow_up.png);
  background-repeat:no-repeat;
  background-position:50% 50%;
	background-size: auto 14px;
}

/* keelemen** */
.langMenu{
	float:left;
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #bdbdbd;
	margin-bottom:10px;
}
#menu_2,
#menu_838{
	display:block;
	float:left;
	margin-right:5px;
	width:26px;
	height:26px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size:0px;
	border:1px solid #fff;
}
#menu_2{
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/est.png);
  background-repeat:no-repeat;
  background-position:50% 50%;
	background-size: auto 26px;
}
#menu_838{
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/rus.jpg);
  background-repeat:no-repeat;
  background-position:50% 50%;
	background-size: auto 26px;
}

.close {
	display:none;
  position: absolute;
  right: 10px;
  top: 15px;
  height: 24px;
  width: 24px;
  background: url('//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/close.png') no-repeat center;
  background-size: 24px auto;
  font-size: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.close:hover {
  -ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.introContent nav.mainMenu .mainMenuInside a.close,
nav.mainMenu .mainMenuInside a.close{
	display:none;
}


/* kategooria menüü */
.categoryMenuHeader{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content:center;
	padding:15px 10px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	font-size:30px;
	line-height:32px;
}
.categoryMenuHeader.myyn{
	background-color:#22b6f4;
}
.categoryMenuHeader.ostan{
	background-color:#6dd633;
}
.categoryMenuHeader a.closeCats,
.categoryMenuHeader a.openCats{
	width:22px;
	height:22px;
	margin-left:10px;
	border:1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: 14px auto;
}
.categoryMenuHeader a.openCats{
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_arrow_down_white.png);
}
.categoryMenuHeader a.closeCats{
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_arrow_up_white.png);
}
.categories{
	background-color:#fff;
}
    .categories .level_1 .menuItem,
    .categories .level_2 .menuItem,
    .categories .level_3 .menuItem{
        display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    }
    
    
    .categories .level_1 .menuItem a,
    .categories .level_2 .menuItem a,
    .categories .level_3 .menuItem a{
        display: block;
    }
    
    
    .categories .level_1 a{
        padding: 5px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#efefef',GradientType=0 );
    }
    .categories .level_1 a.item{
	display:block;
    -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
	padding-top:8px;
	margin-top:1px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#efefef',GradientType=0 );
	font-size:12px;
	line-height:14px;
	color:#000;
	text-decoration:none;
	padding-left:30px;
	position:relative;
}
.categories .level_1.ostan a.item:before{
	content: '';
	position:absolute;
	width:12px;
	height:12px;
	left:10px;
	top:9px;
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/green_arrow.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: 8px auto;
}
.categories .level_1.myyn a.item:before{
	content: '';
	position:absolute;
	width:12px;
	height:12px;
	left:10px;
	top:9px;
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/blue_arrow.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: 8px auto;
}
/*
.categories .level_1 a:hover:before{
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_circle_white.png);
}
    */
.categories .level_1.ostan a.arrowDown:before{
	content: '';
	position:absolute;
	width:12px;
	height:12px;
	left:10px;
	top:9px;
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/green_arrow_down.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: 8px auto;
}
.categories .level_1.myyn a.arrowDown:before{
	content: '';
	position:absolute;
	width:12px;
	height:12px;
	left:10px;
	top:9px;
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/blue_arrow_down.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: 8px auto;
}
    /*
.categories .level_1 a:hover.arrowDown:before{
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_arrow_down_white.png);
}
    */
.categories .level_1.myyn a:hover,
.categories .level_1.myyn a.active{
	background: none;
	filter: none;
	background-color:#22b6f4;
	color:#fff;
}
.categories .level_1.ostan a:hover,
.categories .level_1.ostan a.active{
	background: none;
	filter: none;
	background-color:#6dd633;
	color:#fff;
}
.categories .level_1 a.active:before,
.categories .level_1 a.arrowDown.active:before{
	background-image:none;
}

.categories .level_1 a span.adminLink{
	position:absolute;
	top:10px;
	right:10px;
	height:20px;
	right:20px;
	border:1px solid red;
}

.categories .level_2{
	border-bottom:1px solid #f4f4f4;
	padding:5px 0;
}

.categories .level_2 a{
	margin-bottom:0;
	margin-left:20px;
	background:none;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
    line-height: 17px;
    position: relative;
}
.categories .level_1.ostan .level_2.ostan a:hover,
.categories .level_1.ostan .level_2.ostan a.active,
.categories .level_1.myyn .level_2.myyn a:hover,
.categories .level_1.myyn .level_2.myyn a.active{
	background-color:transparent;
	color:#000;
}
.categories .level_1.ostan .level_2.ostan a:hover:before,
.categories .level_1.myyn .level_2.myyn a:hover:before{
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_circle.png);
}
.categories .level_1.myyn .level_2.myyn a:hover,
.categories .level_1.myyn .level_2.myyn a.active{
	color:#22b6f4;
}
.categories .level_1.ostan .level_2.ostan a:hover,
.categories .level_1.ostan .level_2.ostan a.active{
	color:#6dd633;
}
.categories .level_1.myyn .level_2.myyn a.active,
.categories .level_1.ostan .level_2.ostan a.active{
	font-weight: 600;
}
    
.categories .level_1.myyn .level_2.myyn a.catLink:before{
	content: '';
	position:absolute;
	width:8px;
	height:8px;
	left:0;
	top:7px;
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/blue_arrow.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: 8px auto;
} 
.categories .level_1.ostan .level_2.ostan a.catLink:before{
	content: '';
	position:absolute;
	width:8px;
	height:8px;
	left:0;
	top:7px;
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/green_arrow.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: 8px auto;
}  
    
    
.categories .level_3{
	padding:2px 0;
}
.categories .level_3 a{
	margin-left:28px;
    padding-top:2px;
    padding-bottom: 2px;
    line-height: 16px;
    padding-left: 12px;
}
.categories .level_3 a.active{
	font-weight: 600;
}
.categories .level_1.myyn .level_2.myyn .level_3.myyn a.catLink:before{
	content: '';
	position:absolute;
	width:8px;
	height:8px;
	left:0;
	top:5px;
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/blue_arrow.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: 8px auto;
} 
.categories .level_1.ostan .level_2.ostan .level_3.ostan a.catLink:before{
	content: '';
	position:absolute;
	width:8px;
	height:8px;
	left:0;
	top:5px;
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/green_arrow.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}  



/* esilehe tooted */
.product{
	margin-top:10px;
	background-color:#fff;
	-moz-box-shadow:    0px 0px 10px -4px #333;
  -webkit-box-shadow: 0px 0px 10px -4px #333;
  box-shadow:         0px 0px 10px -4px #333;
	padding:5px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-align-items: center;
	line-height:16px;
    position: relative;
}
.product .photo{
	width:150px;
  min-height: 100px;
	margin-right:15px;
	position:relative;
	border:1px solid #c3c3c3;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
    display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.product .photo img{
	display:block;
	width:100%;
}
.multiplePhotosRightSide{
	right:-6px;
	top:6px;
	bottom:-1px;
	background-color:#e9e9e9;
	width:4px;
    border-top: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
	position:absolute;
}
.extraBottomMargin{
	margin-bottom:5px;
}
.multiplePhotosBottomSide{
	right:-6px;
	left:6px;
	bottom:-6px;
	background-color:#e9e9e9;
	height:4px;
	position:absolute;
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}
.product .dataBlock{
	-webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.product .nameBlock{
	-webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
}
.product .nameBlock a.name{
	font-weight:normal;
}
    .product .nameBlock p{
        padding: 0;
        margin: 0;
    }
    .product .nameBlock a.name p{
        padding: 0;
        margin: 0;
    }
.product .nameBlock a.description{
	color:#222;
	display:block;
	margin-top:5px;
	text-decoration:none;
}
    .product .nameBlock a.description p{
        padding: 0;
        margin: 0;
    }
.product .dataBlock span.label,
.product .dataBlock span.label a{
	display:none;
	color:#000;
	font-weight:700;
	text-decoration:none;
}
.product .unit{
	width:50px;
	text-align:center;
	margin-left:10px;
}
.product .quantity{
	margin-left:10px;
	width:100px;
	text-align:center;
	color:#6dd633;
}
.product .quantity .quantity_nr{
	font-weight:700;
}
.product .price{
	margin-left:10px;
	width:60px;
    display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.product .price.myyn{
	color:#22b6f4;
}
.product .price.ostan{
	color:#6dd633;
}
.product .price .oldPrice{
	color:#777;
	text-decoration:line-through;
}
.product .msg{
	margin-left:10px;
	width:90px;
}

.productListHeader{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-align-items: center;
	color:#000;
	font-weight:700;
	padding:6px;
	line-height:14px;
}
.productListHeader .photo{
	width:150px;
	margin-right:15px;
}
.productListHeader .nameBlock{
	-webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
}
.productListHeader .unit{
	width:50px;
	text-align:center;
	margin-left:10px;
}
.productListHeader .quantity{
	margin-left:10px;
	width:100px;
	text-align:center;
}
.productListHeader .price{
	margin-left:10px;
	width:60px;
    text-align: center;
}
.productListHeader .msg{
	margin-left:10px;
	width:90px;
}
.productListFilter{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-align-items: center;
    margin-bottom: 5px;
}
    .productListFilter .paging{
        -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
        flex: 1;
        margin-right: 20px;
    }
    .productListFilter .filterObjects{
        width:230px;
    }
    .productListFilter .filterObjects.wideSearch{
        -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
        flex: 1;
    }
.productListFilter .searchbox{
	-webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
}
    .productListFilter .filterObjects.wideSearch .searchbox{
        width: 230px;
        float:right;
    }
.productListFilter .productsPerPage{
    text-align: right;
    float: right;
    clear: both;
    margin-top: 5px;
}
.productListFilter .productsPerPage select{
  padding: 3px 5px;
}

.productListFilter .searchbox form {
  position: relative;
}
.productListFilter .searchbox input[type=text] {
	width:100%;
  max-width: 100%;
	padding:5px;
	font-size:14px;
	border:1px solid #dedede;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
}
.productListFilter .searchbox input[type=text]:focus{
  outline: none 0px;
  border-color: #999;
}


.productListFilter .searchbox input[type=submit] {
  position: absolute;
  right: 5px;
  top: 0px;
  bottom: 0px;
  border: none 0px;
	outline:none;
  width: 22px;
  background: url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_search.png) no-repeat center;
  background-size: auto 18px;
  font-size: 0px;
  display: block;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px;
	-moz-box-shadow:    none;
  -webkit-box-shadow: none;
  box-shadow:         none;
}
.productListFilter .searchbox input[type=submit]:hover {
  opacity: 1.0;
  cursor: pointer;
}





.contentSearchbox form {
  position: relative;
	max-width: 600px;
}
.contentSearchbox input[type=text] {
	width:100%;
  max-width: 600px;
	padding:10px;
	font-size:16px;
	border:1px solid #dedede;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
}
.contentSearchbox input[type=text]:focus{
  outline: none 0px;
  border-color: #999;
}


.contentSearchbox input[type=submit] {
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  border: none;
  outline:none;
  width: 22px;
  background: url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_search.png) no-repeat center;
  background-size: auto 18px;
  font-size: 0px;
  display: block;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px;
	-moz-box-shadow:    none;
  -webkit-box-shadow: none;
  box-shadow:         none;
}
.contentSearchbox input[type=submit]:hover {
  opacity: 1.0;
  cursor: pointer;
}



.paging{
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding:8px 0 5px 0;
}
.paging img{
	display:block;
	margin-top:-5px;
}
a.pagingLink,
span.pagingLinkActive{
	padding:2px 2px 2px 2px;
}

/* vormi väljad */
input[type=text],
input[type=file],
input[type=password],
textarea,
select
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: solid 1px #dedede;
  font-family: 'Roboto Condensed', sans-serif;
	color:#000;
  font-size: 14px;
  width: 80%;
  padding: 10px;
  transition: all 0.3s;
}
.loginBox input[type=text],
.loginBox input[type=password]{
	width:100%;
	margin-bottom:5px;
}
.archive select{
	padding:6px 8px;
	color:#777;
	width:100%;
	max-width:280px;
}
textarea{
	height:100px;
	width:100%;
}
input[type=text],
input[type=file],
input[type=password]{
	max-width: 700px;
}
select{
	width:auto;
	max-width: 500px;
  padding:8px 8px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  outline: none 0px;
  border-color: #949494;
}



/* tagasiside vorm */
.feedbackForm .row{
	border-top:1px solid #dedede;
	padding:10px 0;
}
.feedbackForm .row.firstRow{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.feedbackForm .row.firstRow .object{
	width:32%;
	margin-left:2%;
}
.feedbackForm .row.firstRow .object:first-child{
	margin-left:0;
}
.feedbackForm .row.firstRow .object input[type=text]{
	width:100%;
}
.feedbackForm .row.thirdRow{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
}
.feedbackForm .row.thirdRow .object{
	margin-right:2%;
}
.feedbackForm .buttons{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-justify-content:center;
	justify-content:center;
	border-top:1px solid #dedede;
	padding-top:10px;
}

/* vormid */
.form_container{
	border:1px solid #dedede;
	padding:10px;
}
.form_row{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	background-color:#e1e1e1;
	border-bottom:1px solid #d0d0d0;
	border-top:1px solid #f4f4f4;
	border-left:1px solid #d0d0d0;
	border-right:1px solid#f4f4f4;
}
.form_row .form_label{
	width:25%;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
	padding:5px 10px;
	border-left:1px solid #f4f4f4;
	border-right:1px solid #d0d0d0;
	font-weight:600;
}
.form_row .form_value{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding:5px 10px;
	border-left:1px solid #f4f4f4;
	border-right:1px solid #d0d0d0;
}
.form_container .buttons{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-justify-content:center;
	justify-content:center;
	margin-top:10px;
}
.form_container .buttons a{
	display:block;
	margin:5px;
}
a.btn,
.form_container .buttons a{
	background-color:#9a9a9a;
	padding:7px 10px;
	color:#fff;
	font-weight:600;
	font-size:16px;
}
a:hover.btn,
.form_container .buttons a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#858585;
}


/* toote detailvaade */
.productViewHeader{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-justify-content:center;
	justify-content:center;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #dedede;
}
.productViewHeader h2{
	margin:0;
	padding:0;
}
.productViewHeader .header{
	-webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
}
    .productViewHeader .header h1{
        margin: 0;
        padding: 0;
        height: auto;
    }
    .productViewHeader .header h1 p{
        padding: 0;
        margin: 0;
    }
.productViewHeader .comment{
	margin-left:20px;
	text-align:right;
}
.myydud
{		
	text-align:center;
	border:2px solid red;
	padding:7px;
	color:red;
	font-weight:bolder;
	font-size:18px; 
}
.productView{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.productView .photos{
	width:300px;
	margin-right:20px;
}
.productView .photos .mainPhoto img{
	width:100%;
	display:block;
}
.productView .photos .otherPhotos{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.productView .photos .otherPhotos .photo{
	width:49%;
	margin-left:2%;
	margin-top:6px;
}
.productView .photos .otherPhotos .photo:nth-child(2n+1){
	margin-left:0;
}
.productView .photos .otherPhotos .photo img{
	display:block;
	width:100%;
}
.productView .data{
	-webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
}
.productView .oldPrice{
	text-decoration:line-through;
	color:#555;
}
.productView .specialPrice{
	font-weight:600;
	color:red;
}
    .introContent .buttons_div{
        position:absolute;
        right:-20px; 
        top:0;
        height:110px;
        z-index: 10;
        overflow:hidden;
    }
    .pageContent .buttons_div{
        position:absolute;
        right:-44px; 
        top:0;
        height:110px;
        z-index: 10;
        overflow:hidden;
    }
    .buttons_div .form_button{
        background-color:#807a7a; 
	    border: outset 2px #fff; 
	    font-size: 12px;
        font-family: Arial, Tahoma;
	    color:#ffffff;
        font-weight: normal;
        width:44px;
        padding:0px 1px;
        margin-bottom: 0px;
        text-align:center;
    }
    .editor{
        position:absolute;
        right:0px;
        top:0;
    }
    .introContent .editor{
        right:20px;
    }
    .editor input[type=text],
    .editor textarea,
    .editor select{
        padding: 1px;
        font-size: 13px;
        line-height: 15px;
        font-family: monospace;
    }
    .editor .form_button{
        font-size: 14px;
        font-weight: normal;
    }
    
    .product_list_price_green{
        color:#6dd633;
    }
    .product_list_price{
        color:#22b6f4;
    }
    .productStatusBar{
        border: 1px solid #999;
        position: absolute;
        z-index: 11;
        left:0px;
        right: 0;
        top:-39px;
        background-color: #fff;
        padding: 2px;
    }
    .productStatusBar .form_button{
        padding: 2px;
        font-weight: normal;
        background-color:#807a7a; 
	    border: outset 2px #fff; 
	    font-size: 12px;
        font-family: Arial, Tahoma;
	    color:#ffffff;
        margin: 1px;
    }
    
    

.fullBackground {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background: rgba(154, 154, 154, 0.9);
	padding: 40px;
 -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
	color:#fff;
}
.fullBackground:target {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
.contentbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 600px;
      -ms-flex: 0 1 600px;
          flex: 0 1 600px;
  background: #fff;
  padding: 40px;
  position: relative;
	-moz-box-shadow:    0px 0px 15px -5px #222;
  -webkit-box-shadow: 0px 0px 15px -5px #222;
  box-shadow:         0px 0px 15px -5px #222;
}
    
    
.contentbox.searchbox form {
  position: relative;
}
.contentbox.searchbox input[type=text] {
	width:100%;
  max-width: 100%;
	padding:15px;
	font-size:18px;
	border:1px solid #e7e7e7;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
}


.contentbox.searchbox input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border: none 0px;
  width: 45px;
  background: url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_search.png) no-repeat center;
  background-size: auto 25px;
  font-size: 0px;
	padding:0;
  display: block;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px;
	-moz-box-shadow:    none;
  -webkit-box-shadow: none;
  box-shadow:         none;
}
.contentbox.searchbox input[type=submit]:hover {
  opacity: 1.0;
  cursor: pointer;
    background-color: transparent;
}
    .closebox {
  position: absolute;
  right: 0px;
  top:-35px;
  height: 24px;
  width: 24px;
  background: url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/close_white.png) no-repeat center;
  background-size: 24px;
  font-size: 0px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.closebox:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.plusIcon,
.minusIcon
{
	margin:1px;
	background-repeat: no-repeat;
  background-size: 14px auto;
  background-color:#9a9a9a;
    background-position: 50% 50%;
	width:20px;
	height:auto;
	position: inline;
    display: none;
}
.plusIcon
{
	background-image: url(/design/design/elektrikaup_2017/common/img/icon_arrow_down_white.png);
}
.minusIcon
{
	background-image: url(/design/design/elektrikaup_2017/common/img/icon_arrow_up_white.png);
}
    
    .pageContent p{
        margin: 0;
        padding: 0;
    }

    

    a.scrollMobileMenuTop{
        display:none;
        position:fixed;
        right:20px;
        bottom:10px;
        z-index:1000;
        width:40px;
        height:40px;
        background-color:#fff;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        -moz-box-shadow:    0px 0px 10px -3px #000;
      -webkit-box-shadow: 0px 0px 10px -3px #000;
      box-shadow:         0px 0px 10px -3px #000;
        background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_arrow_up.png);
      background-repeat:no-repeat;
      background-position:50% 50%;
        background-size: auto 14px;
    }

    
    .productViewHeader .header h1 a{
        color:#000;
    }/*<style>*/


.container{
	max-width:1400px;
	min-width:300px;
	padding:0 5px;
	margin:0 auto;
}
.containerAdminView{
	padding:0 44px 0 5px;
}
header{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	margin:15px 0 30px 0;
}
.logoArea{
	position:relative;
	margin-top:20px;
	width:290px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content:center;
	justify-content:center;
	margin-right:20px;
	background-color:#cdcdcd;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
}
a.logo{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/logo.png);
  background-repeat:no-repeat;
  background-position:50% 50%;
	background-size: 160px auto;
}
.langMenuMobile{
	display:none;
}
.animation{
	-webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	background-color:#cdcdcd;
	height:220px;
	display:block;
    position: relative;
}
    .animationInsideContainer{
        position: absolute; 
        left:0; 
        top:0; 
        right:0;
    }
.buttonsArea{
	background-color:#cdcdcd;
	margin-top:20px;
	margin-left:20px;
	padding:20px;
	width:290px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
}
.actionButtons{
	float:left;
	width:100%;
	clear:both;
}
.actionButtons a{
	display:block;
	padding:3px 0 3px 33px;
	position:relative;
	margin-bottom:5px;
	color:#555;
}
.actionButtons a:before{
	content: '';
	position:absolute;
	width:26px;
	height:26px;
	left:0px;
	top:-1px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color:#a5a5a5;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.actionButtons a.facebook:before{
	background-color:#3b5998;
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_facebook.png);
	background-size: auto 16px;
}
.actionButtons a.print:before{
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_print.png);
	background-size: auto 12px;
}
.actionButtons a.homepage:before{
	background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_home.png);
	background-size: auto 14px;
	background-position:50% 45%;
}
.pageSelector{
	display:none;
	margin-bottom:10px;
}
.pageSelector a{
	width:50%;
	text-align:center;
	color:#fff;
	text-decoration:none;
	padding:15px;
	text-transform:uppercase;
	font-weight:700;
	font-size:24px;
	line-height:25px;
	display:block;
}
.pageSelector a.myyn{
	background-color:#22b6f4;
}
.pageSelector a.ostan{
	margin-left:1px;
	background-color:#6dd633;
}
.introContent,
.pageContent{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
    .introContent{
        
    }
.leftMenu,
.rightMenu{
	width:290px;
}
.content{
	-webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
}
.introContent .content{
	margin:0 20px;
}
.pageContent{
	margin-bottom:20px;
}
.pageContent .content{
	margin:0 0 0 20px;
}
a.mobileMainMenuOpener{
	display:none;
	padding:15px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	font-size:30px;
	line-height:32px;
	text-decoration:none;
	background-color:#9a9a9a;
	margin-bottom:10px;
	text-align:center;
}
a.mobileMainMenuOpener:after{
	content: '';
	padding-left: 38px;
	background: url('//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_menu.png') 8px center no-repeat;
	background-size: 30px;
}
a:hover.mobileMainMenuOpener{
	text-decoration:none;
	color:#fff;
}
a.mobileMenuOpener{
	display:none;
	padding:15px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	font-size:22px;
	line-height:23px;
	text-decoration:none;
}
a:hover.mobileMenuOpener{
	color:#fff;
	text-decoration:none;
}
a.mobileMenuOpener:before{
	content: '';
	padding-left: 38px;
	background: url('//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_menu.png') 0px center no-repeat;
	background-size: 30px;
}
a.mobileMenuOpener.myyn{
	background-color:#22b6f4;
}
a.mobileMenuOpener.ostan{
	background-color:#6dd633;
}


nav.mainMenu{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content:center;
	justify-content:center;
	background-color:#9a9a9a;
	margin-bottom:20px;
}
nav.mainMenu .mainMenuInside{
	border-left:1px solid #b5b5b5;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content:center;
	justify-content:center;
    position: relative;
}
nav.mainMenu a{
	display:block;
	color:#fff;
	font-size:19px;
	line-height:20px;
	padding:21px 11px;
	border-right:1px solid #b5b5b5;
}
nav.mainMenu a:hover,
nav.mainMenu a.active{
	text-decoration:none;
	background-color:#858585;
}

.contactBlock{
	margin-top:20px;
	text-align:center;
}
.contactBlock a.tel{
	color:#000;
}


footer{
	margin-top:20px;
	padding:20px 0 30px 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content:center;
	justify-content:center;
	 box-shadow: inset 0 7px 11px -7px rgba(0,0,0,0.2);
}
.footerSearch{
	width:250px;
	margin-right:20px;
}
address{
	padding-left:20px;
	border-left:1px solid #dedede;
}
address a.phone{
	color:#000;
	text-decoration:none;
}
address a:hover.phone{
	color:#000;
	text-decoration:none;
}
    
a.seeOtherPhotos{
    display: none;
    text-align: center;
}
    a.closeOtherPhotos{
        display: block;
    }
a.seeOtherPhotos:after{
	content: '';
	padding-left: 38px;
	background: url('//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_arrow_down.png') 8px center no-repeat;
	background-size: auto 8px;
}
a.closeOtherPhotos:after{
	content: '';
	padding-left: 38px;
	background: url('//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_arrow_up.png') 8px center no-repeat;
	background-size: auto 8px;
}
    
.SimpleContextMenu{
	z-index: 5;
}



@media (max-width: 1400px) {
	nav.mainMenu a{
		padding:21px 12px;
		font-size:16px;
	}
    .logoArea,
    .buttonsArea,
    .leftMenu,
    .rightMenu{
        width:220px;
    }
}
    
@media (max-width: 1200px) {
	nav.mainMenu a{
		padding:21px 12px;
		font-size:16px;
	}
    .logoArea,
    .buttonsArea,
    .leftMenu,
    .rightMenu{
        width:220px;
    }
    .introContent .product .quantity{
        margin-left:2px;
        width:70px;
    }
    .introContent .product .price{
        margin-left:2px;
        width:55px;
    }
    .product .photo{
        /*         
         min-height: auto;
         IPAD-is peab ka olema minimaalne kõrgus, muidu on tal nupud 
         */
    }
}


@media (max-width: 1100px) {
	.introContent .product .dataBlock{
		display:block;
	}
	.introContent .product .dataBlock span.label,
	.introContent .product .dataBlock span.label a{
		display:inline-block;
	}
	.introContent .product .dataBlock span.label{
		padding-right:5px;
	}
	.introContent .product .nameBlock{
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.introContent .product .nameBlock a.name{
		/*
		font-weight:700;
		*/
	}
	.introContent .product .unit{
		width:100%;
		text-align:left;
		margin-left:0px;
		margin-top:10px;
	}
	.introContent .product .quantity{
		margin-left:0px;
		width:100%;
		text-align:left;
	}
	.introContent .product .quantity .quantity_nr{
		display:inline-block;
	}
    .introContent .product .price{
        -webkit-flex-direction:row;
        flex-direction:row;
    }
	.introContent .product .price{
		margin-left:0px;
		width:100%;
	}
    .introContent .product .price .oldPrice{
        margin-right: 5px;
    }
	.introContent .product .msg{
		margin-left:0px;
		width:100%;
		margin-top:5px;
	}
	
	.productView .photos{
		width:200px;
	}
    .introContent nav.mainMenu a{
		padding:21px 6px;
		font-size:16px;
	}
    .logoArea{
        margin-right: 12px;
    }
    .buttonsArea{
        margin-left:12px;
    }
    .introContent .content{
        margin:0 12px;
    }
    .pageContent .content{
        margin:0 0 0 12px;
    }
}

@media (max-width: 992px) {
    /*
	.introContent .leftMenu,
	.introContent .rightMenu{
		display:none;
	}
	.introContent .content{
		margin:0 0;
	}
	.pageSelector{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.pageContent{
		display:block;
	}
	.pageContent .leftMenu{
		width:100%;
		margin-bottom:15px;
	}
	a.mobileMenuOpener{
		display:block;
	}
	
    
    
    .introContent .leftMenu,
    .introContent .rightMenu{
		display:none;
		position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width:100%;
    margin:0px;
    z-index: 100000000;
    background: rgba(255, 255, 255, 1.0);
    padding: 60px 10px 10px 10px;
    overflow: auto;
		-moz-box-sizing: border-box;
  	box-sizing: border-box;
	}
	.introContent .leftMenu:target,
    .introContent .rightMenu:target{
    display: block;
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
  }
    
    
    
    .pageContent .leftMenu .categoryMenu{
		display:none;
		position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin:0px;
    z-index: 100000000;
    background: rgba(255, 255, 255, 1.0);
    padding: 60px 10px 10px 10px;
    overflow: auto;
		-moz-box-sizing: border-box;
  	box-sizing: border-box;
	}
	.pageContent .leftMenu .categoryMenu:target {
    display: block;
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
  }
	.close{
		display:block;
	}
	.pageContent .content{
		margin:0 0 0 0;
	}
	a.mobileMainMenuOpener{
		font-size:24px;
		line-height:25px;
	}
    */
	.buttonsArea{
		display:none;
	}
	.logoArea,
    .leftMenu,
    .rightMenu{
        width:200px;
    }
	a.logo{
		bottom:40px;
		background-size: 124px auto;
	}
    .logoArea{
        margin-right: 5px;
    }
    .introContent .content{
        margin:0 5px;
    }
    .pageContent .content{
        margin:0 0 0 5px;
    }
	.langMenuMobile{
		display:block;
		position:absolute;
		bottom:10px;
		left:0;
		right:0;
	}
	.langMenuMobile .langMenu{
		float:none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-line-pack: center;
		-webkit-align-content: center;
		align-content: center;
		align-items: center;
		-webkit-align-items: center;
		-webkit-justify-content:center;
		justify-content:center;
		padding:0;
        border: 0;
		margin:0;
	}
    .langMenuMobile a.searchMobile{
        height: 26px;
        width: 26px;
        margin-left: 20px;
        background-image:url(//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/icon_search.png);
        background-size: auto 26px;
        background-position:50% 50%;
    }
    nav.mainMenu a{
		padding:21px 8px;
		font-size:14px;
	}
    .introContent nav.mainMenu .mainMenuInside{
        border: 0;
    }
    .introContent nav.mainMenu a{
		padding:23px 4px;
		font-size:13px;
        line-height: 15px;
        border: 0;
        text-align: center;
	}
    
}

@media (max-width: 900px) {
    a.seeOtherPhotos{
        display: block;
        margin: 10px 0;
    }
    .productView .photos .otherPhotos{
      display: none;
    }
    .productView .photos .otherPhotos .photo{
        margin:6px 0 0 0;
        padding: 0;
        width: 100%;
    }
    .product .photo,
    .productListHeader .photo{
        width:120px;
        margin-right:10px;
				min-height: auto;
    }
    .product .unit,
    .productListHeader .unit{
        width:50px;
        margin-left:5px;
    }
    .product .quantity,
    .productListHeader .quantity{
        margin-left:5px;
        width:80px;
    }
    .pageContent .product .quantity,
    .pageContent .productListHeader .quantity{
        margin-left:2px;
        width:65px;
    }
    .pageContent .product .price,
    .pageContent .productListHeader .price{
        margin-left:2px;
        width:55px;
    }
}
    
    
@media (max-width: 760px) {
    
    
    .introContent a.mobileMainMenuOpener{
		display:block;
	}
	.introContent nav.mainMenu{
		display:none;
		position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin:0px;
    z-index: 100000000;
    background: rgba(154, 154, 154, 1.0);
    padding: 60px 10px 20px 10px;
    overflow: auto;
		-moz-box-sizing: border-box;
  	box-sizing: border-box;
	}
	.introContent nav.mainMenu:target {
    display: block;
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
  }
	.introContent nav.mainMenu .mainMenuInside{
		display:block;
		border:0px;
	}
	.introContent nav.mainMenu .mainMenuInside a{
		border-right:0;
		text-align:center;
		font-size:20px;
	}
	.introContent nav.mainMenu .mainMenuInside a.close{
		display:block;
		padding:0;
		font-size:0px;
		background: url('//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/close_white.png') no-repeat center;
		background-size: 24px auto;
	}
	.introContent nav.mainMenu .mainMenuInside a:hover.close{
		background-color:transparent;
	}
    
    
    
    .introContent .buttons_div{
        right:0;
    }
    
    .introContent .leftMenu,
	.introContent .rightMenu{
		display:none;
	}
	.introContent .content{
		margin:0 0;
	}
	.pageSelector{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.pageContent{
		display:block;
	}
	.pageContent .leftMenu{
		width:100%;
		margin-bottom:15px;
	}
	a.mobileMenuOpener{
		display:block;
	}
	
    
    
    .introContent .leftMenu,
    .introContent .rightMenu{
		display:none;
		position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width:100%;
    margin:0px;
    z-index: 100000000;
    background: rgba(255, 255, 255, 1.0);
    padding: 60px 10px 10px 10px;
    overflow: auto;
		-moz-box-sizing: border-box;
  	box-sizing: border-box;
	}
	.introContent .leftMenu:target,
    .introContent .rightMenu:target{
    display: block;
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
  }
    
    
    
    .pageContent .leftMenu .categoryMenu{
		display:none;
		position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin:0px;
    z-index: 100000000;
    background: rgba(255, 255, 255, 1.0);
    padding: 60px 10px 10px 10px;
    overflow: auto;
		-moz-box-sizing: border-box;
  	box-sizing: border-box;
	}
	.pageContent .leftMenu .categoryMenu:target {
    display: block;
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
  }
	.close{
		display:block;
	}
	.pageContent .content{
		margin:0 0 0 0;
	}
	a.mobileMainMenuOpener{
		font-size:24px;
		line-height:25px;
	}
    
    
    
    
    
    
    
	a.mobileMainMenuOpener{
		display:block;
	}
	nav.mainMenu{
		display:none;
		position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin:0px;
    z-index: 100000000;
    background: rgba(154, 154, 154, 1.0);
    padding: 60px 10px 20px 10px;
    overflow: auto;
		-moz-box-sizing: border-box;
  	box-sizing: border-box;
	}
	nav.mainMenu:target {
    display: block;
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
  }
	nav.mainMenu .mainMenuInside{
		display:block;
		border:0px;
	}
	nav.mainMenu .mainMenuInside a{
		border-right:0;
		text-align:center;
		font-size:20px;
	}
	nav.mainMenu .mainMenuInside a.close{
		display:block;
		padding:0;
		font-size:0px;
		background: url('//www.elektrikaup.ee/design/design/elektrikaup_2017/common/img/close_white.png') no-repeat center;
		background-size: 24px auto;
	}
	nav.mainMenu .mainMenuInside a:hover.close{
		background-color:transparent;
	}
	.form_row{
		display: block;
	}
	.form_row .form_label{
		width:100%;
		padding:5px 10px;
		border-left:1px solid #f4f4f4;
		border-right:1px solid #d0d0d0;
		font-weight:600;
		border-bottom:1px solid #d0d0d0;
	}
	.form_row .form_value{
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding:5px 10px;
		border-left:1px solid #f4f4f4;
		border-right:1px solid #d0d0d0;
	}
    .introContent .editor{
        right: 44px;
    }
    
    .plusIcon,
    .minusIcon
    {
        display: block;
    }
    a.openCats{
        display: none;
    }
    a.scrollMobileMenuTop{
        display: block;
    }


@media (max-width: 600px) {
    .container{
        padding:0 5px;
    }
        .pageContent .buttons_div{
        right:0; 
    }
    .editor{
        right: 44px;
    }
	h1,
	.introContent h1{
		font-size:24px;
		line-height:25px;
	}
	h2,
	.introContent h1{
		font-size:19px;
		line-height:20px;
	}
	.productListHeader{
		display:none;
	}
	.product .dataBlock{
		display:block;
	}
	.product .dataBlock span.label,
	.product .dataBlock span.label a{
		display:inline-block;
	}
	.product .dataBlock span.label{
		padding-right:5px;
	}
	.product .nameBlock{
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.product .nameBlock a.name{
		/*
		font-weight:700;
		*/
	}
	.product .unit{
		width:100%;
		text-align:left;
		margin-left:0px;
		margin-top:10px;
	}
	.product .quantity{
		margin-left:0px;
		width:100%;
		text-align:left;
	}
	.product .quantity .quantity_nr{
		display:inline-block;
	}
    .pageContent .product .quantity,
    .pageContent .product .price{
        margin-left: 0;
        width: 100%;
    }
	.product .price{
		margin-left:0px;
		width:100%;
	}
	.product .msg{
		margin-left:0px;
		width:100%;
		margin-top:5px;
	}
	.productListFilter .searchbox{
		margin-right:2%;
	}
	.productView .photos{
		width:160px;
		margin-right:10px;
	}
	footer{
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	.footerSearch{
		margin-right:0;
	}
	address{
		padding-left:0;
		border-left:0px;
		margin-top:20px;
		text-align:center;
	}
	address table td{
		text-align:center;
	}
    .product .price{
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .product .price .oldPrice{
        padding-right: 5px;
    }
    .productListFilter{
        -webkit-flex-direction:column-reverse;
        flex-direction:column-reverse;
    }
    .productListFilter .paging{
        -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
        flex: 1;
        width: 100%;
        margin-top:10px;
        margin-right: 0px;
    }
    .productListFilter .filterObjects{
        width:100%;
    }
    .productListFilter .searchbox{
        -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
        flex: 1;
        width: 100%;
    }
    .productListFilter .filterObjects.wideSearch .searchbox{
        width: 100%;
        float:none;
    }
    .fullBackground {
        padding: 20px;
    }
    .contentbox {
      padding: 20px;
    }
}


@media (max-width: 550px) {
	header{
		display: block;
		margin:10px 0;
	}
	.logoArea{
		width:100%;
		margin:0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		margin-bottom:10px;
	}
	a.logo{
		position:static;
		height:140px;
		width:140px;
		margin-right:10px;
	}
	.langMenuMobile{
		position:static;
	}
	.animation{
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.feedbackForm .row.firstRow{
		display: block
	}
	.feedbackForm .row.firstRow .object,
	.feedbackForm .row.firstRow .object:first-child{
		width:100%;
		margin-left:0;
	}
	.feedbackForm .row.thirdRow{
		display:block;
	}
	.feedbackForm .row.thirdRow .object{
		margin-right:0;
	}
	.feedbackForm .row .object .label{
		margin-top:5px;
	}
	.productViewHeader{
		display: block;
	}
	.productViewHeader h2{
		margin:0;
		padding:0;
	}
	.productViewHeader .header{
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.productViewHeader .comment{
		margin-left:0px;
		text-align:left;
		margin-top:10px;
		width:100%;
	}
    .animation{
        margin-bottom: 30px;
    }
    .hideAnimation{
        display: none;
    }
    .productsPerPage select{
        width:100%;
    }

}


@media (max-width: 450px) {
	.pageSelector{
		display:block;
	}
	.pageSelector a{
		width:100%;
		-moz-box-sizing: border-box;
  	box-sizing: border-box;
	}
	.pageSelector a.ostan{
		margin-left:0;
		margin-top:1px;
	}
	.productView{
		display: block;
	}
	.productView .photos{
		width:100%;
		margin-right:0px;
		margin-bottom:10px;
	}
	.productView .data{
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media (max-width: 400px) {
	.product{
		display:block;
		padding:15px;
	}
	.product .photo{
		margin:0 0 10px 0;
		width:100%;
	}
    .product .photo img{
        width: 100%;
    }
}/*<style>*/
/* 
	kui vormi täitmisel on mingid väljad täitmata siis kasutatakse 
	seda stiili vigade kuvamisel 
*/

.form_error {
	color:red;
	padding-bottom:10px;
	font-weight:bolder;
}

/* vormi textfield'i stiil */
.form_date {
	font-family: Georgia, Arial, Tahoma;
	font-size: 12px;
	color: #000000;
	width:200px;
	padding:2px;
	border:1 solid;
	border-color:#ffffff;
}


/* vormi nupu stiil */
.form_button {
	border:0px;
	background-color:#9a9a9a;
	padding:10px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	cursor:pointer;
	font-weight:700;
	color:#ffffff;
	font-size:16px;
}
.form_button:hover {
	background-color:#858585;
}


/* 
	vorm koosneb sektsioonidest, iga sektsiooni all on mingid vormi elemendid 
	igal sektsioonil on pealkiri, see ongi pealkirija stiil
*/
.form_section_header {	
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height:25px;
	padding:20px 0 10px 0;
	border-bottom:5px solid #dedede;
}

/* 
	igal vormi elemendile vastab mingi nimi, näiteks "Objekti kirjeldus",
	see stiil kirjeldab ära vormi elemendi nime
*/ 
.form_field_label {
	font-weight:600;
	padding:20px 10px 0 0;
	text-align:right;
}

.form_field_value{
  text-align:left;
	padding:10px 0 0 0;
}
.form_textarea{
	width:90%;
}

/*
  nõutud välja puhul näidatakse * vormi elemendi taga, 
	see stiil määrab ära tärni välimuse
*/
.form_required_field {
	font-size:14px;
	color:red;
}
.form_required {
	font-size:16px;
	color:red;
}
.formDataError{
	color:red;
}

@media (max-width: 550px) {
	input[type=text],
	input[type=file],
	input[type=password],
	textarea,
	select
	{
		width: 90%;
	}
}
.Bold

{

	font-weight: bold;

	color:red;

}



.Title

{

	font-weight: bold;

	font-size: 18px;

	color:green;

}



.Code

{

	border: #8b4513 1px solid;

	padding-right: 5px;

	padding-left: 5px;

	color: #000066;

	font-family: 'Courier New' , Monospace;

	background-color: #ff9933;

}

body {

	color: #000000;

	}