* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #333;
	color: #3F4E37;
	cursor: default;
	font-family: "Century Gothic", Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-image: url(../immagini/sf_smenu100.png);
	background-repeat: repeat;
}

body a {
	text-decoration: none;
	outline: none;
	color: #3F4E37;
}

body a:hover {
	text-decoration: none;
	color: #963B1A;
}

body .hidden {
	display: none;
}

body h1 {
	color: #963B1A;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
body h2 {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3F4E37;
	margin-bottom: 5px;
	height: 20px;
}

body pre {
	text-align: left;
	padding: 10px;
	background: #e4e4e4;
	margin-bottom: 16px;
}

body ul {
	list-style-type: none;
}

div.clear {
	clear: both;
}

div.block {
	padding: 0px;
}

div#content_n {
	padding-top: 0px;
}

div#content_n div.block {
	/* [disabled]margin-bottom: 5px; */
}

div#info {
	/* [disabled]padding-bottom: 0px; */
}

div#info ul {
	margin-top: 0px;
}

div#info ul li {
	float: left;
	margin-right: 5px;
}
div#info ul li a:hover {
	color: #963B1A;
	text-decoration: none;
}
div#info ul li a:hover img {
	background-color: #963B1A;
}

div#info ul li img {
	float: right;
	margin-left: 3px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

ul#ticker {
	width: 230px;
	height: 200px;
	overflow: hidden;
}

ul#ticker li {
	width: 220px;
	height: 195px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 5px;
}

ul#ticker li a {
	color: #666;
}

ul#ticker li span {
	display: block;
	color: #3F4E37;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
