#bazarBody {
	margin-left: 20px;
	width: 95%;
}

#annonce_user, #annonce_price {
	margin: 0px;
}
#annonce_info, #annonce_price {
	padding: 0px;
}

.annonce_entry_image_pic, #annonce_info {
	border: none;
	text-align: left;
}

#annonce_user_container {
	margin: 0;
	border: none;
}

.annonce_entry_top {
	height: 90px;
}

.annonce_entry_top_title {
	float: none;
}

.annonce_entry_top_date {
	position: relative;
}

#annonce_user {
	min-height: 100px;
	padding: 5px;
}

.printSeparator {
	border-bottom: 1px solid #eee;
	width: 90%;
}

#annonce_entry_image_container {
	overflow: visible;
	height: auto;
	clear: both;
}

.annonce_entry_image_thumbnails {
	position: relative;
	height: auto;
	margin-bottom: 20px;
}

.annonce_entry_image_thumbnails_pic {
	border: none;
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
}

.annonce_entry_image_thumbnails_pic img {
	max-width: 185px;
	max-height: 185px;
}

#map {
	height: 300px;
    width: 66.66666%;
	float: left;
    margin: 0px auto 30px;
}