@charset "UTF-8";
/* CSS Document */
@import url("../shadowbox.css");

/* ------------------------------- Store Locator Grid Styles --------------------------------- */

/*.image_left {
	width: 259px;
	padding: 14px;
	background-color: #f8a759;
	float: left;
	margin: 0 30px 0 0;
}*/

.image_left {
	width: 257px;
	padding: 1px;
	border: 14px solid #f8a759;
	float: left;
	margin: 0 0 5px 0;
}

#content_right {
	width: 622px;
	float: left;
	padding: 0 30px 0;
	margin: 0 0 5px 0;
}

/* ------------------------------- Store Locator Styles --------------------------------- */

#content_right p {
	padding-top: 0;
	margin-top: 20px;
}

ul.coming_soon	li	{
	font-size: 1em;
	line-height: 1.5em;
}

ul li span.note	{
	font-weight: bold;
}

table {
	width: 100%;
	margin-top: 15px;
	border: 1px solid #CCCCCC;
}

table caption,
#store_locator h3
{
display: block;
color: #f8a759;
margin-top: 13px;
margin-right: 0pt;
margin-bottom: 7px;
margin-left: 0pt;
font-size: 1.25em;
font-weight: bold;
text-transform: none;
}

table tr th {
	padding: 3px 8px 4px 4px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border: 0;
	
}

	th#state {
    	width: 1em;
        }
        
     th#phone {
     	width: 8.5em;
     	}

table tr.alternate {
	background-color: #EEEEEE;
}

table tr td {
	padding: 2px 4px 2px 4px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 4px solid #FFFFFF;
	
}

table tr td.opening_date {
	font-weight: bold;	
}

table tr td + td {
	border-left: 0;
}

table tr td.map_link {
	width: 7.5em;
	padding: 0;
    background-color: #FFFFFF;
}

table tr td a {
	width: 7.5em;
	display: block;
	color: #999999;
	padding: 3px 6px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-decoration: none;
}

table tr td a:hover {
	display: block;
	color: #000000;
	padding: 3px 6px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-decoration: none;
	background-color: #f8a759;
}