﻿#contentArea #neighbourhood-list {
display: none;
}
#contentArea #neighbourhood-list a {
text-decoration: none;
}
#contentArea #neighbourhood-list a:hover {
text-decoration: underline;
}
#contentArea #neighbourhood-list a.jump{
font-size: 0.8em;
}
#contentArea #neighbourhood-list .neighbourhood {
}
#contentArea #neighbourhood-list .neighbourhood ul {
list-style-type: none;
margin: 0;
}
#contentArea #neighbourhood-list .neighbourhood ul li{
}
#contentArea #neighbourhood-list .neighbourhood {
/* border-bottom: 2px solid #006699; */
}
#contentArea #neighbourhood-list .neighbourhood h2 {
border-bottom: 1px solid #006699;
padding: 5px;
}
#select-neighbourhood, .sbHolder {
margin-top: 15px;
}
#contentArea form a#go, #contentArea form a.selectbox-go{
text-decoration: none;
}
#go, .selectbox-go {
-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
box-shadow:inset 0px 1px 0px 0px #54a3f7;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
background-color:#007dc1;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #124d77;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:13px;
font-weight:normal;
padding:7px 7px;
text-decoration:none;
margin-left: 5px;
margin-top: 15px;
text-shadow:0px 1px 0px #154682;
text-decoration: none;
}
#go:hover, .selectbox-go:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
background-color:#0061a7;
}
#go:active, .selectbox-go:active {
position:relative;
top:1px;
}
#contentArea form.neighbourhood-form .sbOptions a, #contentArea form.neighbourhood-form .sbHolder a.sbSelector {
text-decoration: none;
}
form.neighbourhood-form p {
margin-top: 15px;
}