#details
{
	margin-top: 10px;
	color: #4c4c4c;
	border: 1px solid #fabc5b;
	background: #eee4d0;
}
	#details-head
	{
		text-align: center;
		margin: 0px;
		line-height: 36px;
		font-size: 14pt;
		color: #000;
		background: url('../images/content-title.jpg') repeat-x bottom;
		padding: 5px;
	}
	#image
	{
		float: left;
		margin: 10px;
		border: 1px solid #fff;
	}
#details-text
{
	padding: 5px;
}
	#details-text h3
	{
		margin: 0px;
		font-size: 14pt;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #865424;
	}
#details-price
{
	text-align: right;
	font-size: 14pt;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	color: #865424;
	background: url('../images/euro-big.gif') no-repeat right;
}

#location
{
	clear: both;
	background: url('../images/hr.gif') no-repeat top;
	padding: 10px;
	margin-top: 10px;
	padding-top: 15px;
}
	#location h3
	{
		font-size: 16pt;
		color: #000;
	}
	#map
	{
		float: right;
		width: 300px;
		height: 250px;
		border: 5px solid #fff;
		margin-right: 10px;
	}
#comments
{
	clear: both;
	background: url('../images/hr.gif') no-repeat top;
	padding: 10px;
	margin-top: 10px;
	padding-top: 15px;
	color: #000;
}
#comments-list
{
	margin-right: 210px;
}
.comment
{
	padding: 10px;
	border-bottom: 1px dotted #000;
}
	.comment-head
	{
		padding-bottom: 5px;
		font-size: 10pt;
		color: #865424;
	}
#comment-form
{
	float: right;
	width: 200px;
}
	#comment-form p
	{
		margin: 0px;
		font-size: 8pt;
		color: #336699;
	}
	#comment-form label
	{
		display: block;
		font-weight: bold;
		padding-top: 3px;
		padding-bottom: 3px;
	}
