#outstanding {
	font-size: 11px;
	
}

#outstanding .header {	
	float: left;
	overflow: hidden;
	border-top: 1px solid #bee2f0;
	border-bottom: 1px solid #bee2f0;	
	padding: 6px 7px 6px 7px;	
	margin: 0px;
}

#outstanding .header span {
	float: left;
	display: block;
	overflow: hidden;
	color: #38b2b7;
	margin: 0px;
	font-weight: bold;
}

#outstanding .header a {
	float: right;
	display: block;
	overflow: hidden;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
}

#outstanding .post {
	float: left;
	width: 220px;
	padding: 5px 0px;
	margin-left: 5px;
	border-bottom: 1px solid #FFFFFF;
}

#outstanding .post a {
	border: none;
	color: #FFFFFF;
}

#outstanding .post .image {
	float: left;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #749b04;
	margin-right: 5px;
	margin-bottom: 5px;
}

#outstanding .post .operation {
	display: block;
	color: #38b2b7;
}

#outstanding .post .title {
	display: block;
	color: #749b04;
	font-weight: bold;
}

#outstanding .post .price {
	display: block;
	color: #38b2b7;
	font-weight: bold;
	margin-bottom: 3px;
}

#outstanding .post .description {
	color: #38b2b7;
	text-align: justify;
}

#outstanding .post .date {
	float: left;
	display:block;
	color: #38b2b7;
	margin-top: 5px;
}
#outstanding .post .category{
	color:38b2b7;
}

