/* SIDEBAR */

/*#sidebar {
    position: absolute;
    top: 49px;
    right: 0px;
    border-left: 1px solid #ffffff;
    background-color: #eeeeee;
}*/

#sidebar {
	width: 180px;
   float:right;
	border-left: 1px solid #ffffff;
	background-color: #eeeeee;
}

#sidebar div.section {
	width: 160px;
	padding: 1em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d9d9d9;
}

#sidebar div.section h3 {
	font-weight: bold;
   font-size: 110%;
}

#sidebar *:first-child {
	margin-top: 0;
}

#sidebar *:last-child {
	margin-bottom: 0;
}

#sidebar div.section ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#sidebar div.section ul ul {
	padding-left: 1.5em;
	list-style-type: square;
}

#sidebar div.section li {
	padding: 0px;
	margin: 0px;
}

#sidebar div.section p {
	font-size: small;
}
