/*	
	esterni.org css definitions
	author: triknine
	
	section: layout css definition (specific by name or ids definitions)
*/

div#detailedScheda {
	background-color:#ffff00;
	padding:20px;  margin:0px; color:#000000;
	 width:350px;
}
div#topScheda {
	background-color:#333333;
	padding:0px; margin:0px;
	height:10px; width:350;
	padding:20px;
}
div#detailedScheda div {color:black;}
div#detailedScheda div.title {
	font-weight:800; color:#000000;
}
div#detailedScheda div.photo {
	height:196px; padding-top:20px; 
}
div#detailedScheda div.subtitle {
	color:#000000;
}
div#detailedScheda div.description {
	font-size:13px; padding-top:20px; 
}
div#detailedScheda div.links {
	font-size:13px; padding-top:20px; 
}
div#detailedScheda div.links a:link,
div#detailedScheda div.links a:active,
div#detailedScheda div.links a:visited
{
	color:#ff0099; text-decoration:underline;
}
div#detailedScheda div.links a:hover {
	color:#ff0099; text-decoration:none;
}