/* ========== */
button#btnClose  {
	background: url('../images/header/header_icon_closebtn.gif') no-repeat 0px 0px;
	position:relative;
	width: 18px; 
	height: 18px;
	left: 0px;
	top: 0px;
	border: 0;
	cursor: pointer;
	font-size: 1.1em;
}

button#btnClose.On  {
	background: url('../images/header/header_icon_closebtnmo.gif') no-repeat 0px 0px;
}

ul#utilnav li ul li.widgetBox div.widgetHeader{
	width:99%;
	color:#00a164;
	font-weight:bold;
	font-size: 1.1em;
	border-bottom: solid 1px #00a164;
	margin-bottom:5px;
}
ul#utilnav li ul li.widgetBox div.widgetHeader div.closeWidget{
	color:#00A164;
	text-decoration:none;
	cursor:pointer;
	font-size:xx-small;
}
ul#utilnav li ul li.widgetBox div#widgetFooter{
	width:95%;
	color:red;
	font-size: .9em;
	margin-top:5px;
	text-align:center;
	font-weight:normal;
}

ul#utilnav li ul{
	z-index:2000;
}

ul#utilnav li ul li.widgetBox{
	background-color:white;
	border: solid 1px #00a164;
	cursor:default;
	padding:5px;
	position:absolute;
	z-index:1000;
}
ul#utilnav li ul li#storeWidgetBox{
	left:-50px;
	width:300px;
	height:215px;
}

#locatorSearchDiv {
	padding:5px 8px;
}


ul#utilnav li ul li#cardWidgetBox{
	left:-50px;
	width:200px;
	height:90px;
}
ul#utilnav li ul li#contactWidgetBox{
	right:-75px;
	width:250px;
	height:345px;
	clear:both;
}

ul#utilnav li ul li#contactWidgetBox div.contactInfo{
	margin:3px 11px;
}
ul#utilnav li ul li#contactWidgetBox div.contactInfo a{
	color:#00A164;
	font-weight:bold;
}
ul#utilnav li ul li#contactWidgetBox div.contactInfo a:hover{
	text-decoration:underline;
}
ul#utilnav li ul li#contactWidgetBox div.contactInfo p {
	margin:0px;
	padding:3px 10px 15px 22px;
	min-height:14px;
	*min-height:14px;
	font-weight:bold;
	font-size:95%;
	background-color: transparent;
	background:url('../images/general/sidebar_icon_plusbullet.gif') no-repeat 0px 7px;
}

ul#utilnav li ul li#contactWidgetBox div.contactInfo .highlight {
	color:#00A164;
	font-weight:bold;
	background-color:transparent;
}

ul#utilnav li ul li#contactWidgetBox div.contactInfo .addendum {
	margin:5px 0px 3px 0px;
	color:#555;
	font-weight:normal;
	font-style:italic;
	font-size:90%;
	display:block;
}
ul#utilnav li div#getCardBalanceFooter {
	font-size:85%;
	font-weight:normal;
	font-style:italic;
	color:#666;
}


#storeWidgetBox #smallLocatorMap {
	border:1px solid #00A164;
	height:125px;
	width:100%;
	color:red;
	font-weight:normal;
	background-color:#eeeeee;
}
#storeWidgetBox #locatorResultsDiv div.locatorResultsBody{
	margin:3px;
	height:75px;
}
#storeWidgetBox #locatorResultsDiv div.locatorResultsBody div.locatorResultDiv{
	height:22px;
	padding:2px;
	font-size:100%;
	clear:both;
}
#storeWidgetBox #locatorResultsDiv div.locatorResultsBody div.locatorResultDiv a:hover{
	color:#00a164;
}
#storeWidgetBox .even{
	background-color:#EBF5DD;
}
#storeWidgetBox .locatorError{
	text-align: center;
	color:red;
}

div.widgetlink {
	margin:-20px 0px 0px -50px;
	text-align:center;
}

.center {
	margin-top:5px;
	text-align:center;
}
