@charset "utf-8";
/* CSS Document */

body {
    background-color:#F9F9F9;
    color: #000000;
    text-align: center;
    margin: 0px;
	margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: "lucida sans", Tahoma, Arial, Helvetica, sans-serif;
}

#header {
	width: 955px;
    height: 55px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-variant:small-caps;
}

.page {
	width: 825px;
	text-align:center;
}

#footer td, div{
	top: 5px;
	text-align: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #525241;
	font-family: "lucida sans", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#footer p {
	color: #777777;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

table.menu {
	width:170px;
}

table.menu th {
	padding: 2px 8px 2px 8px;
	text-transform:capitalize;
	text-align:right;
	color:#666666;
}

table.menu td {
	padding:6px 0px 6px 8px;
	font-family: Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
	white-space:nowrap;
	font-size: 11px;
	text-align:right;
	text-transform:capitalize;
}

table.menu tr:hover {
	cursor:pointer;
}

a {
	color:#AAA;
	text-decoration:none;
}

a:hover {
	color:#00F;
}

.tdMenu {
	width: 170px;
	vertical-align:text-top;
}

/* Gallery */
#imgPannello {
	cursor:pointer;
}
.nav-links {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-links li {
	line-height: 1.6em;	
	font-size: 1.2em;
}
content {
	margin-left: 240px;
	margin-top: 30px;
	margin-right: 50px;
}
.twitthis {
	position: absolute;
	top: 250px;
	left: 20px;
}
pre {
	background: #e8e8e8;
	border-left: 10px solid #777;
	font-size: 0.85em;
	padding: 1em;
	color: black !important;
	/*overflow-x: auto;*/
}
.important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}
h3 {
	font-size: 1.45em;
	line-height: 1.05em;
	border-bottom: 1px solid #333;
}
.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
	border-bottom-color: white;
	text-align:left;
}
.panel-overlay p {
	line-height: 1.2em;
}

.prova{
	color:#CCC;
}