/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px; 
	background-color:#272727;
	
	scrollbar-face-color: #b9b6b1;
	scrollbar-shadow-color:  #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color:#b9b6b1;
	scrollbar-track-color: #e9e9e9;
	scrollbar-arrow-color: #ffffff;
}

      
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
/* 	color: #868686; */
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif; font-size:11px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#siteMain{
	position : relative;
	width : 939px;
	left : 50%;
	margin-left:-470px;	
	
	border:solid 0px #fff;
/* 	z-index:1; */
}
#siteFoot{
	position : relative;
	width : 800px;
	left : 50%;
	margin-left:-390px;	
	margin-top:2px;
/* 	z-index:1; */
}

#logoHome{
	position:absolute;
	top:40px;left:18px;
}

#neiko{
	position:absolute;
	top:0px;right:0px;
}

#login{
/*	position:relative; */
	
	width:400px; 
	border:solid 1px;
}

/* cella che contiene content */
.cellContent{
	background-color:#fff; 
	vertical-align:top; padding:5px;
}

/* box categoria */
.boxCat{
	border-collapse:collapse;
	width:100%;
}
.boxCat th{
	font-family: Arial,sans-serif; text-align:center; padding-top:10px;
	font-size:12px; height:26px;
	color:#0062a1; font-weight:bold;
	background: url(../images/bgCatBtn.gif) repeat-x top;
}
.boxCat td{
	background-color:#ececec;
}
.boxCat h2{
	font-family: Arial,sans-serif; text-align:left;
	padding-left:5px; padding-top:10px;
	font-size:11px; height:26px;
	color:#545454; font-weight:bold;
	background-color:#ececec;
}
.boxCat a{
	text-align:left; padding-bottom:5px; padding-left:10px;  border:solid 0px; 
	font-family: Arial,sans-serif;
	font-size:10px;
	color:#646464; font-weight:bold; display:block;
	background-color:#ececec;
}

dd h2{
	font-family: Arial,sans-serif; text-align:left;
	padding-left:5px; padding-top:10px;
	font-size:11px; height:26px;
	color:#545454; font-weight:bold;
/* 	background-color:#ececec; */
}


/* ############ */
/* top menu     */
/* ############ */
#topMenu{
	position:relative;
/* 	background-color:#2b2b2b; */
	background: url(../images/bgTopMenu.gif) no-repeat top;
}

.tmlink{
	margin-left:30px;
	margin-right:30px;
}

dl.topMenu{
	margin:0;padding:0;_overflow:hidden;
	position:absolute;
	top:10px;left:170px;
}
dl.topMenu a{
	width:86px;height:18px;
	float:left; 
	border-left:solid 1px;
	padding-left:3px;
	
	font-family: Tahoma,Arial,sans-serif;
	font-size:12px;
	color:#9a9a9a; font-weight:bold;
	vertical-align:top;
}

/* ############ */
/* menuSX       */
/* ############ */
div.menuSx{

}

div.menuSx a{
	font-family: Arial,sans-serif;
	font-size:11px;
	color:#646464; 
	display:block;
	padding-bottom:4px;
	margin-left:10px; 
	margin-top:10px;
	border-bottom:solid 1px #d7d7d7; 
/* 	height:20px;	 */
}

div.menuSx a:hover{
	font-family: Arial,sans-serif;
	font-size:11px;
	color:#000;
}
/* ################### */
/* stili di testo      */
/* ################### */
.menuWht{
	font-family: Tahoma,Arial,sans-serif;
	font-size:12px;
	color:#fff; font-weight:bold;
}

/***********************************************/
/* tab prodotti                                */
/***********************************************/
div.tabProd {
	position:absolute;
	top:47px;
	left:170px;
	width:500px;
	height:37px;
	border:solid 0px #6c6c6c;

}

div.tabProd a{

}

/***********************************************/
/* testi                                       */
/***********************************************/
.testata{
	font-family: Arial,sans-serif;
	font-size:12px; font-weight:bold; 
	margin-bottom:15px;
	color:#848484;
}
.titolo{
	font-family: Arial,sans-serif;
	color:#fff; 
	margin-top:5px;
	margin-bottom:15px;
}
.testo{
	font-family: Arial,sans-serif;
	font-size:11px; line-height:14px;
	color:#848484;
	margin-bottom:15px;
}

.testo10{
	font-family: Arial,sans-serif;
	font-size:9px; line-height:14px;
	color:#848484;
	margin-bottom:15px;
	text-align:justify;
}

.testoFoot{
	font-family: Arial,sans-serif;
	font-size:11px; 
	line-height:14px;
	color:#646464; 
	background-color:#cce3f2;
	padding:24px;
}
#subMenu{
/* 	margin-left:363px; */
/* 	background-color:#3b3b3b; */
	padding-left:363px;
	background: url(../images/bgSubMenu2.gif) no-repeat top; 
	height:32px;
}
#subMenu a{

}

#imgSx{
	position:absolute;
	top:0;left:0;
}

#content{
	border:solid 0px #f00; 
	text-align:left; 
	padding:26px;
	padding-bottom:10px;
}

ul {
/*	list-style-type: dot;
	list-style-position: outside;    */
	list-style-image: url(../images/dot.gif);
}
li a,a:link{
	font-size:11px;
	color:#868686;
}

/***********************************************/
/* online                                       */
/***********************************************/
.contatti{
	font-family: Arial,sans-serif;
	font-size:11px; line-height:14px;
	color:#848484;
}

div.contatti input{
	font-family: Arial,sans-serif;
	font-size:12px;
	color:#848484;
	border:solid 1px #848484; 
	background-color:#3d3d3d; margin:0;
}  

div.contatti textarea{
	font-family: Arial,sans-serif;
	font-size:12px;
	color:#848484; height:60px;
	border:solid 1px #848484; background-color:#3d3d3d;
}

div.contatti select{
	font-family: Arial,sans-serif;
	font-size:12px;
	color:#848484;
	border:solid 1px #848484; background-color:#3d3d3d;
}

div.contatti .box{
	width:167px;
	height:180px;
	position:absolute;
	left:366px;
	top:60px;
	font-size:9px;
	text-align:justify;
	border:solid 1px #848484; 
	background-color:#3d3d3d; padding:10px;
}

div.listProd{
	position: absolute;
	top:0;
	height:350px;
	width:175px;
	border:solid 0px;
	text-align:center;
	padding:0;
}

div.listProd .titolo{
	text-align:center;
	margin-top:0px;
}

div.listProd .thumbProd{
	font-family: Arial,sans-serif;
	font-size:12px;
	color:#fff;
	padding-top:10px; 
	text-align:center;
	width:100%;
}
/* scrolling */

table.ricerca {
	border-bottom:solid 1px #5a5a5a;
}
table.ricerca th{
	background-color:#5a5a5a;
	color:#fff;
	font-size:12px; 
	font-weight:normal;
	padding:4px; 
	height:13px; 
	text-indent:20px;
}
table.ricerca td{
	font-family: Arial,sans-serif;
	font-size:11px; line-height:14px;
	color:#848484;
}

.row_over{
	background-color:#868686;
	color:#000;
	cursor: pointer;
}
