#gallery html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#gallery body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	padding: 0 20px 20px;
	color: #333;
}
#gallery .nav-links {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery .nav-links li {
	line-height: 1.6em;	
	font-size: 1.2em;
}
#gallery #content {
	margin-left: 240px;
	margin-top: 30px;
	margin-right: 50px;
}
#gallery .twitthis {
	position: absolute;
	top: 250px;
	left: 20px;
}
#gallery pre {
	background: #e8e8e8;
	border-left: 10px solid #777;
	font-size: 0.85em;
	padding: 1em;
	color: black !important;
	overflow-x: auto;
}
#gallery .important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}


#gallery h3 {
	font-size: 1.45em;
	line-height: 1.05em;
	border-bottom: 1px solid #333;
}
#gallery .galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 150px 0px 0px 400px;
}
#gallery dt {
	font-weight: bold;
}
#gallery dd {
	margin-bottom: 0.5em;
}
#gallery .code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
#gallery code, .code {

}
#gallery .options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
#gallery .options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
#gallery .options th, .options td {
	padding: 4px 10px;
}
#gallery .options td {
	border-right: 1px solid #777;
}
#gallery #parts-img {
	border: 1px solid black;
}
#gallery img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}
#gallery a:link {
	color: #3671A8;
	font-weight: bold;
	text-decoration: none;
}

#gallery a:visited {
	color: #3671A8;
	font-weight: bold;
	text-decoration: none;
}
#gallery a:hover {
	color: #CC5914;
}
#gallery .panel-overlay h2,
#gallery .panel-overlay p{
	margin: .3em 0;
}
#gallery .panel-overlay p {
	line-height: 1.2em;
}