.medal_big {
	width: 192px;
	height: 192px;
	margin-left: 52px;
	margin-right: 52px;
	margin-top: 12px;
	margin-bottom: 12px;
	float:left;
}

.medal_txt {
	margin: 10px;
	font-size: 0.9em;
	line-height: 133%;
	clear: both;
}

.medal_big img 	{width:192px; height:192px;}
.place_icon img {width:48px; height:48px;}

.place_header {
	text-align: left;
	border-bottom:1px dashed #aaa; 
	min-height: 48px;
}

.place_icon {
	width: 48px;
	height: 48px;
	float: left;
}

.place_name {
	width: 528px;
	height: 36px;
	padding: 6px;
	float: left;
	overflow: hidden;
}

.place_sub {
	margin-top:2px;
}

.place_counter {
	text-align: center;
	padding-top: 14px;
	width: 48px;
	height: 34px;
	background-image:url("/static/img/counter.png");
	float: right;
}
	
.place_txt {
	padding: 10px;
}