/* css predefiniti */

.logo_network{
	margin:10px;
	font-size:11px;
}

.logo_network a{
	text-decoration: none;
}

.logo_network a:hover{
	text-decoration: none;
	color: gray;
}



#topbar{
	position:absolute;
	border-bottom: 1px solid black;
	padding: 2px;
	background-color: #CCCCCC;
	background-image : url(grafica/bg_carrello_top.jpg);
	width: 99%;
	visibility: hidden;
	z-index: 100;
/*
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90; opacity:0.9;
*/
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	min-height: 20px;
	height: auto;
	border: 1px solid black;
	padding: 2px;
	background-color: #666666;
	color:#FFFFFF;
	visibility: hidden;
	z-index: 100;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

/* catalogo e-commerce predefinito*/
.table_ecom_but{
	width : auto;
	background-color : transparent;
	border-left: 0px solid Black;
	border-bottom: 0px solid Black;
	border-top: 1px solid Gray;
	border-right: 0px solid Gray;
	padding-bottom : 3px;
	padding-right: 3px;
	margin-left: 0px;
	text-align : right;
}

.table_ecom_img{
	margin-right: 5px;
}

/* Lista categorie */
.tree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	/*white-space: nowrap;*/
	background-color : transparent;
	border : 0px solid Gray;
	margin : 0px;
	WIDTH: auto; 
}

.tree img {
	border: 0px;
	height: 18px;
	vertical-align: text-bottom;
}


/* menu e sotto categorie ecommerce */


.menucat ul {
	width: auto;
	LIST-STYLE-TYPE: none; 
	margin:0; 
	padding:0;
}

.menucat li {
	display:block;
	text-align: left;
	margin: 3px;
	width: auto;
	border-bottom: 1px solid gray;
	padding: 3px;

}

.menucat img {
		vertical-align: middle;
		margin-right: 5px;
}

.menucat li a:hover {
	text-decoration: underline;
}


#sottocategorie{ 
	margin : 10px; 
	padding:0px;
	width : 90%;
	
}

#sottocategorie TD { 
	text-transform:uppercase;
	padding : 2px; 
	text-align: left;
	height: 28px;
	
}

#sottocategorie .CatSel{
	border:1px solid gray;
}









.foto {
	float:right;
	clear:right;
	margin : 3px;
}

.galleria{
	width: 140px;
	height: 140px;
	margin: 5px;
	padding: 0px;
	text-align : center;
	display : block;
	float : left;
}

.galleria IMG{
	border:2px solid #FFF;
}

.pulsanti_carrello A{
	color: #444444;
	width: auto;
	text-decoration: none;
	background: #dddddd;
	margin: 0;
	padding: 3px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aaaaaa;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	display: block;
	border-bottom-width: 1px;
	WIDTH: 100px; 
}



.pulsanti_carrello a:hover {
	background: #bbbbbb;
}

.pulsanti_carrello_on A {
	color: #444444;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aaaaaa;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	display: block;
	border-bottom-width: 1px;
	WIDTH: 100px; 
	background: #bbbbbb;
}


.vetrina_ecommerce{
	margin-left: 5px;
	margin-top: 10px;
	padding: 0px;	
	width: 150px;
	min-height : 150px;
	border: 0px solid #000000;
	background-color : #FFFFFF;
	TEXT-ALIGN: center;
	float:left;
}

.prezzo_vetrina_ecommerce{
	margin-bottom: 3px;
	background-color : #AA0001;
	padding: 2px;
	color:#FFF;
}
.vetrina_ecommerce IMG{
	padding:2px;
	WIDTH: 130px; 
	
}
.titolo_vetrina_ecommerce{
	font-size: 14px;
	font-weight: bold;
}



