@charset "UTF-8";
@import url("default.css");
/* Realizzazione */

/*----- CONTENT RIGHT ------*/

#content-right h1, #content-right h2{
	color: 						#e2db9c;
	font-weight: 				normal;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					14px;
	background: 				url(/images/dotted_divider.gif) repeat-x left bottom;
	padding-bottom: 			7px;
}
#content-right h3 strong{
	font-weight: 				bold;
	color: 						#e2db9c;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					12px;
}
#content-right h3{
	font-weight: 				normal;
	padding: 					10px 0px 5px 0px;
	margin: 					0px;
	font-weight: 				normal;
	color: 						#998c5b;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					12px;
}
#content-right .details{
	color: 						#998c5b;
	line-height: 				16px;
	margin: 					0px;
	padding: 					0px 0px 8px 8px;
}
#content-right .details a{
	color: 						#998c5b;
	border-bottom-width: 		1px;
	border-bottom-style: 		dotted;
	border-bottom-color: 		#998c5b;
	text-decoration: 			none;
}
#content-right .details a:hover{
	color: 						#e2db9c;
	border-bottom-width: 		1px;
	border-bottom-style: 		dotted;
	border-bottom-color: 		#e2db9c;
	text-decoration: 			none;
}
