#parent_product_selector .properties{
	/*margin-bottom:40px;*/
}
#parent_product_selector .properties:after{clear: both;display: block;font: 1px/0px serif;content: ".";height: 0;visibility: hidden;}
#parent_product_selector .property{
	float:left;
	text-align:left;
	width:32%;
	margin-right:2%;
	margin-top: 20px;
}
/*new 25.12.17*/
#parent_product_selector .property{
	width:23.5%;
}
/*#parent_product_selector .property.third{
	margin-right:0;
}*/
/*new 25.12.17*/
#parent_product_selector .property.fourth{
	margin-right:0;
}
#parent_product_selector .valuesContiner{
	width: 100%;
    height: 115px;
    overflow: auto;
    text-align: left;
	direction: ltr;
	background: #e1dece;
	border: 1px solid #04599a;
	margin-top: 5px;
	
    padding-top: 2px;
}
#parent_product_selector .valuesContiner div{
	padding-left: 5px;
	
	/**/padding-left: 32px;
    background-image: url(../images/checkbox-unchecked.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 5px;
    margin-top: 2px;
}
#parent_product_selector .valuesContiner div.passive{
	color:#CCC;
	text-decoration: line-through;
}
#parent_product_selector .valuesContiner div:hover{
	cursor: pointer; 
	cursor: hand;
}
#parent_product_selector .valuesContiner div.click{
	/*background:#005799;
	color:#fff;
	*/padding-left: 32px;
    background-image: url(../images/checkbox-checked.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 5px;
    margin-top: 2px;
}
#parent_product_selector .propertyTitle{
	direction: ltr;
	font-size: 20px;
    color: #04599a;
    font-weight: bold;
}
#parent_product_selector .valuesContiner::-webkit-scrollbar {
  /*background: #969696;*/
  width:12px;
}

#parent_product_selector .valuesContiner::-webkit-scrollbar-thumb {
  background: #7e8d54;
}
#parent_product_selector .valuesContiner::-webkit-scrollbar-button {
	/*background:00000000;*/
}
#parent_product_selector .products_selector{
	direction:ltr;
	margin-bottom:50px;
}
#parent_product_selector .products_selector:after{clear: both;display: block;font: 1px/0px serif;content: ".";height: 0;visibility: hidden;}
#parent_product_selector .products_selector .product{
	float:left;
	width:32%;
	margin-right:2%;
}
#parent_product_selector .products_selector .product.third{
	margin-right:0;
}
#parent_product_selector .products_selector .product a{
	width:100%;
	display:block;
}
#parent_product_selector .products_selector .product a .img{
	height: 300px;
}
#parent_product_selector .products_selector .product a img{
	width:100%;
	height: 300px;
	padding:15px;
	border: 5px solid #e1dece;
}
#parent_product_selector .products_selector .product:hover a img{
	border: 5px solid #04599a;
}

div.contentPage div.contentMain.fullWidth .products_selector .product div.title{
	font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    border-bottom: 15px solid #e1dece;
	margin-bottom:50px;
	padding-bottom: 5px;
}
div.contentPage div.contentMain.fullWidth .products_selector .product:hover div.title{
    border-bottom: 15px solid #04599a;
}
.afterClass:after{clear: both;display: block;font: 1px/0px serif;content: ".";height: 0;visibility: hidden;}

div#product_selector div.contentMain div.title{
    background-color: #e1dece;
    height: 45px;
    border-bottom: 1px solid #005799;
    margin-top: 17px;
}
div#product_selector div.contentMain div.title h2{
    margin-right: 20px;
    color: #7e8d54;
    font-size: 30px;
    font-weight: bold;
    float: right;
	line-height: 45px;
}
div#product_selector div.contentMain a.download{
	float:left;
	margin-left:8px;
}
div#product_selector div.contentMain .content:after{clear: both;display: block;font: 1px/0px serif;content: ".";height: 0;visibility: hidden;}
div#product_selector div.contentMain .content{
	margin-top:30px;
}

div#product_selector div.contentMain .imagesGallery{
	float:left;
	width:300px;
}
div#product_selector div.contentMain .imagesGallery.min_width{
	width:0;
}
div#product_selector div.contentMain .imagesGallery img{
	display:block;
	width:300px;
	margin-bottom: 20px;
}

div#product_selector div.contentMain .content_text{
	width:calc(100% - 350px);
	float:right;
	margin-left:50px;
	font-size:22px;
}
div#product_selector div.contentMain .content_text.full_width{
	width:100%;
	margin-left:0;
}
div#product_selector div.contentMain .content_text p:first-child{
	margin-top:0;
}
div#product_selector div.contentMain .prices{
	width:100%;
	float: left;
    direction: ltr;
	margin-top: 50px;
}
div#product_selector div.contentMain .forms{
	width:100%;
	float: left;
	margin-top: 50px;
}
div#product_selector div.contentMain .forms:after{clear: both;display: block;font: 1px/0px serif;content: ".";height: 0;visibility: hidden;}
div#product_selector div.contentMain .forms .orderForm{
	float:right;
	width:300px;
	margin-left:100px;
}
div#product_selector div.contentMain .forms .moreInfoForm{
	float:right;
	width:300px;
}
div#product_selector div.contentMain .forms legend{
    width: 100%;
	background: #04599a;
    color: #fff;
    font-size: 28px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
	cursor: hand;
	text-align: center;
}
div#product_selector div.contentMain .forms fieldset{
	margin-top:20px;
	
}
div#product_selector div.contentMain .forms .orderForm fieldset{
	display:none;
}
div#product_selector div.contentMain .forms .moreInfoForm fieldset{
	display:none;
}
div#product_selector div.contentMain .forms .oneRow.checkbox:after{clear: both;display: block;font: 1px/0px serif;content: ".";height: 0;visibility: hidden;}
div#product_selector div.contentMain .forms .oneRow.checkbox{
	margin-bottom:5px;
	display: table;
}
div#product_selector div.contentMain .forms .oneRow.checkbox label.error{
	float:left;
}

div#product_selector div.contentMain .forms .oneRow label{
	width:100%;
}
div#product_selector div.contentMain .forms .oneRow label.error{
	font-size:16px;
	margin-bottom:5px;
}
div#product_selector div.contentMain .forms .oneRow label.checkbox{
	display: inline-block;
    vertical-align: middle;
    width: 250px;
}
div#product_selector div.contentMain .forms .oneRow label.checkbox p{
	margin:0;
}
div#product_selector div.contentMain .forms .oneRow{
	margin-bottom: 5px;
}
div#product_selector div.contentMain .forms .oneRow input{
	width:100%;
	background: #e1dece;
    height: 40px;
    border: none;
    margin-top: 5px;
    
	padding-left: 5px;
    padding-right: 5px;
}
div#product_selector div.contentMain .forms .oneRow input.checkbox{
    width: 40px;
    margin: 0;
	margin-left:10px;
	display: inline-block;
    vertical-align: middle;
}
div#product_selector div.contentMain .forms .oneRow textarea{
	width:100%;
	background: #e1dece;
    height: 100px;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
	padding:5px;
}
div#product_selector div.contentMain .forms [type="submit"]{
	width:100%;
	background: #04599a;
    color: #fff;
    font-size: 28px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
	border: none;
    margin-top: 10px;
}
div#product_selector div.contentMain .prices .price:nth-child(1){
	float:left;
}
div#product_selector div.contentMain .prices .price:nth-child(2){
	float:right;
}
div#product_selector div.contentMain .prices .pTitle{
	float:left;
	color:#7e8d54;
	font-size: 28px;
	margin-top:5px;
}
div#product_selector div.contentMain .prices .pContent{
	float:left;
	font-size: 28px;
    margin-left: 30px;
    background: #04599a;
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
div#product_selector div.contentMain .moreInfo{
	width: 100%;
    float: left;
    direction: ltr;
	margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}
#moreInfoForm .okForm {
	width:300px;
}
#moreInfoForm .okForm .Respond{
	padding-left:5px;
	padding-right:5px;
}
#moreInfoForm .bg_form1 {
	width:300px;
}
#moreInfoForm .bg_form2 {
	width:300px;
}
#orderForm #below_5_supplies{
	display:none;
}

#orderForm .order_message{
	margin-top:10px;
	margin-bottom:10px;
}
#orderForm div.okForm{
	width:300px;
	padding: 10px;
}
#orderForm div.okForm .contact_ok_message_footer{
	 text-align: right;
     padding-top:0;
}
#orderForm .bg_form1{
	width:300px;
}
#orderForm .bg_form2{
	width:300px;
}
#orderForm div.okForm .Respond{
	text-align:right;
}
button.reset{background: #e1dece; border: 1px solid #04599a; color: #04599a; font-size: 18px; font-weight: bold; height: 35px; margin-top: 5px; margin-bottom: 5px; cursor: pointer;}
div.space{height:40px;}
/*new 26.2.18*/
div#product_selector div.contentMain a.download{background-image:none; background-color:#04599a;
    color: #fff;
    font-size: 13px;
    text-align: left;
    padding: 3px;
    width: auto;
    width: 60px;
    text-align: center;
    display: table-cell; 
    vertical-align: middle;
	float:none;}
div#product_selector div.wrapTbl{
	float: left;
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 6px;
}