[HEADER]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!--
  Template made by Yanbab. Flat and compact list.
  Adapted to video games by Tian.
  Colors by Kerenoc
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>$$PAGETITLE$$</title>
<style type="text/css">

body {
	color : black;
	background-color : white;
	font-family : arial, sans-serif;
	font-size : 12px;
	margin : 10px;
}

td {
	font-family : arial, sans-serif;
	font-size : 12px;
}

tr {
	background-color : cornsilk;
}

tr:nth-child(even) {
    background-color : beige;
}

h1 {
	font-size : 130%;
	font-weight : bold;
    padding : 6px;
    margin: 0px;
    background-color : burlywood;
}

.borrowed1 {
}

#footer {
	border-top : solid black 1px;	
	font-size : small;
	color : #666;
}
a {
	color : #666;
	text-decoration : none;	

}
a:hover {
	text-decoration : underline;
}
#total {
	float : right;
	font-weight : bold;
	padding : 5px;
}
.title {
 	font-size : 110%;
 	font-weight : bold;
}

.synopsis {
	margin-top : .6em;
	text-align : justify;

	margin-bottom : 1.5em;
	color : #333;
}

.image {
	margin-bottom : 1.5em;
}

.detail {
	float : right;
	text-align : right;
	color : #888;
}
</style>
</head>
<body>
<div id="total">$$TOTALNUMBER$$ $$ITEMS$$</div>
<h1>$$PAGETITLE$$</h1>
<table cellpadding="8" cellspacing="0" border="1">
[/HEADER]
[ITEM]
<tr class="borrowed$$borrower_FLAG$$">
  <td valign="top" align="center" width="80" >
    <a href="$$web$$">
      <img align="top" src="$$boxpic$$" height="$$HEIGHT_PIC$$" border="0" alt="$$name$$" title="$$name$$" class="image">
    </a>
  </td>
  <td valign="top">
  	<div class="detail">$$platform$$ - $$editor$$<br>
    $$genre$$</div>
    
  	<div class="title">$$name$$</div>
    
    <div class="synopsis">
    	$$description$$
    </div>
    <div>
        <a href="$$screenshot1$$"><img height="100" src="$$screenshot1$$" alt="$$screenshot1_LABEL$$" /></a>
        <a href="$$screenshot2$$"><img height="100" src="$$screenshot2$$" alt="$$screenshot2_LABEL$$" /></a>
    </div>
  </td>
</tr>

[/ITEM]
[FOOTER]
</table>
<div id="footer">
	$$GENERATOR_NOTE$$
</div>
</body>
</html>
[/FOOTER]
[POST]
[/POST]
