.ClassifiedsPage .createClassified {
	font-size: 131%;
	margin-top: 2em;
	text-align: center;
}

.ListClassifieds .listItem {
	position: relative;
	border-top: 1px solid #ccc;
	clear: both;
	height: 112px;
	padding: 0.5em 0;
}

.ListClassifieds .paidLabel {
	background-color: #89BC31;
	color: white;
	font-size: 93%;
	line-height: 1.3em;
	padding: 0 .3em;
	position: absolute;
	right: 0;
	top: 0;
}

.ListClassifieds .photo .DMThumbnail {
	display: inline;
}

.ListClassifieds .photo,
.ListClassifieds a.noPhoto {
	height: 108px;
	width: 144px;
}

.ListClassifieds a.noPhoto {
	display: block;
}

.ListClassifieds .photo {
	float: left;
	margin-right: 8px;
	text-align: center;
}

.ListClassifieds .noPhotoBuy {
	background-image: url("images/classifieds_no_photo/buy.png");
}

.ListClassifieds .noPhotoSell {
	background-image: url("images/classifieds_no_photo/sell.png");
}

.ListClassifieds .noPhotoOther {
	background-image: url("images/classifieds_no_photo/other.png");
}

.ListClassifieds .title {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.InspectClassified .title .for {
	color: #777;
}

.ListClassifieds .title .for,
.InspectClassified .title .for {
	font-weight: normal;
}

.ListClassifieds .description {
	margin-bottom: 1em;
}

.ListClassifieds .comments,
.ListClassifieds .author,
.ListClassifieds .location,
.ListClassifieds .date {
	font-size: 77%;
}

.ListClassifieds .author .mod-flair {
	background: url("images/moderator_flare_small.png") no-repeat center top;
	padding-left: 8px;
	margin-left: 4px;
	zoom: 1;
	
}

.ListClassifieds .author,
.ListClassifieds .location {
	float: left;
}

.ListClassifieds .location {
	margin-left: .5em;
}

.ListClassifieds .location:before {
	content: " - ";
}

.ListClassifieds .date {
	clear: right;
	padding-top: .5em;
}

.ListClassifieds .comments {
	float: right;
}

html .EditClassified .title input,
html .EditClassified .location input {
	width: 300px;
}

html .EditClassified .description textarea {
	height: 15em;
}

html .EditClassified .price input {
	width: 6em;
}

.InspectClassified .propertyNameWrapper {
	color: #131313;
	font-weight: bold;
}

.InspectClassified .title .type {
	color: #777777;
	font-weight: bold;
}

.InspectClassified .photos .Gallery ul {
	margin: 0;
	padding: 0;
}

.InspectClassified .photos .Gallery li {
	background: none;
	display: block;
	float: left;
	list-style: none;
	padding: 0 1em 1em 0;
}

.InspectClassified .comments > .propertyComponentWrapper {
	padding-left: 0;
}

.ListClassifiedComments .message {
	font-size: 100%;
	padding-left: 4px;
	text-align: left;
	width: 400px;
}