
@font-face {
    font-family: 'Open Sans Regular';
    src: url('../../fonts/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('../../fonts/OpenSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../../fonts/OpenSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Extra Bold';
    src: url('../../fonts/OpenSans-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
	margin-left: 0px;
	padding:	0px;
	font-family:'Open Sans Regular';
	font-size: 14px;
	color: #61646d;
}
img {
	border:		0;
}
a {
	color:#000;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

form {
	margin:		0;
}
input.addressentry {              
       
        padding:5px;
        border: 1px solid #cdcdcd;
        margin-bottom:5px;
}

#filters {float:left; margin-bottom:10px; margin-top:10px; width:780px;}


.refine {font-size:16px; width:100%; margin-bottom:3px; font-weight: bold;}
#filters span {text-transform:uppercase;}
#filters label {text-transform:uppercase; margin-bottom:8px;}
#filters div {float:left;}

input.css-checkbox1[type="checkbox"] {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  left: -1000px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  z-index: -1000;
}

input.css-checkbox1[type="checkbox"] + label.css-label1 {
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;  
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  padding-left: 20px;
  vertical-align: middle;  
  margin-right: 10px;
}

input.css-checkbox1[type="checkbox"]:checked + label.css-label1 {
  background-image: url("../images2016/Green-Check-box_16x16.png"); 
  font-family: 'Open Sans Bold';
}

label.css-label1 {
  -moz-user-select: none;
  background-image: url("../images2016/Grey-Check-Box_16x16.png");  
}

.for_btn {background-color: #000000; border:none; color: #fff; font-weight: bold; padding: 5px 20px; text-transform: uppercase;}

#header {
	position:		relative;
	margin-bottom:	0px;
	height:		79px;
	width:			100%;
	text-align:		center;
	border: 		1px solid #dbdce2;
}
#controls-w2gi {
     float:		left;
	 width:		100%;
	 border: 	0px solid #CC0000; 
	
}
#locator {
	float:			left;
	width:			100%;
	z-index: 		0;	
	position:		relative;
	clear:			both;	
}
 
 
#map {
	float:			left;		
	position:		relative;
	height: 520px;
	border: 		1px solid #dbdce2;
	width: 64%;
}
#panel {
	float:		left;	
	overflow-y:	auto;
	overflow-x:	hidden;	
	position:	relative;
	height: 520px;
	border: 	1px solid #a9a9a9;	
	width: 35%;
}
#panel table {
	border-spacing:	0px;
	border-collapse: 	collapse;
	padding:		0px;
	margin:		0px;
	width: 100%;
}
#panel table th {
	padding:		5px;
	text-align:		center;
	font-size:		16px;
	line-height:	27px;
	color:			#000000;	
}
#panel table th a[action="sort_table"] {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
#panel table th a[action="sort_table"]:hover {
	text-decoration: 		underline;
	color: 			#666666;
	font-weight: 			bold;
	font-size: 			12px;
}
#panel table thead tr.poi {
	background-color: 	#d4d4d4;
	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 {
	padding:			5px; 
	margin:				0px;
	text-align:			left;	
	font-size:			12px;
	font-family:		'Open Sans Regular';
	vertical-align:		top;
	line-height:			17px;
	border-bottom: 		1px solid #000; 
	width: auto;
}
#panel table td.maneuver {
	padding: 8px;
	
}
#panel table .prev_results {
	float:				left;	
	text-decoration: 		none;
}
#panel table .next_results {
	float:				right;	
	text-decoration: 		none;
}
#panel table tr.odd {
	height: 			104px;
}
#panel table tr.even {
	height: 			104px;
}
#panel table tr.active {
	/* background-color: #e2efdb; */
}
#panel table p {
	margin:			0px;
	padding:			0px;
}

#form table {
	font-size: 			12px;
}


a.address:link		{ text-decoration: underline; color: #666666; font-weight: bold; }
a.address:visited		{ text-decoration: underline; color: #666666; font-weight: bold; }
a.address:hover		{ text-decoration: underline;  }
a.address:active		{ text-decoration: underline; color: #993333; } 

a.store_name:link 		{ text-decoration: underline; color: #666666; }
a.store_name:visited 	{ text-decoration: underline; color: #666666; }
a.store_name:hover 		{ text-decoration: underline; color: #666666; }
a.store_name:active 		{ text-decoration: underline; color: #666666; }

a.next_results:link { text-decoration: none; color: #666666; font-weight: bold; padding-left:5px; padding-right: 5px; text-align: right;}
a.next_results:visited { text-decoration: none; color: #666666; 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: #666666;padding-left:     5px; padding-right: 5px; text-align: right;}


a.prev_results:link { text-decoration: none; color: #666666; font-weight: bold;padding-left:5px; padding-right: 5px; text-align: right;}
a.prev_results:visited { text-decoration: none; color: #666666; 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: #666666; padding-left: 5px; padding-right:5px; text-align: right; }

a[action="more_info"]:link { text-decoration: none; color: #666666; font-weight: bold; } 
a[action="more_info"]:visited { text-decoration: none; color: #666666; font-weight: bold; } 
a[action="more_info"]:hover { text-decoration: underline; color: #666666; font-weight: bold; } 
a[action="more_info"]:active { text-decoration: none; color: #666666; font-weight: bold; } 

a[action="show_all"]:link { text-decoration: none; color: #666666; font-weight: bold; } 
a[action="show_all"]:visited { text-decoration: none; color: #666666; font-weight: bold; } 
a[action="show_all"]:hover { text-decoration: underline; color: #666666; font-weight: bold; } 
a[action="show_all"]:active { text-decoration: none; color: #666666; font-weight: bold; } 

xml {
	width:		0;
	height:		0;
	display:	none;
}
.icon {
        position:       relative;
        width:          33px;
        height:         28px;
}

.icon img {
	position:	absolute;
	top:		0px;
	left:		0px;
	cursor:		pointer;
}
.icon div {
	position:		absolute;
	top:			8px;
	left: 1px;
	width:			28px;
	font-size:		14px;
	font-weight:	bold;
	font-family:	'Open Sans Regular', Arial, Helvetica, sans-serif;
	color:			white;
	text-align:		center;
	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;	
}
#ajax_activity {
	position:			absolute;
	top:				20px;
	right:				20px;
	width:				32px;
	height:				32px;        
	z-index:			99;
}

.address_helper {
	color:				gray;
	font-size:			11px;
}
#icon_bar {	
	float: right;
	text-align:	right; 
	padding-top:	25px;
	padding-right: 10px;
}
#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:		0px;
	text-decoration:	none;
}
#icon_bar a.links {
	text-decoration:	none;
	white-space:		nowrap;
	padding-left:		0.75em;
	color:				#666666;
}
#icon_bar a.links img {
	vertical-align:		middle;
}




#navteqfooter {
	/* top: 666px; */
        position:       relative;
		margin-top:	5px;
        text-align:     left;
        font-size:      10px;
        font-weight:    bold;
		float:left;
		width:100%;
}

#w2gi_copyright {
	
        position:                       absolute;
        right:                          3px;
        bottom:                         3px;
        text-decoration:        	     none;
        font:                           bold 12px arial;
        background:                     transparent;
        z-index:                        999;
}
#navteq_copyright {
        background:                     transparent none repeat scroll 0%;
        bottom:                         3px;
        font-family:           	        'Open Sans Regular';
        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;
}

#footer-w2gi {
	/* top: 651px; */
        position:       	relative;
	 margin-top:		5px;
        text-align:     	left;
        font-size:      	10px;
        font-weight:    	bold;
	 float:		left;
	 width:		100%;
}


#address_input {float:left;}
#inputaddress {width:260px;}

@media (max-width: 1200px) { 

  #map{ width: 60%;}
  #panel {width: 39%;}
  .make_this_my_store {padding:5px !important;}
  .store_details {padding:5px !important;}
  #inputaddress {width:130px !important;}
  #address_input{margin-right:10px !important;}
  #filters {width:720px;}
  input.css-checkbox1[type="checkbox"] + label.css-label1 {
  	font-size: 14px;
  }
  .for_btn {padding: 5px 10px; }
}

@media (max-width: 850px) {
 #map {width:100%;}
 #panel {width:100%;}
 #filters {width:100%;}
 #inputaddress {width:260px;}
}




#intro_text {
    font-size: 12px;
    padding: 15px;
}

#locator_search table tr td {
	vertical-align:middle;
	width: auto;
	padding:2px;
}

#driving_directions table tr td {
	vertical-align:middle;
	width: auto;
	padding:2px;
}

.valm {vertical-align:middle;}

.displayEDU {display:none;}
.displayEDUNO {display:none;}
.displayEDUYES {display:inline; color:#000;}
.displayEDU1 {display:inline; color:#000;}

.displayDYD {display:none;}
.displayDYD0 {display:none;}
.displayDYD1 {display:inline;}

.displayHOURS {display:none;}

.displayHOLIDAYHOURS {display:none;}

.my_store_block {
	float:left;
	margin-top:10px; margin-bottom:10px;
}

.this_is_my_store {
	color: #fa3a12;
	font-weight: bold;
}

.make_this_my_store {
	display: block;
	border: 1px solid #000;	
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;	
	color: #000;
	text-align: center;
	text-transform:uppercase;
	font-size:16px; font-weight:bold;
	float: left;
}

.store_details {
	display: block;
	float: left;
	border: 1px solid #000;	
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;	
	color: #000;
	text-align: center;
	text-transform:uppercase;
	font-size:16px; font-weight:bold;
	margin-left: 5px;
}

.my_store_status_1 {
	/* background: #d8edeb; */
}

.my_store_status_1 .my_store_block .this_is_my_store {
	
}

.my_store_status_1 .my_store_block .make_this_my_store {
	display: none;
}

.my_store_status_0 .my_store_block .this_is_my_store {
	display: none;
}

.my_store_status_0 .my_store_block .make_this_my_store {

}

.my_store_within_radius .my_store_tbody {
	
}



.displayHOLIDAYHOURS{display:none;}
.show1 {display:none;}
.show0 {display:none;}
.show3 {display:inline;}
.displayEDU0 {display:none;}
.displayEDU3 {display:none;}

.hide {display:none;}
.showhide{display:none;}

#OpenLayers_Control_PanZoom_panup {display:none;}
#OpenLayers_Control_PanZoom_pandown {display:none;}
#OpenLayers_Control_PanZoom_panleft {display:none;}
#OpenLayers_Control_PanZoom_panright {display:none;}

#OpenLayers_Control_PanZoom_zoomin{width:25px !important; height: 25px !important;}
#OpenLayers_Control_PanZoom_zoomin_innerImage{width:25px !important; height: 25px !important;}
#OpenLayers_Control_PanZoom_zoomout{width:25px !important; height: 25px !important;}
#OpenLayers_Control_PanZoom_zoomout_innerImage{width:25px !important; height: 25px !important;}
.ol-zoomslider {left: 24px !important; width:2px !important; top:85px !important;}
.ol-zoomslider-thumb {left:-8px !important; height:11px !important;}

.ol-panzoom {top: -35px !important;}

.iconNumber {
	width:100%; height:35px; padding-top:5px;
	background:url("../images2016/Map-Pin-Grey_25.png"); 
	background-position:center center; font-size:16px; 
	background-repeat:no-repeat;
	color: #fff;
	font-weight:bold;
	text-align: center;
}
.justForOne1 {
	width:100%; height:35px; padding-top:5px;
	background:url("../images2016/Map-Pin-Green_25.png"); 
	background-position:center center; font-size:16px; 
	background-repeat:no-repeat;
	color: #fff;
	font-weight:bold;
	text-align: center;
}

.others {font-weight:bold; line-height:14px; text-decoration:none; color:#000; text-align: center;}
.others a{text-decoration:none;}

.directionIcon {
	width:100%; height:35px; padding-top:5px;
	background:url("../images2016/Get-Directions-Icon_Grey_25.png"); 
	background-position:center center; font-size:16px; 
	background-repeat:no-repeat;
	color: #fff;
	font-weight:bold;
	margin-top:5px;
}
.storename {font-size:14px; font-weight:bold; color: #000; margin-bottom:5px;}
.addressPhone {font-size:16px; line-height:20px;}
.phone {font-weight:bold; color:#000; margin-bottom:10px;}
.buyPick {float:right;}

.my_store_status_1 .iconNumber {
	background:url("../images2016/Map-Pin-Green_25.png"); 
	width:100%; height:35px; padding-top:5px;	
	background-position:center center; font-size:16px; 
	background-repeat:no-repeat;
	color: #fff;
	font-weight:bold;
}

.my_store_status_1 .directionIcon {
	background:url("../images2016/Get-Directions-green-icon-25.png"); 
	width:100%; height:35px; padding-top:5px;	
	background-position:center center; font-size:16px; 
	background-repeat:no-repeat;
	color: #fff;
	font-weight:bold;
	margin-top:5px;
}

.hours {float:left; width:100%; font-weight:bold; font-size:12px; color:#000;}

.left {width:55%}
.right {width: 45%;}
.clear {float:left; clear:both;}

.hoursDisplay {font-weight:normal; margin-top:5px; float:left; line-height: 20px;}
.itemlist {text-transform:uppercase; font-weight:bold;}

.thelist {float:left; width:100%; margin-top:8px; line-height:20px;}

.monday .monhour, .tuesday .tuehour, .wednesday .wedhour, .thursday .thuhour, .friday .frihour, .saturday .sathour, .sunday .sunhour {
   /* font-weight: 700; */
}
.theday {float:left; width: 30%; font-size:12px; padding-left:5px; margin-right:5px;}
.thehour {float:left; width: 63%; font-size:12px;}

.monday .montext, .tuesday .tuetext, .wednesday .wedtext, .thursday .thutext, .friday .fritext, .saturday .sattext, .sunday .suntext { 
	/* background-color: #6cc61a; 
	color:#fff; 
	font-weight: bold; 
	text-transform: uppercase;
	border-radius: 5px;	*/
}

.today {
	background-color: #6cc61a; 
	color:#fff; 
	font-weight: bold; 
	text-transform: uppercase;
	border-radius: 5px;	
	font-size:12px;
}

.hideit {display:none;}
.hideitNo {display:none;}
.hideit0{display:none;}
.hideitNO {display:none;}

.hideHours {display:none;}