/* div.classifieds-block-date {
	display: none !important;
}

.classifieds-ad-container {
	margin: auto;
	width: 140px;
	padding: 0 10px 10px 10px;
	background-color: #FFFFFF !important;
	margin-bottom: 10px;
	cursor: pointer;
}

.classifieds-body {
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 9px 10px;
    width: 140px;
    
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.classifieds-ad-container .classifieds-block-image {
	display: none;
	margin-bottom: 5px;
}

.classifieds-ad-container .classifieds-block-text {
	font-family: Arial;
	font-size: 12px;
	width: 140px;
	text-align: left;
	text-transform: initial !important;
}

.classifieds-block-header {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E3151A;
	padding: 5px;
	margin-left: -10px;
	margin-right: -10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.classifieds-block-button {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 160px !important;
}

.classifieds-block-button button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.classifieds-ad-list {
	margin-top: 10px;
	display: table;
	margin: auto;
}

.classifieds-ad-list div.quarter-in-content {
	display: inline-table;
}
 */