/*------------------------------------
   Store Guide Shop Listing
------------------------------------*/
/* Shop Info */
.shopinfo { }
	.shopinfo .name { font-size: 1.4em; font-weight: bold; padding-top: 15px;}
	.shopinfo .address { font-weight: bold; padding-top: 10px;}
	.shopinfo .tel { font-weight: bold;}
	.shopinfo .abstract { padding-top: 10px; color: #80807f; font-size: .9em; line-height: 1.4em;}
	.shopinfo .abstract p { padding-bottom: 10px;}
	.shopinfo .link {}
	.shopinfo .link a { color: #0196d6; font-weight: bold;}
	
/* Directory Nav */
ul#directorynav { position: absolute; bottom: 22px; left: 291px; overflow: hidden;}
	ul#directorynav li { display: inline; float: left; background: url('../images/directory/arrow.png') no-repeat 100% 4px; padding: 0 28px 0 0;}
	ul#directorynav li.map { margin-right: 30px;}
		ul#directorynav li a { text-decoration: none; font-weight: bold;}

.content { min-height:380px; padding-bottom: 60px;}


