/**
 * Game guide CSS
 */

.gameguide .hidden {
	display:none;
}

.ie6_heightinfo {
	display:none;
}
.heightinfo {
	display:none;
}

.gameguide
{
	width:244px;
	visibility:hidden;
	position:relative;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-left: -4px;
  _display: inline;
}
.gameguide .panel .header .elipses
{
	height:14px;
	color: white;
	cursor: pointer;
	position:absolute;
	top:40px;
	left:165px;
	width:40px;
	background-color: #69BCDE;
	display:none;
}
.gameguide .panel .header
{
	height: 61px;
	background-image: url("/images/games/guide/filter/panel_collapse.png");
	color: white;
	cursor: pointer;
	position:relative;
}

.gameguide .panel .expand
{
	height: 61px;
	background-image: url("/images/games/guide/filter/panel_expand.png");
	color: white;
	cursor: pointer;
}

.gameguide .panel .description
{
	position:relative;
	left:18px;
	width: 175px; 
	top: 13px;
}

.gameguide .panel .images
{
	padding-left:10px;
	overflow: hidden;
	width: auto;
	max-width:185px;
	top:12px;
	height: 28px;
	left:9px;
	position: relative;
}

.gameguide .panel .images .image
{
	padding-right:2px;
}

.gameguide .panel .subheader
{
	display:block;
	height:41px;
	background-image: url("/images/games/guide/filter/subheader.png");

}

.gameguide .panel .content
{
	overflow: hidden;
}

.gameguide .panel .options
{
	padding-top:13px;
	padding-left:20px;
	background-image: url("/images/games/guide/filter/option_background.png");
	background-repeat: repeat-y;
}

.gameguide .panel .options .option
{
	display: block;
	cursor:pointer;
	padding-bottom:13px;
	height:13px;
	#height: 26px;
	
}

.gameguide .panel .options .option .optionImage
{
	vertical-align:middle;
	width:35px;
	height:35px;
}
.gameguide .panel .options .option .gameguideOption
{
	float:right;
	margin-right:18px;
}
/* IE7 FIX */
*:first-child+html .gameguide .panel .options .option .gameguideOption
{
	margin-right:15px;
	margin-top:-4px;
}
.gameguide .panel .options .option .gameguideName
{
	display:block;
	float:left;
	font-weight:normal;
	font-size:1.1em;
}
.gameguide .panel .options .option .gameguideName .gameguideName
{
	#line-height:1.2em;
}
.title_results
{
	font-weigh:bold;
	vertical-align: middle;
	text-align:center;
	font-size:14px;
	height: 28px;
	background-image: url("/images/games/guide/filter/header.png");
}

.title_text
{
	font-size:14px;
	padding-top:7px;
}

.title_noresults
{
	height: 48px;
	background-image: url("/images/games/guide/gameguide_title_noresults.png");
}

.filter_results
{
	background-image: url("/images/games/guide/filter/subheader.png");
	min-height:78px;
	_height:78px;
	padding-bottom:8px;
}

#clearChoices
{
	height:46px;
	background-image: url("/images/games/guide/filter/clear_choices.png");
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#gameGuideKeywordSearch
{
	height: 97px;
	background-image: url("/images/games/guide/filter/footer.png");
}

#gameGuideKeywordSearch .searchContainer
{
	float:left;
	background-image:url('/images/games/guide/filter/search_back.png');
}

.slider
{
	position:relative;
	background-color:gray;
	overflow: inherit;
}

.slider .track
{
	position:relative;
	overflow: inherit;
	height: 24px;
}

.slider .track .handle
{
	position:relative;
	background-image: url(/images/games/guide/arrow.png);
}

