/**************************
 SilverStripe Hole in One Theme
 http://www.silverstripe.com

 adapted to SilverStripe by Jeff Chan
 http://jeffchan.org

 based on Sir Web Design's layout
 http://www.openwebdesign.org/viewdesign.phtml?id=4136
 http://sirwebdesign.com

/*defaults*/
html {
	background: #e4e5d7 repeat-x 0 0;
}

body{
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:73%;/*90%;*/
	margin:0;
	padding:0;
	
}

p{
	margin:0;
	padding:0 0 15px;
	/*text-align: left;*/
	text-align: justify;
}

a img{
	border: none;
}

a{
	color:#2565b9;
	/*text-decoration:underline;*/
	text-decoration:none;
}

a:hover
{
	color:#3c87e3;
	text-decoration:none;
}

/*structural elements*/
#Container{
	text-align:center;
	/*width:760px;*/
	width:900px;
	height:100%;
	background:#FFF;
	margin:0 auto;
	padding:0;
}

#Holder{
	width:100%;
	background:#FFF;
	text-align:right;
	padding:10px 20px 5px;
}



#Holder_gallery{
	background:#fff url('../images/gallery_900_01.jpg') no-repeat 0 1px;
	/*height:439px; */
	/*width:800px;*/
	width:900px;
	padding:10px 20px 5px;
	text-align:right;
	
}

#Holder_usato{
	background:#fff;
	/*height:439px; */
	/*width:800px;*/
	width:900px;
	padding:10px 20px 5px;
	text-align:right;
	
}

#Logo{
	background:#fff no-repeat 180px 0;
	border-bottom:1px solid #DADADA;
	padding:5px 30px 20px 0;
}

	#Logo h1{
		font-weight:400;
		font-size:170%;
		color:#2565b9;
		margin:0;
		padding:0;
	}

#Navigation{
	background:#fff; /*url('../images/header_nav.jpg') no-repeat 0 0px;*/
	height:30px;	
	color:#2565b9 ;
	padding:10px 0;
	font-size:16px;
	text-align:center;
	
}

	#Navigation a{
		color:#2565b9;
		text-decoration:none;
		padding:0 20px 0 0;
	}

	#Navigation a:hover
	{
		color:#3c87e3;
		
		}
	
	#Navigation ul
	{
		margin:0;
		padding:0;
		list-style:none;
		
	}

	#Navigation li
	{
		display:inline;
		margin:0;
		padding:0;
		
	}
	

#Header{
	/*background:#fff url('../images/head2.jpg') no-repeat 0 1px;*/
	background:#fff url('../images/banner_03.jpg') no-repeat 0 1px;
	height:250px;
	/*width:760px;*/
	width:900px;
	padding: 0px;
	margin-top:0px;
	
}
#menu_top{
	height:15px;
	width:700px;
	float:right;
	font-size:10px;
}

#banner_left{
	float:left;
	width:469px;
	height:153px;
	
}
#banner_right{
	float:left;
	width:291px;
	height:153px;
	
}

#Header.header_link{
	padding:0px;
	margin:0px;
	
}

	#Header h1{
		font-weight:400;
		font-size:170%;
		color:#fff;
		margin:30px 0 0;
		padding:0;
	}
#Breadcrumbs p {
	font-size: 0.8em;
	padding: 0;
}

#Layout{
	color:#F2F1EC;
	padding: 0 0 10px 0;
}
	
#Content{
	/*float:right;*/
	float:left;
	/*width:530px;*/
	width:680px;
	line-height:160%;
	padding:10px;
	text-align:left;
}

#Content_2{
	/*float:right;*/
	float:left;
	/*width:530px;*/
	width:700px;
	line-height:160%;
	padding:10px;
	text-align:left;
}

#Sidebar{
	float:left;
	width:200px;
	line-height:140%;
	text-align:justify;
}
.sidebarBox_top{
		background:#fff url('../images/colonna_alto.jpg') no-repeat 0 1px;
		/*border:1px solid #CFE9F5;  /*#EFF0EA */
		font-size:100%;
		/*margin:10px 0;*/
		margin-top:10px;
		
		/*padding:15px 10px 15px;*/
		width:184px;
		height:41px;
		float:left;
	}
	
	.sidebarBox_bottom{
		background:#fff url('../images/colonna_basso.jpg') no-repeat;
		
		width:184px;
		height:20px;
		float:left;
	}

	.sidebarBox{
		background:#fff url('../images/colonna_medio.jpg') repeat-y ;
		/*border:1px solid #CFE9F5;  /*#EFF0EA */
		font-size:100%;
		float:left;
		width:184px;
		margin:0;
		padding:0 0 0 15px;
		/*margin:10px 0;
		padding:15px 10px 15px;*/
	}
		.sidebarBox_top h3{
			color:#3c87e3;
			font-size:130%;
			font-weight:400;
			padding: 20px 0 0 15px;
			/*0 0 10px;*/
			
			font-weight:bold;
			
			
		}
		
		.sidebarBox ul
		{
			
			list-style:none;
			margin:0 10px;
			padding:0;
		}

		.sidebarBox li
		{
			margin:0;
			padding:0;
			line-height: 1.8em;
			text-align: left;
		}
		
		.sidebarBox li a.current{
			text-decoration: none;
			font-weight: bold;
		}

#Footer{
	/*clear:both;*/
	/*width: 760px;*/
	width: 900px;
	margin:0 auto;
	font-size:80%;
	background:#fff;
	text-align:center;
	border-top:2px solid #e4e5d7;
	padding:5px 20px 0px 20px ;
	height: 70px;
	

}
#Footer2{
	/*clear:both;*/
	width: 800px;
	margin:0 auto;
	font-size:80%;
	background:#fff;
	text-align:center;
	border-top:2px solid #e4e5d7;
	padding:5px 0 ;
	height: 70px;
	

}

	#Footer a{
		color:#2565b9;
		font-weight:700;
		text-decoration:underline;
		padding:0 5px 0 0;
	}
	
	#Footer ul
	{
		list-style:none;
		margin:0;
		padding:0;
	}

	#Footer li
	{
		display:inline;
		margin:0;
		padding:0;
	}

	#Copyright{
		/*float:right;*/
		width: 100%;
		text-align:center;
		background:#fff;
		
	}
	#Mediamind{
		float:right;
		width: 330px;
		text-align:right;
	}
	
#Top_footer{
	width:100%;
	background:#fff;
	height: 250px;
	padding:20px;
}

#Login_area{
	width:30%;
	background:#fff;
	float:left;
	height: 250px;
	
}

#Central_area{
	width:40%;
	background:#fff;
	float:left;
	height: 250px;

	
}

/*misc*/
.clearFix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearFix{
	display:block;
}

* html .clearFix
{
	height:1%;
}


/******************* PER Home ***************************************************************/
#HomePage{
	font-family:Arial,Helvetica,sans-serif;
	background:#fff;
	/*height:439px; */
	/*width:800px;*/
	width:900px;
	padding: 0 0 5px 0;
	color:#333333;
	height:400px;
	padding:0 20px 5px;
	
}



#blocco_sx{
	width:450px;
	background:#fff;
	/*height:360px;*/
	height:400px;
	float:left;
}
#blocco_dx{
	width:450px;	/*450 + 40 di margin*/
	background:#fff;
	/*height:360px;*/
	height:400px;
	float:left;
}
.blocco_sx_top{
	width:450px;
	margin-left:20px;
	height:150px;
	background:#fff;
	
}
.blocco_sx_top_usato{
	width:450px;
	/*margin-left:65px;*/
	/*margin-left:20px;*/
	/*height:150px;*/
	height:200px;
	background:#fff;
	
}
.blocco_sx_bottom{
	width:450px;
	/*margin-left:20px;*/
	height:180px;
	background:#fff;
	
}
.blocco_sx_rgg{
	width:450px;
	margin-left:20px;
	height:80px;
	background:#fff;
	
}
.blocco_sx_bottom_eventi{
	width:360px;
	margin-left:65px;
	height:180px;
	background:#fff;
	margin-top:13px;
	
}
.box_top{
	width:430px;  /*358 - il padding*/
	height:22px;	/*41 - il padding*/
	float:left;
	/*background:#fff url('../images/box_alto.jpg') no-repeat 0 1px;*/
	background:#fff url('../images/nuovo_box_alto_2.jpg') no-repeat 0 1px;
	font-size:23px;
	font-family:Arial,Helvetica,sans-serif;
	text-align:left;
	color:#2565b9;
	/*padding-left:20px;*/
	padding-top:14px;
	
}

.box_top a{
	text-decoration:none;
	margin-left:20px;
	/*padding-left:20px;*/
	
}
.box_top a:hover{
	text-decoration:none;
	mergin-left:20px;
	padding-left:20px;
	margin-top:18px;
}


.box_top_rgg{
	width:430px;  /*450 - il padding*/
	height:22px;	/*41 - il padding*/
	float:left;
	background:#fff url('../images/nuovo_box_alto_2.jpg') no-repeat 0 1px;
	font-size:18px;
	font-family:Arial,Helvetica,sans-serif;
	text-align:left;
	color:#2565b9;
	padding-left:20px;
	padding-top:18px;
}
.box_middle{
	width:390px;	/*430 - i due padding*/
	float:left;
	/*background:#fff url('../images/box_medio.jpg') repeat-y 0 1px;*/
	background:#fff url('../images/nuovo_box_bg_2.jpg') repeat-y 0 1px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	text-align:left;
}

#usato_testo_sx{
	width:190px;	
	float:left;
	text-align:left;
}
#usato_testo_dx{
	width:190px;	
	height:119px;
	float:left;
	text-align:left;
	background:#e2edfd;/* url('../images/immagine_trattori_box.jpg') no-repeat 0 1px;*/
}

.box_middle_met{
	width:390px;	/*450 - i due padding*/
	float:left;
	background:#fff url('../images/nuovo_box_bg_2.jpg') repeat-y 0 1px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	font-size:18px;
	font-family:Arial,Helvetica,sans-serif;
	text-align:left;
	color:#2565b9;
}
.box_bottom{
	width:430px;
	height:41px;
	float:left;
	background:#fff url('../images/nuovo_box_basso_2.jpg') no-repeat;
}
.box_bottom_usato{
	width:430px;
	/*height:41px;*/
	height:128px;
	float:left;
	/*background:#fff url('../images/bottom_usato_09.gif') no-repeat;*/
	background:#fff url('../images/nuovo_box_basso_2.jpg') no-repeat;
}

.box_middle a {
	text-decoration:none;
	color:#333333;
	}
	
.box_middle a:hover{
	text-decoration:none;
	color:#333333;}
	

#Home{text-align: left; margin: 0; padding: 0; display:block;
}

#Home.Titolo{
	position:relative; left: 15px; top: 0px;
	font-weight:bold; color:#2565b9; font-size:14px;
	padding: 5px 0 0 5px; 
}




#Home.News_area {width:365px; height:150px;}
#Home.News_area span{position:relative; left: 30px; top: -15px; width:365px;}
#Home.News_area ul li{position:relative; left: 30px; top: -10px; width:365px;}
#Home.News_area li span{position:relative; left: 0px; top: 0px; width:365px;}

#Home.Azienda{position:relative; left: 10px; top: -5px; z-index:2; width:330px; background-color:#e2edfd; color:#33333; margin:10px; padding:10px 10px 10px 10px; text-align: justify;}
#Home.Azienda_back{position:relative; left: 20px; top: -230px; z-index:1; width:330px; height:210px; background-color:#fdf478; color:#333333; margin:10px; padding:10px 10px 10px 10px; text-align: justify;}
#Home.Usato{position:relative; left: 400px; top: -420px; z-index:2;width:330px; background-color:#e2edfd; color:#333333; margin:10px; padding:10px 10px 10px 10px; text-align: justify;}
#Home.Usato_back{position:relative; left: 410px; top: -620px; z-index:1; width:330px; height:185px; background-color:#fdf478; color:#333333; margin:10px; padding:10px 10px 10px 10px; text-align: justify;}
#Home.Servizi{position:relative; left: 10px; top: -5px; width:330px; background-color:#e2edfd; color:#333333; margin:10px; padding:10px 10px 10px 10px; text-align: justify;}

/******************* PER PAGINA DEGLI ARTICOLI ***************************************************************/

/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	/*background:#ffffff;	/*colore dello sfondo del blocco della news*/
	/*border:1px dotted #ccc;*/
	/*padding:10px;*/
	margin: 10px 0 15px 0;
	text-align:left;
	
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
	
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
		
	}
	#NewsList li.newsDateTitle a {
		font-size:1.2em;		/*1.3em;*/
		font-weight:normal;		/*bold;*/
		color:#65944A;/*#0083C8;*/	/*colore del titolo della news*/
		text-decoration:none;
		padding-left:0px;
		/*background:url(../images/treeicons/news-file.gif) no-repeat left center;*/
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px solid #65944A;
			/*padding-bottom:0.2px;	/*distanzio la sottolineatura dle link dal testo*/
			
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}


/**************************************per le NEWS - Home page *********************************************/

/* The rest of this file is for the second tutorial */
#LastNewsList{
	/*background:#ffffff;	/*colore dello sfondo del blocco della news*/
	/*border:1px dotted #ccc;*/
	/*padding:10px;*/
	margin: 0px 0 15px 0;
	text-align:left;
}

.SoloNews{
	font-weight:bold;	/*bold;*/
	color:#3c87e3;
	font-size:14px;
	margin: 0;
	padding:2px 0px 10px 0px;
}

.SoloData{
		font-size:10px;		
		font-weight:normal;	
		padding: 0px 5px 0px 0px;		
}

#LastNewsList li{
	margin: 5px 0 0 0;
	list-style-type: none;
	/* border-bottom: 1px dotted #2565b9; */
}

	#LastNewsList li.LastnewsDateTitle span {
		color:#666;
		/*line-height:1em;*/
		
	}
	#LastNewsList li.LastnewsDateTitle a {
		font-size:11px;		/*1.3em;*/
		font-weight:bold;	/*bold;*/
		text-decoration:underline;	
		color:#2565b9;/*#0083C8;*/	/*colore del titolo della news*/
		/*padding-left:20px;*/
		background:url(../images/treeicons/news-file.gif) no-repeat left top;
		padding: 2px 5px 0px 20px;
		margin: 0px 0px 0px 0px;
		/*line-height: 1.5em;*/
		
	}
		#LastNewsList li.LastnewsDateTitle a:hover {
			/*border-bottom:1px dotted #0083C8;*/
	        /*border-left: 5px solid  #65944A;*/
			/*padding: .3em 0 .3em 10px;*/
		font-weight:bold;			/*bold;*/
			color: #3c87e3;		
		}
		
		
/**************************************************
//					LOGIN AREA
**************************************************/

#Login_area h2 {
	color:#0083C8;
	font-size:10px;
}
#Login_area ul {
	margin: 0;	
}
#Login_area li {
	list-style-type: none;
	margin: 0;
}
#Login_area .browser {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
#Login_area .bar {
	background-color: #015581;
}
#Login_area form {
	width:100%;
}
	#Login_area form fieldset{
		border:0;
	}
		#Login_area .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#Login_area span.message {
			width: 100%;
		}
		#Login_area form div {
			margin-top:10px;
			width:100%;
		}
		#Login_area form label {
			font-size:12px;
			color:#333;
		}
			#Login_area form label.left {
				float:left;
				margin-left:20px;
			}
			#Login_area form label.FormHeading {
				font-size:1.3em;
				color:#ff7200;
				font-weight:bold;
			}
		#Login_area form input.text,
		#Login_area form textarea,
		#Login_area form select {
			width:80%;
			color:#333333;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		
		#Login_area form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#333333;
			margin-right:4px;
		}
		#Login_area form input.year {
			width:35px;
		}
		#Login_area form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#Login_area form p.Actions input {
				padding:2px;
			}
		#Login_area form ul.optionset {
			padding-top: 15px;
			padding-left: 15px;
		}
			#Login_area form ul.optionset li {
				list-style-type: none;
			}

/**************************************************
//					CONTATTI AREA
**************************************************/
#Contatti_area p {
	padding-left:5px;
	padding-top:600px;
	
}

#Contatti_area h2 {
	color:#0083C8;
	font-size:10px;
}
#Contatti_area ul {
	margin: 0;	
}
#Contatti_area li {
	list-style-type: none;
	margin: 0;
}
#Contatti_area .browser {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
#Contatti_area .bar {
	background-color: #015581;
}
#Contatti_area form {
	width:100%;
}
	#Contatti_area form fieldset{
		border:0;
	}
		#Contatti_area .message {
			color:red;
			/*background:#ddd;*/
			background:#fff;
			/*border:1px solid #ccc;*/
			padding:3px;
			margin:3px;
			font-size:11px;
		}
		#Contatti_area span.message {
			width: 100%;
		}
		#Contatti_area form div {
			margin-top:10px;
			width:100%;
		}
		#Contatti_area form label {
			font-size:12px;
			color:#333;
			width:150px;
		}
			#Contatti_area form label.left {
				float:left;
				/*margin-left:20px;*/
				margin-top:8px;
			}
			#Contatti_area form label.FormHeading {
				font-size:1.3em;
				color:#ff7200;
				font-weight:bold;
			}
		#Contatti_area form input.text,
		#Contatti_area form textarea,
		#Contatti_area form select {
			width:80%;
			color:#333333;
			/*background:#f8f8f8;*/
			background:#ffffff;
			border:1px solid #aaa;
			padding:1px;
		}
		
		#Contatti_area form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#333333;
			margin-right:4px;
		}
		#Contatti_area form input.year {
			width:35px;
		}
		#Contatti_area form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#Contatti_area form p.Actions input {
				padding:2px;
			}
		#Contatti_area form ul.optionset {
			padding-top: 15px;
			/*padding-left: 15px;*/
			padding-left:0px;
		}
			#Contatti_area form ul.optionset li {
				list-style-type: none;
			}
			
			
#logincrm{
	widht: 300px;
	height:100px;
}

/*************************************** LISTA PRODOTTI *********************************************/

#div_query{
	
	width:760px;	/*540*/
	background-color:#fff;
	float:left;
	padding-top:20px;
	
	
	
}

#lista_prodotti{
	color:#333333;
	padding:10px;
}

#dettaglio_prodotti{
	color:#333333;
	
}

/* The rest of this file is for the second tutorial */
#lista_prodotti{
	
	margin: 10px 0 15px 0;
	text-align:left;
	
}

#lista_prodotti li {
	margin: 0;
	list-style-type: none;
	color:#3d3d35;
	clear:both;
}
/*

#lista_prodotti {
	margin: 0;
	list-style-type: none;
	
}
	#lista_prodotti li.newsDateTitle span {
		color:#666;
		line-height:2em;
		
	}
	#lista_prodotti li.newsDateTitle a {
		font-size:1.2em;		
		font-weight:normal;		
		color:#65944A;
		text-decoration:none;
		padding-left:0px;
		
	}
		#lista_prodotti li.newsDateTitle a:hover {
			border-bottom:1px solid #65944A;
			
			
		}
		
	#lista_prodotti li.newsSummary {
		margin-bottom:20px;
	}
		#lista_prodotti li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#lista_prodotti li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#lista_prodotti li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}*/

/*#lista_prodotti .nome_query { 
clear: both;
padding-left: 170px;
height: 1.2em;
font-size: 15px;
font-weight:bold;
border-bottom: 1px solid #e7e9d6;
color:#2565b9;
}

#lista_prodotti .code_query { 
clear: both;
padding-left: 170px;
color:#333333;
margin-top:30px;
}

#lista_prodotti .dettagli { 
padding-left: 170px;
margin-top:10px;


}

#lista_prodotti .categoria_query { 
padding-left: 170px;

}

#lista_prodotti .foto_query { 
float: left;
margin-left: 3px;
margin-top: -7em;
margin-bottom:20px;
}*/

#lista_prodotti .nome_query { 
clear: both;
padding-left: 130px;
height: 1.2em;
font-size: 15px;
font-weight:bold;
border-bottom: 1px solid #e7e9d6;
}

#lista_prodotti .foto_query { 
float: left;
margin-left: 3px;
margin-top: -5.7em;
}

#lista_prodotti .code_query{
margin-left: 130px;
margin-top: 5px;
font-size: 10px;
color:#333333;
}
/*************************************** DETTAGLI PRODOTTI *********************************************/





/* The rest of this file is for the second tutorial */
#dettaglio_prodotti{
	/*background:#ffffff;	/*colore dello sfondo del blocco della news*/
	/*border:1px dotted #ccc;*/
	/*padding:10px;*/
	margin: 10px 0 15px 0;
	text-align:left;
	padding:10px;
	
}

#dettaglio_prodotti {
	margin: 0;
	list-style-type: none;
	
}
	#dettaglio_prodotti li.newsDateTitle span {
		color:#666;
		line-height:2em;
		
	}
	#dettaglio_prodotti li.newsDateTitle a {
		font-size:1.2em;		/*1.3em;*/
		font-weight:normal;		/*bold;*/
		color:#65944A;/*#0083C8;*/	/*colore del titolo della news*/
		text-decoration:none;
		padding-left:0px;
		/*background:url(../images/treeicons/news-file.gif) no-repeat left center;*/
	}
		#dettaglio_prodotti li.newsDateTitle a:hover {
			border-bottom:1px solid #65944A;
			/*padding-bottom:0.2px;	/*distanzio la sottolineatura dle link dal testo*/
			
		}
		
	#dettaglio_prodotti li.newsSummary {
		margin-bottom:20px;
	}
		#dettaglio_prodotti li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#dettaglio_prodotti li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#dettaglio_prodotti li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

.nome_prodotto{
	font-size:170%;
	font-weight:400;
	line-height:130%;
	color:#3c87e3;
	margin:0;
	padding:0 0 8px;
}

.content_prodotti{
	color:#333333;
	/*width:760px;*/
	width:900px;
	clear:both;
}

.big_image{
	background:#ffffff;
	/*width:360px;
	height:270px;*/
	width:460px;
	height:500px;/*345px;*/
	float:left;
}
.small_image{
	float:left;
	width:350px;
	margin-left:30px;
}

.caratteristiche_tecniche{
	color:#333333;
	/*width:760px;*/
	width:900px;
	clear:both;
}

.caratteristiche_ruote{
	width:760px;
	margin-top:30px;
}

.caratteristiche_est{
	width:760px;
	margin-top:30px;
}


.caratt_dx{
	width:370px;
	float:left;
	/*background:#ff0000;*/
}
.caratt_sx{
	width:370px;
	float:left;
	/*background:#00ff00;*/
}
.ee{
width:760px;
	float:left;
	background:#0000ff;
}

.table_detail{
	border : 2px solid #ffffff;
}


/************************************* BOTTONI ******************************************************/

.bottoni1{
	width:900px;
	height:47px;
	float:left;
	
}

.pulsante1 {
	height:47px;
	width:150px;
	display:block;
	float:left;
	}

.pulsante1 a {
	background-image:url('../images/bottone_a_03.jpg');
	height:47px;
	width:150px;
	display:block;
	}
	
.pulsante1 a:hover{
	background: url('../images/bottone_03.jpg') 100% -47px;
	text-decoration:none;}

.pulsante1 a p {
	font-family:Arial,Helvetica,sans-serif;;
	color:#3C87E3;
	font-size:16px;
	font-weight:bold;
	padding-top:18px;
	text-align:center;
	text-decoration:none;}
	
.pulsante1 a:hover p {
	text-decoration:none;}

	
