
#LoginNav{
	background: 		url("../imgs/utility-transparency-wide.png"); 
/* 	font-size: 			14px; */
/* 	height: 			34px; */
/* 	line-height: 		34px; */
/* 	padding:			0px 10px; */
/* 	text-align: 		right; */
}
#utility-nav span{
	cursor:				pointer;
	padding:			0 5px;
}
#utility-nav span a{
	color:				#666;
}
#utility-nav .search-container{
	display:			inline-block;
	border-left:		1px solid #ccc;
	border-right:		1px solid #ccc;
	margin:				0 10px;
}
#utility-nav .search{
	display:			inline-block;
	background: 		url("../imgs/search-icon.png") no-repeat right center; 
	padding-right:		24px;

	zoom: 				1;
	*display: 			inline;	
}
#utility-nav .search:hover{
	background: 		url("../imgs/search-icon-active.png") no-repeat right center; 
	color:				#005f87;
}
#utility-nav .cart{
	background: 		url("../imgs/cart-icon.png") no-repeat center center; 
	display:			inline-block;
	height:				19px;
	vertical-align:		text-bottom;
	width:				24px;	

	zoom: 				1;
	*display: 			inline;	
}

.header, .header a{
	font-size:			12px;
}

#LoginNav .order-center{
/* 	background: 		url("../imgs/order-center-button.png") no-repeat center center;  */
	background:			#8ab204;
	color:				#ffffff;
	display:			inline-block;
	float:				right;
	margin:				4px 0 0 0;
	font-weight:		bold;
	vertical-align:		middle;
	padding:			3px 10px;
	text-transform:		uppercase;

	border-radius: 		5px;
}
.header .order-center:hover{
	text-decoration:	none;
}

/* Editing top-nav in main.css instead
#main-nav{
	background:			#fff;
	border:				3px solid #eee;
	display:			block;
	padding:			0 10px;
	
	border-radius: 		10px;
	box-shadow: 		0px 3px 5px #aaa;
}

#main-nav li{
	display:			inline-block;
	font-weight:		bold;
	list-style:			none;
	padding:			8px 18px 4px;
	text-transform:		uppercase;
	border-right:		2px solid #eee;
}
*/
