#template_content			{ position:relative; }
ul#list						{ margin-top:2em; }
ul#list	li 					{ margin-bottom:28px; height:92px; position:relative; }
ul#list	li div.image		{ float:left; width:180px; height:92px; }
ul#list	li h2				{ margin:0; }
ul#list	li p				{ font-size:90%; }
ul#list	li p.view			{ font-weight:bold; position:absolute; left:180px; top:76px; }
* html ul#list	li p.view	{ left:183px; } 

ul#list li.list_item:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul#list li.list_item {display: inline-table;}

* html ul#list li.list_item {height: 1%;}
ul#list li.list_item {display: block;}

.prevnextlinks a	{ font-size:90%; font-weight:bold; }
.prevlink			{ float:left; width:50%; }
.nextlink			{ float:right; text-align:right; width:49%; }
