/** map */
#map-canvas {
  width: 485px;
  height: 300px;
  border: 2px solid black;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 24px;
}

.location .linkButtonEl {
	font-size: 17px;
	width: 133px;
	line-height: 32px;
	margin-right: 22px;
	padding: 0px;
}

.contentWrap {
    padding-top: 40px;
}

.half {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}

#locationTop {
    margin-bottom: 25px;
}

#locationTop img#storeFront {
    margin-left: 15px;
}

#locationTop .rightHalf {
	width: 45%;
}
#locationTop .rightHalf.hasNoLocation {
	width: 50%;
}

input#findBtn {
    margin-left: 15px;
	font-size: 15px;
	width: 65px;
	line-height: 34px;
	height: 34px;
}

div.locationName {
    font-size: 38px;
    line-height: 28px;
    font-family: 'alternate-gothic-no-3-d', 'Helvetica', 'Arial', sans-serif;
    color: #ee2e24;
    text-transform: uppercase;
    margin-bottom: 42px;
}
.locationIndex {
    color: #ee2e24;
}

#rightHeaderInner {
    margin-left: 70px;
}
    #rightHeaderInner div#numLocations {
        font-size: 28px;
        font-family: 'alternate-gothic-no-3-d', 'Helvetica', 'Arial', sans-serif;
        color: #680000;
        text-transform: uppercase;
        margin-bottom: 14px;
        margin-top: 27px;
    }
    
    
    #rightHeaderInner div#changeLocation {
        color: #ee2e24;
        font-size: 21px;
        font-family: 'abril-text', 'Georgia', serif;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .hasNoLocation #rightHeaderInner div.locationName {
        margin-bottom: 14px;
        margin-top: 27px;
    }
    
    .hasNoLocation #rightHeaderInner div#numLocations {
    	margin-top: 0;
    	margin-bottom: 42px;
    }

.contentRule.locationRule {
    padding-bottom: 1.25em;
    margin-top: 17px;
}

.locationForm .error-message {
	clear: both;
	color: #000000;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: -13px;
	padding: 5px;
}


.location {
    padding: 17px 2px;
}

.location:hover,
.location.hover {
    border: 2px solid #e9c7a4;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    behavior: url(http://www.redrobin.com/files/PIE.htc);
    position: relative;
    z-index: 1;
    padding: 15px 0;
}

.location.closest {
    border: 2px solid #e9c7a4;
    border-radius: 7px;
    padding: 15px 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    behavior: url(http://www.redrobin.com/files/PIE.htc);
    position: relative;
    z-index: 1;
    background: url('../img/content/global/stripedBg.jpg') top left repeat;
}
    .locationLeft {
        width: 520px;
        float: left;
        margin-left: 21px;
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #414141;
    }

    .location.closest .locationLeft {
        width: 510px;
    }
    
    .locationLeft.Cont {
        width: 310px;
        margin-top: 10px;
        margin-left: 12px;
    }
    
        .locationLeft .locationName {
            margin-bottom: 6px;
            color: #680000;
        }
        
        .location.closest .locationLeft .locationName{
            color: #ee2e24;
        }
        
        .locationLeft .distance {
            font-family: 'abril-text', 'Georgia', serif;
            font-size: 18px;
            margin-bottom: 2.5em;
            color: #e77d26;
        }

        .locationLeft .address {
            float: left;
            width: 220px;
            margin-right: 5px;
        }

        .locationLeft .hours {
            float: left;
        }
        
            .locationLeft .hoursHeader {
                font-size: 16px;
                font-family: 'abril-text', 'Georgia', serif;
                font-weight: bold;
                color: #5a5958;
            }

            .locationLeft #hoursTbl th {
                padding-right: 10px;
                text-align: left;
            }
        
        .locationLeft.viewMenuCont {
            margin-top: 3px;
        }
     
    .locationRight {
        float: right;
        margin-right: 9px;
    }
        .locationRight .viewMenuCont {
            margin-top: 66px;
        }
	    .locationRight img.gmap {
			border: 3px solid #670000;
            width:370px;
            height:176px;
		}
    
    .locationRight .mapActions {
        margin-top: 18px;
        font-size: 17px;
    }
    .locationRight .mapActions a {
	display: block;
	position: relative;
	float: left;
	font-family: 'alternate-gothic-no-3-d', 'Helvetica', 'Arial', sans-serif;
	color: #bd0d13;
	background: url('../img/css/locations-link-btn-light.png') top left no-repeat;
	width: 134px;
	height: 32px;
	margin-right: 22px;
    }
    .locationRight .mapActions a img {
	position: absolute;
	top: 6px;
	left: 24px;
    }
    .locationRight .mapActions a span {
	line-height: 35px;
	padding-left: 47px;
    }
    .locationRight .mapActions a.get-directions-link img {
	position: absolute;
	top: 3px;
	left: 13px;
    }
    .locationRight .mapActions a.get-directions-link span {
	padding-left: 31px;
    }

/* pagination */
ul.pagination-links {
  list-style-type: none;
  margin: 0px auto 0px;
  text-align: center;
  padding: 0px;
}
ul.pagination-links li {
  display: inline;
}
.pagination-links > div {
  float: left;
  padding: 5px 10px;
}
.pagination-links a {
  font-size: 20px;
  font-weight: bold;
}
.pagination-links a.active {
  color: #680000;
}