div#textView p.heading{
	font-weight:bold;
}

div#textView p{
	padding-bottom:5px;
}

div#textView img.mainphoto{
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

img.mainphoto_wide{
	clear:both !important;
	float:none !important;
	margin:0 auto !important;
	margin-bottom:10px !important;
}

div.buttons{
	width:100%;
	clear:both;
	padding:5px;
}

h4.related{
	width:610px;
	margin:20px 0 10px 0;
	clear:both;
	display:block;
	padding:5px;
	background:#DEDEDE;
	color:#202020;
	font-weight:bold;
	font-size:14px;
}

div.related_thumb{
	width:140px;
	float:left;
	margin-left:12px;
}	

div.related_thumb img{
	width:140px;
	height:60px;
	display:block;
	clear:both;
	margin-bottom:3px;
}

div.photo_cont{
	width:100%;
	clear:both;
	text-align:center;
	padding-bottom:10px;
}

div#textView div.dane{
	padding-top:10px;
	text-align:right;
}

div#textView div.description{
	clear:both;
	padding:10px;
	font-style:italic;
}

div.view_bottom{
	margin_top:10px;
	padding:10px 0 7px 0;
	width:610px;
	clear:both;
	margin:0 auto;
	background:url(../images/body/view_bottom.png) no-repeat;
}

div.view_bottom_spacer{
	height:20px;
}

div.view_bottom a span{
	color:#B80000;
}

div.view_bottom a{
	color:#202020;
	display:block;
	float:right;
	padding:8px 0 5px 0;
	text-decoration:none;
}

div.view_bottom div.voting{
	width:110px;
	margin:0 auto;
}

div.view_bottom a#prevContentLink{
	float:left !important;
}

div.voting .vote{
	display:block;
	float:left;
	width:37px;
	height:35px;
	background:url(../images/btn/vote.gif) no-repeat;
}

div.voting div.vote_summary{
	float:left;
	width:73px;
	text-align:center;
	padding-top:6px;
}

div.voting div.vote_summary span#vote_amount{
	font-size:18px;
	color:#ab1418;
}

div.voting div.vote_summary a{
	float:none !important;
	margin:0 auto;
	clear:both;
	padding:0px;
	margin-top:-4px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
	opacity: 0.9;
	font-size:15px;
	max-width:250px;
	font-weight:bold;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip img{
	float:left;
	margin-right:10px;
}
