/* TABLE OF CONTENTS 
this is the css for the a plug in table-of-contents/includes.php*/
.mw-toc-hdg {
/* 	overflow::hidden; */
	/*display:inline;*/
}


.mw-toc-hdg a.my-toc-id {
text-decoration:none;
	padding-right:40px;
	font-weight:bold; /* this ensures hover doesn't reset weight */
 
}

/* jquery assigns the hover */
.mw-toc-hdg span.tochover {
	background: url('http://shoqvalue.com/wp-content/mw-bin/images/gototop-up_silver.gif') no-repeat right center;
    border-bottom:2px solid silver;
}


a.toplink {
	padding:0;margin:0;
	padding-left:40px;
	text-decoration:none;
	font-size:12px;
	float:right;

}
a.toplink:none{
text-decoration:none;
color:black;
}

              

/* these are the top links (table of contents box) 
TYPO NAVIGTION is author's not mre.*/
.pni-navigtion {
	
	
	float:left;
	
	margin: 0px 0px 35px 0em;
	background:#F7F7F7;
	padding: 5px 20px 10px 0;
	bo/rder-right: 180px solid #e8e8e8;
	bor/der-left: 180px solid #e8e8e8;
	bor/der-left: 180px solid gray;
	border-right: 200px solid gray;
	font-style: normal;
	font-size: 14px;	
	line-height:18px;
	overflow:auto;
	height:250px;
	ba/ckground: url('http://shoqvalue.com/wp-content/mw-bin/images/gototop-up_silver.gif') no-repeat right center;
	background-image:url('img/eggshell.jpg');
	
	
}

.pni-navigtion a {
	text-decoration:none;
	color:#000000;
}

.pni-navigtion ol {
	padding-left:2em;	
	font-family:arial, geneva,san-serif;
}
.pni-navigtion ol li {
	padding-top: 2px;
}
.pni-navigtion ol li li {
	padding-top: 0px;
}
.pni-navigtion ol ol {
	font-size: 95%;
}
.pni-navigtion ol,
 .pni-navigtion  li {
 line-height:inherit;
}
.pni-content {
	clear:both;
	bottom-border:1px solid silver;
	bottom-margin: 10px;
}
