body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{
	color:white;
	font-size:13px;
	background: url(img/bg.png);
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

#main{
	width:850px;
	margin:0 auto;
}

.container,.titles{
	color:white;
	margin-top:10px;
	width:898px;
	margin-bottom: 10px;
	overflow:hidden;
	background:url(img/bg_dark.png) #28313b;
	padding:20px 10px 10px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.titles{
	width:140px;
	padding:10px 15px;
	height:55px;
}
.product{
	width:370px;
	height: 150px;
	padding-top:10px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	background-image: url(img/product_bg.gif);
	background-repeat: repeat-x;
}
.product-text-box{
	height: 100px;
}
.slider-pic-box{
	background-image: url(img/slide-immagina-back.gif);
	background-repeat: repeat;
	height: 117px;
	width: 188px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
}

.product .pic{
	width:178px;
	height:120px;
	padding-right: 10px;

}

.product .link,.product .price{
	font-size:10px;
	text-transform:uppercase;
}

.product .price{
	color:#dddddd;
	margin-top: 3px;
}

.product .description{
	margin-top: 6px;
}

.product .title{
	font-size:16px;
	font-weight:bold;
	color: #FFF;
	margin-bottom: 10px;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.tutorial-info{
	text-align:center;
	padding:10px;
}

