/* Store Location extension */
.list-location{
	clear:both;
}
.list-map{
	height:500px;
}

@media (min-width: 768px) {
.list-map{
	height:800px;
}
}
.content-item{
	clear:both;
	border-bottom:1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: auto;
}
.content-item .image {
	float: left;
	padding: 0 10px 10px 10px;
	text-align: center;
}
.content-item .title{
	font-size: 16px;
	color: #444;
}
.content-item .detail{
	/*text-align: right;*/
	color: #444;
	display: block;
	margin-right: 20px;
	font-weight: bold;
}
.location-page-title{
	margin-top:0;
}
.location-content .map{
	with:100%;
	height:500px;
}
.content-direction label{
	padding-top: 9px;
	text-align:right;
}


.panel-body .news-item{
	clear:both;
	padding-top:10px;
	border-top:1px solid #CCC;
}
.panel-body .news-item:first-child{
	border:0;
}
.panel-body .news-image{
	float:left;
	margin-right:5px;
}
.panel-body a{
	color: #888;
	font-weight:bold;
}
.panel-body a .title{
	line-height:18px;
}
.panel-body a:hover{
	color:#444;
}
.panel-body .description{
	margin-bottom:0;
}
.panel-body .readmore{
	text-align:right;
	color:#444;
	display:block;
}