/** comments block **/
#commentsBlock {
	padding-bottom: 10px;
}
.blockList { overflow: hidden; }
#commentsBlock a { text-decoration: underline; }
#commentsBlock h3 {
	margin: 0;
	padding: 12px 0 4px 2px;
	font-weight: bold;
	color: #4e4e4e;
	text-align: center;
	font-size: 1.5em;
}
#commentsBlock h3 img {
	width: 14px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-right: 2px;
	background: url(/images/layout/bizzreview_icons.gif) -8px 0 no-repeat;
}
#commentsBlock .divider {
	clear: both;
	width: 260px;
	height: 2px;
	margin: 3px auto;
	background: url(/images/layout/commentsblock.gif) 0 0 no-repeat;
}
#commentsBlock .comment {
	width: 280px;
	margin: 0px auto;
	padding: 8px 0 12px 0;
	border-bottom: 1px solid #c4c2c2;
}
#commentsBlock .comment h4 {
	font-weight: normal;
	font-size: 0.95em;
	margin: 0;
	color: #3e93be;
	text-decoration: underline;
	text-transform: uppercase;
}
#commentsBlock .comment .content {
	padding: 5px 10px;
	height: 37px;
	background: url(/images/layout/commentsblock.gif) 0 -2px no-repeat;
	overflow: hidden;
	line-height: 1.4em;
	color: #5e5d5d;
}
#commentsBlock .comment .itemLink img {
	height: 11px;
	width: 11px;
	background: url(/images/layout/bizzreview_icons.gif) -8px -16px no-repeat;
}
#commentsBlock .comment .itemLink a {
	font-size: 0.9em;
	text-transform: lowercase;
}

/** trends lists **/
#trendsListBlock .title { 
	text-align: center; 
	font-size: 1.4em; 
	margin: 5px 0 0 0;
}
#trendsListBlock .title .big { color: #3e93be; font-size: 1.4em; }
#trendsListBlock ol {
	margin: 5px 0 30px 0;
	padding: 0;
	margin-left: 10px;
	list-style-type: none;
}
#trendsListBlock ol li { height: 22px;	margin-left: 10px;	line-height: 22px; }
#trendsListBlock ol li a { text-decoration: underline; text-transform: uppercase; }
#trendsListBlock ol li img {
	background:transparent url(/images/layout/bizzreview_icons.gif) no-repeat scroll 0 -20px;
	height:10px;
	margin-left:3px;
	width:8px;
}
#trendsListBlock ol li div.listbg {
	width: 27px;
	height: 22px;
	padding: 0 0 0 10px;
	float: left;
	background: url('/images/layout/listnr_bg.gif') no-repeat;
	font-weight: bold;
}

/** subjects **/
/** trends lists **/
#subjectsBlock { position: relative; }
#subjectsBlock .title { 
	text-align: center; 
	font-size: 1.4em; 
	margin: 5px 0 0 0;
	text-transform: capitalize;
}
#subjectsBlock .title .big { color: #3e93be; font-size: 1.4em; }
#subjectsBlock .message { text-align: center; }
#subjectsBlock ol {
	margin: 5px 0 0 0;
	padding: 0;
	margin-left: 10px;
	list-style-type: none;
	overflow: hidden;
}
#subjectsBlock ol li {
	height: 17px;
	margin-left: 10px;
	line-height: 17px;
}
#subjectsBlock ol li a { text-decoration: underline; text-transform: uppercase; }
#subjectsBlock ol li a:hover { text-decoration: none; }
#subjectsBlock ol li img {
	background:transparent url(/images/layout/bizzreview_icons.gif) no-repeat scroll 0 -20px;
	height:10px;
	margin-left:3px;
	width:8px;
}
#subjectsBlock ol li div.listbg {
	width: 27px;
	height: 16px;
	padding: 0;
	text-align: center;
	margin-right: 10px;
	float: left;
	background: url('/images/layout/listnr_small_bg.gif') no-repeat;
	font-weight: bold;
}
#subjectsBlock #subjectsExpanded {
    margin-top: 0px;
	height: 0px;
}
#subjectsBlock a#btnSubjectsExpand {
	font-size: 0.875em;
	color: #3F3F3F;
	font-weight: bold;
	text-decoration: underline;
}