body{
	background:url(../images/body_bg.gif)
}
img{border:0;}
.wrap{
	width:960px;
	min-height:1024px;
	height:100%;
	background:url(../images/wrap_bg.png) repeat-y;
	margin:-10px auto;
	padding-bottom:20px;
	padding-left:32px;
	padding-right:32px;
}
.wrap .title{
	height:50px;
	background-color:#333;
	width:960px;
	color:#CCC;
	padding-right:32px;
	padding-left:32px;
	margin-left:-32px;
	margin-top:128px;
	display:inline-block;
	margin-bottom:100px;
}
.wrap .title ul{
	list-style:none;
	margin-top:6px;
}
.wrap .title li.left{
	float: left;
	margin-right:10px;
}
.wrap .title li.right{
	float: right;
	margin-right:10px;
}
.home_btn{
	height:203px;
	width:203px;
	margin:0 auto;
	margin-top:-84px;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.slider-player {
	width: 780px;	/* 圖片的寬 */
	height: 550px;	/* 圖片的高 */
	position: relative;
	overflow: hidden;
	margin:0 auto;
}
.slider-player ul.slider-list {
	position: absolute;
	width: 780px;
	height: 550px;
}
.slider-player ul.slider-list li {
	float: left;
	width: 780px;	/* 圖片的寬 */
	height: 550px;
}
.slider-player ul.slider-list img{
	width: 780px;
	height: 550px;
	border: 0;
}
.slider-control{
	position: absolute;
	width: 780px;
	height: 48px;
	display: inline-block;
	top:251px;
	left:0;
}
.slider-control ul li.prev {
	float: left;
	cursor: pointer;
}
.slider-control ul li.next {
	float: right;
	cursor: pointer;
}

#sidebar {
	position: absolute;
	margin-top:150px;
	margin-left:952px;
}
#cart {
	width: 260px;
	height: auto;
	background-repeat: no-repeat;
	position: absolute;
	padding: 10px;
	padding-top: 20px;
}
#cart img{
	margin-bottom:15px;
	border:0;
}
.store_block{
	width:960px;
	margin:20px auto;
	display:inline-block;
	padding:0 72px;
}
.item_block {
	margin: 10px;
	padding: 0;
	width: 250px;
	height: 250px;
	overflow: hidden;
	position: relative;
	float:left;
}
.item_block img{
	width: 250px;
	height: 250px;
}
.item_block .caption {
	position: absolute;
	top: 250px;	/* .item_block 的高 - 想顯示 title 的高(這邊是設 55) */
	width: 250px;	/* .item_block 的寬 - .caption 的左右 padding */
	cursor: pointer;
	color: #fff;
	background: url(images/1px_black.png) repeat;
}
.item_block .desc{
	height:220px;
	padding:15px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7; 
}
.three_ad{
	height:200px;
	width:960px;
	display:block;
}
.three_ad .mask{
	position:absolute;
	background-image:url(../images/mask.png);
	height:200px;
	width:960px;
	display:inline-block;
	z-index:0;
}
.three_ad .img{
	position:absolute;
	float:left;
	height:200px;
	width:837px;
	padding-left:123px;
	z-index:0;
}
.three_ad .img img{
	margin-right:40px;
	height:200px;
	width:200px
}
.three_ad .btn{
	position:absolute;
	float:left;
	height:120px;
	width:797px;
	padding-left:163px;
	margin-top:40px;
	z-index:999;
}
.three_ad .btn input{
	margin-right:120px;
	height:120px;
	width:120px;
	background:transparent;
	cursor:pointer;
	border:none;
	z-index:1000;
}
#menu {
	margin: 20px 0 0;
	padding: 0;
	width: 240px;		/* 選單圖片的高 */
	list-style: none;
	overflow: hidden;
	height: 250px;		/* 98 * 4 + 5 * 8 */
}
#menu li {
	padding: 0 5px;
}
#menu li a {
	display: block;
	width: 240px;		/* 選單圖片的寬 */
	height: 60px;		/* 選單圖片的高 */
	line-height: 60px;	/* ie suck */
	text-indent: -9999px;
	margin-top: 12px;	/* 需要設定為圖片寬/2 */
	background-repeat: no-repeat;
	margin-left:-180px;
}

.join {background:url(../images/a_icon.png);}
.facebook {background:url(../images/f_icon.png);}
.plurk {background:url(../images/p_icon.png);}

.join_ch {background:url(../images/a_icon_ch.png);}
.facebook_ch {background:url(../images/f_icon_ch.png);}
.plurk_ch {background:url(../images/p_icon_ch.png);}

.footer{
	border-top: dotted 2px #666666;
	text-align:center;
	padding-top:30px;
	width:720px;
	margin:0px auto;
}

.footer a{
	margin:10px;
	text-decoration:none;
	color:#666;
}

.footer a:hover{
	margin:10px;
	text-decoration:underline;
	color:#666;
}

.footer p{
	margin-top:20px;
	font-size:12px;
	color:#eb6100;	
}
#detail_photo {
	width: 600px;	/* 圖片寬度 + 縮圖寬度 + 間隔 8px */
	height: 400px;	/* 圖片高度 */
	position: relative;
	
}
#detail_photo ul, #detail_photo li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#detail_photo img {
	border: none;
}
#detail_photo .photo {
	max-width: 600px;	/* 圖片寬度 */
	max-height: 400px;	/* 圖片高度 */
	position: absolute;
}
#detail_photo .desc-bg, #detail_photo .desc-title {
	position: absolute;
	width: 430px;	/* 圖片寬度 - padding 
2 */
	background: #000;
	top: 0;
	height: 24px;
	padding: 4px 10px;
}
#detail_photo .desc-title {
	color: #fff;
	background: none;
	line-height: 24px;
}
#detail_photo .thumbs {
	width: 94px;
	height: 430px;	/* 圖片高度 - padding-top */
	padding-top: 6px;
	right: 0px;
	position: absolute;
	top: 421px;
}
#detail_photo .carousel {
	height: 430px;
	position: relative;
	overflow: hidden;
}
#detail_photo .carousel .nav-bar {
	float: left;
	width: 2px;
	height: 63px;
	margin-right: 2px;
}
#detail_photo .carousel img {
	float: left;
	width: 90px;
	height: 63px;
}
#detail_photo .carousel ul {
	position: absolute;
}
#detail_photo .carousel li {
	width: 94px;
	height: 72px;
}
#detail_photo .carousel .current .nav-bar {	/* 當被點選時，縮圖左邊的顏色 */
	background: #007acc;
}
#detail_photo .thumbs .prev, #detail_photo .thumbs .next {	/* 縮圖上下的控制鈕 */
	position: absolute;
	left: 43px;
	width: 12px;
	height: 0px;
	padding-top: 6px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	background: url(../images/sprite.png) no-repeat 0 0;
}
#detail_photo .thumbs .prev {
	top: 0px;
	background-position: 0 -21px;
}
#detail_photo .thumbs .next {
	bottom: -2px;
	background-position: 0 -27px;
}
#detail_photo img{
	width:600px;
	height:400px;
}
.detail_name{
	float:left;
	background-image:url(../images/detail_name.png);
	background-repeat:no-repeat;
	width:350px;
	height:155px;
	padding:100px 0;
	display:block;
	text-align:center;
}
.detail_name p{
	font-size:36px;
	color:#333;
}
.detail_photo{
	float:right;
	width:600px;
	height:400px;
	display:block;
	margin-right:10px;
}
.detail_description{
	float:left;
	background-image:url(../images/detail_description.png);
	background-repeat:no-repeat;
	width:440px;
	height:585px;
	display:block;
	margin-top:20px;
	margin-left:-105px;
	margin-right:15px;
	padding:90px;
	padding-top:60px;
}
.detail_description h1{
	font-size:24px;
	color:#FFF;
	text-align:center;
}
.detail_description h2{
	font-size:18px;
	color:#999;
	text-align:center;
	padding-left:30px;
}
.detail_description .time{
	margin-top:30px;
}
.detail_description p{
	font-size:14px;
	color:#CCC;
	padding-left:40px;
}
.detail_branch{
	float:right;
	width:375px;
	display:block;
	margin-right:10px;
	margin-top:30px;
	border:dashed 2px #999;
	padding:20px;
	margin-bottom:20px;
	display:inline-block;	
}
.detail_branch ul{
	list-style:none;
}
.detail_branch ul li{
	padding:2px 15px;
	padding-bottom:10px;
	background:url(../images/branch_name.png) no-repeat;
}
.detail_branch ul li h1{
	line-height:50%;
	color:#FFF;
	font-size:18px;
	padding-bottom:10px;
}
.detail_branch ul li p{
	line-height:100%;
}

.detail_map{
	float:left;
	margin-top:25px;
	width:300px;
	height:430px;
	display:block;
	margin-left:0px;
	text-align:center;
	border:none;
}
.detail_sticker{
	margin-top:20px;
	float:left;
	margin-left:115px;
	background-image:url(../images/detail_link.png);
	background-repeat:no-repeat;
	width:220px;
	height:60px;
	display:block;
}
.detail_sticker img{
	width:34px;
	height:34px;
	margin-top:15px;
	display:block;
	float:left;
	margin-left:15px;
	margin-right:20px;
}
.lang_bar{
	position:absolute;
	margin-top:20px;
	margin-left:750px;	
}
