/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2013 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

/* ---------- Listing ---------- */
div.module-listing {
	width: 110%;
}
div.listing-description {
	padding: 0 0 20px;
}
div.listing_entry {
	width: 220px;
	margin: 0 20px 20px 0;
	display: inline-block;
	vertical-align: top;
	background: #f6ecd8;
	position: relative;
	border-radius: 5px;
}
div.listing_entry h2.listing-title,
div.listing_entry h2.listing-title a {
	font-weight: 600;
	margin: 0 0 5px;
}
div.listing_entry h2.listing-title {
	margin-top: 5px;
}
div.listing-entry-inline {
	margin: 5px 5px 15px;
	height: 297px;
	overflow: hidden;
}
span.listing_actions {
	position: absolute;
	top: -22px;
	right: 0;
}
div.listing_entry .pictures {
	float: none;
	margin: 0 0 5px;
}
div.listing_entry .picture img {
	border-radius: 3px;
}
div.listing-content * {
	font-size: 14px;
	line-height: 20px;
}
div.listing_content_container {
	padding: 0 10px;
}
div.listing-content-text > * {
	display: none;
	margin: 0;
	padding: 0;
}
div.listing-content-text > *:first-child {
	display: block;
}
a.listing-more-button {
	display: none;
}
a.listing-back {
	margin: 0 0 13px;
	font-size: 14px;
	line-height: normal;
	display: inline-block;
}

/* --- Pagination --- */
div.module-listing div.pagination {
	padding: 10px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #f6ecd8;
	background: none transparent;
	max-width: 700px;
}
div.module-listing div.pagination a {
	background: none transparent;
	font-weight: 400;
	text-decoration: none;
	color: #b0a48b;
	padding: 0;
	margin: 0 20px 0 0;
}
div.module-listing div.pagination-links a {
	margin: 0 0 0 20px;
}
div.module-listing div.pagination a:hover,
div.module-listing div.pagination a.current {
	background: none transparent;
	color: #624a18;
}
div.module-listing div.pagination a.current {
	font-weight: 600;
}
div.module-listing div.pagination a.inactive,
div.module-listing div.pagination a.inactive:hover {
	color: #f6ecd8;
	cursor: default;
	background: none transparent;
}

/* ---------- Google Maps ---------- */
div#module_map {
	border: 5px solid #f6ecd8;
	border-radius: 5px;
}
