ul.postList,
li.postEntry,
ul.postMeta,
ul.postMeta li,
ul.postControl,
ul.postControl li {
	list-style: none inside none;
}
.postEntry {
	border: #FFF 1px solid;
	clear: both;
	direction: rtl;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}
.postEntry * {
	direction: ltr;
}
.postEntry:hover {
	background-color: #EEE;
	border: #000 1px solid;
}
.postContent {
	float: left;
	font-size: 0.9em;
	margin-right: 5%;
	min-height: 144px;
	padding: 3px;
	width: 510px;
}
.postMeta,
.postControl {
	font-size: 0.8em;
	width: 250px;
}
.postMeta a,
.postControl a,
.postEntry a {
	color: #70B0E0;
	text-decoration: none;
}
.postMeta a:hover,
.postControl a:hover,
.postEntry a:hover {
	color: #3070A0;
	text-decoration: underline;
}
.postMeta {
	height: 50px;
	margin: 0px 0px 10px 0px;
}
.postControl {
	height: 90px;
}
.postControl .rating {
	height: 20px;
	padding-left: 25px;
}
.postControl .rating .post_rate_avg {
	color: #666;
	font-size: 10px;
	margin-left: 3px;
	vertical-align: bottom;
}