table.Links {
    width: 100%;
	margin-top: 10px;
}
table.Links td{
    padding: 8px 16px 4px 16px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
}
table.LinksCatalog{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
    border-bottom: 1px solid #eee;
}
table.LinksCatalog td{
	margin: 0;
	padding-bottom: 10px;
    padding-right: 30px;
}
div.PageNavigation{
	margin-top: 36px;
}
div.PageNavigation div.Page{
	margin-top: 0;
	margin: 0 1px;
	padding: 0px 5px;
	float: left;
	margin-bottom: 30px;
}
div.PageNavigation div.Page#Current{
	font-weight: bold;
	background-color: #f2f2f2;
}
