@media screen {

p {
	padding-right: 0px;	
}
#locator-container {
    margin-bottom: 4px;
}
	
#option_table{
	width: 586px;
}	
	
.locator-pager {
    color: #FFFFFF;
    border: 0px solid red;
    width: 45%;
    padding: 0px;
    margin: 0;
    float: left;
    position: relative;
    vertical-align: top;
}

.locator-pager ul {
    padding: 0px;
    display: inline;
}

.locator-pager li {
    display: inline;
    margin-right: 1px;
}

.locator-selected-page input {
    background-color: #587992;
    border: 0px;
    color: #FFFFFF;
    font-style: italic;
}

.locator-unselected-page input {
    background-color: #587992;
    border: 0px solid black;
    color: #FFFFFF;
    text-decoration: underline;

}
.locator-unselected-page input:hover {
    cursor: pointer;
}

#locator-map-container {
    text-align: center;
    width: 602px;
    height: 402px;
    background-image:url(/theme/img/locator_wait.gif);
    background-repeat:no-repeat;
    background-position:center center;
}

.locator-mapped {
    text-align: left;
}

.locator-mapped .locator-location {
}

#locator-results {
    border: 0px solid green;
    /*background: url( "../img/locator_results_bg.gif" ) top left repeat-y;*/
    display: block;
    width: 600px;
}
#locator-results .column {
    position: relative;
    float: left;
    width: 290px;
    padding: 5px 0 0 5px;
    margin: 1px 0 0 0;
}

#locator-independent {
    float: left;
    border: 0px solid pink;
}

#locator-retail {
    float: left;
    margin: 0px;
    padding: 0px;
    border-right: 0px solid #587992;
}

table.locator-location  {
    margin-bottom: 1em;
}
.locator-location span, .locator-text {
    /*font-size: 9pt;*/
}
.locator-location a {
    color: #58788F;
}

.locator-location tr td {
    white-space: nowrap;
}

.locator-text {
    margin-top: 3px;
    margin-bottom: 3px;
}

.locator-business {
    font-weight: bold;
    color: #587892;
}


#map-image {
    position: relative;
    top: -7;
    right: 0px;
    z-index: 0;
    border: 1px solid black;
}

.locator-button {
    position: relative;
    z-index: 1;
    border: 0;
}
#pan-north {
    top: 26px;
    left: -196px;
}
#pan-east {
    top: 45px;
    left: -225px;
}
#pan-west {
    top: 45px;
    left: -246px;
}
#pan-south {
    top: 67px;
    left: -274px;
}

#zoomin {
    top: 94px;
    left: -300px;
}
#zoomout {
    top: 120px;
    left: -326px;
}

.locator-center-button {
    text-align: left;
}
}

@media print {

#locator-container {
    margin-bottom: 4px;
}
	

.pdfLink {
	float: right;	
}	
	
.locator-pager {
    display: none;
}

.locator-selected-page input {
    display: none;
}

.locator-unselected-page input {
    display: none;

}


#locator-map-container {
    text-align: center;
    width: 602px;
}

.locator-mapped {
    text-align: left;
}

.locator-mapped .locator-location {
}

#locator-results {
    border: 0px solid green;
    /*background: url( "../img/locator_results_bg.gif" ) top left repeat-y;*/
    display: block;
    width: 600px;
}
#locator-results .column {
    position: relative;
    float: left;
    width: 290px;
    padding: 5px 0 0 5px;
    margin: 1px 0 0 0;
}

#locator-independent {
    float: left;
    border: 0px solid pink;
}

#locator-retail {
    float: left;
    margin: 0px;
    padding: 0px;
    border-right: 0px solid #587992;
}

table.locator-location  {
    margin-bottom: 1em;
}
.locator-location span, .locator-text {
    /*font-size: 9pt;*/
}
.locator-location a {
    color: #58788F;
}

.locator-text {
    margin-top: 3px;
    margin-bottom: 3px;
}

.locator-business {
    font-weight: bold;
    color: #587892;
}


#map-image {
    position: relative;
    top: -7;
    right: 0px;
    z-index: 0;
    border: 1px solid black;
}

.locator-button {
   display: none;
}
#pan-north {
    display: none;
}
#pan-east {
    display: none;
}
#pan-west {
    display: none;
}
#pan-south {
    display: none;
}

#zoomin {
    display: none;
}
#zoomout {
    display: none;
}

.locator-center-button {
    display: none;
}
}