table.forumh {
	background: #efe4af;
	width: 100%;
	margin: 0px auto auto;
	clear: both;
}

table.forumh h3 hr{
   width:98%;
   filter:alpha(opacity=60);
   opacity:0.6;
}

table.forumh h3.forumdisplay{
   text-align:center;
}

table.forumh h3  img {
   margin-right:1px;
   vertical-align:text-bottom;  
   max-width:30px;
   max-height:25px;
   filter:alpha(opacity=60);
   opacity:0.6;
}

table.forumh h3 span {
    font-size: 12px;
}

table.forumh ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

table.forumh ul li {
	width: 50%;
	list-style: none;
	margin-bottom: 3px;
	float: left;
}

table.forumh ul li table {
	background: #F3EBC4;
	width: 98%;
	min-height: 100px !important;
	margin: auto auto;
	border: 1px solid #F3EBC4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 250px;
}

table.forumh ul li table td img {
   max-width:150px;
   max-height:120px;
}

table.forumh ul li table div {
    font-size: 25px;
}

table.forumh ul li table div.last {
    font-size: 12px;
}


		