@CHARSET "UTF-8";

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 195px; /* Width of Menu Items */
}


.suckerdiv ul li{
position: relative;
text-align:right;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
top: 0;
left:-190px;/*width: 170px; sub menu width*/
visibility: hidden;
display:block;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #616161;
text-decoration: none;
padding: 5px 25px 0px 0px;
border-bottom: 0;
}


.suckerdiv ul li{
display: block;
text-decoration: none;
color: #616161;
}

/* Styles for Menu Items */
.suckerdiv ul li {
	display: block;
	text-decoration: none;
	color: #616161;
    background-image:url(../images/menu-back.jpg); background-repeat:no-repeat; background-position:center center;height:24px; width:195px;
}

/* Hover Styles */
.suckerdiv ul a:hover {
	color: #1B4182;
}

.suckerdiv ul li a:visited{
color: #616161;
}

.suckerdiv ul li a:hover{
background-color:#EDEDED;
color:#EA6211;
}

* html .suckerdiv ul li{float: left; }
.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li {float: left;}
* html .suckerdiv ul li a {}
/* End */
.commentfont{ font-size:14px;  }




.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;
}
.galleryview 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;
}
code, .code {

}
.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;
}
.galleryview  img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}
.galleryview a:link, a:visited {
	color: #3671A8;
	font-weight: bold;
	text-decoration: none;
}
.galleryview a:hover {
	color: #CC5914;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}
