#sidebar {
	background: none;
	padding-top: 0;
}

dgmap-searchform {
	width: 99%;
}

#sidebar h3 {
	padding-bottom: 1.3em;
}

#sidebar .sub-postcode {
	float: left;
	width: 30%;
}

#sidebar .sub-city {
	float: right;
	width: 65%;
}

#sidebar #dgmap-postcode,
#sidebar #dgmap-city,
#sidebar #dgmap-searchterm {
	width: 98%;
	margin-bottom: 0.9em;
}

#sidebar #dgmap-searchterm {
	width: 99%
}

#sidebar label span.optional {
	font-weight: normal;
}

#sidebar #dgmap-submit {
	margin-bottom: 0.9em;
}

#sidebar input.colored {
	float: left;
}

#content {
	position: relative;
	height: 772px;
}

#dgmap-canvas,
#dgmap-overlay {
	width: 704px;
	height: 754px;
	border: 1px solid #858585;
	position: absolute;
	overflow: hidden;
}

#dgmap-overlay {
	background-color: white;
	opacity: 0.75;
   filter: alpha(opacity=75);
}

#dgmap-searchform label {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

#dgmap-totalcount {
	font-weight: bold;
	padding-bottom: 1.3em;
}

#dgmap-resultcount {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 0.2em;
}

#dgmap-nosearch,
#dgmap-nomatch,
#dgmap-error {
	position: absolute;
	left: 40px;
	top: 60px;
}

#dgmap-nosearch .sub-left,
#dgmap-nomatch .sub-left,
#dgmap-error .sub-left {
	float: left;
	height: 110px;
	width: 25px;
	background: url('../img/nomatch_l.png') top left no-repeat;
}
#dgmap-nosearch .sub-content,
#dgmap-nomatch .sub-content,
#dgmap-error .sub-content {
	float: left;
	height: 110px;
	background: url('../img/nomatch_c.png') top left repeat-x;
}
#dgmap-nosearch .sub-content p,
#dgmap-nomatch .sub-content p,
#dgmap-error .sub-content p {
	color: #D20019;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 1.5em 0 1.5em;
}
#dgmap-nosearch .sub-right,
#dgmap-nomatch .sub-right,
#dgmap-error .sub-right {
	float: left;
	height: 110px;
	width: 11px;
	background: url('../img/nomatch_r.png') top left no-repeat;
}

/* IE6 alternatives for non-working PMGs */
* html #dgmap-nosearch .sub-left, * html #dgmap-nomatch .sub-left, * html #dgmap-error .sub-left {
	background: url('../img/nomatch_l.gif') top left no-repeat;
}
* html #dgmap-nosearch .sub-content, * html #dgmap-nomatch .sub-content, * html #dgmap-error .sub-content {
	background: url('../img/nomatch_c.gif') top left repeat-x;
}
* html #dgmap-nosearch .sub-right, * html #dgmap-nomatch .sub-right, * html #dgmap-error .sub-right {
	background: url('../img/nomatch_r.gif') top left no-repeat;
}

#dgmap-loader {
	position: absolute;
	left: 319px;
	top: 359px;
	width: 66px;
	height: 66px;
}

div.marker-label  {
  color: black;
  font-family: Arial;
  width: 25px;
  text-align: right;
}

#dgmap-displayoptions {
	margin-top: 3em;
}

#dgmap-displayoptions .displayoption {
	margin-bottom: 0.2em;
}

#dgmap-displayoptions .icon{
	float: left;
	width: 30px;
}


#dgmap-displayoptions .checkbox  {
	float: left;
	width: 20px;
	margin-top: 7px;
}
	
#dgmap-displayoptions label {
	display: block;
	float: left;
	width: 150px;
	margin-top: 7px;
}

#dgmap-displayoptions label.disabled {
	color: #919191;
}


/* ---------------------------------------------------------
   ext info window
--------------------------------------------------------- */
#infowin {
   width: 330px;
   min-width: 330px; /* hack for opera */
}

#infowin_contents {
   background-color: #FFFFFF;
}

#infowin_tl, #infowin_tr, #infowin_bl, #infowin_br,
#infowin_t, #infowin_l, #infowin_r, #infowin_b {
 	background-color: #858585;
   height: 1px;
	width: 1px;
	overflow: hidden;
	z-index: 10;
}

#infowin_close {
	width: 11px;
  	height: 11px;
  	margin: 3px 0 0 -3px;
	background: url('../img/close.png') top left no-repeat transparent;
	cursor: pointer;
	
}

#infowin_beak {
   width: 51px;
   height: 29px;
   background: url('../img/beak.png') top left no-repeat transparent;
   z-index: 11; /* 1 above the infowin borders */
}

* html #infowin_beak {
   /* Alpha transparencies hack for IE */
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/beak.png', sizingMethod='crop');
}

#infowin_contents .inner {
   background: #FFFFFF url(../../img/r2/basics/topshadow.gif) repeat-x scroll left top;
	border: 1px solid #FFFFFF;
	padding: 10px 2px 10px 2px;
}

#infowin_contents .inner h4 {
   color: #D20019;
   padding-left: 8px;
}

#infowin_contents .inner ul.std {
  	max-height: 200px;
   padding-bottom: 0;
   overflow: auto;
}

/* IE6 hack for non-working "max-height" above */
* html #infowin_contents .inner ul.std {
	height: 120px;
}

#infowin_contents .inner ul.std li {
   margin-bottom: 0.4em;
	padding-left: 25px;
	list-style-type: none;
	background: url(../../img/r2/basics/list_bullet.gif) no-repeat 8px 0.45em;
}

#infowin_contents .inner ul.std li.active {
   background: #ebebeb url(../../img/r2/basics/list_bullet_red.gif) no-repeat scroll 8px 0.45em;
}

/*
#infowin_contents .inner ul.std li.active a {
  	font-weight: bold;
}

#infowin_contents .inner ul.std li.active a.arr {
  	font-weight: normal;
}
*/

#infowin_contents .inner img {
   margin-top: 4px;
}

#infowin_contents .inner p {
  	padding-bottom: 0.8em;
  	padding-left: 8px;
}

#infowin_contents .inner ul.std li.active p {
  	padding-left: 0;
}

#infowin_contents .inner ul.std li.active img {
  	 margin-right: 10px;
}

#infowin_contents .inner ul.std li.active div.clearfix {
  	padding-top: 5px;
}

#infowin_contents .inner p a.hl {
  	font-weight: bold;
}

#infowin_contents .inner .lft {
  	float: left;
}

#infowin_contents .limiter {
	margin: 0 8px 0 8px;
}

