/*
classifieds
*/
#classifiedsPage #leftColumn {
	width:76%;
	float: left;
}
#classifiedsPage #rightSidebar {
	width:16.5%;
}
#classifiedsPage #rightSidebar .classifiedsCategories .title {
	padding: 4px 0 1px;
}
#classifiedsPage #leftColumn .recentPosting .title {
	min-height: 48px;
}
#classifiedsPage #rightSidebar .classifiedsCategories ul li {
	padding:3px 6px;
	font-size:12px;
}
.postingItem .buttons input {
	background-color: #257640;
}
.postingItem .buttons input:hover {
	background-color: #36b962;
}
