﻿html, body {
	margin:		0px;
	padding:		0px;
	color:			#333;
	font-family:		Arial,Helvetica,sans-serif;
	font-size: 		11px;
	margin-left:5px;
	overflow:hidden;
}
.clear{clear:both;}
img {
	border:		0;
}
a {
	color:			#666666;
}
form {
	margin:		0;
}
input.addressentry {
        font-size: 		11px;        
        width:	 	164px;
}
#header {
	position:		relative;
	margin-bottom:	0px;
	height:		79px;
	width:			100%;
	text-align:		center;
	border: 		1px solid #dbdce2;
}

#outer {
	left:0;
	position:absolute;
	top:0;
	width: 240px;
	min-height:		180px;
	max-height:		383px;
	height:383px;
	padding:		0px;
	margin:		0px;
}

#controls {
        float:		left;
	 border: 		0px solid #CC0000; 
	 padding:5px 0;
	 display:none;
}
#locator {
	float:			left;
	z-index: 		0;	
	position:		relative;
	clear:			both;
	width: 100%;
}
#map {
	float:			left;
	width:			500px;
	height:		500px;	
	position:		relative;
	border: 		1px solid #dbdce2;
}
#panel {
	float:			left;
	max-height:		349px;
	height:         349px;
	overflow-x:		hidden;
	overflow-y:		auto;
	width:			100%;	
	position:		relative;
	border: 		0px solid #dbdce2;
}
#panel table {
	border-spacing:	0px;
	border-collapse: 	collapse;
	padding:		0px;
	margin:		0px;
	width:			100%;	

}
#panel table th {
	padding:		5px;
	text-align:		left;
	font-size:		14px;
	line-height:		27px;
	color:			#434346;
	border-bottom:	1px solid #dbdce2;
}
#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: 		#f8f8f8;
	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 {
	vertical-align:		top;
	border-bottom: 1px dotted #666; 
	color: #000;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    text-align: left;
	text-transform: capitalize;
}
#panel table td.maneuver {
	border-left: 			0px solid #dbdce2;
	border-right:	 		0px solid #dbdce2;
	border-top: 			0px solid #dbdce2;
	
}
#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 {
	background-color: 		#e2efdb;
}
#panel table p {
	margin:			0px;
	padding:			0px;
}

#form table {
	font-size: 			11px;
}

.buttonview, #search_button {
background: #EAAD3B;
	color: #fff;
	border: 1px solid #000;
	padding: 2px 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}
#search_button {
	width: 60px;
	padding: 0;
}

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; } 

.store_name			{ font-weight: bold; color: #8f6c1f; font-size:12px;}
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;
	width:30px;
	height:27px;
}
.icon div {
	position:		absolute;
	top:			4px;
	left: 1px;
	width:			28px;
	font-size:		12px;
	font-weight:		bold;
	font-family:		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 {
	display:none;
	width:			250px; 
	float: right;
	text-align:	right; 
	padding-top:	5px;
	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:		3px;
	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:           	     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;
}

#footer {
	/* top: 651px; */
        position:       	relative;
	 margin-top:		5px;
        text-align:     	left;
        font-size:      	10px;
	 float:		left;
	 width:		100%;
	 display:none;
}

#intro_text {
    font-size: 11px;
    padding: 15px;
}

div.shopData
{
    border-bottom:1px dotted #666666;
    /*line-height:55px;*/
    margin: 0 5px;
    padding: 5px 0;
    color:#000000;
}

div.progress {
	height:275px;
	width:			230px;	
	background:url(http://assets.fellowes.com/images/site/LoadingImg.gif) 50% 50% no-repeat;
}

div#controls ul
{
    list-style:none;
    margin:5px;
    padding:0;
}
div#controls ul li
{
    float:left;
    width:65px;
}
li.paymentPickup{background:url(http://assets.fellowes.com/images/site/Pickup.gif) 22px 3px no-repeat;}
li.paymentCOD{background:url(http://assets.fellowes.com/images/site/COD.gif) 22px 3px no-repeat;}
li.paymentCredit{background:url(http://assets.fellowes.com/images/site/Credit.gif) 22px 3px no-repeat;}
li.paymentPrePay{background:url(http://assets.fellowes.com/images/site/Prepay.gif) 22px 3px no-repeat;}
li.paymentBill{background:url(http://assets.fellowes.com/images/site/Bill.gif) 22px 3px no-repeat;}
li.paymentDebit{background:url(http://assets.fellowes.com/images/site/Debit.gif) 22px 3px no-repeat;}


div.displayLOGO1 {width:126px; float:left;}
div.buyNow {width:85px; float:left; padding-top:20px;}