.titolo-big {
    font-size: 48px;
    margin-bottom: 30px;
    color: #222;
    font-family: "Georgia";
    text-align: center;
    margin-top: 30px;
}
.img-dx{
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}
.img-sx{
    float: right;
    margin-left: 7px;
    margin-bottom: 7px;
}
.img-centre{
    text-align: center;
    margin: 7px;
}
.evidenziato{
    font-size: 18px;
    margin: 20px 6%;
    font-style: italic;
    color: #818181;
    letter-spacing: 0;
}
.evidenziato-cl1{
    float: left;
    width: 46%;
    margin: 1.5%;
}
.evidenziato-cl2{
    float: right;
    width: 46%;
    margin: 1.5%;
}

.evidenziato:after{
    content: '';
    display: block;
    clear: both;
}
.clearit {
    clear: both;
}


/************************/
#txtCommento{
    width: 98%;
    height: 60px;
    border-radius: 3px;
    border: 1px solid #ECE6D2;
    outline: none;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
    color: #666;
    background: #FDFCFA;
    box-shadow: inset 0 0 1px #ddd;
}

#comment-section{
    max-width:960px;
    margin: 0 auto;
    padding:20px 40px 0 40px;
    border-top: 1px solid #e4e4e4;
}
.comment {
    border: 1px solid #ececec;
    border-radius: 3px;
    box-shadow: 0 0 1px #eee inset;
    background: #FFF;
    padding: 24px;
    margin-top: 12px;
    display: block;
}
.comment-section #elencocommenti > .comment:first-child {
    margin-top: 12px;
}
.comment-data{
    margin-bottom: 1px;
    font-style: italic;
    color: #222;
}
.comment-author{
    margin-bottom: 5px;
    font-size: 16px;
    font-style: italic;
    color: #222;
}
.comment-text{
    color: #666;
}
.reply {
    display: block;
    padding: 12px 0 0 12px;
    margin-left:24px;
    border-top: 1px solid #f1f1f1;
}
.reply-button{
    text-align: right;
    padding-bottom: 12px;
    padding-right: 12px;
    clear: both;
}
.reply-button a{
    text-decoration: none;
}
#commenti{
    display: block;
    clear: both;
}

img{
	max-width:100%;
height:auto;
	
	
	
}

#slide{
margin-top: 30px;}

strong {
    font-weight: bold;
}
.codiceprodotto {
    display: none;
}
.product-info h1 {
    font-size: 19px;
}



.video {
    text-align: center;
}

video {
    border: 5px solid #000000;
}

.det-prodotto-file a{
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top ,  #ccc, #aaa) repeat scroll 0 0;
    border: 1px solid #777;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #222222;
    cursor: pointer;
  display: block;
  margin: 3px;
    outline: medium none;
  padding: 0px 20px;
    text-align: center;
    text-decoration: none;

}

.det-prodotto-file {
    margin-bottom: 30px;
}
.det-prodotto-file a:hover{
     background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #aaa, #ccc) repeat scroll 0 0;
}