/* PLUS EXAMPLE
ul.subsections li a[href="#"] {
	padding-left: 20px !important;
	background: url(http://www.howdju.com/static/img/vui/plus-thick-gray-light.png) no-repeat 0px 3px;
} */

/*
body, html {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial;
	color: #333;
	background: #F4F4F4;
}
a {
	cursor: pointer;
	color: #3B5998;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	padding: 20px 0 0 0;
	height: 100%;
	width: 100%;
}
.content {
	border: 1px solid #D9D9D9;
	box-shadow: #DDD 0 1px 1px;
	margin: auto;
	max-width: 980px;
	background: #fff;
	margin-bottom: 50px;
	height: 814px;
}
.menu {
	float: left;
	height: 794px;
	overflow: hidden;
	width: 206px;
	background: #fdfdfd;
	border-right: 1px solid #e8e8e8;
	padding-top: 20px;
}
.page {
	width: 732px;
	padding: 20px 20px 0 20px;
	float: right;
	background: #fff;
}
h1 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
.header {
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	padding-bottom: 25px;
	padding-top: 0;
}
.icons {
	margin-bottom: 1em;
}
.item {
	width: 723px;
	padding: 4px 0 16px 6px;
	margin-bottom: 20px;
	vertical-align: top;
	line-height: 18px;
	font-size: 12px;
}
*/

.thumbnail {
	margin-top: -10px;
	float: left;
	margin-right: 10px;
}
.thumbnail img {
	position: relative;
	top: 10px;
}
.name {
	margin-left: 136px;
	font-size: 16px;
	line-height: 24px;
}
.desc {
	margin-left: 136px;
	line-height: 21px;
}
.desc p {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.expand-collapse {
	padding: 20px;
	padding-top: 40px;
	font-size: 11px;
}
.nicetree {
	list-style-type: none;
	margin: 0 20px 0 20px;
	padding: 0;
}
.nicetree li {
	border-bottom: 1px solid #E5E5E5;
	line-height: 18px;
	font-size: 12px;
}
.nicetree li:first-child {
	border-top: 1px solid #E5E5E5;
}
.nicetree li a{
	display: block;
	padding: 6px 6px 6px 10px;
}
.nicetree li.active:first-child {
	border-top: 2px solid #D2DEE5;
}
.nicetree li.active.withsubsections {
	background: #F2F7FC;
	border-top: 1px solid #D2DEE5;
	border-bottom: 1px solid #D2DEE5;
	margin: 0 -20px;
	margin-top: -1px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 10px;
}
.nicetree li a.selected {
	color: #333;
	font-weight: bold;
	background: url(../images/tree/dwn-arrow.png) no-repeat 95% center;
}
.nicetree ul.subsections {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nicetree ul.subsections li {
	border: 0;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.nicetree ul.subsections li a {
	color: #333;
	font-size: 12px;
	overflow: hidden;
	padding: 3px 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nicetree ul.subsections li a:hover {
	text-decoration: underline;
}
.nicetree ul.subsections ul.subsections li:first-child {
	background: url(../images/tree/divider.png) no-repeat 10px 4px;
}
.nicetree_hover {
	background: url(../images/tree/arrow.png) no-repeat right center;
	color: #333;
}
/* Themes */
.nicetree li.active.withsubsections.green {
	background: #f2fcf3;
	border-top: 1px solid #d2e5d3;
	border-bottom: 1px solid #d2e5d3;
}
.nicetree li.green a {color: #4b4b4b}
.nicetree li.green a:hover {color: #000}
.nicetree li.active.withsubsections.orange {
	background: #fcf9f2;
	border-top: 1px solid #e5dfd2;
	border-bottom: 1px solid #e5dfd2;
}
.nicetree li.orange a {color: #4b4b4b}
.nicetree li.orange a:hover {color: #000}
.nicetree li.active.withsubsections.gray {
	background: #f4f4f4;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.nicetree li.gray a {color: #4b4b4b}
.nicetree li.gray a:hover {color: #000}
.nicetree li.active.withsubsections.red {
	background: #fcf2f2;
	border-top: 1px solid #e5d2d2;
	border-bottom: 1px solid #e5d2d2;
}
.nicetree li.red a {color: #4b4b4b}
.nicetree li.red a:hover {color: #000}