/* SIDEBAR ====================================================================== */

#sidebar div.topic, #sidebar div.ptopic {
	margin-bottom: 30px;
}

#sidebar h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
	color: #083a92;
}

#sidebar img {
	vertical-align: top;
}

#sidebar .sbtopic_head {
	width: 258px;
	height: 24px;
	background: transparent url(../images/box_header.png) no-repeat;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
}
#sidebar .sbtopic_content {
	width: 246px;
	padding: 5px;
	border-left: 1px solid #3f69b0;
	border-right: 1px solid #3f69b0;
	border-bottom: 1px solid #3f69b0;
}

#sidebar .sbtopic_content img.imTextLinks {
	margin: 0 10px 5px 0;
}

#sidebar .csc-textpic-clear {
	clear: none !important;
}

/* TagCloud ====================================================================== */


div.tagcloud {
  /* width: 258px; */
  border-top: 1px solid black;
  padding-top: 5px;
}
div.tagcloud a {
  color: #083A92;
}