/*==Generic.css v2
For the generic view for the page under /search
=*/
#holdMe{float:left; width:663px; height:auto;}
#gen-header{
	float:left; clear:both; 
	width:100%; 
	height:85px; 
	margin-top:12px;	
	background:transparent url(/assets/images/nbc_blnk_boards_hdr.jpg) scroll no-repeat 0 0;
}
#gen-header h3{
	margin:35px 15px;
	font-size:180%;
	color:#00354f;
}
#gen-wrap{
	position:relative;
	float:left;
	clear:both;
	background:#fff url(/assets/images/v_shadow.gif) scroll repeat-y 100% 0;
	width:100%;
	color:#000;
	font-size:120%;
	padding: 5px 0;
	padding-bottom:0px;
}
#gen-wrap h3{
	position:relative;
	float:left;
	clear:both;
	width:95%;
	display:block;
	margin:5px 11px;
	background-color:#24425a;
	color:#fff;
	font-size:95%;
	font-weight:normal;
}
#gen-wrap h3 span{
	position:relative;
	float:left;
	clear:both;
	width:200px;
	background-color:#4a6d87;
	padding:4px 10px;
}
.gen-post1, .gen-post2{
	width:95%;
	margin:5px 0 5px 10px;
	float:left;
	clear:both;
}
.gen-post1{
	background-color:#ccdbe5;
	border:1px #4a6d87 solid;
}
.gen-post2{
	background-color:#99b9c9;
	border:1px #99b9c9 solid;
}
#gen-wrap p{
	margin:13px;
}

.gameWrap{
float:left;
width:220px;
height:auto;
margin:10px 0px 0px 1px;
background:#263e50 url(/assets/images/v_shadow.gif) scroll repeat-y 100% 0;
}

.gameWrap .shadow{
	width:217px;
	background-color:#263e50;
}

.game{
	float:left; 
	width:213px; 
	height:250px;	
	background:#bad3dd url(/assets/images/block_bg.jpg) repeat-x;
}

.game span{
	float:right;
	color:#00354f;
	width:110px;
	margin-top:5px;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
}

.game .copy{
float:left; 
clear:both; 
color:#333333;
width:203px;
height:185px;
margin:5px 0px 0px 5px;
}

.game .copy p{
margin:0px;
 padding:0px 0px 0px 5px;
}

.game .copy a{
	color:#FFFFFF;
}

.game a{
float:left; 
clear:both; 
height:14px; 
width:203px; 
color:#263e50;
padding-left:10px;
font-weight:bold;
background:#FFFFFF;
}

.game a:hover{
color:#fd8000;
text-decoration:none;
}

#nbcFooter{margin-top:10px;}

* html body #gen-wrap{
	margin-top:-10px;
	margin-bottom:3px;
	padding-bottom:5px;
}
* html body .gen-post1, * html body .gen-post2{
	margin:5px 0 5px 5px;
} 
* html body #gen-wrap h3{
	margin:5px 0 5px 5px;
}

* html .gameWrap{
	width:218px;
}


* html .gameWrap .shadow{
	width:216px;
}

* html .game{
	width:212px;
}

* html .game a{
	width:201px;
}

* html .game .copy{
	margin:15px 0px 0px 2px;
}
