/* CSS code to support polylines and polygons in Internet Explorer */
.hidden {
    display: none;
}
#outer {
    background:#fff !important;
}
.innerContentGrid {
    float:left !important;
    width:935px !important;
}
body div.container .breadcrumbBox {
    margin: 22px 22px 14px 20px;
}
.breadCr {
    width:90%;
}
.leftCl {
    width:250px;
    float:left;
    margin: 0 15px 0 0;
    background:#ffffff;
}
.rightCl {
    width:660px;
    float:left;
}
div#navCol {
    display: none;
}
div.container {
    position: relative;
    background: #fff;
    width: 925px;
    height: 550px;
    font-size: 11px;
}
#outer form {
    padding: 5px 10px;
}
#outer form.directions {
	padding-left: 0;
	padding-right: 0;
}

div#top-searchbox form, div#top-quicklinksBox form {
    padding: 0;
}
form input#locationsearch, form input#directions_from, form input#directions_to, input.text {
    border: 1px solid #7F9DB9;
    margin: 5px 5px 5px 0;
    width: 225px;
}
form.directions {
    margin: 5px 0;
}
input.text {
    width: 180px;
}
form input#directions_from {
    width: 270px;
	margin-right: 10px;
}

form #directions_to_label{
	float: left;
	width: 270px;
	display: block;
}

* html form #directions_to_label{
	margin-left: 5px;
}

* + html form #directions_to_label{
	margin-left: 10px;
}

form input#directions_to {
    float: left;
    font-weight: bold;
    border: none;
    background: #fff;
    text-transform: capitalize;
    color: #000;
    height: 16px;
	width: 225px;
}
form input.submit {
    position: relative;
    top: -1px;
    width: 33px;
    height: 16px;
}
div#directions form input.submit {
    float: left;
    top: 4px;
}

* + html div#directions form input#directions_to {
    margin-left: 10px;
}
* html div#directions form input#directions_to {
    margin-left: 10px;
}
#outer h3 {
    margin: 0 0 10px 0;
    font-size: 1.3em;
    color: #000066;
}
div#map {
    position: absolute;
    width: 593px;
    height: 511px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #999999;
}
div.right, div.left {
    position: absolute;
    top: 0px;
}
div.right {
    top: 20px;
    left: 330px;
    right: 20px;
    bottom: 20px;
}
div.linksUnderMap {
    position: absolute;
    top: 589px;
    left: 340px;
    right: 20px;
}
div.linksUnderMap p {
    width: 290px;
    margin-right: 10px;
    float: left;
}
div.linksUnderMap p a {
    color: #000066;
    text-decoration: none;
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
}
div.linksUnderMap p a:hover {
    text-decoration: underline;
}
div.left {
    left: 0px;
    width: 300px;
}
h4.paneltitle {
    margin: 0 0 5px 0;
    padding: 5px;
    color: #fff;
    background: #e25aa6;
}
#cant-get-to-store {
	padding: 8px;
	margin: 10px 0 0 0;
	line-height: 1.3em;
	background: #E8E5EF;
}
#main #cant-get-to-store a:link, #main #cant-get-to-store a:visited {
	font-weight: bold;
	color: #3d2472;
	text-decoration: underline;
}
#main #cant-get-to-store a:hover, #main #cant-get-to-store a:focus {
	color: #e458a4;
	text-decoration: underline;
}

