@charset "utf-8";

/* =======================================

	Shop CSS

========================================== */

#floorShop {
	margin: 0 auto;
	width: 655px;
	zoom: 1;
}

#floorShop h2#categoryTitle {
	margin: 70px 0 60px;
	text-align: center;
}


/* Shop Guide Section
========================================== */
#floorShop .shopGuideSection {
	margin: 0 0 70px;
}

#floorShop .shopGuideSection h3 {
	margin: 0 0 11px;
	padding: 0 3px 3px;
	border-bottom: 1px solid #918B8A;
	font-size: 153.9%;
	line-height: 1.2;
	font-weight: bold;
}
	
#floorShop .shopGuideSection .content p {
	margin: 0 0 7px;
}


/* Shop Detail
========================================== */
#floorShop .shopGuideSection .shopDetail {
	position: relative;
	margin: 0 3px 20px;
	zoom: 1;
}
#floorShop .shopGuideSection .shopDetail:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

	/* Image
	---------------------------------------- */
	#floorShop .shopGuideSection .shopDetail .image {
		float: left;
		display: inline;
		width: 253px;
	}

	/* Content
	---------------------------------------- */
	#floorShop .shopGuideSection .shopDetail .content {
		position: relative;
		float: right;
		display: inline;
		width: 380px;
	}
	#floorShop .shopGuideSection .shopDetail .content td {
	padding:5px 20px 5px 0;
	}
	#floorShop .shopGuideSection .shopDetail .content p.floorNumber {
		margin: 0 0 6px;
	}
	
	#floorShop .shopGuideSection .shopDetail .content p.shopLogo {

	}
	
	#floorShop .shopGuideSection .shopDetail .content p.shopInfo {
		margin: 0;
		font-size: 107.8%;
		line-height: 1.286;
	}
	
	#floorShop .shopGuideSection .shopDetail .content address {
		margin: 0 0 7px;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 107.8%;
		line-height: 1.286;
	}


/* Shop Introduction
========================================== */
#floorShop .shopGuideSection .shopIntroduction {
	zoom: 1;
	padding:20px 15px;
	border:1px solid #918b8a;
}
#floorShop .shopGuideSection .shopIntroduction:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

	/* Content
	---------------------------------------- */
	#floorShop .shopGuideSection .shopIntroduction .content {
		float: left;
		display: inline;
		width: 464px;
	}

	/* Image
	---------------------------------------- */
	#floorShop .shopGuideSection .shopIntroduction .image {
		float: right;
		display: inline;
		width: 150px;
	}



/* To Guide
========================================== */
	#toguide {
	text-align:right;
	margin-top:5px;
	}
	#toguide a:hover img, #toguide a:active img {
	visibility: hidden;
	}
	#toguide a {
	background-image:url(/floor/img/shop/toguide_on.gif) !important;
	width:120px;
	height:28px;
	display:block;
	float:right;
	}
	#toguide a:hover, #toguide a:active{
	background-color:#FFFFFF;
	}
