/*============
	Resets
========*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: #1f1f1f;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

xml, #ajax_activity {
	display: none;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

#w2gi_copyright {
    background: none repeat scroll 0 0 transparent;
    bottom: 3px;
    font: bold 12px arial;
    position: absolute;
    right: 3px;
    text-decoration: none;
    z-index: 999;	
}

#osm_copyright {
 
}

#outer {
	/*width: 100%;*/
	/*max-width: 920px;*/
	width: 920px;
	padding: 25px 25px 0;
	background-color: #f4e4d5;
	position: relative;
}

/*==============
	Controls
==========*/

#controls {
	width: 100%;
	/*margin: 0 0 30px;*/
}

#icon_bar {
	display: none;
}




/*=========
	Map
=====*/

.map_wrapper {
	width: 100%;
	height: 400px;
}

#map {
	position: relative;
}

#map .icon div {
	position: absolute;
	top: 4px;
	left: 1px;
	width: 34px;
	font-size: 20px;
	font-weight: bold;
	color:	#003173;
	text-align:	center;
	cursor:	pointer;
}

.practise_icons {
	float: right;
	width: 650px;
	height: 90px;
	background-color: #f8f0e1;
}

.practise_icons ul {
	padding: 20px 0 0 20px;
}

.practise_icons ul li {
	display: block;
	float: left;
	margin: 0 25px 0 10px;
}

.practise_icons ul li img {
	float: left;
}

.practise_icons ul li span {
	float: left;
	max-width: 65px;
	display: block;
	padding: 8px 0 0 0;
	margin: 0 0 0 10px;

}

.practise_icons ul li:nth-child(4) {
	margin: 0 0 0 10px;
}

.searchbutton {
	margin: 20px 0 0;
	cursor: pointer;
	display: block;
	width: 218px;
	height: 99px;
	background-image: url(../images/searchbutton.png);
	background-repeat: no-repeat;
	position: relative;
	left: -4px;
}

/*===========
	Panel
=======*/

#panel {
	
}

table#collection_poi {
	width: 100%;
}

table#collection_poi tr td {
	padding: 30px 0 0;
}


.slice {
	float: left;
	padding: 10px 0;
	font-size: 17px;
}

.header_wrapper {
	clear: both;
	width: 100%;
	padding: 5px 0;
}

.header_inner {
	float: left;
	margin: 0px auto;
	text-align: center;
	width: 100%; 
}

.panel_icon_header {
	float: left;
	width: 20%;
}

.address_header {
	float: left;
 	/*margin: 0 234px 0 0;*/
 	width: 30%;

}

.practioner_header {
	float: left;
	/*margin: 0 30px 0 0;*/
	width: 20%;
}

.distance_header {
	float: left;
	/*margin: 0 60px 0 0;*/
	width: 20%;
}

.phone_header {
	float: left;
	/*margin: 0 60px 0 0;*/
	width: 20%;
}

.contact_header {
	float: left;
	/*margin: 0 90px 0 0;*/
	width: 20%;
}





.panel_icon {
	position: relative;
	/*margin: 0 15px 0 0;*/
}

.panel_icon .icon div {
	position: absolute;
	top: 4px;
	left: auto!important;
	width: 38px;
	font-size: 20px;
	font-weight: bold;
	color:	#003173;
	text-align:	center;
	cursor:	pointer;
}

.panel_icon2 {
	float: left;
	margin: 0 20px 0 0;
}

.address_inner {
	float: left;
}

.contact_wrapper a {
	display: block;
	/*padding: 0 0 15px;*/

}

/*========================
	Driving Directions
====================*/

/*#driving_directions .addressentry {
	height: 26px;
	border: 1px solid #909090;
	border-radius: 3px;
	padding: 0 10px;
}*/

.directions_input_wrap {
	float: left;
	/*width: 525px;*/
	width: 100%;
}

/*.directions_input_wrap div {
	float: right;
}*/

.to_wrap {
	margin: 5px 0 0;
}

.driving_buttons {
	float: left;
	width: 300px;
}

.dd_button {
	background-color: #003173;
	color: #fff;
	height: 26px;
	padding: 0 10px;
	float: left;
	margin: 0 20px;
}

.search_toggle {
	display: block;
	cursor: pointer;
	color: #003173;
	background-color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	width: 124px;
	text-decoration: none;
	text-align: center;
	float: left;
}

.directions_input_wrap .country_outer {
	margin: 10px 0 0 0px;
}

table#collection_maneuvers {
	width: 100%;
}

.froma_wrapper, .tob_wrapper {
	margin: 15px 0 25px;
}

.from_head, .to_head {
	display: block;
	padding: 0 0 4px;
	font-size: 17px;
}

table#collection_maneuvers tbody tr td.maneuver {
	padding: 10px 0;
	font-size: 15px;
}

.checkboxes {
	position:relative;
	z-index: +1;
}


/*============
	Footer
========*/

#footer {
	text-align: center;
	font-size: 12px;
	padding: 20px 0 10px;
}
