@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: 12px;
   width: 700px;
   text-align: justify;
   margin-right: auto;
   margin-left: auto;
   
   border-bottom-color: #21245F;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-top-color: #21245F;
   border-top-style: solid;
   border-top-width: 1px;
   border-right-color: #21245F;
   border-right-style: double;
   border-right-width: 1px;
   border-left-color: #21245F;
   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) {
  .PhotoDXColumn{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
  }
  
  .PhotoColumn{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
  }
}
@media screen and (min-width: 768px) {
  .PhotoDXColumn{
     width: 65%;
	 float: left;
  }
  
  .PhotoColumn{
	width: 30%;	
	float: left;
  }
}


