/******************************************************************************/
/*  Feature Screen Area
/******************************************************************************/
#feature-container
{
  width: 100%;
	height: 575px;
  overflow: hidden;
  position: relative;
}

#feature
{
  width: 1000px;
	height: 575px;
	margin: 0 auto;
  overflow: hidden;
  position: relative;
}

a.browse 
{
	display: block;
	width: 72px;
	height: 133px;
	background-image: url('/images/feature/feature-arrows.png');
  background-repeat: no-repeat;
	cursor: pointer;
}

a.right 
{ 
  position: absolute; 
  top: 210px; 
  right: 0; 
  z-index: 10; 
  background-position: 0 -133px;
}
a.right:hover { background-position: -72px -133px; } 

a.left 
{ 
  position: absolute; 
  top: 210px; 
  left: 0; 
  z-index: 10;
  background-position: 0 0;
} 
a.left:hover { background-position: -72px 0; }

a.first 
{ 
  display: none;
  position: absolute; 
  top: 210px; 
  right: 0; 
  z-index: 10; 
  background-position: 0 -133px;
}
a.first:hover { background-position: -72px -133px; } 

a.last 
{ 
  display: none;
  position: absolute; 
  top: 210px; 
  left: 0; 
  z-index: 10;
  background-position: 0 0;
} 
a.last:hover { background-position: -72px 0; }

a.disabled { visibility:hidden !important; }

#city-scroll
{
	width: 9999em;
	position: absolute;
	height: 575px;
}

.city-box 
{
	float: left;
	width: 1000px;
	height: 575px;
	text-align: center;
	position: relative;
}

#intro { display: none; position: relative; z-index: 10; background-color: #000000; }

#intro-video
{
  display: block;
  width: 900px;
  height: 488px;
  margin: 33px auto 37px;
  outline: none;
}

#splash-feature { background-image: url('/images/feature/feature-splash-got.jpg'); background-repeat: no-repeat; }
#nyc-feature { background-image: url('/images/feature/feature-nyc-new.jpg'); background-repeat: no-repeat; }
#ldn-feature { background-image: url('/images/feature/feature-ldn.jpg'); background-repeat: no-repeat; }
#chi-feature { background-image: url('/images/feature/feature-chi.jpg'); background-repeat: no-repeat; }
#tor-feature { background-image: url('/images/feature/feature-tor.jpg'); background-repeat: no-repeat; }
#las-feature { background-image: url('/images/feature/feature-las.jpg'); background-repeat: no-repeat; }
#hkg-feature { background-image: url('/images/feature/feature-hkg-new.jpg'); background-repeat: no-repeat; }
#prs-feature { background-image: url('/images/feature/feature-prs-new.jpg'); background-repeat: no-repeat; }
#tky-feature { background-image: url('/images/feature/feature-tky-new.jpg'); background-repeat: no-repeat; }
#syd-feature { background-image: url('/images/feature/feature-syd-new.jpg'); background-repeat: no-repeat; }
#bln-feature { background-image: url('/images/feature/feature-bln-new.jpg'); background-repeat: no-repeat; }
#wdc-feature { background-image: url('/images/feature/feature-wdc.jpg'); background-repeat: no-repeat; }
#usa-feature { background-image: url('/images/feature/feature-usa.jpg'); background-repeat: no-repeat; }
#osa-feature { background-image: url('/images/feature/feature-osa.jpg'); background-repeat: no-repeat; }
#stp-feature { background-image: url('/images/feature/feature-stp.jpg'); background-repeat: no-repeat; }

#sha-feature { background-image: url('/images/feature/feature-sha.jpg'); background-repeat: no-repeat; }
#sfr-feature { background-image: url('/images/feature/feature-sfr.jpg'); background-repeat: no-repeat; }
#rom-feature { background-image: url('/images/feature/feature-rom.jpg'); background-repeat: no-repeat; }
#dub-feature { background-image: url('/images/feature/feature-dub.jpg'); background-repeat: no-repeat; }
#dis-feature { background-image: url('/images/feature/feature-dis.jpg'); background-repeat: no-repeat; }
#got-feature { background-image: url('/images/feature/feature-got.jpg'); background-repeat: no-repeat; }
#bcn-feature { background-image: url('/images/feature/feature-bcn.jpg'); background-repeat: no-repeat; }

/******************************************************************************/
/*  Puzzle Details
/******************************************************************************/
div.puzzle-details
{
  width: 1000px;
	overflow: hidden;
  position: absolute;
  bottom: 0;
	left: 0;
}

a.showhide-details
{
  display: block;
  width: 156px;
  height: 37px;
  margin-left: 42px;
  background-image: url('/images/buttons/details-tab.png'); 
  background-repeat: no-repeat;
  background-position: 0 -37px;
}
a.showhide-details:hover { cursor: pointer; }

div.detail-container
{
  display: none;
  width: 900px;
  overflow: hidden;
  padding: 20px 50px;
  border-top: 3px solid #494949;
	background-image: url('/images/feature/details-bg.png');
	position: relative;
	z-index: 5;
}

img.detail-container-left
{
  float: left;
  display: inline;
  width: 340px;
}

div.detail-container-right
{
  float: right;
  display: inline;
  width: 540px;
  overflow: hidden;
  padding-left: 20px;
  color: #FFFFFF;
	text-align: left;
}


div.detail-container a.poster-link { text-decoration: underline; }
div.detail-container a.poster-link:hover { color: #FFFFFF; text-decoration: none; }
div.detail-container p { margin-bottom: 12px; line-height: 1.3em; }
div.detail-container .citylabel { font-size: 14px; font-weight: bold; }

img.detail-line { margin: 11px 0; }
div.detail-botline { display: block; width: 100%; overflow: hidden; margin-top: 15px; }

a.addtocart-sm
{
  float: left;
  display: inline;
  width: 151px;
  height: 48px;
  background-image: url('/images/buttons/addtocart-sm.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
a.addtocart-sm:hover { background-position: 0 -48px; cursor: pointer; }
a.addtocart-sm:active { background-position: 0 -96px; cursor: pointer; }

a.preorder-sm
{
  float: left;
  display: inline;
  width: 149px;
  height: 17px;
  padding-top: 31px;
  padding-left: 2px;
  background-image: url('/images/buttons/preorder-sm.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #FFFEFE;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
a.preorder-sm:hover { background-position: 0 -48px; cursor: pointer; text-decoration: none; }
a.preorder-sm:active { background-position: 0 -96px; cursor: pointer; }

div.outofstock-sm
{
  float: left;
  display: inline;
  width: 151px;
  height: 18px;
  padding-top: 31px;
  background-image: url('/images/buttons/outofstock-sm.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #FFFEFE;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  cursor: default;
}


a.addtocart-lg 
{ 
  display: block;
  width: 183px;
  height: 59px;
  background-image: url('/images/buttons/addtocart-lg.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 100px;
  right: 50px;
  z-index: 3;
}
a.addtocart-lg:hover { background-position: 0 -59px; cursor: pointer; }
a.addtocart-lg:active { background-position: 0 -118px; cursor: pointer; }

a.preorder-lg 
{ 
  display: block;
  width: 175px;
  height: 19px;
  padding-top: 40px;
  padding-left: 8px;
  background-image: url('/images/buttons/preorder-lg.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 100px;
  right: 50px;
  z-index: 3;
  color: #FFFEFE;
  font-size: 12px;
  font-weight: bold;
}
a.preorder-lg:hover { background-position: 0 -59px; cursor: pointer; text-decoration: none; }
a.preorder-lg:active { background-position: 0 -118px; cursor: pointer; }

div.outofstock-lg 
{ 
  display: block;
  width: 183px;
  height: 21px;
  padding-top: 38px;
  background-image: url('/images/buttons/outofstock-lg.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 100px;
  right: 50px;
  z-index: 3;
  color: #FFFEFE;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
}

a.view-more-images  
{ 
  display: block;
  width: 70px;
  height: 70px;
  background-image: url('/images/buttons/view-more-images.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 20px;
  right: 290px;
  z-index: 3;
}
a.view-more-images:hover { background-position: 0 -70px; cursor: pointer; }
a.view-more-images:active { background-position: 0 -140px; cursor: pointer; }

a.view-time-poster  
{ 
  display: block;
  width: 70px;
  height: 70px;
  background-image: url('/images/buttons/view-time-poster.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 20px;
  right: 210px;
  z-index: 3;
}
a.view-time-poster:hover { background-position: 0 -70px; cursor: pointer; }
a.view-time-poster:active { background-position: 0 -140px; cursor: pointer; }

a.view-city-history 
{ 
  display: block;
  width: 70px;
  height: 70px;
  background-image: url('/images/buttons/view-city-history.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 20px;
  right: 130px;
  z-index: 3;
}
a.view-city-history:hover { background-position: 0 -70px; cursor: pointer; }
a.view-city-history:active { background-position: 0 -140px; cursor: pointer; }

a.backtovideo  
{ 
  display: block;
  width: 70px;
  height: 70px;
  background-image: url('/images/buttons/view-4d-video.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 20px;
  right: 50px;
  z-index: 3;
}
a.backtovideo:hover { background-position: 0 -70px; cursor: pointer; }
a.backtovideo:active { background-position: 0 -140px; cursor: pointer; }

a.showvideo  
{ 
  display: block;
  width: 70px;
  height: 70px;
  background-image: url('/images/buttons/view-4d-video.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 130px;
  right: 50px;
  z-index: 3;
}
a.showvideo:hover { background-position: 0 -70px; cursor: pointer; }
a.showvideo:active { background-position: 0 -140px; cursor: pointer; }


/******************************************************************************/
/*  Content CSS
/******************************************************************************/
/*
#home-header
{    
  width: 377px;
  height: 43px;
  padding: 9px; 
  margin-left: 50px;
  background: url('/images/boxes/home-header-bg.png') no-repeat;    
}

#home-header h1
{
  float: left;
  display: inline;
  font-size: 36px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

#home-header img
{
  float: left;
  display: inline;
  width: 47px;
  height: 45px;
  margin-right: 15px;  
}
*/

#home-description
{
  width: 536px;
  padding: 0px 52px;
  margin-bottom: 5px;  
}

#content
{
  text-align: left;
  font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 640px;
  padding: 40px 0px 40px 0px;
  line-height: 1.5em;
}

#content h1
{
  display: block;
  font-size: 30px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: normal;
	line-height: 1em;
	background-image: url('/images/whatis/what-head.png');
  background-repeat: no-repeat;
	padding: 14px 0 20px 80px;
	margin-bottom: 10px;
	margin-left: 50px;
}

/******************************************************************************/
/*  Puzzle Boxes
/******************************************************************************/
#puzzle-boxes
{
  width: 610px;
  overflow: hidden;
  margin-top: 16px;
  margin-left: 30px;
}

a.puzzlebox
{
  float: left;
  display: block;
  width: 203px;
  height: 191px;
  background-position: 0 0;
  margin: 10px -6px -24px 0;
  cursor: pointer;
}
a.puzzlebox:hover { background-position: 0 -191px; }
a.puzzlebox:active { background-position: 0 -382px; }

#nyc-box
{
  background-image: url('/images/boxes/nyc-box.png');
  background-repeat: no-repeat;
}
#nyc-box.active { background-position: 0 -382px; cursor: default !important; }

#ldn-box
{
  background-image: url('/images/boxes/ldn-box.png');
  background-repeat: no-repeat;
}
#ldn-box.active { background-position: 0 -382px; cursor: default !important; }

#chi-box
{
  background-image: url('/images/boxes/chi-box.png');
  background-repeat: no-repeat;
}
#chi-box.active { background-position: 0 -382px; cursor: default !important; }

#tor-box
{
  background-image: url('/images/boxes/tor-box.png');
  background-repeat: no-repeat;
}
#tor-box.active { background-position: 0 -382px; cursor: default !important; }

#las-box
{
  background-image: url('/images/boxes/las-box.png');
  background-repeat: no-repeat;
}
#las-box.active { background-position: 0 -382px; cursor: default !important; }

#hkg-box
{
  background-image: url('/images/boxes/hkg-box.png');
  background-repeat: no-repeat;
}
#hkg-box.active { background-position: 0 -382px; cursor: default !important; }

#prs-box
{
  background-image: url('/images/boxes/prs-box.png');
  background-repeat: no-repeat;
}
#prs-box.active { background-position: 0 -382px; cursor: default !important; }

#tky-box
{
  background-image: url('/images/boxes/tky-box.png');
  background-repeat: no-repeat;
}
#tky-box.active { background-position: 0 -382px; cursor: default !important; }

#syd-box
{
  background-image: url('/images/boxes/syd-box.png');
  background-repeat: no-repeat;
}
#syd-box.active { background-position: 0 -382px; cursor: default !important; }

#bln-box
{
  background-image: url('/images/boxes/bln-box.png');
  background-repeat: no-repeat;
}
#bln-box.active { background-position: 0 -382px; cursor: default !important; }

#wdc-box
{
  background-image: url('/images/boxes/wdc-box.png');
  background-repeat: no-repeat;
}
#wdc-box.active { background-position: 0 -382px; cursor: default !important; }

#usa-box
{
  background-image: url('/images/boxes/usa-box.png');
  background-repeat: no-repeat;
}
#usa-box.active { background-position: 0 -382px; cursor: default !important; }

#osa-box
{
  background-image: url('/images/boxes/osa-box.png');
  background-repeat: no-repeat;
}
#osa-box.active { background-position: 0 -382px; cursor: default !important; }

#stp-box
{
  background-image: url('/images/boxes/stp-box.png');
  background-repeat: no-repeat;
}
#stp-box.active { background-position: 0 -382px; cursor: default !important; }

#sha-box
{
  background-image: url('/images/boxes/sha-box.png');
  background-repeat: no-repeat;
}
#sha-box.active { background-position: 0 -382px; cursor: default !important; }

#sfr-box
{
  background-image: url('/images/boxes/sfr-box.png');
  background-repeat: no-repeat;
}
#sfr-box.active { background-position: 0 -382px; cursor: default !important; }

#rom-box
{
  background-image: url('/images/boxes/rom-box.png');
  background-repeat: no-repeat;
}
#rom-box.active { background-position: 0 -382px; cursor: default !important; }

#dub-box
{
  background-image: url('/images/boxes/dub-box.png');
  background-repeat: no-repeat;
}
#dub-box.active { background-position: 0 -382px; cursor: default !important; }

#dis-box
{
  background-image: url('/images/boxes/dis-box.png');
  background-repeat: no-repeat;
}
#dis-box.active { background-position: 0 -382px; cursor: default !important; }

#got-box
{
  background-image: url('/images/boxes/got-box.png');
  background-repeat: no-repeat;
}
#got-box.active { background-position: 0 -382px; cursor: default !important; }

#bcn-box
{
  background-image: url('/images/boxes/bcn-box.png');
  background-repeat: no-repeat;
}
#bcn-box.active { background-position: 0 -382px; cursor: default !important; }

#win-box
{
  float: left;
  display: block;
  width: 203px;
  height: 191px;
  background-image: url('/images/boxes/box-winner.png');
  background-position: center 15px;
  background-repeat: no-repeat;
}

/******************************************************************************/
/*  Puzzle Popup
/******************************************************************************/
.poster-popup 
{
	display: none;
	width: 945px;
	z-index: 200;	
}

.poster-popup .close 
{
	width: 30px;
  height: 25px;
  background-image: url('/images/posters/closebox.png');
  position: absolute;
	right: 35px;
	top: 35px;
	cursor: pointer;
}

.poster-top
{
  width: 945px;
  height: 35px;
  background-image: url('/images/posters/pop-top.png');
  background-repeat: no-repeat;      
}

.poster-bot
{
  width: 945px;
  height: 35px;
  background-image: url('/images/posters/pop-bot.png');
  background-repeat: no-repeat;      
}

.poster-mid
{
  width: 945px;
  overflow: hidden;
  background-image: url('/images/posters/pop-mid.png');
  background-repeat: repeat-y;      
}

.got-intro, .dis-intro {
  display: none;
}
