body
{ 
	margin: 0; 
 	padding: 0; 
 	text-align: center; 
 	font-family: tahoma;
 	font-size: .8em;
 	background-color: #ECF6FB;
 	color: #000;
 	
 	/*background: url(body-top.gif) top left no-repeat,
		url(../img/sito/sfa.gif)  top left no-repeat,
		url(../img/sito/sfb.gif) bottom left no-repeat*//*,
		url(body-middle.gif) left repeat-y;*/
}



.acc{
	position: absolute; top: 5px; right: 150px;	
}


/***********************************************************/

/*#wraptop {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: url( ../img/sito/sfa.gif) top left no-repeat;
}
#wrapbot {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: url(../img/sito/sfb.gif) bottom left no-repeat;
} 
*/




/***************************************************************/


a
{
	text-decoration: none;
	/*color: #ff5500;*/
	color: #366DBB;
}

a:hover
{
	color: #555;
}

h4
{
	display: none;
}

hr
{
	display: none;	
}

#logo
{

	/*top: -300px;
	left: 0px;
	width: 998px;
	z-index: 1;
	border: 1px solid #000;
	padding-top: 370px;*/
}

#pagewidth
{ 
	position: relative;
 	
 	/*width: 986px; */
 	width: 100%;
 	
 	text-align: left;
	margin: auto;
 	background-color: #fff;
 	/*background: url( ../img/sito/bg_body.jpg );*/
} 


#testata{
	height: 237px;
}


#testata-top{
	height: 194px;
	background-image: url( ../img/sito/testata1.jpg );
	background-position: center;
	background-repeat: no-repeat;
	background-color: #B2D3ED;
	position: relative;
}


#testata-bottom{
	height: 42px;
	background: url( ../img/sito/testata_b1.jpg );
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}



#foot{
	clear: left;
	height: 2em;
	padding: 15px 10px 0 10px;;
	/*background: url( ../img/sito/footer.jpg );*/
	font-size: .9em;
	text-align: center;
	background: #3FAC59; /* #B2D3ED;*/
}




.mt{
	position: absolute; top: 163px;	left: 20%;
	list-style: none;
	margin:0; padding:0;
	z-index: 100;
}


.mt li{
	float: left;
	/*width: 122px;*/
	width: auto;
	text-align: center;
	margin:0 .5em 0 0; padding:0;
	padding: 0 15px;
	background:  #D52322;
}



.mt li a{
	color: #fff;
	padding-top: 5px;
	height:2em; /*width: 122px;*/
	display: block;
}

.mt li._in{
	/*background: url( ../img/sito/home_ov.jpg);*/
	color: #D52322;
	background: #FFF;
}

.mt li._in a{
	/*background: url( ../img/sito/home_ov.jpg);*/
	color: #D52322;
}


.mf{
	list-style: none;	
	margin:0;  padding:0;
}


.mf li{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #666;
}

.mf li a{
	color: #FFF; /*#444*/;
}


#sx, #cc, #dx{
	float: left;
}


#sx{
	/*width: 184px;*/
	width: 18%;
	padding: 0 1%;
}


#cc{
	/*width: 600px;*/
	width:59%;
	
}

#dx{
	/*width: 184px;*/
	width: 18%;
	padding: 0 1% ;
}






.box{
	width: 100%;
	margin-bottom: 10px;
}


.box2{
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}


.box2 .top{
	/*height: 18px;*/
	/*background: url( ../img/sito/box2_top.jpg );*/
	border-top: 3px solid #00A8F9; 
	height: 15px;
}

.box2 .top-l{
	height: 18px; width: 17px;
	position: absolute;
	top: 0; left:0;
	background: url( ../img/sito/box2.jpg );
}

.box2 .top-r{
	height: 18px; width: 17px;
	position: absolute;
	top: 0; right:0;
	background: url( ../img/sito/box2.jpg );
	background-position: top right;
}

.box2 .bottom-l{
	height: 18px; width: 17px;
	position: absolute;
	bottom: 0; left:0;
	background: url( ../img/sito/box2.jpg );
	background-position: bottom left;
}

.box2 .bottom-r{
	height: 18px; width: 17px;
	position: absolute;
	bottom: 0; right:0;
	background: url( ../img/sito/box2.jpg );
	background-position: bottom right;
}


.box2 .center{
	/*background: url( ../img/sito/box2_center.jpg );*/
	/*padding: 0 10px;*/
	text-align: center;
	border-left: 3px solid #00A8F9;
	border-right: 3px solid #00A8F9; 
}

.box2 .center a{
	color: #134259;
	font-weight: bold;
}

.box2 .bottom{
	border-bottom: 3px solid #00A8F9; 
	height: 15px;
	
	/*background: url( ../img/sito/box2_bottom.jpg );*/
}


.box .top{
	height: 20px;
}

.box .top .top-l,
.box .top .top-r
{
	height: 20px;
	width: 19px;
	position: absolute;
	
}

.box.sx .top .top-l{
	background: url( ../img/sito/box_sx_tl.jpg );
	top:0; left:0;

}

.box.sx .top .top-r{
	background: url( ../img/sito/box_sx_tr.jpg );
	top:0; right:0;
}


.box.dx .top .top-l{
	background: url( ../img/sito/box_dx_tl.jpg );
	top:0; left:0;

}

.box.dx .top .top-r{
	background: url( ../img/sito/box_dx_tr.jpg );
	top:0; right:0;
}




.box .center{
	padding: 0 2px;
}

.box .center h3{
	margin: 0; padding: 0 10px 5px 0;
	font-size: 14px;
	text-align: right;
}


.box .bottom{
	height: 9px;
	position: relative;
}

.box.sx .bottom .bottom-l,
.box.dx .bottom .bottom-l{
	height: 9px; width: 2px;
	position: absolute;
	top: 0; left: 0;
}

.box.sx .bottom .bottom-r,
.box.dx .bottom .bottom-r{
	height: 9px; width: 5px;
	position: absolute;
	top: 0; right: 0;
}



.box.sx .top{
	background: url( ../img/sito/box_sx_tc.jpg );
	background-repeat: repeat-x;
	position: relative;
}

.box.dx .top{
	background: url( ../img/sito/box_dx_tc.jpg );
	background-repeat: repeat-x;
	position: relative;
}


.box.sx .center{
	/*background: url( ../img/sito/box_sx_center.jpg );*/
	border-left: 2px solid #00A8F9;
	background: url( ../img/sito/box_sx_center_r.jpg );
	background-repeat: repeat-y;
	background-position: right;
}


.box.dx .center{
	/*background: url( ../img/sito/box_dx_center.jpg );*/
	border-left: 2px solid #F40002;
	background: url( ../img/sito/box_dx_center_r.jpg );
	background-repeat: repeat-y;
	background-position: right;
}


.box.sx .center h3 {
	color: #134259 ; /*#366DBB*/ /*#00A8F9*/;
}


.box.dx .center{
	color: #F40002;
}


.box.sx .bottom .bottom-l{
	background: url( ../img/sito/box_sx_bottom_l.jpg );
}

.box.sx .bottom .bottom-r{
	background: url( ../img/sito/box_sx_bottom_r.jpg );
}


.box.dx .bottom .bottom-l{
	background: url( ../img/sito/box_dx_bottom_l.jpg );
}

.box.dx .bottom .bottom-r{
	background: url( ../img/sito/box_dx_bottom_r.jpg );
}

.box.dx .bottom{
	/*background: url( ../img/sito/box_dx_bottom.jpg );*/
}




.box ul{
	list-style: none;
	font-size: .85em;	
	margin: 0; padding:0 5px 0 2px;
}

.box ul li{
	font-weight: bold;
	padding: 5px 2px 5px 10px;
	border-bottom: 1px solid #FFF;
}

.box ul li a{
	color: #333;
}

.box ul li.class_a{
	background: #CFCFCF;	
}

.box ul li.class_b{
	background: #E7E7E7;	
}




.boxc{
	width: 100%;
	margin: 0 0 15px  0;
	position: relative;
}


.boxc .boxct,
.boxc .boxcb{
	height: 14px;
}

.boxc .boxct{
	/*background-image: url( ../img/sito/box_c_top.gif );*/
	border-top: 1px solid #d9d9d9;
}

.boxc .boxcb{
	/*background-image: url( ../img/sito/box_c_bottom.gif );*/
	border-bottom: 1px solid #d9d9d9;
}

.boxc .boxcc{
	/*background-image: url( ../img/sito/box_c_center.gif );*/
	padding: 0 5px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #FFF;
}


.boxc .top-l{
	height: 15px; width: 17px;
	position: absolute;
	top: 0; left:0;
	background: url( ../img/sito/box_center.jpg );
}

.boxc .top-r{
	height: 15px; width: 17px;
	position: absolute;
	top: 0; right:0;
	background: url( ../img/sito/box_center.jpg );
	background-position: top right;
}

.boxc .bottom-l{
	height: 15px; width: 17px;
	position: absolute;
	bottom: 0; left:0;
	background: url( ../img/sito/box_center.jpg );
	background-position: bottom left;
}

.boxc .bottom-r{
	height: 15px; width: 17px;
	position: absolute;
	bottom: 0; right:0;
	background: url( ../img/sito/box_center.jpg );
	background-position: bottom right;
}



h2.wellcome{
	margin: 0; padding: 4% 0 0 50px;
	background: url( ../img/sito/home_1.jpg ) no-repeat 10px 0px;
	height: 60px;
	text-align: center;
	font-size: 1.8em;
	color: #366DBB;
	font-weight: normal;
}


.boxcc ul{
	
	margin: 0;padding:0;
	list-style: none;
}


.boxcc a{
	color: #366DBB;
}

.evidenza img{
	width: 120px;
	height: 120px;	
	float: left;
	margin: 0 5px 0 0 ;
}

.titoloN a{
	font-size: 1.1em;
	font-weight: bold;
	color: #366DBB;
	display: block;
	margin: 0  0 10px 0;
}



.search{
	margin:  0 5px 5px 10px;;
}


.search .s-f{
	border: 1px solid #767676;
	border-top: none;
	color: #767676;
	margin-right: 10px;
	width: 220px;
}








#pagewidth.backGround
{ 
 	/*background-image: url("../img/sito/page.jpg");*/	
}

#pagewidth.backGroundPage
{ 
 	/*background-image: url("../img/sito/pagePage.jpg");*/	
}

#header
{
	background-image: url("../img/sito/logo.gif");	
	background-repeat: no-repeat;
 	width: 998px; 
 	text-align: right;  
	margin-left: auto; 
 	margin-right: auto; 
 	height: 320px;
 	border: 0px solid #000;
}

#maincol
{
	float: left;
	width: 709px; 
 	/*display: table-cell;*/
 	background-image: url("../img/sito/maincol.gif");	
	background-repeat: no-repeat;
	/*background-position: 0px 65px;*/
}
 
#leftcol
{
	float: left;
 	width: 289px;
 	/*display: table-cell;*/
 	background-image: url("../img/sito/leftcol.gif");	
	background-repeat: no-repeat;
	/*background-position: 0px 65px;*/
}

#leftcol ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

.barraNews
{
	color: #000;
	background-color: #fff;
	margin-left: 6px;
	margin-top: 2px;
	font-weight: bold;
}

#leftcol .boxNewsHp
{
	background-color: #fff;
	width: 274px;
	height: 77px;
	margin: 7px;
	margin-bottom: 8px;
	font-size: 0.7em;
	padding: 5px;
	padding-bottom: 0px;
	background-image: url("../img/sito/triangolo.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

#leftcol .boxNewsHp .data
{
	text-align: right;
	margin-bottom: 2px;
}

#leftcol .boxNewsHp .titolo
{
	margin-bottom: 2px;	
	font-weight: bold;
	font-size: 1.2em;
}

#leftcol .boxNewsHp .testo a
{
	color: #3D719A;
}

#leftcol #menutop
{
	width: 267px;
	height: 10px;
	margin: 0px;
	margin-left: 20px;		
}

#leftcol #menubottom
{
	/*background-image: url("../img/sito/bottom_menu_left.gif");
	background-repeat: no-repeat;
	width: 267px;
	height: 10px;
	margin: 0px;
	margin-left: 20px;	*/	
}

#leftcol #menu
{
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-left: 30px;
	background-image: url("../img/sito/menu.gif");
	background-repeat: no-repeat;
	height: 166px;
	margin-top: 13px;
} 

#leftcol #menu.HomePage
{
	margin: 0; 
	margin-left: 9px;
}

#leftcol #menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 180px;
}
#leftcol #menu ul li
{
	padding: 0;	
	margin: 0;
}

#leftcol #menu ul li a
{
	background-image: url("../img/sito/plus.gif");
	background-position: -4px 0px;
	background-repeat: no-repeat;
	display: block;
	margin: 0;	
	padding: 0px;
	padding-top: 5px;
	padding-left: 20px;
	color: #555;
	font-size: 0.70em;	
	border-bottom: 0px solid #DAE6EE; 
	height: 20px;
}

#leftcol #menu ul li a:hover
{
	color: #23A9BF;
}

#leftcol #menu ul li .in
{
	background-color: #fff;	
	color: #ff5500;
	font-weight: bold;
	text-align: right;
	background: none;
	padding-right: 15px;
	background-image: url("../img/sito/freccia.gif");
	background-repeat: no-repeat;
	background-position: center right;
}
/*********************************************************************************/
#leftcol #menuAssist
{
	padding: 20px;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 30px;
	background-image: url("../img/sito/menu2.gif");
	background-repeat: no-repeat;
	border: 0px solid #000;
	height: 92px;
	margin-top: 9px;
} 

#leftcol #menuAssist.HomePage
{
	margin: 0; 
	margin-left: 9px; 
	margin-top: 9px;
}

#leftcol #menuAssist ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 180px;
}
#leftcol #menuAssist ul li
{
	padding: 0;	
	margin: 0;
}

#leftcol #menuAssist ul li a
{

	background-repeat: no-repeat;
	background-position: 5px;
	display: block;
	margin: 0;	
	padding: 0px;
	padding-top: 5px;
	padding-left: 30px;
	color: #ff5500;
	font-size: 0.70em;	
	border-bottom: 0px solid #DAE6EE; 
	height: 20px;
	/*width: 180px;*/
}

#leftcol #menuAssist ul li .link4
{
	background-image: url("../img/sito/faq.gif");
}

#leftcol #menuAssist ul li .link17
{
	background-image: url("../img/sito/custom.gif");
}

#leftcol #menuAssist ul li .link19
{
	background-image: url("../img/sito/reserved.gif");
}

#leftcol #menuAssist ul li a:hover
{
	color: #23A9BF;
}

#leftcol #menuAssist ul li .in
{
	color: #ff5500;
	font-weight: bold;
	text-align: right;
	background: none;
	padding-right: 15px;
	background-image: url("../img/sito/freccia.gif");
	background-repeat: no-repeat;
	background-position: center right;
	padding-left: 0px;
}

#leftcol #menuAssist ul li .in4
{
	color: #1A818F;
	font-weight: bold;
	text-align: right;
	background: none;
	padding-right: 25px;
	background-image: url("../img/sito/faq.gif");
	background-repeat: no-repeat;
	background-position: center right;
	padding-left: 0px;
}

#leftcol #menuAssist ul li .in17
{
	color: #1A818F;
	font-weight: bold;
	text-align: right;
	background: none;
	padding-right: 25px;
	background-image: url("../img/sito/custom.gif");
	background-repeat: no-repeat;
	background-position: center right;
	padding-left: 0px;
}

#leftcol #menuAssist ul li .in19
{
	color: #1A818F;
	font-weight: bold;
	text-align: right;
	background: none;
	padding-right: 25px;
	background-image: url("../img/sito/reserved.gif");
	background-repeat: no-repeat;
	background-position: center right;
	padding-left: 0px;
}

#leftcol #menuAssist .intestazione
{
	margin-bottom: 5px;
	background: #ddd;
	color: #555;
	padding: 3px;	
	padding-left: 10px;
	border-left: 22px solid #ff5500;
	font-family: tahoma;
	font-size: 0.8em;
	font-weight: bold;
}
/*********************************************************************************/

.carrelloLogin
{
	font-size: 0.85em;
	border: 1px solid #ccc;
	padding: 0px;
	padding-left: 200px;
	color: #555;
	margin-top: 10px;
	background: #eee;
}

.carrelloLogin input
{
	border: 1px solid #ccc;
}

/*.carrelloLogin .submit
{
	background-color: #FF9900;
	color: #fff;
	width: 50px;
	border: 0px;
	cursor: pointer;
}*/

.carrelloLogin .submit:hover
{
	background-color: #000;
}

.carrelloLogin form table .registrati
{
	padding-top: 10px;
	text-align: right;
}

.carrelloLogin .intestazione
{
	display: none;
}

.avviso
{
	text-align: center;
	padding: 10px;
	font-size: 1.2em;
	border: 0px solid #000;
	margin: 0px;
	background: #fff;
	color: #ff0000;
}

.avviso span
{
	color: red;	
}

.boxLogin
{
	border: 0px solid #ccc;
	width: 221px;
	height: 130px;
	padding: 0px;
	margin: 0px;
	color: #000;
}

.avviso .intestazione,
.intestazione
{
	margin-bottom: 5px;
	/*background: #23A9BF;*/
	color: #2F2F2F;
	padding-top: 15px;	
	padding-left: 50px;
	/*border-left: 22px solid #1A818F;*/
	font-family: tahoma;
	font-size: 1.4em;
}

.boxLogin form
{
	margin: 0px;
	padding: 8px;
	padding-top: 15px;
	border: 0px solid #000;
	/*background: #D1EBEF;*/
	font-size: 0.7em;
}

#home_right input,
#leftcol input
{
	background: #fff;
	border: 0px solid #ccc;
	float: left;	
}

.boxLogin .submit
{
	color: #fff;
	font-size: 0.7em;
	width: 21px;
	height: 21px;
	padding-bottom: 2px;
	margin: 1px;
	float: right;
	cursor: pointer;
	/*background: #23A9BF;*/
	background-image: url("../img/sito/freccia_submit.gif");
}

#home_right .avviso,
#leftcol .avviso
{
	text-align: center;
	font-size: 0.8em;	
	height: 83px;
	padding-top: 80px;
	border: 0px solid #000;
	background-image: url("../img/sito/sf_login_box.gif");
	background-repeat: no-repeat;
}

#home_right .avviso span,
#leftcol .avviso span
{
	color: red;
}

#home_right form table .td,
#leftcol form table .td
{
	border: 1px solid #ccc;
	background: #fff;

	padding: 0px;
}

/*#carrello .submit,
#home_right .submit,
#loginHome .submit,
.carrelloLogin .registrati a,
#home_right form table .registrati a,
{*/
	/*text-align: center;
	background-image: url("../img/sito/rec_button.gif");
	background-repeat: no-repeat;
	width: 140px;
	height: 19px;
	display: block;
	padding-top: 6px;
	color: #fff;
	border: 0;
	cursor: pointer;*/
/*}*/

#carrello .submit
{
	display: inline;
	padding: 0;
	margin: 10px;
	font-size: 0.85em;
}

#carrello .submit:hover
{
	background-image: url("../img/sito/cart_button.gif");
	background-repeat: no-repeat;
}

#leftcol form table .submit
{
	/*background-image: url("../img/sito/login_button.gif");*/
	color: #468094;
	border: 1px solid #fff;
	font-size: 0;
	width: 23px;
	height: 23px;
	float: right;
	cursor: pointer;
	/*background: #23A9BF;*/
	font-size: 0;
	background-image: url("../img/sito/freccia_submit.gif");
}

#leftcol form table .submit:hover
{
	/*background-image: url("../img/sito/login_buttonOV.gif");*/
}



#logo #headerMaincol
{
	/*width: 615px;*/
	/*height: 250px;*/	
	/*background-image: url("../img/sito/headerMaincol.jpg")*/;
	/*margin: 7px;*/
}

#logo #headerMaincol.backGround
{
	/*background-image: url("../img/sito/headerMaincol.jpg");
	height: 250px;*/
}

#logo #headerMaincol.backGroundPage
{
	/*background-image: url("../img/sito/headerMaincolPage.jpg");
	height: 100px;*/
}

#changeLang ul
{
	position: absolute;
	right: 0px;
	z-index: 2;
	margin: 0px;
	padding: 0px;	
	top: 90px;
	width: 240px;
	border: 0px solid #000;
	list-style-type: none;
	font-size: 0.7em;
	text-align: right;
	color: #555;
	/*display: none;*/
}

#logo #headerMaincol ul li
{
	display: inline;
	float: left;
	width: 20px;
	margin-right: 3px;
	margin-top: 0px;
}

#logo #headerMaincol ul li.seleziona
{
	padding-top: 2px;
	width: 180px;
	font-size: 0.7em;
	border: 0px solid #000;
}

#logo #headerMaincol ul li a
{
	margin: 0px;
	padding: 0px;
	display: block;
	height: 20px;
	border: 0px solid #ccc;
}

#logo #headerMaincol ul li span
{
	display: none;	
}

#logo #headerMaincol ul li a.ita
{
	background-image: url("../img/sito/italiano.gif");
}

#logo #headerMaincol ul li a.eng
{
	background-image: url("../img/sito/english.gif");
}

#logo #headerMaincol ul li a.esp
{
	background-image: url("../img/sito/espanol.gif");
}

#logo #homeButton
{
	position: absolute;
	top: 116px;
	left: 28px;
	border: 0px solid #000;
}

#logo #homeButton a
{
	height: 30px;
	width: 84px;
	display: block;
	background-image: url("../img/sito/home_button.gif");
	background-repeat: no-repeat;
	color: #fff;
	font-size: 0.8em;
	/*font-weight: bold;*/
	padding-top: 13px;
	text-align: left;
	padding-left: 48px;
}

#logo #homeButton a:hover
{
	background-image: url("../img/sito/home_buttonOV.gif");	
	color: #fff000;
}

#logo #homeButton a span
{
	/*display: none;*/	

}

#logo ul
{
	position: absolute;
	top: 123px;
	left: 122px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 31px;
	border: 0px solid #000;
}

#logo ul li
{
	display: inline;
	float: left;
	width: 115px;	
	/*text-align: center;*/
}

#logo ul li a
{
	padding-top: 6px;
	color: #fff;
	margin: 0;
	display: block;
	font-size: 0.8em;
	background-image: url("../img/sito/buttonOV.gif");
	background-repeat: no-repeat;
	height: 28px;
	text-align: center;
}

#logo ul li a:hover
{
	background-image: url("../img/sito/button2.gif");
	color: #fff000;
}

#logo ul li .in
{
	background-image: url("../img/sito/button2.gif");
	color: #fff000;
	/*font-weight: bold;*/
	
}

#logo ul li .in:hover
{
	background-image: url("../img/sito/button2.gif");
	color: #fff000;
}

#logo #cerca
{
	position: absolute;
	top: 125px;	
	right: 27px;
	width: 261px;
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
}

#logo #cerca form
{
	margin: 0px;
	padding: 0px;
}

#logo #cerca table input
{
	border: 0;
	width: 200px;
	text-align: center;
	color: #000;
	background: #fff;
	font-size: 0.8em;
}

#logo #cerca form table .td
{
	border: 1px solid #000;
	padding: 1px;
	background: transparent;
}

#logo #cerca form table .submit
{
	/*background-image: url("../img/sito/login_button.gif");*/
	color: #fff;
	border: 0px solid #fff;
	width: 21px;
	height: 21px;
	float: right;
	cursor: pointer;
	/*background: #23A9BF;*/
	font-size: 0;
	background-image: url("../img/sito/freccia_submit.gif");
}

#logo #cerca form table .submit:hover
{
	/*background-image: url("../img/sito/login_buttonOV.gif");*/
}

#cart_button
{
	background-image: url("../img/sito/sf_cart_button.gif");	
	margin-left: 20px;
	width: 167px;
	height: 53px;
	border: 0px solid #ccc;
	margin-top: 45px;
	padding-left: 0px;
}

#divButton .submit,
#cart_button .button
{
	/*background-image: url("../img/sito/cart_button.gif");	
	width: 140px;
	height: 24px;
	margin: 0;
	padding: 0;	
	margin-top: 10px;
	margin-left: 13px;
	border: 0px solid #000;
	color: #fff;
	cursor: pointer;
	font-size: 0.7em;*/
}

#cart_button form
{
	margin: 0;
	padding: 0;	
}

#content
{
	border: 0px solid #000;	
	margin-top: 0;
	padding: 0;
	margin-right: 30px;
	font-size: 0.8em;
	background-image: url("../img/sito/content.gif");
}

#content .testoHP
{
	margin: 0px;
	margin-bottom: 10px;
	border: 0px dashed #ccc;
	border-top: 0;
	padding: 10px;
	padding-top: 11px;
}

#content iframe
{
	border: 1px solid #ccc;	
}

#content ul
{
	/*margin: auto;*/
	list-style-type: square;
}

#content ul li
{
	/*display: block;	
	float: none;
	width: auto;	
	text-align: left;*/
}

#content ul li a
{
	display: inline;
	color: #000;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#content ul li a:hover
{
	background-image: none;
	/*color: #23A9BF;*/
	color: #23A9BF;
}

#footerPage
{
	width: 100%;
 	height: 30px; 
 	clear: both;
}

#footer
{
	width: 998px; 
	height: 73px;
	background: #fff;
	background-image: url("../img/sito/footer.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: auto; 
 	margin-right: auto; 
	text-align: right;
 	font-size: 0.7em;
 	/*margin-bottom: 10px;*/
 	border: 0px solid #000;
 	clear: both;
}

#footer .text
{
 	border: 0px solid #000;
 	padding-top: 14px;
 	padding-right: 10px;
 	color: #555;
}

#percorso
{
	font-size: 0.85em;
	color: #000;
	text-align: right;
	margin: 0px;
	padding: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#percorso a
{
	/*color: #23A9BF;*/
	color: #366DBB; /*#23A9BF;*/
}

#percorso a:hover
{
	color: #000;
}

.richInfoPage
{
	
	border-bottom: 1px dashed #ccc;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: both;
}

.richInfoPage a
{
	padding: 5px;
	padding-left: 25px;
	font-size: 0.85em;
	color: #23A9BF;
	background-image: url("../img/sito/busta.gif");
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}

.richInfoPage a:hover
{
	/*color: #23A9BF;*/
	color: #000;
}

.richInfoPage a span
{
	visibility: hidden;
}

.richInfo span
{
	color: #ff5500;
	/*color: #555;*/
}

.titPG
{
	color: #366DBB;
	font-size: 1.5em;
	margin: 0px;
	margin-bottom: 10px;
	padding: 4px;
	padding-left: 5px;
	font-family: arial;
	text-align: left;
	border: 0;
	/*border-left: 0px solid #23A9BF;*/
	/*background-image: url("../img/sito/titPG.gif");*/
}

.content_bottom
{
	margin-bottom: 10px;

	border: 0;
	/*background-image: url("../img/sito/content_bottom.gif");*/
	height: 40px;
}

.backHP
{
	font-size: 0.85em;
	text-align: right;
	border: 0px solid #000;
	color: #9F9F9F;
	margin-bottom: 10px;
}

.backHP a
{
	color: #2984DF;
}

.row_contentPG
{
	clear: both;
}

.row_contentPG_tit2
{
	margin-left: 0px;
	border-bottom: 1px solid #14646F;
	padding-left: 0px;
	color: #14646F;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.row_contentPG_tit
{
	padding-left: 10px;
	color: #000;

}

.row_contentPG_testo
{
	margin-bottom: 20px;
	/*line-height: 20px;*/
}

.row_contentPG_testo a
{
	/*color: #23A9BF;*/
}	

.row_contentPG_testo a:hover
{
	/*color: #ff0000;*/
}

.row_contentPG_testo ul
{

}

.row_contentPG_testo ul li
{
	padding-left: 10px;
	background-image: url("../img/sito/ul.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.row_contentPG_titSub
{
	margin: 0px;
	padding: 0px;
	color: #366DBB; /*#00A8F9;*/
	font-size: 1.1em;
	font-weight: bold;
}

.row_contentPG_testoSub
{
	border: 0px dashed #ccc;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	/*line-height: 20px;*/	
}

.row_contentPG_testoSub a
{
	color: #366DBB; /*#23A9BF;*/
}	

.row_contentPG_testoSub a:hover
{
	color: #000;
}

.row_contentPG_testoSub ul
{
	list-style-type: square;
}	

.boxImg
{
	font-weight: bold;
}

.boxImg img
{
	border: 1px solid #fff;
	padding: 2px;
	background-color: #fff;
}

.boxImg img:hover
{
	border: 1px solid #23A9BF;
}

.didascalia
{
	font-size: 0.85em;
	text-align: center;	
	padding: 5px;
	color: #000;
	margin: 10px;
	margin-top: 0px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.didascalia img 
{
	/*filter: alpha(opacity=80); 
	-moz-opacity: 1.0; 
	opacity: 1.0;*/
}

.didascalia img:hover
{
	/*filter: alpha(opacity=100); 
	-moz-opacity: 0.9; 
	opacity: 0.9;*/
}

.back
{
	border: 0;
	padding: 5px;
	background: #eee;
	margin-bottom: 5px;
	font-size: 0.85em;
	text-align: right;
}

.back a
{
	/*color: #23A9BF;*/
	color: #23A9BF;
}

.allegati
{
	font-size: 0.85em;
	margin-top: 10px; 
	color: #555;
	clear: both;
}

.allegati a
{
	color: #555;
}

.allegati a:hover
{
	/*color: #23A9BF;*/
	color: #000;
}

.allegati span
{ 
	color: #444;
}

.allegati table
{
	border-top: 0px solid #ccc;
}

.allegati .row1
{
	background-color: #B2D3ED;
}

.allegati .row2
{
	background-color: #fff;
}

#formUsers
{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px dashed #ccc;
	margin-top: 20px;
}

#formUsers .intestazione
{
	margin-bottom: 5px;
	background: #ddd;
	color: #ff5500;
	padding: 3px;	
	padding-left: 10px;
	border-left: 22px solid #ccc;
	font-family: arial;
	font-size: 1.0em;
	font-weight: bold;	
}

#formUsers .intestazione span
{
	color: #000;
	font-weight: normal;	
}

#formUsers th
{
	text-align: left;
	border-bottom: 0px dashed #ccc;
	padding-top: 20px;
	color: #000;
	font-size: 1.0em;	
}

#formUsers input, textarea
{
	padding: 0px;
	margin: 0px;
	/*color: #23A9BF;*/
	color: #23A9BF;
	border: 1px solid #ccc;
	height: 18px;
	padding-top: 2px;
	margin-top: 4px;
	margin-bottom: 3px;
	background-color: #fff;
}

#formUsers textarea
{
	font-size: 1.3em;	
}

#formUsers select
{
	font-size: 1.0em;
	padding: 0px;
	margin: 0px;
	border: 1px solid #ccc;
	height: 22px;	
	margin-bottom: 3px;
	margin-top: 4px;
	/*color: #23A9BF;*/
	color: #23A9BF;
	background-color: #fff;
}

#formUsers .checkbox 
{
	border: 0px;
	background-color: transparent;
	padding: 5px;
	margin: 5px;
}

#preventivo input
{
	border: 0px;
	background-color: transparent;	
}

#preventivo .input
{
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
}

#divButton
{
	text-align: right;
	border: 0px solid #ccc;
	width: 100%;
	padding: 0px;
}

#divButton .submit
{
	font-size: 0.85em;
	border: 0;
	background: #23A9BF;
	color: #fff;
	padding: 3px;
	cursor: pointer;
	background-image: url("../img/sito/submit.gif");
}

#iframePrivacy 
{
	padding: 0px;
	text-align: left;
	background-color: transparent;
	font-size: 0.85em;
	color: #000;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 0px dashed #ccc;
}

#iframePrivacy a
{
	color: #555;	
}

#boxPrivacy 
{
	border: 1px dashed #ccc;
	width: 100%;
	height: 60px;
	margin-top: 20px;
}

#box_avviso
{
	border: 0px solid #ccc;
	/*background-color: none;*/
	margin-top: 20px;
	padding: 20px;	
	text-align: center;
	color: #555;
	font-size: 1.0em;
}

.listSub ul
{
	list-style-type: none;
	border: 1px solid #fff;
	padding: 0;
}

.listSub ul li
{
	background-image: url("../img/sito/plus.gif");
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px;
	padding-left: 25px;
	font-size: 0.85em;
	font-weight: bold;
	height: 22px;
	border-bottom: 0px solid #eee;
}

/*********************************NEWS************************************/
#list_left 
{
	border: 0px solid #ccc;
	border-top: 0px;
	font-size: 0.95em;
}

#list_left .archivio
{
	text-align: right;
	margin: 0;
	padding: 0;
	height: 14px;
	border: 0px solid #D1EBEF;
	background: none;
	float: none;
	clear: both;
	
	margin-left: 5px;
	margin-bottom: 7px;
}	

#list_left .archivio a
{
	color: #ff5500;
	font-size: 1.0em;
}

#list_left .archivio a:hover
{
	/*color: #23A9BF;*/
	color: #23A9BF;
}

#list_left ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#list_left ul li
{
	padding: 5px;
	/*height: 140px;*/
	border: 1px dashed #ccc;
	/*border-top: 1px solid #23A9BF;*/
	background: #fff;
	margin: 5px;
	/*float: left;	*/
	/*width: 204px;*/
	font-size: 0.9em;
}


#list_left li a 
{
	display: block;
	margin: 5px;
	padding: 5px;
	color: #555;
	height: 80px;
}

#list_left li a:hover 
{
	color: #EA1F91;
}

#list_titNews 
{
	border: 1px solid #000;
	height: 40px;
	font-size: 1.0em;
	font-weight: bold;
	color: #4E9126;
	padding-left: 9px;
}

#list_left.leftHome 
{
	border: 0px solid;
	float: right;
	width: 250px;
	margin-top: 37px;
}

#list_left.leftHome li a
{
	height: 50px;
	font-size: 1.0em;
}

#list_left .data
{
	color: #EA1F91;	
	border: 0px solid #000;
}

#list_left .titolo
{
	/*font-weight: bold;*/
}

#content_right.rightHome 
{
	float: left;
	width: 400px;
	margin-top: 0px;
}

#content_right.rightHome ul
{
	list-style-type: square;
	margin-left: 10px;
}

#content_right 
{
	border: 1px solid #fff;
	padding: 0px;
}

#content_right ul 
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#content_right ul li
{
	margin: 0px;
}

.dataNews 
{
	font-weight: normal;
	color: #00A8F9;
}

.dataNews span
{
	font-weight: bold;
}

.titNews 
{
	font-weight: bold;
	font-size: 1.4em;
	color: #333;
	border-bottom: 1px dashed #888;
}

.titNews .autore
{
	color: #23A9BF;
	font-size: 0.8em;
	text-align: left;
}

.contentNews 
{
	padding: 0px;
	border: 0px solid #555;
	font-size: 1.0em;
	color: #000;
	line-height: 20px;	
}

#content_right .contentNews ul 
{
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}

#content_right .contentNews ul li
{
	padding: 0px;
	margin: 0px;
}

#content_right .contentNews a
{
	color: #274F7F;
}

#content_right .contentNews a:hover
{
	color: #23A9BF;
}

#content_right .torna
{
	text-align: right;
	font-size: 0.85em;	
	margin-bottom: 10px;
}

#content_right .torna a
{
	color: #00A8F9;
}

#content_right .torna a:hover
{
	color: #00A8F9;
}	

#content_right .torna span
{
	font-size: 1.2em;	
}

#content_right a
{
	color: #0655A6;
}

#content_right a:hover
{
	color: #EA1F91;
}
/*********************************NEWS************************************/

#list_left .miniatura
{
	float: right;
	border: 0px solid #000;
}

#list_left .miniatura img
{
	height: 50px;
	width: 50px;
	border: 0px solid #eee;
	padding: 5px;
	background-color: #eee;
	margin: 5px;
}

.miniatura img
{
	float: left;
	height: 40px;
	border: 1px solid #ccc;
	margin-right: 10px;
	padding: 5px;
	background-color: #fff;
}



#glossario
{
	/*line-height: 20px;*/	
}

#glossario .parola
{
	margin-bottom: 10px;
	border-bottom: 1px dashed #555;
}

#glossario .parola span
{
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
}

#glossario .definizione
{
	line-height: 20px;
}
/*********************************TITLE************************************/
.autoTooltip 
{
	cursor: pointer;
	text-decoration: none;
	color: #274F7F;
	border-bottom: 1px dotted #274F7F;
}
.autoTooltip:hover 
{
	color: #23A9BF;
	border-bottom: 1px dotted #23A9BF;
}
.tt 
{
	z-index: 16; 
	width: 250px; 
	margin: 0; 
	padding: 0; 
	line-height: 15px;
	
}
.tt .header 
{
	position: absolute; 
	top: -999px; 
	left: -999px;
	
}
.tt .body, .tt .bd 
{
	padding: 5px;
	
}
.balloonCallout .body 
{
	padding: 10px 15px;
	
}
.ttPosUnder 
{
	padding: 13px 0 0 0; 
	background: url(../img/sito/tooltip_top_left.gif) left top no-repeat;
}
.ttPosUnder .body, .ttPosUnder .bd 
{
	border: 1px solid #808080; 
	border-top-width: 0; 
	padding: 12px 17px 10px 8px; 
	background: #eee;
}
.ttPosOver 
{
	padding: 0 0 13px 0; 
	background: url(../img/sito/tooltip_bottom_left.gif) left bottom no-repeat;
}
.ttPosOver .body, .ttPosOver .bd 
{
	border: 1px solid #808080; 
	border-bottom-width: 0; 
	padding: 8px 17px 12px 8px; 
	background: #eee;
	
}
.balloonControl 
{
	border-bottom: 1px dashed #23A9BF; 
	text-decoration: none;
	
}
.balloon 
{
	z-index: 1016; 
	width: 250px; 
	margin: 0; 
	padding: 0; 
	line-height: 15px;
	font-size: 0.7em;
	color: #000;
}
.balloon .panel 
{
	/*border: none;*/
}
.balloon .header 
{
	position: absolute; 
	top: -999px; 
	left: -999px;
}
.balloon .body 
{
	padding: 5px;
}
.balloon .body 
{
	padding: 10px 15px;
}
.balloon .posUnder 
{
	padding: 13px 0 0 0; 
	background: url(../img/sito/title_top.gif) left top no-repeat;
}
.balloon .posUnder .body 
{
	border: 1px solid #808080; 
	border-top-width: 0; 
	padding: 12px 17px 10px 8px; 
	background: #eee;
}
.balloon .posOver 
{
	padding: 0 0 13px 0; 
	background: url(../img/sito/title_bottom.gif) left bottom no-repeat;
}
.balloon .posOver .body 
{
	border: 1px solid #808080; 
	border-bottom-width: 0; 
	padding: 8px 17px 12px 8px; 
	background: #eee;
}
/*********************************TITLE************************************/

.numpro_row
{
	 background-color: #23A9BF; 
	 color: #fff;
}

.table_catalogo 
{
	border: 1px solid #ddd; 
}

.cat_nome
{
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
}

.cat_nome input{
	color: #000;
	BACKGROUND: transparent;
	border: 0px solid #000;
	font-weight : bold;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	width: 400px;
	text-align: left;
	font-size: 1.0em;
}

.cat_nome input:hover {
	color: #A13512;	
}

.cat_desc{
	text-align: justify;
	color: #000;
	font-size: 0.85em;
	padding: 0px;
	background-color: #fff;
}

.nomeCat
{
	font-size: 1.0em;
	color: #2984DF;
	cursor: pointer;
}

.backCat
{
	border: 0px solid; 
	text-align: right; 
}

.backCat a
{
	 color: #000;	
}

.backCat span
{
	 font-size: 1.2em;
}

.boxImgCatalogo img
{
	border: 1px solid #888;
	padding: 2px;
	background-color: #fff;
}

.boxImgCatalogo img:hover
{
	border: 1px solid #ff6600;
}

.boxImgCatalogo .testoDidascalia
{
	display: none;
}

#catalogo form
{
	padding: 0px;
	margin: 0px;
}

#catalogo .nomeCat
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.85em;
}

#catalogo .nomeCat:hover
{
	color: #23A9BF;
}

.rowCatalogo .submit
{
	background: none;
	border: 0px;
	cursor: pointer;
	color: #000;
	font-weight: normal;
	font-size: 1.4em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.rowCatalogo .submitCat
{
	color: #555;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
}

.rowCatalogo .submitZero
{
	display: none;
}

#catalogo_prodotti
{
	border: 0px solid #000;
	color: #000;
}

#catalogo_prodotti .titolo
{
	border: 0;
	border-bottom: 0px dashed #ccc;
	/*background-color: #E7F3A8;*/
	background-color: #fff;
	/*background-image: url("../img/sito/freccia.gif");
	background-repeat: no-repeat;
	background-position: center left;*/
	padding: 5px;
	padding-top: 20px;
	margin: 0px;
	margin-top: 0px;
	font-weight: bold;
	cursor: pointer;
	color: #879F00;
	width: 100%;
	text-align: left;
}

#catalogo_prodotti .tdCerca .titolo:hover,
#catalogo_prodotti .titolo:hover
{
	color: #19b0f1;
	border-left: 0px solid #2785E4;
	/*background-color: #2785E4;*/
	/*background-image: url("../img/sito/frecciaOV.gif");*/
}

#catalogo_prodotti .tdCerca .titolo
{
	border: 0px solid #000;
	border-bottom: 1px dashed #ccc;
	background-color: #fff;
	background-image: url("../img/sito/freccia.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	font-weight: normal;
	cursor: pointer;
	color: #19b0f1;
	width: 100%;
	text-align: left;
	font-size: 0.85em;
}

#catalogo_prodotti .tdCerca .titolo:hover
{
	color: #23A9BF;	
}

#catalogo_prodotti .tdImg
{
	padding-bottom: 10px;
}

#catalogo_prodotti .tdImg .dettaglio
{
	background: transparent;
	background-image: url("../img/sito/detail_button.gif");
	border: 0;
	color: #fff;
	width: 100px;
	height: 24px;
	cursor: pointer;
	font-size: 1.0em;
	padding: 0;
	margin: 10px;

}

#catalogo_prodotti .td
{
	border-bottom: 2px solid #4690FF;
	color: #1486B6;
}

#catalogo_prodotti .tdCerca
{
	color: #1486B6;
	font-size: 1.0em;
	line-height: 20px;
	padding: 3px;
}

#catalogo_prodotti span
{
	font-size: 0.85em;
}

#catalogo_prodotti .miniatura
{
	padding: 5px;
	background-color: #fff;
	border: 0px solid #ccc;
	margin: 10px;
	margin-bottom: 0;
	width: 30px;
}

#catalogo_prodotti .titoloExplode
{
	font-size: 1.2em;
	color: #23A9BF;
	border-bottom: 1px dashed #555;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.archivio
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
	color: #000;
	cursor: pointer;
	font-size: 0.85em;
	margin-bottom: 10px;
}

#catalogo_prodotti .row1
{
	background-color: #C0E9FA;
}

#catalogo_prodotti .row2
{
	background-color: #DAF2FC;
}


#catalogo_prodotti .row2 .tdPrezzi,
#catalogo_prodotti .row1 .tdPrezzi
{
	font-size: 0.85em;
	color: #000;
	background: #eee;
	padding: 5px;
}

#catalogo_prodotti .allegati span
{
	font-size: 0.9em;
	margin-top: 10px; 
	clear: both;
}

#catalogo_prodotti.prodHome
{
	border: 0px dashed #ccc;
}

#catalogo_prodotti.prodHome .td
{
	border-bottom: 0px dashed #888;
	margin: 0px;
	padding: 10px;
}

.boxGallery
{
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px;
	height: 80px;
}

.imgGallery
{
	text-align: center;	
}

.imgGallery img
{
	border: 1px solid #888;	
}

.didGallery
{
	background: #eee;
	text-align: center;
	padding: 3px;
	font-size: 0.85em;
}

.didGallery a
{
	color: red;
}

.didGallery a:hover
{
	color: #000;
}

#list_tipologie
{
	font-size: 1.0em;
	margin-top: 10px; 
	clear: both;
	background: #E3F19B;
}

#list_tipologie .tr
{
	background-color: #879F00;
	color: #fff;
}

#list_tipologie td
{
	border-bottom: 1px dashed #879F00;
}

#list_tipologie .tipologia
{
	font-size: 0.85em;
	padding-bottom: 3px;
}

#list_tipologie .dimensioni
{
	font-size: 0.85em;
	padding: 3px;
	background: #D2DF8B;
	text-align: right;
}

#list_tipologie .prezzo span
{
	color: #23A9BF;	
	font-size: 1.0em;
	font-weight: bold;
}

#carrello
{
	width: 550px;
}

#carrello .row1
{
	background: #E3F19B;
}

#carrello .row2
{
	background: #F1FF9F;
}

#carrello .descrizione
{
	font-size: 0.85em;
}

#carrello .testata_row
{
	background: #23A9BF;
	color: #fff;
}

#carrello input
{
	border: 1px solid #fff;
	color: #fff;
	/*background: #FF9900;*/
	background: #23A9BF;
	cursor: pointer;
}
#carrello input:hover
{
	color: #fff;
	background: #000;
}

#carrello .quantita
{
	color: #23A9BF;
	background: #fff;
	width: 40px;
	text-align: center;
	border: 1px solid #ccc;
	cursor: text;
}

#carrello .quantita:hover
{
	background: #fff;
	color: #23A9BF;
}

#carrello .tipologia
{
	background: #D2DF8B;
	color: #000;
	font-size: 0.85em;
	text-align: right;
	margin-top: 2px;
	padding: 2px;
}

#carrello .prodotto
{
	color: #23A9BF;
	font-size: 1.0em;
	margin-bottom: 10px;
	margin-top: 10px;
}

#carrello .tr1 
{
	/*background-color: #23A9BF;*/		
	color: #fff;
	text-align: center;	
	background-image: url("../img/sito/list_prod_top.gif");
	background-repeat: no-repeat;
	height: 35px;					
}
#carrello .td
{
	text-align: right;
}
#carrello .trProdotto
{
	background-color: #E3F19B;		
}
#carrello .totale 
{
	text-align: right;
	border-top: 1px dashed #888;
	color: red;
}

.userData td
{
	border-bottom: 1px dashed #ccc;
	/*background: #FFF38F;*/
}

.userData .td
{
	/*background: #EFE595;*/
	text-align: left;
}

.userData .tr1 
{
	background-color: #23A9BF;		
	color: #fff;
	text-align: left;						
}

.userData .tr1 td
{
	border: 0px solid #000;						
}

#cercaPG
{
	font-size: 0.85em;	
}

#cercaPG a
{
	color: #23A9BF;	
}

#cercaPG span
{
	color: #000;
	font-size: 1.0em;	
}

#cercaPG .row1
{
	/*background-color: none;*/
}	

#cercaPG .row2
{
	/*background-color: none;*/
}

#cercaPG ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#cercaPG ul li
{
	margin-bottom: 0px;
	border-bottom: 1px dashed #ccc;
}

#cercaPG ul li a
{
	display: block;
	margin: 0px;
	padding: 8px;
	color: #000;
	background-image: url("../img/sito/freccia.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin-left: 30px;
}

#cercaPG ul li a:hover
{
	color: #23A9BF;
	background-image: url("../img/sito/freccia.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
	
#cercaPG .cercaSub ul li
{
	margin: 0px;
	margin-left: 0px;
	padding: 1px;
}

#cercaPG fieldset
{
	border: 0px;
	padding: 10px;
	text-align: right;
	color: #555;
}

#cercaPG fieldset b
{
	color: #23A9BF;
}

.webmail
{
	margin-top: 10px;
	border-bottom: 0px dashed #ccc;
	background: #D1EBEF;
	padding: 3px;
}

.webmail a
{
	color: #1A818F;
}

.webmail a:hover
{
	color: #ff5500;
}

#captcha
{
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
}
#captcha input
{
	border: 0px;
	border: 1px dashed #555;
	font-size: 1.6em;
	width: 100px;
	text-align: center;
	height: 30px;
	color: #23A9BF;
}

.submitZero
{
	display: none;
}

#offerte
{
	border: 1px solid #FF9900;
	border-left: 0;
	margin-bottom: 10px;
	font-size: 0.8em;
	background: #eee;
	padding: 5px;
	height: 150px;
	background-image: url("../img/sito/triangolo.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

#offerte .titolo
{
	background: #000;
	color: #23A9BF;
	padding: 3px;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

#offerte .nome
{
	margin-bottom: 10px;
}
	
#offerte .nome a
{
	font-weight: bold;
}

#offerte .nome a:hover
{
	color: #23A9BF;	
}

#offerte .descrizione
{
	margin-bottom: 10px;
	height: 35px;
	line-height: 1.0em;
}

#offerte .descrizione a
{
	font-size: 0.85em;
	color: #555;
}

#offerte .descrizione a:hover
{
	color: #23A9BF;	
}

#offerte .prezzo
{
	font-size: 1.2em;
	color: #ff0000;
	text-align: right;
	font-weight: bold;
	border-top: 1px dashed #ccc;
}

#offerte .foto
{
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	
}

#offerte .foto img
{
	width: 50px;
	border: 1px solid #ccc;
}
/******************************************************************/
#boxOfferte
{
	margin-left: 20px;
	margin-top: 40px;
	font-size: 0.7em;
}

/*#boxOfferte h2, hr
{
	display: none;
}*/

#boxOfferteTop
{
	background-image: url("../img/sito/boxOfferteTop.gif");
	height: 35px;
	text-align: left;
	border: 0px solid #ccc;
	width: 157px;
	font-size: 1.8em;
	padding-left: 10px;
	padding-top: 5px;
}

#boxOfferteTop a
{
	color: #23A9BF;
}

#boxOfferteTop a:hover
{
	color: #23A9BF;
}

#boxOfferteMiddle
{	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 165px;
	background: #efefef;
}

#boxOfferteMiddle form
{	
	margin: 0px;
	padding: 0px;
}

#boxOfferteMiddle .submit
{
	background-image: url("../img/sito/plus.gif");
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
	color: #555;
	padding: 0;
	margin: 0;
	border: 0;
	border-bottom: 1px dashed #ccc;
	text-align: left;
	width: 160px;
	margin-left: 2px;
	height: 25px;
	font-weight: normal;
	font-size: 1.1em;
	padding-left: 20px;
	cursor: pointer;
}

#boxOfferteMiddle .submit:hover
{
	color: #000;
	background-color: #ccc;
}

#boxOfferteMiddle .nothing
{
	color: #888;
	padding: 0;
	padding-top: 7px;
	margin: 0;
	border: 0;
	border-bottom: 1px dashed #ccc;
	text-align: left;
	height: 18px;
	font-weight: normal;
	font-size: 1.1em;
	padding-left: 23px;	
}

#boxOfferteBottom
{
	background-image: url("../img/sito/boxOfferteBottom.gif");
	height: 20px;
	width: 167px;
}
/******************************************************************/
#cercaProd
{
	background-color: #efefef;
	width: 165px;
}

#cercaProd form
{
	margin: 0px;
	padding: 0px;
}

#cercaProd .text
{
	height: 13px;	
	font-size: 1.0em;
	width: 90px;
	padding: 3px;
	margin: 0px;
	border: 1px solid #ccc;
	text-align: center;
	color: #02398B;
}

.carrelloLogin .submit,
#cercaProd .submitCerca
{
	background-image: url("../img/sito/login_button.gif");
	border: 0;
	color: #fff;
	width: 50px;
	height: 24px;
	float: right;
	cursor: pointer;
	font-size: 1.0em;
	padding: 0;
}

.tableDiapositiveMenu
{
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding: 1px;
	/*background: #DAF2FC;*/
}

.tableDiapositive
{
	width: 100%;
	font-size: 0.85em;
	color: #555;
}

/*********************CATALOGO****************************/
.diapositivaCatalogo
{
	background-image: url("../img/sito/diapositivaCatalogo.gif");
	color: #555;
	margin-top: 10px;
	width: 100px;
	height: 100px;
	padding: 0px;
}

.diapositivaCatalogo form
{
	margin: 0;
	padding: 0;
}

.diapositivaCatalogo:hover
{
	background-image: url("../img/sito/diapositivaCatalogoOV.gif");
}

.diapositivaCatalogo input
{
	width: 80px;
	margin: 9px;
	border: 1px solid #fff;
	/*height: 80px;*/
}

.diapositivaCatalogo td
{
	border: 0px solid #000;
}

.diapositivaCatalogo img:hover
{
	border: 0px solid #555;
}
/*********************CATALOGO****************************/

/*********************MENU****************************/
.diapositivaMenu
{
	/*background-image: url("../img/sito/diapositivaCatalogo.gif");*/
	margin: 0;
	width: 60px;
	height: 60px;
	padding: 0;
	background: #8CD5F4;
}

.diapositivaMenu form
{
	margin: 0;
	padding: 0;
}

.diapositivaMenu:hover
{
	/*background-image: url("../img/sito/diapositivaCatalogoOV.gif");*/
}

.diapositivaMenu input
{
	width: 50px;
	height: 50px;
}

.diapositivaMenu td
{
	border: 1px solid #23A9BF;
}

.diapositivaMenu td input
{
	border: 1px solid #fff;
}

/*********************MENU****************************/

/********************HOME PAGE****************************/
.diapositiva
{
	background-image: url("../img/sito/diapositivaCatalogo.gif");
	color: #555;
	margin-top: 10px;
	width: 100px;
	height: 100px;
	padding: 0px;
}

.diapositiva form
{
	margin: 0;
	padding: 0;
}

.diapositiva:hover
{
	background-image: url("../img/sito/diapositivaCatalogoOV.gif");
}

.diapositiva img
{
	border: 0px solid #fff;	
	width: 80px;
}

.diapositiva td
{
	border: 0px solid #000;
}

.diapositiva img:hover
{
	border: 0px solid #555;
}
/********************HOME PAGE****************************/

#home_page
{

}

#home_header
{
	border: 0px solid #000;
	height: 21px;
	width: 700px;
	margin-bottom: 10px;
}

#home_left
{
	border: 0px solid #000;
	width: 680px;
	float: left;
}

#prod_home_top
{
	/*background-image: url("../img/sito/prod_home_top.gif");
	background-repeat: no-repeat;*/
	height: 35px;
}

#prod_home_top .text
{
	color: #000;
	font-size: 1.2em;
	padding: 8px;	
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;	
	border-right: 1px solid #ccc;
}

#prod_home_middle
{
	border-left: 1px solid #ccc;	
	border-right: 1px solid #ccc;	
}

#prod_home_middle td
{
	padding: 0px;	
}

#prod_home_middle .tdTitle
{
	/*height: 50px;	*/
	padding: 0px;
	padding-top: 10px;

}

#prod_home_middle .titolo
{
	background: none;
	padding: 0;
	margin: 0;
	color: #23A9BF;
	border: 0px solid #000;
	font-size: 1.2em;
	font-family: arial;
}

#prod_home_middle .row1
{
	background: #fff;	
	color: #888;
}

#prod_home_middle .row2
{
	background: #fff;	
	color: #888;
}

#prod_home_middle .row1 .td,
#prod_home_middle .row2 .td
{
	border-bottom: 0px dashed #ccc;
	padding: 3px;
	margin: 0;
}

#prod_home_middle .miniatura
{
	padding: 20px;
	background-color: #fff;
	border: 3px solid #D1EBEF;
	margin: 5px;
	width: 50px;
}

#prod_home_middle .dettaglio
{
	background-image: url("../img/sito/detail_button.gif");
	border: 0;
	color: #fff;
	width: 100px;
	height: 24px;
	cursor: pointer;
	font-size: 0.95em;
	padding: 0;
	margin-top: 10px;
}

#prod_home_middle .prezzo
{
	font-weight: bold;
	font-size: 1.2em;
	color: #23A9BF;	
	padding-top: 15px;
}

#prod_home_bottom
{
	/*background-image: url("../img/sito/prod_home_bottom.gif");
	background-repeat: no-repeat;*/
	height: 13px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;	
	border-right: 1px solid #ccc;
}

#home_right
{
	border: 0px solid #000;
	width: 200px;
	float: left;
	padding-left: 8px;
	font-size: 1.2em;
}

#loginHome
{
	margin-left: 30px;
	margin-top: 0px;
	border: 0px solid #000;
	background-image: url("../img/sito/webmail.gif");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#dominio
{
	margin-left: 30px;
	margin-top: 72px;
	border: 0px solid #000;
	background-image: url("../img/sito/dominio.gif");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#loginHome.HomePage
{
	margin: 0; 
	margin-bottom: 14px;
	margin-left: 9px; 
}

#dominio.HomePage
{
	margin: 0; 
	margin-bottom: 14px;
	margin-left: 9px; 
}

#special_home_top
{
	margin-top: 8px;
	background-image: url("../img/sito/special_home_top.gif");
	background-repeat: no-repeat;
	height: 30px;
}

#special_home_top .text
{
	display: none;	
}

#special_home_middle
{
	border-left: 1px solid #ff9a03;	
	border-right: 1px solid #ff9a03;
	background: #ffeed6;
	width: 155px;
	padding: 5px;
}

#special_home_middle .nome a
{
	font-size: 0.8em;
	font-weight: bold;	
	color: red;
	font-family: arial;
}

#special_home_middle .dettaglio a
{
	background-image: url("../img/sito/detail_button2.gif");
	border: 0;
	color: #fff;
	width: 70px;
	height: 19px;
	cursor: pointer;
	font-size: 0.7em;
	padding: 0;
	display: block;
	text-align: center;
	padding-top: 5px;
}

#special_home_middle .prezzo
{
	color: #23A9BF;
	font-weight: bold;
	font-size: 0.8em;	
}

#special_home_middle .foto
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#special_home_middle .foto img
{
	width: 100px;
	border: 1px solid #555;
}

#special_home_bottom
{
	background-image: url("../img/sito/special_home_bottom.gif");
	background-repeat: no-repeat;
	height: 13px;
}

.richInfo,
.list_prod_top
{
	/*background-image: url("../img/sito/list_prod_top.gif");
	background-repeat: no-repeat;
	height: 35px;*/
	/*padding-top: 10px;*/
	color: #000;
	background: #D1EBEF;
	padding: 5px;
	font-size: 0.85em;
	margin-bottom: 10px;
}

.list_prod_top .archivio
{
	padding-top: 10px;
	color: #fff;
	font-weight: bold;
}

.list_prod_top .haicercato
{
	color: #fff;
	font-weight: bold;
	font-size: 0.85em;
}

.list_prod_top div
{
	padding-left: 10px;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
}

.frmpag1 
{
	BACKGROUND: #2785E4;
	border: 0px solid #ccc;
	margin: 1px;
	padding: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 0.95em;
}

.frmpag1sel 
{
	BACKGROUND: #ccc;
	color: #000;
	border: 0px solid #ccc;
	margin: 1px;
	padding: 0px;
	cursor: pointer;
	font-size: 0.95em;
}

#regButton form
{
	margin: 0;
	padding: 0;	
}

#regButton .submit
{
	background-image: url("../img/sito/detail_button2.gif");
	border: 0;
	color: #fff;
	width: 70px;
	height: 24px;
	cursor: pointer;
	font-size: 1.0em;
	padding: 0;
	display: block;
	text-align: center;
	padding-top: 0px;
}

.tiporegistrazione
{
	background-image: url("../img/sito/list_prod_top.gif");
	background-repeat: no-repeat;
	height: 45px;
	font-size: 1.2em;
	color: #fff;
	padding-left: 10px;
	padding-bottom: 10px;
}

.tiporegistrazione span
{
	font-weight: bold;
}

#mostraCarrello
{
	font-size: 0.7em;	
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
}

#newshome
{
	padding: 10px;
	margin-left: 30px;
	margin-top: 4px;
	background-image: url("../img/sito/menu3.gif");
	background-repeat: no-repeat;
	width: 201px;
	height: 274px;
}

#newshome.HomePage
{
	margin: 0; 
	height: 250px; 
	width: 325px; 
	margin-left: 9px; 
	background: #fff;	
}

#newshome.HomePage .allNews
{
	font-size: 0.8em;
}

#newshome ul li a
{
	background-color: transparent;
	display: block;
	margin: 0;	
	padding: 0;
	color: #23A9BF;
}

#newshome ul li a:hover
{
	background-color: transparent;
	color: #FF5500;
}

#newshome ul li
{

	margin: 0;
	margin-top: 10px;
	font-size: 0.7em;
}

#newshome ul li .data
{
	text-align: left;
	color: #ff5500;
}

#newshome ul li .titolo
{
	font-weight: bold;
}

#newshome ul li .testo a
{
	color: #3D719A;
}

#newshome .miniatura
{
	border: 0px solid #000;	
	width: 80px;
	height: 52px;
	float: left;
}

/***************************************************************************/
#siteMap
{
	font-size: 0.85em;	
}

#siteMap a
{
	color: #444;	
}

#siteMap ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#siteMap ul li
{
	padding: 5px;	

}

#siteMap ul li .titoloPG
{
	display: block;
	background: #D1EBEF;
	padding: 3px;
	padding-left: 10px;
	border-bottom: 0px solid #00A8F9;	
	border-left: 20px solid #00A8F9;
}

#siteMap ul li ul li
{
	border: 0px;
}

#siteMap ul li ul li a
{
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	color: #000;
	border-bottom: 1px dashed #ddd;
	background-image: url("../img/sito/plus.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin-left: 30px;
	margin-bottom: 1px;
}

#siteMap ul li ul li a:hover
{
	color: #23A9BF;
	background-image: url("../img/sito/plus.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
/***************************************************************************/

.allNews
{
	margin-top: -47px;
	margin-right: 35px;
	padding-left: 8px;
	padding-top: 3px;
	height: 22px;
	width: 60px;
	font-size: 0.7em; 
	float: right;
	background-image: url("../img/sito/allNews.gif");
	background-repeat: no-repeat;
}

.allNews a
{
	color: #ff5500;
}

.bkgHome
{
	background-image: url("../img/sito/home.gif");
	/*background-position: 0 65px;*/
}

/*******************************PORTFOLIO**********************************/
.infiniteCarousel {
  width: 535px;
  height: 150px;
  position: relative;
  border: 0px solid #000;
  background: url(../img/sito/portfolio.gif) no-repeat;
  font-size: 0.7em;
}

.infiniteCarousel .wrapper {
  width: 485px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 128px;
  margin: 25px 0px 0px 25px;
  position: absolute;
  top: 0px;
  border: 0px solid #000;
}

.infiniteCarousel ul a img {
  /*border: 5px solid #A2DBEA;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
}

.infiniteCarousel ul a:hover img {
  border: 5px solid #23A9BF;
}

#home_right input, #leftcol ul li .imgPortfolio {
  border: 5px solid #A2DBEA; 
 /* -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;*/
  width: 120px;
  height: 70px;
  margin-left: 6px;
}

#home_right input, #leftcol ul li .imgPortfolio:hover {
	border: 5px solid #23A9BF;
}

#home_right input, #leftcol ul li .titlePortfolio {
  font-size: 0.8em;
  text-align: center;
  border: 0px solid #000;
  background: transparent;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  /*display:block;*/
  float:left;
  padding: 10px;
  height: 85px;
  width: 142px;
  text-align: center;
  border: 0px solid #000;
}

.infiniteCarousel ul li a {
	color: #555;	
}

.infiniteCarousel ul li a:hover {
	color: #ff5500;	
}

.infiniteCarousel ul li a img {

  width: 120px;
  height: 70px;
}

.infiniteCarousel .arrow {
  display: block;
  height: 23px;
  width: 23px;
  text-indent: -999px;
  position: absolute;
  top: 70px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  /*background-position: 0 0;*/
  right: 5px;
  background: url(../img/sito/slideRight.gif) no-repeat 0 0;
}

.infiniteCarousel .back {
  /*background-position: 0 -72px;*/
  left: 5px;
  background: url(../img/sito/slideLeft.gif) no-repeat 0 0;
}

.infiniteCarousel .forward:hover {
  /*background-position: 0 -36px;*/
  background: url(../img/sito/slideRightOV.gif) no-repeat 0 0;
}

.infiniteCarousel .back:hover {
  /*background-position: 0 -108px;*/
  background: url(../img/sito/slideLeftOV.gif) no-repeat 0 0;
}

#titolo {
	position: absolute;
	font-weight: bold;
	color: #206B84;
	top: 625px;
	left: 15px;
	z-index: 2000;
}

#titolo a
{
	color: #14646F;
}
/*******************************PORTFOLIO**********************************/

.testo_header
{
	position: absolute; 
	font-size: 2.8em; 
	text-align: left; 
	top: 180px; 
	left: 85px;
	color: #fff;
	font-weight: bold;
	font-family: arial;
}

.testo_header_ombra
{
	position: absolute; 
	font-size: 2.8em; 
	text-align: left; 
	top: 179px; 
	left: 84px;
	color: #2F2F2F;
	font-weight: bold;
	font-family: arial;
}

#fadeText
{
	display: none;
}

#clickHome
{
	position: absolute; 
	z-index: 1000; 
	left: 10px; 
	border: 0px solid #000;
}

#clickHome a
{
	display: block; 
	height: 110px; 
	width: 340px;	
}

#clickHome a span
{
	display: none;
}

#whois
{
	font-size: 1.2em;
	font-family: tahoma;
}

#whois .td
{
	border: 1px solid #ccc;	
}

#whois form
{
	margin: 0px;
	padding: 0;
	font-size: 0.7em;
	margin-bottom: 20px;
}

#whois form input
{
	border: 0px solid #ccc;
}

#whois form .submit
{
	color: #fff;
	font-size: 0em;
	width: 21px;
	height: 21px;
	padding-bottom: 2px;
	margin: 1px;
	float: right;
	cursor: pointer;
	/*background: #23A9BF;*/
	background-image: url("../img/sito/freccia_submit.gif");
}

#listPG
{
	margin-bottom: 40px;
	border: 1px solid #fff;
}

#listPG ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
}

#listPG ul li
{
	background-image: url("../img/sito/indice.gif");
	background-repeat: repeat-y;
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	border-bottom: 0px dashed #ccc;
	margin-bottom: 1px;
}

#listPG ul li a
{
	color: #07447F;
	padding-left: 18px;
	background-image: url("../img/sito/freccia.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#listPG ul li a:hover
{
	background-image: url("../img/sito/freccia.gif");
}

#pagewidth #tornatop,
#buttonPortfolio #tornatop
{
	text-align: right;
	width: 100%;
	font-size: 0.85em;
	clear: both;
}

#tornatop form
{
	margin: 0;
	padding: 0;	
}

#pagewidth #tornatop form input,
#buttonPortfolio #tornatop form input
{
	margin: 0px;
	padding: 0px;
	background-image: url("../img/sito/top.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 20px;
	width: 80px;
	font-size: 1.0em;
	text-align: right;
	color: #555;
	margin-right: 15px;
	background-color: transparent;
	border: 0;
}

#google_translate_element
{
	position: absolute;
	right: 0; 
	top: 60px;
}

#google_translate_element select
{
	color: #ff5500;
	border: 1px solid #ccc;
	text-align: left;
	padding: 3px;
	width: 157px;
}

#buttonPortfolio form
{
	margin: 0;
	padding: 0;	
}

#buttonPortfolio form input
{
	border: 0px dotted #ccc;
	width: 200px;
	text-align: left;
	font-size: 1.2em;
	color: #23A9BF;
	margin: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 70px;
	cursor: pointer;
	background-color: #fff;
	height: 82px;
}

#buttonPortfolio form input:hover
{
	color: #ff5500;	
}

#buttonPortfolio .privati
{
	background-image: url("../img/sito/privati.gif");
	background-repeat: no-repeat;
}

#buttonPortfolio .pubblici
{
	background-image: url("../img/sito/pubblico.gif");
	background-repeat: no-repeat;
}

#buttonPortfolio .title
{
	font-family: arial;
	font-size: 1.8em;
	color: #23A9BF;
	background: #eee;
	padding: 2px;
	font-weight: bold;
}

#buttonPortfolio .link
{
	background: none;
	border: 0;
	padding: 0;
	font-size: 0.9em;
	width: 100%;
	cursor: pointer;
	text-align: right;
	color: #23A9BF;
	margin: 0;
	margin-bottom: 40px;
}

#buttonPortfolio .link:hover
{
	color: #000;
}




.addthis_toolbox.addthis_default_style{
	margin: 0 0 0 80px;text-align: center;
}


.news-item{
	margin-bottom: 15px;
}
