@charset "UTF-8";

/********************shop********************/
#shop {
	position: fixed; _position: absolute;
	width: 540px; height: 390px;
}

#shop li {
	float: left; position: relative;
	width: 180px; height: 260px;
	background: url("../images/shop/line.png") no-repeat right top;
	cursor: pointer;
}

#shop li:last-child {
	background: none;
}

#shop li > img.orgImg {
	width: 180px; height: 260px;
}

.bigMap {
	display: none;
	position: absolute;
	width: 270px; height: 390px;
	left: 0; top: 0;
}

/********************shop list********************/
#shopList {
	position: fixed; _position: absolute;
	width: 640px; height: 520px;
	left: 50%; top: 50%;
	margin: -300px 0 0 -320px;
}

#shopList .title {
	position: absolute;
	width: 120px; height: 140px;
	left: 0; top: 0;
	overflow: hidden;
	z-index: 1;
}

#shopList .title img {
	width: 120px; height: 140px;
}

.listOne {
	position: absolute;
	width: 120px; height: auto;
	left: 0; top: 140px;
	z-index: 1;
}

.listOne > li > a {
	display: block;
	width: 98px; height: 16px;
	padding: 2px 10px; margin-bottom: 1px;
	color: #442119; font-size: 13px; font-weight: bold; text-decoration: none; line-height: 14px; line-height: 18px \0; *line-height: 18px;
	background: url("../images/shop/item.png") no-repeat left center;
	border: 1px solid #442119;
}

.listOne > li > a:hover {
	color: #FFF;
	background: #442119;
}

.listSecond {
	display: none;
	width: 120px; height: auto;
}

.listSecond > li {
	position: relative;
}

.listSecond > li > a {
	display: block;
	width: 100px; height: 16px;
	padding: 2px 10px; margin-bottom: 1px;
	color: #f3efe6; font-size: 11px; text-decoration: none; line-height: 14px; line-height: 18px \0; *line-height: 18px;
	background: #442119;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.listSecond > li > a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.listThree {
	display: none; position: absolute;
	width: 137px; max-height: 400px;
	left: 120px; top: 0;
	overflow: auto;
}

.listThree > li > a {
	display: block;
	width: 100px; height: 16px;
	padding: 2px 10px; margin-left: 1px;
	color: #f3efe6; font-size: 11px; text-decoration: none; line-height: 14px; line-height: 18px \0; *line-height: 18px;
	background: #442119;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.listThree > li > a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#locationResult {
	position: absolute;
	width: 510px; height: 400px;
	right: 0; top: 80px;
	padding-top: 20px;
	background: url("../images/shop/locationResult.png") no-repeat left top;
	z-index: 0;
}

.customScrollBox {
	position: relative; 
	height: 100%; 
	overflow: hidden;
}

.customScrollBox .container {
	position: relative;
	float: left;
	width: 99.5%; 
	top: 0;
}

.customScrollBox > .content {
	clear: both;
}

.dragger_container {
	position: relative; 
	float: left;
	width: 5px; height: 100%;
	margin-left: -3px;
	cursor: pointer;
}

.dragger {
	position: absolute; 
	width: 5px; height: 60px; 
	background: #442119;  
	overflow: hidden; 
	cursor: pointer; 
}

.dragger_pressed {
	position: absolute; 
	width: 5px; height: 60px; 
	background: #900807;  
	overflow: hidden; 
	cursor: pointer;
}

.locationList {
	padding: 10px;
	border-bottom: 1px dotted #40221a;
	color: #442119; font-size: 11px;
}

.locationList .add {
	display: inline-block;
	width: 293px;
	font-size: 12px;
}

.locationList .add b {
	font-size: 13px;
}

.locationList .tel {
	display: inline-block;
	width: 98px;
}

.locationList .fax {
	display: inline-block;
	width: 90px;
}

.locationList .new {
	position: absolute;
	width: 30px; height: 30px;
	margin: -5px 0 0 5px;
}