a { text-decoration: none; }
a:hover { text-decoration: underline; }

table.category_container {
	width: 100%;
	margin: 15px 0px;
}

table.category {
	width: 100%;
	table-layout: fixed;
}

table.category th {
	text-align: center;
	background: transparent none;
}

table.category td.img {
	width: 158px;
}

table.category td.link {
	text-align:center !important;
}

table.category h1 {
	margin: 0px;
	vertical-align: middle;
	font-size: 20px;
}

table.category h1 a {
	line-height: 50px;
	height: 50px;
	padding: 15px 0px 15px 60px;
	vertical-align: middle;
	text-align: center;
}

table.category li, ul, ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

table.category li, table.category ol, table.category h1, table.category h2 {
	text-align: center !important;
}

table.category ol {	
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

table.category h2 {
	font-size: 0.8em;
	margin: 0px;
}

table.category h2 span {
	margin:6px 0px;
	color:#DDDDDD;
	font-size:0.8em;
	text-transform:lowercase;
}

table.img_cont {
	width:158px;
	height:132px;
}