.post {
	padding: 0px 20px 10px 20px;
	position: relative;
	background: #eee;
	font-family: Georgia;
	border: 1px solid #CCCCCC;
	margin: 5px 0px 0px 0px;
	
	}
	
.post .title {
	position: relative;
	height: 1%;
	}
	
.post .title span {
	position: absolute;
	right: 0;
	top: 30%;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background: url(http://jemand.ru/examples/images/svorachivaemye-bloki-jquery/trigger.gif) no-repeat left bottom;
	display: block;
	font-size: 0;
	}
	
		
.inactive {
//	color: #bbb;
	}

.inactive .title span {
	background-position: left top;
	}