/* GTA IV Stylesheet */
#left {
	background:#000 url('gta4/bg_left.jpg') no-repeat top left;
}

h2 {
	font-size:12px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#fff;
	margin:0 0 10px 0;
	padding:2px 5px 4px 5px;
	border:0;
	background:#333;
}

/* LINKS */
a:link {
	color:#99ccff;
	text-decoration:none;
}
a:visited {
	color:#cc99cc;
	text-decoration:none;
	background:transparent url('../../_sgfx/bg_visited_link.gif') no-repeat top right;
	padding:0 14px 0 0 ;
}
a:hover {
	color:#fc0;
	text-decoration:none;
}
a[name]:hover {
	text-decoration:inherit;
	color:inherit;
	background:inherit;
}
a:active {
	color:#f60;
	text-decoration:none;
}
/* Colours */
.green {
	color:#9c3;
}
.orange {
	color:#f90;
}
/* Features */
ul.features {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}
li.gen {
	display:inline;
	padding:1px 5px 2px 5px;
	margin:0 0 5px 0;
	border-top:1px solid #9c3;
	border-right:1px solid #9c3;
	border-bottom:1px solid #9c3;
	border-left:12px solid #9c3;
	font-size:10px;
	line-height:25px;
	color:#fff;
	background:transparent;
}
li.live {
	display:inline;
	padding:1px 5px 2px 5px;
	margin:0 0 5px 0;
	border-top:1px solid #f90;
	border-right:1px solid #f90;
	border-bottom:1px solid #f90;
	border-left:12px solid #f90;
	font-size:10px;
	line-height:25px;
	color:#fff;
	background:transparent;
}
/* Achievements */
table.achievements_single {
	width:100%;
	padding:1px;
	margin-bottom:10px;
	border:1px solid #9c3;
	background:transparent;
	font-size:10px;
}
table.achievements_multi {
	width:100%;
	padding:1px;
	margin-bottom:10px;
	border:1px solid #f90;
	background:transparent;
	font-size:10px;
}
th {
	font-weight:normal;
	color:#999;
}
td.single {
	font-weight:normal;
	color:#9c3;	
}
td.multi {
	font-weight:normal;
	color:#f90;	
}
td.border {
	padding:3px;
	border:1px solid #505050;
	background:transparent;
}
