

ul#main_nav, ul#sm_nav, #top_nav {display:none;}

a {
	outline:none;
}

#arc {
	float:left;
	margin-top:30px;
	background:url('http://images.popcap.com/www/images/product/promos/merch/arc.png') no-repeat;
	width:960px;
	height:520px;
}

body#store #header {
	margin-top:-40px;
	background:url('http://images.popcap.com/www/images/product/promos/merch/header.png');
	width:755px;
	height:307px;
	margin-left:90px;
	
}

#headertext {
	margin: 280px 0 0 163px;
	background:url('http://images.popcap.com/www/images/product/promos/merch/headertext.png') no-repeat;
	width:610px;
	height:61px;
	
}

#disclaimer {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	color: #686666; 
    margin: 10px 0 0 -10px;
	text-align: center;
	}
	
#returns {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	color: #686666; 
    margin: 0 0 0 300px;
	align: center;
	clear: left;
	}

#popcap {
		font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
		color: white; 
		text-align:center; 
		width: 122px; 
		height: 122px; 
		margin:15px 0 0 15px;
	}
	
a.buybutton {
	margin-top:5px;
	width: 140px;
	height: 36px;
	background:url(http://images.popcap.com/www/images/product/promos/merch/button.png);
	display: block;
	text-indent: -9999px;
}

a.buybutton:hover {
	background-position:bottom center;
}

a.buybuttonoff {
	margin-top:5px;
	width: 140px;
	height: 36px;
	background:url(http://images.popcap.com/www/images/product/promos/merch/button.png);
	display: block;
	text-indent: -9999px;
}

a.buybutton:hoveroff {
	background-position:top center;
}
	
.fullbox ul{
	margin: 0;
	padding: 5px 0 0 0;
}

.fullbox h2{
	margin: 0;
	padding: 5px 0 0 0;
	font-size:17px;
	font-weight: bold;
}

.fullbox li .desc {
	font-size: 11px;
}

.fullbox li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#space li{
	padding: 0 0 10px 0; 
}

#main {
	width:900px;
	margin:0 auto;
}

.righttext{
	float:left;
	display:inline;
	padding: 33px 30px 0 10px;
}

.productimg {
	width: 204px;
	height: 234px;
	float:left;
	display:inline;
}

.fullbox {
	background:url(http://images.popcap.com/www/images/product/promos/merch/boxright.jpg) top right no-repeat;
	width: 448px;
	height: 234px;
	float:left;
	display:inline;
}

/* global settings needed for thickbox */
*{padding: 0; margin: 0;}

/* thickbox specific link and font settings */
#TB_window {
  font: 10px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* thickbox settings  */

#TB_overlay {
  	position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
  	background-color:#fff;
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: none;
  text-align:left;
  top:50%;
  left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  }

#TB_caption{
  font-size: 12px;
  color: black;
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}

#TB_closeWindow{
  position: absolute;
  left: 0;
  height:25px;
  width:25px;
  margin: -520px 0 0 481px;
}

#TB_closeWindow a {
	display: block;
	height: 50px;
	width: 50px;
	background: url(http://images.popcap.com/www/images/product/promos/merch/closeXX.png) top left no-repeat;
	text-indent: -9999px;
	outline: 0;
	margin:5px 0 0 5px;
}


#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}

#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
