
.map-search {
    float: left;
    position: relative;
    width: 950px;
}
.map-search .back-link {
    display: inline;
    float: left;
    margin: 0 0 10px;
}
.map-search .map-tools {
    display: inline;
    float: right;
    margin-right: 10px;
}
.map-search .map-tools a {
    margin: 0 2px;
    text-decoration: underline;
}
.map-search-form {
    clear: both;
    position: relative;
}
#mainContent .map-search fieldset {
    background: none repeat scroll 0 0 #EDF3F3;
    border-bottom: 1px solid #B9B9B9;
    border-top: 1px solid #B9B9B9;
    margin: 0;
    padding: 20px 12px;
    width: 98%;
    min-height: 40px;
}
#mainContent .map-search fieldset fieldset {
    border: medium none;
    padding: 0;
    width: auto;
}
#mainContent .map-search fieldset fieldset label {
    float: left;
    margin: 4px 0 0 20px;
    padding-left: 20px;
    position: relative;
}
#mainContent .map-search fieldset fieldset label input {
    left: 0;
    margin: 0;
    position: absolute;
    top: 1px;
}
* html #mainContent .map-search fieldset fieldset label input {
    left: -3px;
    top: -3px;
}
* + html #mainContent .map-search fieldset fieldset label input {
    left: -3px;
    top: -3px;
}
#mainContent .map-search fieldset.checkbox {
    float: left;
}
#mainContent .map-search fieldset.date-select {
    clear: left;
    width: 600px;
}

#mainContent .map-search fieldset.date-select p {
    float: left;
    margin: 3px 0 0;
}
#mainContent .map-search fieldset input.text {
    float: left;
    margin: 0;
    padding: 1px;
    position: relative;
    width: 225px;
    z-index: 2;
}
.map-search fieldset select {
    display: inline;
    float: left;
    margin-left: 15px;
}
.map-search div.dateInput {
    display: inline;
    float: left;
    margin-left: 20px;
    width: 150px;
}
#mainContent .map-search div.dateInput input {
    float: left;
    width: 100px;
    margin-right: 6px;
}
div.dateInput span.control {
    background: url("../images/gifs/buttonCalendar.gif") no-repeat scroll left bottom transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 22px;
    margin-left: 5px;
    overflow: hidden;
    text-indent: -9999px;
    width: 23px;
}
#mainContent .map-search div.actions 
{
    height: 1%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
#mainContent .map-search input.button {
    float: right;
    margin: 0 0 19px;
}
#mainContent .map-search div.actions a {
    clear: right;
    float: right;
    font-size: 1.2em;
    text-decoration: underline;
}
.map-search fieldset p {
    margin-top: 10px;
    position: relative;
    z-index: 201;
}
.map-search .paginationWrapper {
    border-top: 1px solid #B9B9B9;
    margin-bottom: 0;
    padding-bottom: 0px;
    vertical-align:bottom;
}
#mainContent .map-search .paginationWrapper p.showing 
{
    /*
    font-size: 1.3em;
*/
    margin-left: 20px;
    vertical-align: bottom;
}
#mainContent .map-search .paginationWrapper li {
    font-size: 1.1em;
}
.results {
    border-bottom: 1px solid #B9B9B9;
    border-top: 1px solid #B9B9B9;
    float: left;
    width: 98%; 
}
.results .list {
    float: left;
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    width: 241px;
}
#mainContent .results .list ul {
    height: 1%;
    margin: 0;
    
}
#mainContent .results .list ul li {
    background-image: none;
    border-bottom: 1px solid #B9B9B9;
    font-size: 1em;
    padding: 9px 5px 16px 12px;
    position: relative;
}
#mainContent .results .list ul li.odd {
    background-color: #EDF3F3;
}
#mainContent .results .list ul li.last {
    background-image: none;
}
#mainContent .results .list li h3 {
    color: #3B3B3B;
    font-size: 1.4em;
    margin-bottom: 2px;
    padding: 0 0 0 35px;
}
#mainContent .results .list li p {
    font-size: 1.2em;
    margin-bottom: 10px;
    padding: 0 0 0 35px;
}
.results .list li a {
    font-size: 1.1em;
    text-decoration: none;
}
.results .list li a.button_clear {
    background-position: 0 50%;
    margin: -10px 0 0 35px;
    padding: 0 0 0 15px;
    text-decoration: none;
}
.results .list li a.button_clear:hover {
    text-decoration: underline;
}
.results .list span.marker {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 22px;
    left: 12px;
    position: absolute;
    top: 5px;
    width: 26px;
}
.results .list span.marker span {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.results .list span.site {
    background-image: url("../images/map-pins/site.png");
}
.results .list span.cert {
    background-image: url("../images/map-pins/certificated.png");
    height: 31px;
    width: 24px;
}
.results .list span.dayout {
    background-image: url("../images/map-pins/dayout.png");
    height: 20px;
    width: 20px;
}
.results .list span.site span {
    line-height: 22px;
    width: 15px;
}
.results .list span.cert span {
    line-height: 26px;
    width: 24px;
}
.results .list span.dayout span {
    line-height: 22px;
    width: 20px;
}
.results .map {
    border-left: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    float: left;
    width: 502px;
}
#mainContent .map-search h2 {
    float: left;
    /*
    margin: 25px 0 0;
    */
    padding-bottom: 5px;
    padding-left: 30px;
    width: 100%;
}

.results .atticon, .myMap .atticon {
    background: url("/caravanclubapps/format/images/map-pins/attraction.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    overflow: auto;
    padding: 4px 0 0 5px;
    text-align: left;
    width: 26px;
}
.results .certicon, .myMap .certicon {
    background: url("../images/map-pins/certificated.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 35px;
    overflow: auto;
    padding: 4px 0 0 6px;
    text-align: left;
    width: 26px;
}

.results .clubicon, .myMap .clubicon .googleclubicon .googleclicon {
    background: url("../images/map-pins/site.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 35px;
    overflow: auto;
    padding: 4px 0 0 2px;
    text-align: left;
}
.googleclubicon {
    background: url("/caravanclubapps/applications/maps/google-maps/images/red-pin.png") repeat scroll 0 0 transparent !important;
}
.googleclicon {
    background: url("/caravanclubapps/applications/maps/google-maps/images/blue-pin.png") repeat scroll 0 0 transparent !important;
}
.google-cs-avail-icon {
    background: url("/caravanclubapps/applications/maps/google-maps/images/red-tick-pin.png") repeat scroll 0 0 transparent !important;
}
.googleclubicon, .googleclicon, .google-cs-avail-icon {
    background-repeat: no-repeat !important;
    padding: 0 !important;
    width: 24px !important;
}


.results .atticon.seasonal, .myMap .atticon.seasonal {
    background: url("../images/map-pins/attraction-seasonal.png") no-repeat scroll 0 0 transparent;
}
.results .certicon.seasonal, .myMap .certicon.seasonal {
    background: url("../images/map-pins/certificated-seasonal.png") no-repeat scroll 0 0 transparent;
}
.results .clubicon.seasonal, .myMap .clubicon.seasonal {
    background: url("../images/map-pins/site-seasonal.png") no-repeat scroll 0 0 transparent;
}
.results .atticon.selected, .directions .atticon.selected {
    background: url("../images/map-pins/attraction-selected.png") no-repeat scroll 0 0 transparent;
}
.results .certicon.selected, .myMap .certicon.selected {
    background: url("../images/map-pins/certificated-selected.png") no-repeat scroll 0 0 transparent;
}
.results .clubicon.selected, .myMap .clubicon.selected {
    background: url("../images/map-pins/site-selected.png") no-repeat scroll 0 0 transparent;
}
.results .list {
    float: left;
}
.results .map {
    border-left: 1px solid #CDCDCD;
    float: left;
    width: 680px;
}
.map-search h2 {
    background: url("../images/gifs/dottedBorder.gif") repeat-x scroll left bottom transparent;
    float: left;
    margin-top: 20px;
    padding-bottom: 5px;
    width: 100%;
}
#mainContent .map-search ul.map-symbols {
    width: 100%;
}
#mainContent .map-search ul.map-symbols li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 0;
    width: 33%;
}
.map-search ul.map-symbols li span {
    float: left;
    font-weight: bold;
    padding-top: 5px;
}
.map-search ul.map-symbols li img {
    float: left;
    margin-right: 10px;
}
.map-search ul.map-symbols li p {
    clear: left;
    float: left;
    height: 25px;
    margin: 0;
    padding-top: 20px;
    width: 100%;
}
.map-search-next {
    background: url("../images/gifs/bulletMainContent.gif") no-repeat scroll 100% 50% transparent;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 15px 1px 0;
}
.map-search-prev {
    background: url("../images/gifs/bulletMainContentLeft.gif") no-repeat scroll 0 50% transparent;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 1px 15px;
}
#mapReset {
    background-color: #D7EDF4;
    border: 1px solid white;
    float: left;
    height: 19px;
    line-height: 19px;
    margin: 0 0 0 -1px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 67px;
}
#mapReset a {
    color: #444444;
    display: block;
    font-size: 7.5pt;
    height: 15px;
    margin: 0;
    padding-top: 4px;
    text-decoration: none;
    width: 100%;
}
#mapReset a:hover {
    background-color: #E9E9E9;
}
#map-help {
    font-weight: bold;
    margin: 10px 0 10px 10px;
}
#map-help ul {
    float: left;
    list-style: none outside none;
}
#map-help li {
    background: url("../images/gifs/listItemDivider.gif") no-repeat scroll 100% 50% transparent;
    float: left;
    padding: 3px 8px;
}
.map-search label {
    display: inline !important;
    margin-top: 0;
    padding-left: 10px;
    padding-top: 0;
    vertical-align: middle;
}


/* ************** Map Amends ***************** */


#mainContent .map-search input.button {
 
    margin: 20px 0 19px 0;
}



#mainContent .map-search h2 {
    padding:15px 0 15px 30px;
}

.map-search {
    padding-top: 20px;
}

.map-search .paginationWrapper 
{
     background-color: #FFFFFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin-bottom: 0;
    vertical-align: bottom;
    padding:10px 0 10px 0;
}


#mainContent .results .list ul li {
    padding: 9px 10px 16px 12px;
}

.map-search .IconGrid li
{
  width:15.5%;  
    
}

.map-search  .MapIcons {

    padding: 2.2em 0 2.2em 2em;
}


.MapIcons {
    background-color:transparent;
}


.results {
    margin: 15px 0;

}


#mainContent .map-search div.actions a {
    text-decoration:none;
}
