/*********************************/
/*** Generelle Styles          ***/
/*********************************/

/* A-Class für die interne Spieleverlinkung */

a.game_gamelink:link{
	color:#666;
}
a.game_gamelink:visited{
	color:#666;
}
a.game_gamelink:hover{
	color:#5F5528;
}

/* Link für Rating-Sterne */
a.game_gamelink_ratingdark {
	color:#800;
	text-decoration:none;
}
a.game_gamelink_ratinglight {
	color:#e88;
	text-decoration:none;
}
a.game_gamelink_ratingquest {
	color:#666;
	text-decoration:none;
	font-size:70%;
}


/*********************************/
/*** Spieleliste Ausgabezeilen ***/
/*********************************/

/* Headline */
.gameline_head {
	font-family:Helvetica;
	color:#343434;
	margin:0px;
	font-size:0.8em;
	line-height:1.3em;
	letter-spacing:0;
}

/* Sprachflagge */
.gameline_lang {
	padding-top: 0.35em;
	text-align:center;
	width:25px;
}

/* Bilderspalte */
.gameline_pics {
	margin:0px;
	letter-spacing:0;
	padding-top: 0.22em;
	width:24px;
	text-align:center;
}

/* ratings */
.gameline_stars {
	margin:0px;
	letter-spacing:0;
	padding-top: 0.22em;
	width:34px;
	text-align:center;
}

/* Game-Titel */
.gameline_title {
	font-family:Helvetica;
	color:#343434;
	margin:0px;
	font-size:0.8em;
	line-height:1.3em;
	letter-spacing:0;
	width:50%;
}

.gameline_year {
	font-family:Helvetica;
	color:#343434;
	margin:0px;
	font-size:0.7em;
	line-height:1.3em;
	letter-spacing:0;
	width:35px;
	text-align:center;
	padding-top: 0.34em;
}

/* Game-Plattformen */
.gameline_platforms {
	font-family:Helvetica;
	padding-top: 0.45em;
	color:#343434;
	margin:0px;
	font-size:0.6em;
	line-height:1.3em;
	letter-spacing:0;
	
}


/*********************************/
/*** Darstellung Einzelspiel   ***/
/*********************************/

/* Div für Spiel-Kopfdaten */
#game_title_head{
	background-color:#FEF2CF;
	padding:5px;
	width:100%;
	margin-bottom:20px;
}

/* Div für Spiel-Beschreibung */
#game_title_descr{
	margin-left:2px;
}


/* H1 Titel */
h1.game_title{
	margin-bottom:4px;
}

/* H2 Alternativ-Titel */
h3.game_alt_title{
	margin:0px;
	margin-left:30px;
}

/* Tabelle Spiel-Kopfdaten */
.game_head_table{
	padding:0px;
	margin:0px;
	margin-left:30px;
	border:0;
	width:470px;
}

/* Tabellenzeile Spieltyp */
.game_title_type{
	height:25px;
	font-size:0.7em;
	font-weight:bold;
	color:#595959;
}

/* Tabellenzeile Autor */
.game_title_author {
	height:25px;
	font-style:italic;
	font-size:0.9em;
}
/* Tabellenzeilen Entwickler & Publisher */
.game_title_company{
	height:22px;
	font-style:italic;
	font-size:0.8em;
	color:#5A5A5A;
}

/* Tabelle Spiel-Links & Plattformen */
.game_foot_table{
	width:100%;
	margin:0px;
	border:0px;
	font-size:0.7em;
	line-height:16px;
	color:#343434;
}

/* Tabellenzeile */
.table_row{
	height:30px;
	vertical-align:top;
}

/* Tabellen Felder */
.table_first_td{
	width:88px;
	background-color:#FEF2CF;
}

/* Teballenfelder ohne Link-Symbol */
.table_second_td {
	padding-left:11px;
	padding-bottom:15px;
}
/* Teballenfelder ohne Link-Symbol */
.table_second_td_link {
	padding-bottom:15px;
}
/* Spiel-Kategorien */
.game_kat{
	font-size:0.7em;
}

/* Tweets */
.game_tweets {
	font-size:0.7em;
	margin-bottom:0;
}
/* Reviews */
.game_reviews {
	font-size:0.8em;
	margin-top:0;
}

/*********************************/
/*** Suchfunktion              ***/
/*********************************/

/* Oranger Submitbutton */
input.searchsubmit {
	padding:0;
	margin:0 2px 0 2px;
	font-weight:bold;
	background-color:orange; 
	border:1px solid blue;
}

/* Sucheingabefeld */
input.searchquery {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
}

/* Sucheingabefeld */
.searchrow_text, .searchrow_textsm, .searchrow_textvsm {
	font-family:Helvetica;
	color:#343434;
	margin:0px;
	font-size:0.9em;
	line-height:1.3em;
	letter-spacing:0;
	width:50%;
}

.searchrow_textsm {
	font-size:0.8em;
}

.searchrow_textvsm {
	font-size:0.7em;
}


/*********************************/
/*** Login-Specials           ***/
/*********************************/

a.game_votelink {
	color:#D79800;
	text-decoration:none;
}

a.game_votelink_tcol {
	color:#666;
	text-decoration:none;
}


.game_vote {
	font-size:80%;
	text-align:center;
}

.game_vote_graph {
}
