div#breadcrumbs {
	margin: 0px 0px 10px;
	font-size: 0.9em;
}
div.listedInfoItem {
	clear: both;
	padding-bottom: 5px;
}
div.listedInfoItem h2 { margin-top: 0; }
div.listedInfoItem div.votebox {
	width: 98px;
	height: 85px;
	background: url(/images/layout/vote_bg.gif) 0 0 no-repeat;
	float: left;
	position: relative;
}
div.listedInfoItem div.votebox div.number {
	position: relative;
	top: 5px;
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
	color: #6b6a6a;
}
div.listedInfoItem div.votebox div.vote {
	position: relative;
	text-align: center;
	font-size: 1.2em;
	color: #7e7e7e;
	top: 5px;
}
div.listedInfoItem div.votebox div.hidden {
	visibility: hidden;
}
div.listedInfoItem div.votebox div.stars {
	width: 85px;
	height: 15px;
	position: relative;
	margin: 0px auto;
	top: 5px;
}
div.listedInfoItem div.votebox div.ratingInfo {
	clear: both;
	font-size: 0.9em;
	color: #7e7e7e;
	position: relative;
	top: 5px;
	text-align: center;
}
div.listedInfoItem div.votebox div.stars ol { list-style-type: none; margin: 0; padding: 0; }
div.listedInfoItem div.votebox div.stars ol li {
	position: relative;
	float: left;
	width: 17px;
	height: 15px;
	background: url(/images/layout/bizzreview_icons.gif) 0 -30px no-repeat;
}
div.listedInfoItem div.votebox div.stars ol li a {
	display: inline-block;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-decoration: none;
	cursor: default;
}
div.listedInfoItem div.votebox div.stars ol li a.infoItemVote {
	cursor: pointer;
}
div.listedInfoItem div.votebox div.stars ol li a.active {
	background: url(/images/layout/bizzreview_icons.gif) 0 -60px no-repeat;
}

div.listedInfoItem div.votebox div.stars ol li a.selected {
	background: url(/images/layout/bizzreview_icons.gif) 0 -45px no-repeat;
}

div.listedInfoItem div.contentbox {
	position: relative;
	float: left;
	width: 491px;
	padding-left: 8px;
}
div.listedInfoItem table.attribs {
	font-size: 0.95em;
}
div.listedInfoItem a.infoItemLink span.hint {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 0.7em;
	color: #2b2b2b;
	padding-left: 8px;
	white-space: nowrap;
	cursor: pointer;
}
div.listedInfoItem a.infoItemLink span.hint span {
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	height: 10px;
	width: 8px;
	overflow: hidden;
	background: url(/images/layout/bizzreview_icons.gif) 0 -10px no-repeat;
}
div.listedInfoItem ul.subjectList {
	list-style-type: none;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
#bodyContent div.listedInfoItem div.contentbox h2 { margin: 0 0 2px 0; font-size:1.3em; }
#bodyContent div.listedInfoItem div.contentbox h2 a { color: #5EB1DB; }
#bodyContent div.listedInfoItem div.contentbox h2 a:hover { color: #086190; }
div.listedInfoItem div.contentbox ul {
	width: 491px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.925em;
}
div.listedInfoItem div.contentbox ul li { display: inline-block; float: left; }
div.listedInfoItem div.contentbox span.key { font-weight: bold; }
div.listedInfoItem div.contentbox div.summary { clear: both; padding-top: 5px; font-size: 1em; }
div.listedInfoItem div.contentbox table th { text-align: left; }
div.listedInfoItem div.contentbox table td.small { font-size: 0.875em; }
div.listedInfoItem div.contentbox table td.inter { padding: 0 2px; }
div.listedInfoItem div.contentbox span.highlight {
	font-weight: bold;
	text-decoration: underline;
	color: #3E93BE;
}
div.listedInfoItem div.contentbox div.footer {
	clear: both;
	position: relative;
	font-size: 0.9em;
	padding-top: 2px;
}
div.listedInfoItem div.contentbox div.footer div.publicationDate { float: right; }
div.listedInfoItem div.content {
	clear: both; padding-top: 10px;
	border-bottom: 1px solid #dadada;
	padding-left: 105px;
}
div.listedInfoItem div.content h2 { margin: 0 0 10px 0; }
div.listedInfoItem div.content h2 a:hover {
	text-decoration: none;
	color: #086190;
}
div.listedInfoItem div.content h4 { margin-bottom: 5px; }
div.listedInfoItem div.content div.files ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.description {
	padding-bottom: 4px;
}
div.description a.infoItemLink span.hint {
	font-weight: bold;
	color: #3e93be;
	font-size: 1em;
}
div.listedInfoItem div.clear { clear: both; }

/* clickable bar to collapse / expand comments */
#commentsControl {
	height: 25px;
	border-bottom: 1px solid #dadada;
	margin-top: 5px;
	cursor: pointer;
}
#commentsControl div { float: left; }
#commentsControl .title {
	font-size: 1.4em;
	color: #0b80bd;
	font-weight: bold;
}
#commentsControl .icon {
	margin-top: 3px;
	background: url(/images/layout/bizzreview_icons.gif) no-repeat;
}
#commentsControl .commentsIcon {
	height: 16px;
	width: 24px;
	background-position: 0 -75px;
}
#commentsControl .collapse, #commentsControl .expand {	width: 14px; height: 14px;}
#commentsControl .collapse { background-position: -14px -91px; }
#commentsControl .expand {  background-position: 0px -90px; }

/* The comments */
#commentsContainer { background: url(/images/layout/comments_bg.gif) repeat-x; }
#commentsContainer .comment {
	border-bottom: 1px solid #dadada;
}
#commentsContainer .comment .commenterInfo {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 50px;
	width: 130px;
	float: left;
	color: #3e93be;
	text-align: center;
}
#commentsContainer .comment .commenterInfo .jobFunction {
	color: #756437;
	font-size: 0.9em;
	margin-top: -4px;
}
#commentsContainer .comment .commenterInfo .userRank {
	width: 19px;
	height: 18px;
	background: url(/images/layout/bizzreview_rank.gif) no-repeat;
	margin: 0px auto;
}
#commentsContainer .comment .commenterInfo .rank_gold {}
#commentsContainer .comment .commenterInfo .rank_silver { background-position: 0 -18px; }
#commentsContainer .comment .commenterInfo .rank_bronze { background-position: 0 -36px; }
#commentsContainer .comment .commenterInfo .rank_normal { background: none; }
#commentsContainer .comment .commentContent {
	float: left;
	width: 460px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #7e7e7d;
}

/* clickable bar to collapse / expand list in detailview */
#itemsListControl {
	height: 25px;
	border-bottom: 1px solid #dadada;
	margin-top: 5px;
	cursor: pointer;
}
#itemsListControl div { float: left; }
#itemsListControl .title {
	font-size: 1.4em;
	color: #0b80bd;
	font-weight: bold;
}
#itemsListControl .icon {
	margin-top: 3px;
	background: url(/images/layout/bizzreview_icons.gif) no-repeat;
}
#itemsListControl .itemsListIcon {
	margin-top: 0px;
	height: 19px;
	width: 24px;
	background-position: -20px -72px;
}
#itemsListControl .itemsList_collapse, 
	#itemsListControl .itemsList_expand { margin-left: 5px; width: 14px; height: 14px;}
#itemsListControl .itemsList_collapse { background-position: -14px -91px; }
#itemsListControl .itemsList_expand {  background-position: 0px -90px; }
#itemsListContainer a {
	text-decoration: underline;
}
#itemsListContainer a:hover {
	text-decoration: none;
}
#itemsListContainer ol {
	list-style-type:none;
	margin:5px 0 16px 10px;
	padding: 0;
}
#itemsListContainer li {
	height:17px;
	line-height:17px;
	margin-left:10px;
}
#itemsListContainer div.listbg {
	background:transparent url(/images/layout/listnr_small_bg.gif) no-repeat scroll 0 0;
	float:left;
	font-weight:bold;
	height:16px;
	margin-right:10px;
	padding:0;
	text-align:center;
	width:27px;
}
	
/* Input field for comments */
#addCommentContainer {
	position: relative;
	height: 215px;
	border-top: 2px solid #fcf5e2;
	border-left: 1px solid #fbf0d4;
	border-right: 1px solid #fbf0d4;
	border-bottom: 1px solid #dbdbdb;
	background: url(/images/layout/comment_input_bg.gif) repeat-x;
}
#addCommentContainer .icon {
	position: absolute;
	width: 30px;
	height: 26px;
	left: 20px;
	top: 15px;
	background: url(/images/layout/bizzreview_icons.gif) 0 -105px no-repeat;
}
#addCommentContainer .addCommentHeader {
	position: absolute;
	top: 15px;
	left: 55px;
	font-size: 1.4em;
	color: #494949;
	font-weight: bold;
}
#addCommentContainer .addCommentHeader .small { font-size: 0.75em; color: #7a7a7a; }
#addCommentContainer textarea {
	position: absolute;
	left: 20px;
	top: 65px;
	width: 528px;
	height: 95px;
	padding: 10px;
	border: none;
	background: url(/images/layout/commentfield_bg.gif) no-repeat;
}
#addCommentContainer input.button {
	position: absolute;
	left: 484px;
	top: 184px;
	border: none;
	background: url(/images/layout/bizzreview_buttons.gif) 0 -22px no-repeat;
	height: 25px;
	padding: 0px;
	width: 85px;
	color: #fff;
	font-weight: bold;
}

/* add comment messages */
#addCommentMessage {
	padding: 10px 10px 5px 10px;
	font-size: 1.4em;
	color: #494949;
	font-weight: bold;
}

#commentsPager {
	padding: 5px 0px;
	border-bottom: 1px solid #dbdbdb;
}
