/* @CLEAR (FORMATTING)
/* ---------------------------------------- */

/* INDIVIDUAL TAG RESETS */
a {
	text-decoration: none;
    color:  #59595B;
}

img { 
	outline: none;
    border: 0;
}

form {
    margin: 0;
	height: auto !important;
}

input.textfield {
    border:1px solid #000000
}

ol, ul {
	list-style: none;
    font: 11px verdana, arial, sans-serif;
    margin-top:0;
    margin-bottom:0px
}



xml {
    width: 0;
    height: 0;
    display: none;
}

/* @GLOBAL
/* ---------------------------------------- */

body {
    background-color: #ffffff;
    color:#353535;
    font-family: arial;
    font-size:12px;
    margin:             auto;
    padding:            0px;
}

/*  WRAPPER */

div#wrapper { 
	margin: 20px auto 0;
	padding-bottom: 20px;
	width: 960px;
}
	
/* @HEADER
/* ---------------------------------------- */

div#page-header {}


div.breadcrumb {
}

div.breadcrumb span {
    padding: 0 2px;
    color: #b34903;
}

/* @MAIN CONTENT
/* ---------------------------------------- */

div#main-content {
	padding-bottom: 0px;
	padding-top: 2px;
}

div#main-content-wrapper {

}

div#body-content {
	margin: 5px 0 0 0;
}

div#sidebar {
	float: left;
}

/* @UTILITIES/ICON - BAR
/* ---------------------------------------- */

div#icon_bar {}

div#print_page {
    float: left;
    padding-right: 10px;
}

div#email_page {
    float: left;
    white-space: nowrap;
    padding-right: 10px;
}

div#link_page {
    float: left;
    white-space: nowrap;
    padding-right: 10px;
}

div#share_page {
    float: left;
    white-space: nowrap;
    padding-right: 10px;
    padding-top: 5px;
}

#icon_bar .title {
    font-size: large;
    font-weight: bold;
    padding-left: 3px;
}

#icon_bar .links {
    font-size: 11px;
    text-align: right;
    vertical-align: middle;
    padding-right: 3px;
    text-decoration: none;
}

#icon_bar a.links {
    text-decoration: none;
    white-space: nowrap;
    padding-left: 0.75em;

}

#icon_bar a.links img {
    vertical-align: middle;
}

/* @LOCATOR - BUBBLE
/* ---------------------------------------- */



/* @LOCATOR - MAP/ICONS
/* ---------------------------------------- */

#store_detail_display {
    width: 270px;
}

#map {
    height: 358px;
    position:   relative;
    border: 1px solid #4e766b;
    text-align:left;
}

div.locator_map
{
    padding: 0;
    background-color: #FFFFFF;
	width: 567px;

}

.icon {
    position: relative;
    width: 33px;
    height: 28px;
}

.icon img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 33px;
    height: 28px;
    cursor: pointer;
}

.icon div {
    position: absolute;
    top: 14px;
    left: 12px;
    width: 28px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    cursor: pointer;
}

#center_marker {
    width: 30px;
    height: 28px;
    cursor: default;
}

#center_marker img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 28px;
    cursor: default;
}

#w2gi_copyright {
	display:none;
    position: absolute;
    right: 3px;
    bottom: 3px;
    text-decoration: none;
    font: bold 12px arial;
    background: transparent none repeat scroll 0%;
    z-index: 999;
    color: #000000;
}
#navteq_copyright {
    background: transparent none repeat scroll 0%;
    bottom: 3px;
    font-family: arial;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    left: 3px;
    line-height: normal;
    position: absolute;
    text-decoration: none;
    z-index: 999;
}


/* @LOCATOR - POI LIST
/* ---------------------------------------- */

#panel {
    overflow-y:   auto;
    overflow-x:   hidden;

}

#panel table {
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    width: 270px;
}

#panel table th {
    padding: 2px;
    text-align: left;
    font-size: 12px;
}

#panel table th a[action="sort_table"] {
    text-decoration: none;
    color: #59595B;
    font-weight: bold;
    font-size: 12px;
}

#panel table th a[action="sort_table"]:hover {
    text-decoration: underline;
    color: #59595B;
    font-weight: bold;
    font-size: 12px;
}

#panel table thead tr.poi {
    height: 20px;
}

#panel table tfoot tr.poi {
    height: 20px;
    font-size: 10px;
    color: #a2afbf;
    padding-bottom: 0px;
    padding-top: 0px;
    border-top: 1px solid #a2afbf;
    background-color: #f8f8f8;
}

#panel table td {
    margin: 0px;
    text-align: left;
    font-size: 12px;
    vertical-align: top;
	color: #474646;
}

#panel table td.maneuver {
    padding: 5px;
}

#panel table .prev_results {
    float: left;
    text-decoration: none;
}

#panel table .next_results {
    float: right;
    text-decoration: none;
}

#panel table tr.odd {

}

#panel table tr.even {

}

#panel table tr.active {
}

#panel table p {
    margin: 0px;
    padding: 0px;
}

a.store_name:link { 
    text-decoration: none; 
    color: #474646; 
    font-weight: bold; 
}

a.store_name:visited { 
    text-decoration: none; 
}

a.store_name:hover { 
    text-decoration: underline;  
}

a.store_name:active { 
    text-decoration: none; 
}

a.next_results:link { 
    text-decoration: none; 
    color: #59595B; 
    font-weight: bold; 
    padding-left:5px; 
    padding-right: 5px; 
    text-align: right;
}

a.next_results:visited { 
    text-decoration: none; 
    color: #59595B; 
    font-weight: bold;
    padding-left: 5px; 
    padding-right: 5px; 
    text-align: right;
}

a.next_results:hover { 
    text-decoration: none; 
    padding-left: 5px; 
    padding-right: 5px; 
    text-align: right;
}

a.next_results:active { 
    text-decoration: none; 
    color: #59595B;
    padding-left: 5px; 
    padding-right: 5px; 
    text-align: right;
}

a.prev_results:link { 
    text-decoration: none; 
    color: #59595B; 
    font-weight: bold;
    padding-left: 5px; 
    padding-right: 5px; 
    text-align: right;
}

a.prev_results:visited { 
    text-decoration: none; 
    color: #59595B; 
    font-weight: bold;
    padding-left: 5px; 
    padding-right: 5px; 
    text-align: right;
}

a.prev_results:hover { 
    text-decoration: none;
    padding-left: 5px; 
    padding-right: 5px;  
    text-align: right;
}

a.prev_results:active { 
    text-decoration: none; 
    color: #59595B; 
    padding-left: 5px; 
    padding-right: 5px; 
    text-align: right; 
}

a[action="more_info"]:link { 
    text-decoration: none; 
    color: #59595B; 
    font-weight: bold; 
}

a[action="more_info"]:visited { 
    text-decoration: none; 
    color: #59595B; 
    font-weight: bold; 
}

a[action="more_info"]:hover { 
    text-decoration: underline; 
    color: #59595B; 
    font-weight: bold; 
}

a[action="more_info"]:active { 
    text-decoration: none; 
    color: #59595B; 
    font-weight: bold; 
}

a[action="show_all"]:link { 
    text-decoration: none; 
    color: #59595B; 
    font-weight: bold; 
}

a[action="show_all"]:visited { 
    text-decoration: none; 
    color: #59595B; 
    font-weight: bold; 
}

a[action="show_all"]:hover { 
    text-decoration: underline; 
    color: #59595B; 
    font-weight: bold; 
}

a[action="show_all"]:active { 
    text-decoration: none; 
    color: #59595B; 
    font-weight: bold; 
}

/* @LOCATOR - FOOTER
/* ---------------------------------------- */

div#w2gi_footer {
    font-size: 9px;
    padding: 10px;
}

div#powered_by {
    float: left;
}

div#navteqfooter {
    float: left;
    padding-left: 0px;
    padding-top: 5px;
    width:230px;
    text-align:left;
    font-size:9px;
    font-weight: normal;
    height:30px;
    margin-top:0px;
    color:#000;
}

/* @FOOTER
/* ---------------------------------------- */

div#page_footer {
}

div#store-locator-footer {
	background-color: #ffffff;
	margin-bottom: 5px;
	padding: 8px;
}

div#store-locator-footer img.label {
	float: left;
	width: 99px;
}

/* @INDEX PAGE LISTS
/* ---------------------------------------- */

div#state_list ul {
    padding-bottom: 5px;
}

div#state_list ul li {
    margin-bottom: 0px;
}

div#cities ul {
	padding-bottom: 5px;
}

div#cities ul li {
	margin-bottom: 0px;
}

div#postalcodes ul {
    padding-bottom: 5px;
}

div#postalcodes ul li {
    margin-bottom: 0px;
}

div#locations ul {
    padding-bottom: 5px;
}

div#locations ul li {
    margin-bottom: 0px;
}

.floatl {
    float:left;
}


/* @"NEAR-BY" BLOCKS 
/* ---------------------------------------- */

div#near_by_title {
	font-size: 12px; 
	font-weight: bold;
	color: #404040;

}

div#cities_near_by {
	padding-bottom: 10px;
	color: #404040;
}

div#codes_near_by {
    padding-bottom: 10px;
	color: #404040;

}

/* @"SOCIAL" DIV
/* ---------------------------------------- */

#social{
    background: #fff;
    border: 1px solid #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    height:250px;
    line-height: 14px;
    padding: 5px;
    position: absolute;
    width: 170px;
    z-index:100000;
}

#social a{
    color: #000;
}

.share_left{
    float: left;
    width: 85px;
}

.share_left ul{
    list-style-type:none;
    margin-left: 0;
    padding: 0;
    text-align: left;
}

.share_left li{
    padding-top:2px;
    padding-bottom:2px;
}

.share_right{
    float: left;
    list-style-type:none;
    margin-left: 0;
    padding: 0;
    text-align: left;
    width: 85px;
}

.share_right ul{
    list-style-type:none;
    margin-left: 0;
    padding: 0;
    text-align: left;
}


.share_right li{
    padding-top:2px;
    padding-bottom:2px;
}

.breadnheader {
    margin: 15px 0 0 0;
	padding: 0 0 0 14px;
}

#section-header {padding-left: 0px;}
#section-header h1 {font-size: 18px; font-weight: normal; margin: 5px 0 15px 0;}


#top2col {
	float: right;
   margin: 20px;
}

.leftbox {
	margin-bottom: 20px;
	float: left;
	width: 565px;
}

.rightbox {
	margin-bottom: 20px;
	float: left;
	width:324px;
}

.leftcol {
	float: left;
	border: 0px dotted orange;
	width: 570px;
	margin: 0 0px 10px 10px;
}

.rightcol {
	float: left;
	border: 0px dotted purple;
	width: 314px;
	margin: 0 10px 10px 0px;
}

.innerbox {
	padding: 0 20px;
}

.innertitle {
	padding:6px 20px 0px 20px;
	color: #FFFFFF;
	font-size: 20px;
}


.panel_innerbox {
	padding:5px 2px 0 20px;
}

.additionalf_box {border: 0px dashed red; height: 100px; margin-bottom: 20px;}
.additionalf_text {margin: 10px 0 0 5px; color: #505050; font-family:Tahoma,Verdana,Arial,sans-serif; font-size:10px;}
.additionalf_box_link {width: 100%; text-align: center;}
.additionalf_box_link a {color:#00803B; font-size:10px;}

.store_detail_address {font-size: 17px; font-weight: bold; font-family: arial;}
.store_detail_text {color: #326d2d; font-size: 16px; font-weight: bold; font-family: arial; padding:10px 0 15px;}

#about_us_box {
	border: 1px solid #4e766b;
	background: #f5f5f6;
}

#ourbrands_box {
	background: url(http://hosted.where2getit.com/harristeeter/images/local/ourbrands.png) top center no-repeat transparent;
	height: 161px;
}

#weekly_specials_box {
	background: url(http://hosted.where2getit.com/harristeeter/images/local/weeklyspecial2.png) top center no-repeat transparent;
	height: 161px;
}


#party_to_go_box {
	background: url(http://hosted.where2getit.com/harristeeter/images/local/party.png) top center no-repeat transparent;
	height: 521px;
}

#our_store_box {
	background: url(http://hosted.where2getit.com/harristeeter/images/local/our_store2.png) top center no-repeat transparent;
	height: 360px;
}

#cities_zip_box {
	border: 1px solid #51796E;
    width: 312px;	
	min-height: 132px;
	background: #f5f5f6;
}

#panel_cont {
	border: 1px solid #51796E;
    height: 799px;
    width: 312px;
	background: #f5f5f6;

}

#W2GIMainContent {
	margin: 0 auto;
	width: 906px;
	text-align: left;
 	min-height: 500px;
	padding: 20px 0;
/*
background: url(http://hosted.where2getit.com/harristeeter/images/local/main-content-bg.png) top center no-repeat transparent;
position: relative;
    top: 20px;
*/
}


.columnimg {
	float: left;
	margin-bottom: 20px;
	border:1px solid #4e786d;
	position:relative;
}

.columnimgbt {
border: 0px solid red;
    height: 40px;
    left: 445px;
    position: absolute;
    top: 190px;
    width: 110px;
}

.greentoptitle {
	position: absolute;
	top:	8px;
	left:12px;
	font-size: 21px;
	color: #fff;
	font-weight:bold;
}

.savebig {
	line-height: 17.5px;
    list-style: disc outside none;
	font-family: arial;
	font-size:12px;
	font-weight: bold;
}

.amenitiesbox {
	border-bottom: 1px solid #51796E; padding-bottom:20px;
}
.amenitiesbox img{
	margin-right:10px;
}

.otherlocleft{
float:left; width: 160px; line-height: 21px;
}
.otherlocright{
float:right; text-align:right; width: 100px; text-align:left; line-height:21px;
}




.display_PHARMACYflag {display:inline !important;}
.display_PHARMACY {display:none !important;}

.display_PHARMACYYES { display: inline; }


.display_FRESH_FOODSflag1 {display:none;}
.display_FRESH_FOODSflag0 {display:block;}
.display_FRESH_FOODSflag {display:block;}
.display_FRESH_FOODS1 {display:inline;}
.display_FRESH_FOODS0 {display:none;}
.display_FRESH_FOODS {display:none;}


.display_EXPRESSLANESTOREflagA0 {display:block;}
.display_EXPRESSLANESTOREflagA {display:block;}
.display_EXPRESSLANESTOREflagA1 {display:none;}
.display_EXPRESSLANESTOREflagB0 {display:none;}
.display_EXPRESSLANESTOREflagB {display:none;}
.display_EXPRESSLANESTOREflagB1 {display:block;}

.display_EXPRESSLANESTORE1 {display:inline;}
.display_EXPRESSLANESTORE0 {display:none;}
.display_EXPRESSLANESTORE {display:none;}


.displaySTARBUCKSINFOflag {display:inline !important;}
.displaySTARBUCKSINFO {display:none !important;}



.display_STARBUCKSY {display:inline;}
.display_STARBUCKS {display:none;}

.display_BANK_FULL_SERVICE {display:none;}
.display_BANK_FULL_SERVICEYES {display:inline;}

.display_REDBOX {display:none;}
.display_REDBOX0 {display:none;}
.display_REDBOX1 {display:inline;}

.display_WINE { display: none; }
.display_WINEYES { display: inline;}

.display_STOREMANAGER { display: none;}
.displaySM {display:none;}

.display_SUB_SHOPS0 { display: none;}
.display_SUB_SHOPS { display: none;}
.display_SUB_SHOPS1 { display: block;}

.display_SALAD_BARS0 { display: none;}
.display_SALAD_BARS { display: none;}
.display_SALAD_BARS1 { display: block;}

.display_STORE_MADE_PIZZA0 { display: none;}
.display_STORE_MADE_PIZZA { display: none;}
.display_STORE_MADE_PIZZA1 { display: block;}

.display_HOT_BARS { display: none;}
.display_HOT_BARS0 { display: none;}
.display_HOT_BARS1 { display: block;}

.display_FLORAL_FULL_SERVICE1 {display:inline;}
.display_FLORAL_FULL_SERVICE {display:none;}
.display_FLORAL_FULL_SERVICE0 {display:none;}

.display_AMENITIES {display:none;}
.display_AMENITIES0 {display:none;}
.display_AMENITIES1 {display:block;}

.display_FFORDERING {display:none;}
.display_FFORDERING0 {display:none;}
.display_FFORDERING1 {display:inline;}

.showfeature {display:none;}
