.recommend .lesson {
	width: 32%;
	float: left;
	padding-top: 0;
	margin-right: 1%;
	clear: none;
	border: 0;
}
.recommend .contest .lesson .lesson-body p.status-line.no-padding {
	padding-top: 0;
}
.recommend .lesson h3 {
	padding-top: 5px;
	line-height: 1;
}
.recommend .lesson h3 a {
	font-size: 11px;
}
/* lessons by tag */
.lesson-by-tag {
	margin: 0 0 12px 0;
}
.lesson-by-tag h2 {
	display: inline;
}
.lesson-by-tag input {
	width: 512px;
	padding: 0 3px;
	margin: 0 5px;
}
.lesson.first {
	border: 0;
}
/* filter */
.users-filter {
	height: 26px;
	margin-bottom: 10px;
	background: url(../../_images/common/slim_menu/center_bg.png) repeat-x 0 0;
}
.users-filter .rcorner {
	height: 26px;
	background: url(../../_images/common/slim_menu/right.png) no-repeat 100% 0;
}
.users-filter span.show {
	display: block;
	padding: 6px 0 7px 20px;
	width: 100px;
	float: left;
	font-weight: bold;
	background: url(../../_images/common/blue-arrow.gif) no-repeat 0 0;
	color: #fff;
}
.users-filter ul,
.users-filter li {
	display: inline;
}
.users-filter ul li {
	padding: 0 10px;
	line-height: 2.3;
	background: url(../../_images/common/bullet.gif) no-repeat 0 53%;
}
.users-filter ul li a.active {
	padding-bottom: 3px;
	background: url(../../_images/common/filter-active.gif) no-repeat 50% 100%;
}
.users-filter ul li.first {
	padding-left: 0;
	background-image: none;
}
.users-filter ul.filter li {
	padding: 0 12px 0 14px;
	font-weight: bold;
}
.users-filter ul.period {
	padding-left: 40px;
}
