/* PCIP Sample CSS design */

#box {
	width: 900px;
	margin: 10px 0 10px -200px;
	padding: 0;
}

#sample {
	width: 70%;
	margin: 10px 0;
	padding: 20px 20px 20px 0;
	float: right;
	font: normal 14px serif;
	border: 1px outset #999;
	color: #000;
	background: #fff url(../images/paper.jpg) repeat top left;
}

#defs {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-family: 'Lucida Console', 'Bitstream Vera Sans Mono', 'Andale Mono', Monaco, monospace;
	list-style-position: inside;
}

#defs li {
	visibility: hidden;
	margin: 0;
	padding: 2px 30px 2px 1px;
	background: #fff000 url(../images/wedge.jpg) repeat-y center right;
}

.off {
	margin-left: -13px;
}

#sample p {
	line-height: 1.5em;
}

#sample sup a:link {
	font: bold 10px monospace;
	background: transparent url(../images/yellow.gif) no-repeat center center;
	text-decoration: none;
	margin-left: 4px;
	padding: 0 2px;
	cursor: help;
}

#sample sup a:hover {
	color: #0000ff;
	text-decoration: none;
	background: transparent url(../images/red.gif) no-repeat center center;
}

#sample .above {
	height: 2em;
	float: left;
	margin: 0 0 0 3em;
	padding: 0;
}

#sample .first {
	margin-left: 4em;
	padding: 0;
}

.next {
	margin-left: 4em;
	text-indent: 1em;
}

.also {
	margin: 0 0 0 4em;
}

.further {
	margin: 0 0 0 4em;
	text-indent: 1em;
}

.then {
	margin-left: 3em;
	text-indent: 1em;
}

.outer {
	width: 100%;
	overflow: hidden;
	margin: 0 0 0 1em;
	padding: 0;
}

.innerleft {
	margin-top: 0;
	margin-bottom: 0;
	width: 70%;
	float: left;
}

.innerright {
	margin-top: 0;
	margin-bottom: 0;
}

