#sidebar .pod {
	display: inline-block;
	text-decoration: none;
	color: #FFFFAA;
	padding: 0;
	border-bottom: 1px solid #CCC;
	background: #F6F6F6;
	width: 200px;
}

#sidebar .pod span, #sidebar .pod b {
	margin: 10px;
	color: #343;
	display: block;
}

#sidebar .pod .desc {
	font-weight: normal;
	line-height: 1.4em;
}

#sidebar .pod .title, #sidebar .note {
	background-color: #7E93B5;
	color: white;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px 5px 10px;
}

#sidebar .pod .action {
	font-weight: bold;
	color: #657B9E;
	text-align: right;
	text-decoration: underline;
}

#sidebar .pod:hover {
	background: #E2E2EF url('images/pod-bg.jpg');
}

#sidebar .pod:hover .title {
	text-decoration: underline;
}

.index {
	margin: 30px 0 0 0;
}

.index .pod {
	clear: both;
	display: block;
	border-top: 1px solid #CCC;
	text-decoration: none;
	color: #222;
	padding: 8px 10px;
	margin: 0;
}

.index a.pod:hover {
	background: #EEE;
}

.index .pod img {
	border: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.index .pod span {
	display: block;
	margin: 5px;
	margin-right: 20px;
}

.index .pod .title {
	font-size: 115%;
	font-weight: bold;
	color: #405880;
}