#block_rest_kinds {
	clear: both;
	float: left;
	width: 962px;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	cursor: hand;	
}

#block_rest_kinds .main_link {
	font-size: 14px;
}

.rest_kind {
 	width: 181px;
	height: 272px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-right: 7px;
	border: solid 2px #FFFFFF;
}

.rest_kind_hover {
	border: solid 2px #ff9828;

}

.rest_band {
	width: 181px;
	height: 50px;
	background-repeat: repeat-x;
	background-image: url('../img/index/restkinds/rest_band_bg.jpg');
	position: relative;
	top: 159px;
	text-align: center;
	padding-top: 8px;
}


.rest_descr {
	position: relative;
	top: 155px;
	width: 171px;
	margin: 0 auto;
	font-size: 11px;
}

.rest_descr_light {
	color: #FFFFFF;
}

.rest_descr_dark {
	color: #000000;
}
