@charset "utf-8";
/* CSS Document */


/*///////////////////// CATALOGO PRODOTTI /////////////////////////////*/

.ProductsMenu_Box{
    position: relative;
	left: +14px;
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #DDDDDD;
	font-weight: 300;
	font-size: 1.3em;
	text-align: left;
	line-height: 45px;

}

.ProductsMenu_Pad{
    padding: 5px 20px 20px 20px;  
}


.ProductsSubMenu{
	display: none;
	color: #000000;
	font-weight: 300;
	font-size: 13px;
	text-align:left;
	line-height: 18px;

}



div#ProductsSearch_Box{
  width: 100%;
  border-bottom-color: #CCCCCC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-color: #CCCCCC;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #CCCCCC;
  border-right-width: 1px;
  border-right-style: solid;
}

div#ProductsSearch_Pad{
    padding: 40px 0px 50px 30px;  
}


.OldPrice{
	text-decoration: line-through;
}

div#ProductDetail_Box{
   font-size: 1em;
   width: 100%;
   text-align: justify;
   margin-right: auto;
   margin-left: auto;
   
   border-bottom-color: #A3A3A3;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-top-color: #A3A3A3;
   border-top-style: solid;
   border-top-width: 1px;
   border-right-color: #A3A3A3;
   border-right-style: double;
   border-right-width: 1px;
   border-left-color: #A3A3A3;
   border-left-style: solid;
   border-left-width: 1px;
}

div#ProductDetail_Pad{
   padding: /*sopra=*/20px /*destra=*/20px /*sotto=*/20px /*sinistra=*/20px;
}


.HomeProductsLink {
	color: #1A6FA1;
	font-size: 18px;
	padding: 0px;
}

/******************************************************/
@media screen and (max-width: 767px) {
	div#ProductsMosaic_Box{
	  width: 100%;
	  vertical-align: top;
	}
	
	div#ProductsMosaic_Pad{
	  padding: 20px 20px 20px 0px;
	}
	
	.ColonnaTesto{
	}
	
	
	.ColonnaFoto{
	} 
	
	.LogoMini{
	  display: none;
	}
	
	.BoxProduct{
	  padding: 20px;  
	  font-size: 1rem;
	  color: #777;
	  border: solid 1px #ccc;
	  border-radius: 15px;
	  min-height: 150px;
	}

}

@media screen and (min-width: 768px) {
	div#ProductsMosaic_Box{
	  width: 33%;
	  float: left;
	  vertical-align: top;	  
	}
	
	div#ProductsMosaic_Pad{
	  padding: 10px 10px 0px 0px;
	}
	
	.CorniceFotoMosaic {
	  width: 100%;
	  height: 140px;
	  overflow: hidden;
	  border: #CCCCCC solid 1px;
	}
	
	.ColonnaTesto{
	   width: 55%;
	   float:left;
	}
	
	
	.ColonnaFoto{
	  width: 45%;
	  float:left;
	} 
	
	.LogoMini{
	  position:relative;
	  left: 85%;
	  top: 235px;
	}
	
	.BoxProduct{
	  padding: 20px;  
	  font-size: 1rem;
	  color: #777;
	  border: solid 1px #ccc;
	  border-radius: 15px;
	  min-height: 150px;
	  position:relative;
	  top: -30px;
	}
	
}






