@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: #ccffff; font: normal 12px Arial;}
.newsinfo {color: #cccccc; font: normal 10px Arial;}
.commonheaders{width: 100%;} /*width of headers*/
.commonheaders .header1{
font: bold 11px Verdana;
color: white;
background: #669900 url(http://sitefiles.theoldcomputer.com/graphics/buttons/space.gif) no-repeat 6px 6px; /*x and y of image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 15px 0 15px 50px; /*31px is left indentation of header text*/
}
/* Styles for Menu System */
.verticlemenu{
width: 140px; /*width of menu*/
}
.verticlemenu .headerbar1{
font: bold 10px Verdana;
color: white;
background: #336600 url(http://sitefiles.theoldcomputer.com/graphics/buttons/arrowstop.gif) no-repeat 3px 3px; /*x and y of image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 5px 0 5px 25px; /*25px is left indentation of header text*/
}
.verticlemenu .headerbar2{
font: bold 10px Verdana;
color: white;
background: #ff9900 url(http://sitefiles.theoldcomputer.com/graphics/buttons/joystick.gif) no-repeat 5px 1px; 
margin-bottom: 0; 
text-transform: uppercase;
padding: 5px 0 5px 25px;
}
.verticlemenu .headerbar3{
font: bold 10px Verdana;
color: white;
background: #006699 url(http://sitefiles.theoldcomputer.com/graphics/buttons/info.gif) no-repeat 3px 3px; 
margin-bottom: 0;
text-transform: uppercase;
padding: 5px 0 5px 25px;
}
.verticlemenu .headerbar4{
font: bold 10px Verdana;
color: white;
background: #006699 url(http://sitefiles.theoldcomputer.com/graphics/buttons/ourcommunity.gif) no-repeat 4px 2px; 
margin-bottom: 0;
text-transform: uppercase;
padding: 5px 0 5px 25px;
}
.verticlemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.verticlemenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}
.verticlemenu ul li a{
font: normal 11px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 10px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
text-align: left;
}
.verticlemenu ul li a:visited{
color: black;
}
.verticlemenu ul li a:hover{ /*hover state CSS*/
color: #99ff00;
background: #333333;
}
/* Styles for phpbb news feed */
.newstitle {
	color: #ffffff;
	height: 20px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 35px;
	font: normal 16px Arial;
	background: #6699ff url(http://sitefiles.theoldcomputer.com/graphics/buttons/joystick.gif) no-repeat 8px 5px; /*last 2 values x and y */
}
.newspost {
	color: #ccffff;
	font: normal 12px Arial;
}
.newsinfo {
	color: #cccccc;
	font: normal 10px Arial;
}
/* Styles for custom development */
#login_div_container {
	position: absolute;
	padding-top: 50px;
	top: 300px;
	left: -5000px;
	width: 345px;
	z-index: 10;
}
#login_div {
	height: 129px;
	background-color: #000000;
	border: 3px solid #669900;
	padding: 5px;
	width: 345px;
	position: absolute;
}
#login_div .close_login_div {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	background-color: #669900;
	padding-top: 5px;
	padding-right: 8px;
	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(http://sitefiles.theoldcomputer.com/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 */
/* Styles for lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* End of Styles for lightbox */
</style>

