@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */
body {
	position: absolute;
	display: block; 
	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	z-index: -10;
	/*background: url(http://www.overlander.com.hk/Special_Event/BackToSchool/img/BG480.jpg) no-repeat center center;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.text-box {
	padding:3%;
	text-align:left;
	font-size:10px;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	line-height:30px;
}
.title {
	text-align:center;
	font-size:18px;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
}

.price {
	text-align:center;
	font-size:36px;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
}

.code {
	text-align:center;
	font-size:10px;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
}

.highlight {
	text-align:left;
	font-size:18px;
	color:#60C;
	font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
}
.message {
	text-align:left;
	font-size:12px;
	line-height:15px;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
}

.message-rd {
	text-align:left;
	font-size:18px;
	line-height:40px;
	color:#F00;
	font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
}

.map {
	width:100%;
	text-align:center;
	font-size:16px;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
}

.top-img {
	z-index:99;
	width:100%;
	margin:auto;
	padding-top:0%;
	font-size:0;
	text-align:center;
}
.halfimg {
	z-index:99;
	width:100%;
	margin:auto;
	padding-top:0%;
	font-size:0;
	text-align:center;
}
.product {
	width: 90%;
  	height: 90%;
	position:absolute;
	z-index:999;
	margin:auto;
	padding-top:10%;	
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	background-color:#FFFFFF;
	background-color:rgba(255,255,255,255); 
	clear: both;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	display: block;
	border: 5px #333333 solid;
	margin-top:5%;
	margin-bottom:5%;
	height:auto;

}


/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 481px) {

	body {
		display: block; 
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -10;
		/*background: url(http://www.overlander.com.hk/Special_Event/BackToSchool/img/BG480.jpg) no-repeat center center;*/
		background-repeat: no-repeat;
		background-attachment: fixed;

	}

	.text-box {
		padding:3%;
		text-align:left;
		font-size:21px;
		color:#000000;
		line-height:45px;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}
	.top-img {
		font-size:0;
		z-index:99;
		width:100%;
		margin:auto;
		padding-top:0%;
		display:inline;
		text-align:center;
	}
	.halfimg {
		font-size:0;
		z-index:99;
		width:100%;
		margin:auto;
		padding-top:0%;
		text-align:center;
	}
	.product {
		width: 90%;
		height: 90%;
		position:absolute;
		z-index:999;
		margin:auto;
		padding-top:10%;	
	}

	.title {
		text-align:center;
		font-size:36px;
		color:#000000;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}

	.code {
		text-align:center;
		font-size:14px;
		color:#000000;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}

	.highlight {
		text-align:left;
		font-size:28px;
		color:#60C;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}
	.message {
		font-weight:bold;
		text-align:left;
		font-size:12px;
		line-height:20px;
		color:#000000;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}

	.message-rd {
		text-align:left;
		font-size:28px;
		line-height:40px;
		color:#F00;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}
	.map {
		width:100%;
		text-align:center;
		font-size:16px;
		color:#000000;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}

	.gridContainer {
		width: 90.675%;
		padding-left: 1.1625%;
		padding-right: 1.1625%;
	}
	
	#LayoutDiv1 {
		background-color:#FFFFFF;
		background-color:rgba(255,255,255,255); 
		top:50%;
		left:50%;
		clear: both;
		float: left;
		margin-left: 0%;
		margin-right: 0%;
		width: 100%;
		display: block;
		border: 2px #6e6e6e solid;
		margin-top:5%;
		margin-bottom:5%;
		height:auto;
	}
	
	
}

/* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 769px) {
	
	body {
		display: block; 
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -10;
		/*background: url(http://www.overlander.com.hk/Special_Event/BackToSchool/img/BG480.jpg) no-repeat center center;*/
		background-repeat: no-repeat;
		background-attachment: fixed;

	}
	.text-box {
		padding:5%;
		text-align:left;
		font-size:28px;
		color:#000000;
		line-height:45px;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}
	.top-img {
		z-index:99;
		width:100%;
		margin:auto;
		padding-top:0%;
		display:inline-block;
		text-align:center;
		font-size:0;
	}
	.halfimg {
		z-index:99;
		width: 50%;
		margin:auto;
		padding-top:0%;
		display:inline;
		text-align:center;
		font-size:0;
	}

	.product {
		width: 90%;
		height: 90%;
		position:absolute;
		z-index:999;
		margin:auto;
		padding-top:10%;	
	}

	.title {
		text-align:center;
		font-size:36px;
		color:#000000;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}

	.code {
		text-align:center;
		font-size:14px;
		color:#000000;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}
	.price {
		text-align:center;
		font-size:36px;
		color:#000000;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}
	.highlight {
		text-align:left;
		font-size:30px;
		color:#60C;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}
	.message {
		text-align:left;
		font-size:18px;
		line-height:25px;
		color:#000000;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}
	.message-rd {
		text-align:left;
		font-size:30px;
		line-height:40px;
		color:#F00;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}

	.map {
		width:100%;
		text-align:center;
		font-size:16px;
		color:#000000;
		font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
	}

	.gridContainer {
		width: 100%;
		max-width: 1004px;
		padding-left: 0.9%;
		padding-right: 0.9%;
		margin: auto;
	}
	#LayoutDiv1 {
		margin-top:5%;
		margin-bottom:10%;
		background-color:#FFFFFF;
		background-color:rgba(255,255,255,255); 
		clear: both;
		float: left;
		margin-left: 0%;
		margin-right: 0%;
		width: 100%;
		display: block;
		border: 2px #6e6e6e solid;
		height:auto;

	}



}

@media all and (max-width: 960px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px){
	.brightness{width:100%;}
}