.info_click {
	color: #993333;
}

#products {
	background: url(img/bg_thumbs.jpg) no-repeat;
	height: 110px;
	margin-bottom: 20px;
}

	
#products li {
	display: inline;
	float: left;
	left: 17px;
	margin: 0 7px 0 7px;
	position: relative;
}


#products li div {
	display: none;
}

.product_caption{
	color: #474747;
	float: left;
	font-size: 1.2em;
	/*font-style: italic;*/
	height: 405px;
	line-height: 1.3em;
	margin: 30px 20px 0 10px;
	width: 300px;
}

.product_caption p{
	margin-bottom:10px;
}

.product_caption strong {
	color: #75c38a;
	font-weight: normal;
}

.product_main {
	height: 460px; /*per non far comparire le anteprime in alto e poi in basso*/
	margin-bottom: 0;
	width: 960px;
}

.product_main img {
	padding-top: 30px;
}

.product_name {
	margin-bottom: 12px;
	padding-top: 3px;
	
}

.product_selected {
	background: url(img/bg_selected.gif) no-repeat;
}

.product_slogan {
	color: #75c38a;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 12px;
}

.product_video {
	height: 167px;
	left: 760px;
	position: relative;
	top: -139px;
	width: 217px;
	z-index: 200;
}



