/**
 * @package    Smartpost
 * @version    1.0.0
 * @author     redwall.ee
 * @copyright  (C) 2013 Redwall OÜ. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */
h3.county{
	color: #FFF;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999999;
	background-color: #999999;
	text-shadow: 1px 1px 1px #555;
	padding: 6px;
}
h3.county:hover, h3.county.active{
	border: 1px solid #1963ac;
	background-color: #1963ac;	
}
div#places-list{
	display: none;
}
div#map-canvas{
	width: 100%;
	*min-height: 450px; /* IE7 */
	min-height: 450px\0/; /* IE8 */
}
ul#places{
	border: 1px solid #aaa;
	width: 200px;
	height: 500px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
ul#places li{
	background: none !important;
	padding: 0 !important;
	margin: 0 0 2px 0 !important;
}
.map img
{
	max-width: none;
}
.thumbnails .span3{
	margin-bottom: 2.564102564102564%;
}
#mapContent img {
  max-width: none;
}
.placesContainer .accordion-group{
	border: none;
}
div.chooseDate{
	line-height: 31px;
}

#plannerInfo .caption p:last-child {
    margin-bottom: 0;
}