@charset "utf-8";
<style type="text/css">
/* Styles for all general areas */
.toctitle {
	color: #ffffff;
	padding: 4px 5;;
	background-color: #6699ff;
	font: normal 16px Arial;
}
.toc {color: #669900; font: normal 18px Arial;}
.newsinfo {color: #cccccc; font: normal 10px Arial;}
.commonheaders{
	width: 100%;
}
.commonheaders .header1{
font: bold 11px Verdana;
color: white;
background: #669900 url(/sitefiles/graphics/buttons/space.gif) no-repeat 5px 5px;
margin-bottom: 0;
text-transform: uppercase;
padding: 15px 0 15px 50px;
border-radius: 5px;
}
.commonheaders .header2{
font: bold 20px Verdana;
color: white;
background: #3366CC url(/sitefiles/graphics/buttons/joystick.png) no-repeat 10px 0px;
margin-bottom: 0;
height: 40px;
padding: 20px 0px 5px 90px;
border-radius: 5px;
}
/* Styles for Menu System */
.verticlemenu{
width: 145px; /*width of menu*/
}
.verticlemenu .headerbar1{
font: 13px Verdana;
color: white;
background: #336600 url(/sitefiles/graphics/buttons/arrowstop.gif) no-repeat 8px 10px;
margin-bottom: 0;
text-transform: uppercase;
height: 28px;
text-align: left;
padding: 10px 0px 0px 30px;
border-radius: 8px;
}
.verticlemenu .headerbar2{
font: 13px Verdana;
color: white;
background: #ff9900 url(/sitefiles/graphics/buttons/joystick.gif) no-repeat 8px 10px; 
margin-bottom: 0; 
text-transform: uppercase;
height: 28px;
text-align: left;
padding: 10px 0px 0px 30px;
border-radius: 8px;
}
.verticlemenu .headerbar3{
font: 13px Verdana;
color: white;
background: #FF5733 url(/sitefiles/graphics/buttons/info.gif) no-repeat 8px 10px; 
margin-bottom: 0;
text-transform: uppercase;
height: 30px;
text-align: left;
padding: 10px 0 0px 30px;
border-radius: 8px;
}
.verticlemenu .headerbar4{
font: 13px Verdana;
color: white;
background: #006699 url(/sitefiles/graphics/buttons/ourcommunity.gif) no-repeat 8px 10px; 
margin-bottom: 0;
text-transform: uppercase;
height: 30px;
text-align: left;
padding: 10px 0 0px 30px;
border-radius: 8px;
}
.verticlemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0;
}
.verticlemenu ul li{
padding-top: 3px;
padding-bottom: 3px;
}
.verticlemenu ul li a{
font: 14px Arial;
color: #000000;
background: #E0E0E0;
display: block;
padding: 3px ;
line-height: 28px;
padding-left: 10px;
text-decoration: none;
text-align: left;
border-radius: 5px;
}
.verticlemenu ul li a:visited{
color: 008AFF;
}
.verticlemenu ul li a:hover{
color: #99ff00;
background: #333333;
}
/* Styles for phpbb news feed */
.newstitle {
	color: #FFDC00;
	height: 28px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 35px;
	padding-bottom: 0px;
	font: bold 18px Arial;
	background: #3366CC url(/sitefiles/graphics/buttons/joystick.gif) no-repeat 8px 8px;
	border-radius: 5px;
	margin:1px;
}
.newsinfo {
	color: #00FF05;
	height: 24px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 35px;
	padding-bottom: 2px;
	font: normal 16px Arial;
	background: #333333;
	border-radius: 5px;
	margin:1px;
}
.newspost {
	color: #ccffff;
	font: normal 15px Arial;
	background: #0F293F;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-radius: 8px;
	margin:1px;
	margin-bottom:8px;
}
tr td h1 {
}


/* Styles for custom development */
#login_div_container {
	position: absolute;
	padding-top: 50px;
	top: 920px;
	left: -5000px;
	width: 345px;
	z-index: 10;
}
#login_div {
	height: 129px;
	background-color: #000000;
	border: 12px solid #669900;
	padding: 5px;
	width: 345px;
	position: absolute;
}
#login_div .close_login_div {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	background-color: #669900;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 8px;
	top: -1px;
	cursor: pointer;
	right: 0px;
}
/* CSS Document */
#current_listing_info {
	background-color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: justify;
	width: 715px;
	_width: 725px;
	padding: 5px;
	border: 1px solid #919191;
	font-size: 12px;
}
/* CSS Document */
#current_listing_info h2{
	_width: 725px;
	font-size: 12px;
	font-weight: normal;
}
#current_listing_info a {
	text-decoration: none;
	outline: none;
	border: 0;
}
#current_listing_info .title H1{
	font-size: 16px;
	font-weight: bold;
}
.pointer {
	cursor: pointer;
}
.star_class {
	background-image: url(/sitefiles/graphics/custom_development/star_rating_sprite.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 75px;
	float: left;
}
.five_star {background-position: 0px 0px;}
.four_star {background-position: 0px -25px;}
.three_star {background-position: 0px -50px;}
.two_star {background-position: 0px -75px;}
.one_star {background-position: 0px -100px;}
.more_details_link {
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}
.more_details_link:hover {
	color: #060;
	background-color: #FFF;
}
#more_details_container {
	position: absolute;
	z-index: 5;
	height: 400px;
	width: 540px;
	left: -1000px;
	top: 60px;
}
#more_details_container #close_more_details {
	background-color: #669900;
	position: absolute;
	right: -5px;
	top: -25px;
	line-height: 25px;
	width: 25px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}
#more_details {
	color: #DDDDDD;
	border: 3px solid #669900;
	height: 375px;
	width: 540px;
}
#more_details #tab_container {
	background-color: #000000;
	width: 530px;
	_width: 540px;
	padding: 5px;
	height: 335px;
	_height: 345px;
	float: left;
	overflow: auto;
	position: relative;
	font-size: 12px;
}
#more_details #section_buttons {
	float: left;
	width: 540px;
	height: 30px;
}
#more_details .section_button {
	float: left;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
	width: 135px;
	text-align: center;
	background-color: #333;
}
#more_details .section_button_hover {
	float: left;
	line-height: 25px;
	height:30px;
	font-weight: bold;
	cursor: pointer;
	width: 135px;
	text-align: center;
	background-color: #575757;
}
#more_details #rom_details_tab {
	display: block;
	font-size: 12px;
}
#more_details #rom_details_tab .detail_name  {
	background-color: #333;
	font-weight: bold;
}
#more_details #rom_details_tab .detail_info  {
	background-color: #575757;
}
#more_details #rom_details_tab .detail_info:hover  {
	background-color: #404040;
}
#more_details #comments_tab {
	display: none;
}
#more_details #reviews_tab {
	display: none;
}
#more_details .add_user_post  {
	width: 500px;
	_width:510px;
	display: none;
}
#more_details .label  {
	background-color: #333;
	color: #E49952;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}
#more_details .add_user_post  textarea{
	width: 496px;
	_width:510px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #CACACA;
	color: #333;
	border: 1px solid #666;
	height: 96px;
	_height: 100px;
	overflow: auto;
	font-size: 12px;
	padding: 3px;
}
#more_details .button  {
	font-family: Tahoma, Geneva, sans-serif;
	color: #E4AB6E;
	width:65px;
	_width: 75px;
	background-color: #333;
	border: 1px solid #666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	margin-right: 2px;
	margin-left: 2px;
}
#more_details .button:hover{
	color: #333;
	_width: 75px;
	background-color: #E4AB6E;
}
#more_details .button_active  {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	width:65px;
	_width: 75px;
	background-color: #E4AB6E;
	border: 1px solid #666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	cursor: pointer;
	margin-right: 2px;
	margin-left: 2px;
}
#more_details .add_user_post_link  {
	background-color: #333;
	width: 520px;
	_width:510px;
	padding: 5px;
	color: #E4AB6E;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	display: block;
}
#more_details .add_user_post_link:hover  {
	background-color: #E4AB6E;
	color: #333;
}
#more_details .user_post {
	padding: 5px;
	margin-bottom: 5px;
	width:500px;
	_width:510px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5F5F5F;
}
#more_details .user_post table{
	width: 100%;
	border: 0;
}
#more_details .user_post .username a {
	font-size: 12px;
	font-weight: bold;
	color: #D7D970;
}
#more_details .user_post .username_cell img{
	border: 1px solid #5F5F5F;
	display: block;
	padding: 2px;
	margin-top: 5px;
	background-color: #646464;
}
#more_details .user_post .post_date {
	font-size: 10px;
	color: #E4AB6E;
	background-color: #646464;
}
#more_details .user_post .post_date img {
	cursor: pointer;
}
#more_details .user_post .text {
	font-size: 12px;
	color: #FFF;
	background-color: #6F6F6F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
}
#more_details #screenshots_tab {
	display: none;
}
#more_details #screenshots_tab #add_screenshots   {
	display: none;
}
#more_details #screenshots_tab img {
	border: 1px solid #AAA;
	margin-top: 3px;
	margin-right: 3px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#more_details #screenshots_tab img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #FFF;
}
.default_text {
	font-size: 12px;
	font-weight:normal;
}
/* End of Styles for custom development */
</style>