 
<style>
@charset "utf-8";{}
/* CSS Document */

.category_title{
	padding: 3px 10px 3px 10px;
	background-color: #353535;
	color: #FFFFFF;
	width: 100%;
	font-weight: bold;
	border: #000000 1px solid;
}
.category_title a{
	color: #FFFFFF;
	text-decoration: none;
}
.category_title a:hover{
	text-decoration: underline;
}
#back_title{
	font-weight: bold;
}
#back_title a{
	color: #000000;
	text-decoration: none;
}
#back_title a:hover{
	text-decoration: underline;
}

/*             SubNav             */

#game_subnav_wrapper{
	border: #909090 1px solid;
	height: 29px;
	width: 947px;
	margin: 0 auto;
	background-image: url(http://www.fablefanboy.com//imgs/game_subnav_bg.gif);
	background-repeat: repeat-x;
}

#game_subnav_wrapper td{
	width: 106px;
}

.game_subnav_btn{
	width: 100%;
	text-align: center;
	padding-top: 8px;
	height: 21px;
	border-right: #909090 1px solid;
	border-left: #FFFFFF 1px solid;
}

.game_subnav_btn:hover{
	background-image: url(http://www.fablefanboy.com//imgs/game_subnav_hover.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}

#game_subnav_btn_selected{
	background-image: url(http://www.fablefanboy.com//imgs/game_subnav_hover.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}

#game_subnav_wrapper a{
	color: #000000;
	text-decoration: none;
}

/*             Sidebar             */

#sidebar_wrapper{
	width: 220px;
	float: left;
	margin-left: 40px;
}

.sidebar_darkgrey_box1{
	width: 188px;
	background-color: #242424;
	border: #979797 1px solid;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
}

.sidebar_lightgrey_box1{
	width: 200px;
	background-color: #d9d9d9;
	margin: 0 auto;
	text-align: left;
	color: #000000;
	padding: 10px;
}

.sidebar_lightgrey_box1 li{
	list-style-position: inside;
}

.sidebar_darkgrey_box2{
	width: 198px;
	background-color: #242424;
	border: #979797 1px solid;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	padding: 15px 5px 10px 5px;
}

.sidebar_darkgrey_box2 a{
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar_btn{
	background-image:url(http://www.fablefanboy.com//imgs/game_sidebar_btn_bg.gif);
	background-repeat: repeat-x;
	border: #1f1f1f 1px solid;
	width: 185px;
	margin: 0 auto;
	text-align: left;
	padding: 2px 0px 3px 6px;
}

.sidebar_btn:hover{
	background-image:url(http://www.fablefanboy.com//imgs/game_sidebar_btn_hover.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}

#sidebar_btn_selected{
	background-image:url(http://www.fablefanboy.com//imgs/game_sidebar_btn_hover.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}

/*             Game Content             */

#game_content{
	width: 690px;
	float: right;
	margin-right: 45px;
}

/*             Game News             */

.news_list{
	width: 100%;
	padding: 10px 5px 10px 5px;
	border-bottom: #000000 1px dotted;
}
.news_title{
	font-weight: bold;
}
.news_title a{
	color: #000000;
	text-decoration: none;
}
.news_title a:hover{
	text-decoration: underline;
}
.news_author{
	font-style: italic;
}
.news_link a{
	color: #999999;
	font-style: italic;
	text-decoration: none;
}
.news_link a:hover{
	text-decoration: underline;
}
.news_preview{
	color: #555555;
}
.news_preview a{
	color: #BB0000;
	text-decoration: none;
}
.news_preview a:hover{
	text-decoration: underline;
}

/*             Game Images             */

.img_wrapper{
	float: left;
	width: 166px;
	margin: 3px;
}
.img_frame{
	width: 156px;
	height: 100px;
	padding: 5px;
	background-color: #000000;
	border-bottom: #555555 1px solid;
	text-align: center;
}
.img_details{
	border-bottom: #999999 1px dotted;
	padding: 3px;
	width: 156px;
}
.img_details a{
	color: #000000;
	text-decoration: none;
}
.img_details a:hover{
	text-decoration: underline;
}

</style>












