#outstanding {
	font-size: 11px;
	
}

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

#outstanding .header span {
	float: left;
	display: block;
	overflow: hidden;
	color: #BC9867;
	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 #DED5B3;
	margin-right: 5px;
	margin-bottom: 5px;
}

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

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

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

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

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