/* CSS Document */

.HomeBoxEvent {
	background-image: url('../images/home_box_eventi.gif');
	width:212px;
	height:291px;
	float:left;
	background-repeat:no-repeat;
	margin-right:8px;
	cursor:pointer;
}

.HomeBoxEvent h2 {
	font-size:13px;
	margin:0px;
	padding:8px;
	padding-bottom:0px;
}
.HomeBoxEvent p {
	padding:8px;
	padding-top:0px;
}
.HomeBoxEvent td {
	color:#333333;
    text-decoration:none;
}


.HomeBoxProduct {
	background-image: url('../images/home_box_prodotti.gif');
	width:299px;
	height:291px;
	float:left;
	background-repeat:no-repeat;
	margin-right:8px;
	cursor:pointer;
	margin-top:10px;
}
.HomeBoxProduct h2 {
	font-size:13px;
	margin:0px;
	padding:8px;
	padding-bottom:0px;
}
.HomeBoxProduct p {
	padding:8px;
	padding-top:0px;
}
.HomeBoxProduct td {
	color:#333333;
    text-decoration:none;
}
