@charset "utf-8";
/* CSS Document */

.product_title {
	/*height:70px;*/
	color: #F60;
	background: linear-gradient(to bottom, #FF8A00 0%, #FDB700 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 10px 0 10px 0;
        text-decoration: none;
	color: #FFF;
	font-size:13px;
	padding:10px;
	text-transform:uppercase;
        font-weight: bold; 

}
.box-Img {
	text-decoration: none;
	color: #F60;
	float:left;
	width: 450px;
	text-align:center;
}
.boxDx {
	/* background-color: #FFF;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity:0.5;*/
	 float:left;
	width:255px;
	margin:0 0 0 10px;
}
.Info {
	margin: 10px 0 10px 0;
	color: #333;
	border-top:#F60 solid 1px;
	padding-top: 10px ;
}
strong .Info {
	color: #F60;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width: 700px;

}
.clear {
	clear:both;
}
.box-Info {
	margin: 10px 0 15px 0;
	color: #333;
	border-top:#F60 solid 1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	max-width: 700px;
}
.prezzo {
	font-size:16px;
	padding:3px 0px
}
h2 {
	text-decoration: none;
	color: #F60;
	font-size:14px;
	margin:4px 0px 0px 0px;
	text-transform:uppercase;
	font-weight:bold;
}
.col1, .col2 {
	display:inline-table;
}
.col1 {
	width:100px;
}
.list_title {
	/*height:70px;*/
	color: #F60;
	background: linear-gradient(to bottom, #FF8A00 0%, #FDB700 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        text-decoration: none;
	color: #FFF;
	font-size:13px;
	padding:10px;
	margin:0px;
	text-transform:uppercase;
    font-weight: bold; 

}
.cycle-prev {
    left: 0px;
    background: url(customized/img/prev.png) no-repeat scroll 50% 50% transparent;
}
.cycle-pause {
    left: 0%;
    background: url(customized/img/pause.png) no-repeat scroll 50% 50% transparent;
}
.cycle-next {
    right: 0px;
    background: url(customized/img/next.png) no-repeat scroll 50% 50% transparent;
}
.cycle-prev, .cycle-next, .cycle-pause {
    position: absolute;
    top: 0px;
    width: 30%;
    z-index: 999;
	opacity: 0;
    height: 100%;
    cursor: pointer;
	display:block;
}
.cycle-pause {
    width: 100%;
	z-index:900;
}
.cycle-prev:hover, .cycle-next:hover, .cycle-pause:hover {
	opacity: 1;
}

.query-required {
	display: none;
}