.place {
	text-align: center;
	margin-top: 30px;
}
.ratings {
	font-size: 14px;
}
.place-title {
	margin-top: 10px;
	border-top: 1px dotted #ABABAB;
	padding-top: 10px;
	font-weight: bold;
}

.place-alltext {
	border-bottom: 1px dotted #ABABAB;
	padding-bottom: 10px;
}

.avg-ball {
	margin-top: 10px;
}

.place-comments ul {
	list-style-type: none;
	padding-left: 20px;
}

.place-comments ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.open, .hide{
	color: #2f5879;
	text-decoration: underline;
}
.open:hover, .hide:hover {
	cursor: hand;
	cursor: pointer;
}
.place-alltext a{
	color: #2f5879;
}
.jumper a:hover {
	text-decoration: underline;
}
.show-all-comments, .hide-comments {
	color: #2f5879;
	text-decoration: underline;
}
.show-all-comments:hover, .hide-comments:hover {
	cursor: hand;
	cursor: pointer;
}
.place-comments {
	background-color: #e9edf2;
	padding-bottom: 5px;
}
.single_rating {
	border-bottom: 1px dotted #ABABAB;
	margin-top: 10px;
	
}
.single_rating .comms {
	color: #8E8E8E;
	font-size: 10px;
	margin-top: 10px;
}
.all_experts, .local_experts {
	margin-top: 10px;
	height: 100px;
	border-bottom: 1px dotted #ABABAB;
	overflow:hidden;
}
.all_experts h3, .local_experts h3 {
	margin-top: 0;
}
.pic {
	float: left;
	padding-right: 5px;
}
.all_photo, .local_photo {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 0px;
	width: 60px;
}
.all_desc {
	float: left;
	width: 140px;
}

.all_desc strong {
	font-family: "Georgia";
	font-size: 14px;
	font-weight: 100;
	line-height: 14px;
	margin: 0px 0px 8px;
	padding: 0px;
}
.all_desc p.more {
	color: #838383;
	font-family: "Arial";
	font-size: 11px;
	font-weight: 100;
	line-height: 12px;
	margin: 0px 0px 2px;
	padding: 0px;
}
.single_rating .intro-hits,
.single_rating .intro-created {
	color: #8E8E8E;
	font-size: 10px;
}