.leftbar .title {
	height: 20px;
	width: 186px;
	padding: 6px 5px 2px 25px;
	margin: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	
	font-size: 13px;
	font-weight: bold;
}
.leftbar a:link, .leftbar a:visited {
	text-decoration: none;
}
.leftbar a:hover {
	text-decoration: underline;
	color: #902424;
}
.leftbar .active .title.active {
	background-image: url('../_images/bg-leftbar-red.jpg');
	color: #902424;
}
.leftbar .inactive .title.active {
	background-image: url('../_images/bg-leftbar-red-inactive.jpg');
}
.leftbar .title.active a:link, .leftbar.title.active a:visited {
	color: #902424;
}
.leftbar ul.child {
	list-style-type: none;
	margin: 0px;
	padding: 5px 5px 10px 13px;
	
	font-size: 11px;
	line-height: 15px;
	color: #444;
}
.leftbar ul.child a:link {
	color: #444;
}
.leftbar .inactive .title {
	background-image: url('../_images/bg-leftbar-gray.jpg');
	color: #444;
}
.leftbar .title.inactive a:link, .leftbar .title.inactive a:visited {
	color: #444;
}
.leftbar .inactive .child {
	display: none;
}

#sample {
	background-image: url('../_images/slimbox/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

h1#title {
	height: 30px;
	margin: 5px 0px 15px 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
}
#title table td {
	text-align: left;
	vertical-align: top;
}

#thumbs {
	width: 100%;
}
#thumbs img.thumb {
	border: 1px solid #000;
	margin-bottom: 10px;
}

.count {
	font-weight: normal;
}
