.item {
	width: 316px;
	min-height: 386px;
	float: left;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
}
.item, .header {
	margin: 5px 10px 5px 0;
}
.vote_form {
	display: inline;
}
.vote_form .sbm {
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 1px 5px;
	cursor: pointer;
	user-select: none;
	outline: none;
}
.vote_form .sbm_unvote {
	color: white;
	border-color: green;
	background: green;
	font-weight: bold;
	cursor: pointer;
	outline: none;
} 
.vote_form input.sbm_unvote {
	display: none;
}
.vote_form span.limit {
	display: none;
}
.vote_form.voted input.sbm_vote {
	display: none;
}
.vote_form.voted input.sbm_unvote {
	display: inline;
}
.vote_form.limit span.limit {
	display: inline;
}
.vote_form.limit input.sbm_vote,
.vote_form.limit input.sbm_unvote {
	display: none;
}
.voter,
.votes {
	position: absolute;
	top: 6px;
	right: 5px;
}
.votes {
	text-align: right;
}
.author {
	position: absolute;
	top: 6px;
	left: 5px;
}
.author span {
	color: #1263ad;
}
.header {
	margin: 30px 5px 5px;
	min-height: 40px;
}
.item .img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 310px;
}
.item .img img {
	border: solid 1px #ccc;
	border-radius: 3px;
	max-width: 300px;
	max-height: 300px;
}
.item .header .name {
	font-weight: bold;
	margin-bottom: 2px;
}
.item .header .name a {
	text-decoration: none;
}
.item .header .descr {
	color: #555;
}
.item .place
{
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 2px 5px;
    border-style: solid;
    border-radius: 4px 0 5px 0;
    border-width: 1px;
	color: black;
	background: #ffffff;
	border-color: #cccccc;
}
.item .highslide-active-anchor .place {
	display: none;
}
.item .place.place1 {
	background: #fcec34;
	border-color: #e4c521;
}
.item .place.place2 {
	background: #e9e9e9;
	border-color: #cfcfcf;
}
.item .place.place3 {
	background: #efc54b;
	border-color: #dd9d5e;
}
a.highslide {
	position: relative;
	display: inline-block;
}