#header{z-index:9999; position: relative;}
.cubeinfo{-moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);}
.cubeinfo h1{background:url(../images/location/title.png) no-repeat center; height:142px;}
.cubeinfo h3{ font-size:19px;color:#f7a126; font-weight:100; padding:0px 25px 0 30px; font-family:"微軟正黑體", Microsoft JhengHei, Arial; margin:10px 0 0 30px;}
.cubeinfo div > div{}
.cubeinfo p,.cubeinfo div > div{ color:#939393; line-height:1.8; margin:5px 25px; background: url(../images/location/iten.png) 0px 14px no-repeat; border-bottom:1px dotted #999999;}

.info{ margin-top:10px;}

ul#iten li{ float:left;}


/*當沒有CLASS命名時，指定同階層的標籤CSS狀態，但IE8不接受，因此需要用CSS將IE8關閉*/
.cubeinfo h3:first-child{ background:url(../images/location/car.png) no-repeat left center;}
.cubeinfo h3:nth-of-type(2){ background:url(../images/location/mrt.png) no-repeat left center;}
.cubeinfo h3:nth-of-type(3){ background:url(../images/location/plane.png) no-repeat left center;}

.ie8 .cubeinfo h3{ padding:0px 25px; margin:0;}
.ie8 .cubeinfo h3:first-child{ background:none;}
.ie8 .cubeinfo h3:nth-of-type(2){ background:none;}
.ie8 .cubeinfo h3:nth-of-type(3){ background:none;}

/*END*/