#menuLinee{
	margin: 0px;
	padding: 0px;
}

#divisorio{
	margin: 0px 0px 17px 0px;
	padding: 19px 0px 0px 0px;
	width: 990px;
	clear: both;
}

#prodotti{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: Gray;
}


#visualContainer{
	background-image: url(../images/visual_prodotti.jpg);
	width: 990px;
	margin: 0px;
	padding:5px 0px 5px 0px;
	clear: both;
	height: 190px;
	*height: 200px;
	background-repeat: no-repeat;
}
/*MENU VISUAL*/

.menu_visual{
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	background-image: url(/images/sfondo_menuvisual.png);
	width: 300px;
	color: #57CAEE;
	font-size: 14px;
	height: 190px;
	line-height: 21px;
	text-transform: uppercase;
	float:left;
}

.menu_visual a{
	text-decoration: none;
	color: #57CAEE;
}


.menu_visual p{
	display: inline;
	font-size: 14px;
	color: White;
	margin-left: 11px;
	text-transform: uppercase;
}

.menu_visual p a{
	color: #FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}

.menu_visual p a:hover{
	color: #57caee;
	text-decoration:none;
	text-transform: uppercase;
}

/*LISTING 1*/

#listing1Container{
	margin: 19px 0px 0px 35px;
	width: 990px;
	*width: 955px;
	padding: 0px;
	color: #000000;
}

#listing1Container h2{
	color: #000000;
	font-size: 14px;
	float:left;
	width: 955px;
	margin: 10px 0px 10px 0px;
	padding:0px;
	border-bottom: solid 1px #cccccc;
}

.productsRow{

	float:left;
	background-color: red;
	margin-top:10px; 
}

.itemContainer{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}

.itemTextSelected:visited{
	color: #3399FE;
}

.itemTextSelected:hover{
	color: #3399FE;
}

.itemTextSelected:link{
	color: #3399FE;
}

.itemImage{
	margin: 0px;
	padding: 0px 1px 0px 0px;
	background-image: url(../images/tratteggio.gif);
	background-position: top right;
	background-repeat: repeat-y;
	float: left;
}

.itemText{
	width: 92px;
	margin: 63px 0px 0px 9px;
	padding: 0px;
	float: left;
}

.itemText a{
	color: #333333;
	text-decoration: none;
}

.itemText strong{
	color: #E41715;
	font-weight: normal;
}

/*TITOLO LINEA*/

#descriptionContainer{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	background-image: url(../images/sfondo_titolo.jpg);
	background-repeat: repeat-x;
	background-color: #F1F1F1;
	color: #333333;
	width: 990px;
	border: 1px solid #d9d9d9;
	float: left;
}

.lineTitle{
	width: 318px;
	padding: 19px 0px 19px 0px;
	margin: 0px 0px 0px 32px;
	float: left;
	color: #3399FF;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

.lineDescription{
	width: 600px;
	padding: 16px 0px 16px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 15px;
}


/* LISTING 2*/

.rowItem2Container{
	float: left;
	margin:10px 0px 10px 0px;
	padding:0px;
}

#listing2Container{
	margin: 0px 0px 0px 6px;
	padding: 0px;
	color: #000000;
	clear: both;
}

#listing2Container a{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

.item2Container{
	margin: 0px 25px 0px 25px;
	padding: 0px;
	float: left;
	width: 143px;
	vertical-align: bottom;
	vertical-align: bottom;
}

.item2Image{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}

.item2Image image{
	margin:0px;
	padding:0px;
	
}

.topItemName{
	margin:0px;
	padding:0px;	
	height:11px;
}



.itemName{
	width: 141px;
	*width: 143px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	background-image: url(../images/sfondo_nome_prodotto_top.jpg);
	background-position: top;
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	text-align: center;
	font-weight: bold;
	color: #333333;
	height: 55px;
}
