 /* ---------------------- */
/* DATA PANEL             */
/* ---------------------- */


.wii_callout_back {
	background-image: 		url('/images/games/guide/wiicalloutback.png');
	background-repeat:		no-repeat;
	background-position:	0px 2px;
}

.ds_callout_back {
	background-image: 		url('/images/games/guide/dscalloutback.png');
	background-repeat:		no-repeat;
	background-position:	0px 48px;
}


.gameHolder { /* The container for the games themselves */
	width:					112px;
	height:					212px;
	float:					left;
	position:				absolute;
}

.calloutGameHolder {
	float:					right;
	width:					107px;
	height:					200px;	
}

#calloutPanel { /* the popover callout panel */
	position:				absolute;
	top:					50px;
	left:					100px;
	width:					294px;
	height:					313px;
	background-image:		url('/images/games/guide/callout/callout.png');
	_background-image: url('/images/games/guide/callout/callout_ie6.gif');
	background-repeat:		no-repeat;
	display:				none;
	z-index:				99999999;
}
#games_landscape {
  position: relative;
}

#calloutArrow {
	position:				absolute;
	top:					50px;
	left:					100px;
	width:					53px;
	height:					25px;
	display:				none;	
}

.calloutTitle { /* The title in the callout */
	margin-top:				16px;
	margin-left:			20px;
	font-size:				12px;
	font-weight:			bold;
	
}

.calloutContent {
	margin-top:				8px;
	height:					200px;
}
#callout_templateleft {
  background:;
}

.calloutIcon {
	margin-left: 8px;
}

.calloutIcons {
	position:relative;
	right:5px;
	margin-left:10px;
	margin-top:23px;
	width:90px;
}

.calloutSpacer {
	width:					150px;
	height:					80px;
}

.calloutDescription {
	padding-left:			12px;
	padding: 0px 12px;
}

#calloutPanel .gameDescription
{
	height: 40px;
	width: 260px;
	overflow: hidden;
}
.boxart_image_wii {
	width: 					90px;
	height: 				126px;
	margin-left:			4px;
	margin-top:				7px;
	border:					0px;
}

.boxart_image_ds {
	border:0px none;
	height:81px;
	margin-left:4px;
	margin-top:52px;
	width:90px;
}
.box_art { /* the image for box art */
	width: 					98px;
	height: 				135px;
	border: 				0px solid transparent;
}

.boxText { /* Font for box information */
	margin:	 	 	 	 	0px;
	padding: 				0px;
	padding-left:			3px;
	font-weight:			normal;
	width: 98px;
}
.boxText a {
  _width: 98px;
  _display: block;
}

#body_games_guide .boxText {
  width: 105px;
}
#body_games_guide .boxText a {
  _width: 105px;
  _display: block;
}

#body_wii .boxText,
#body_wii_what_accessories_zapper .boxText{ /* Font for box information */
line-height:14px;
position:relative;
top:6px;
#top:7px;
}
#body_games_touchgeneration .boxText,
#body_games_touchgeneration_wii .boxText,
#body_games_wifi .boxText,
#body_games_wifi_wii .boxText{ /* Font for box information */
line-height:14px;
position:relative;
top:6px;
#top:7px;
left:2px;
}
#body_games_touchgeneration_ds .boxText,
#body_games_wifi_ds .boxText { /* Font for box information */
line-height:14px;
position:relative;
top:8px;
#top:9px;
}
#body_ds .boxText{
line-height:14px;
position:relative;
top:11px;
#top:12px;
left:3px;
}
#body_ds_downloadstation .boxText{
line-height:14px;
position:relative;
top:3px;
#top:4px;
left:0px;
}
.boxCategory {
	color:					#33CC00;
}

.boxDate {
	color:					#999999;
}

.hiddenpanelinfo {
	display:none;
}

