.table {
        border-color: #C0C0C0;
        border-left-style: none;
        border-right-style: none;
        border-top-style: none;
        border-bottom-style: 1;
}

.linkrow, .linkrow2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	padding: 10px 0px 10px 0px;
	width: 630px;
}

.linkrow2 {
	width: 70px;
}


.table0 {
        border-left-style: none;
        border-right-style: none;
        border-top-style: none;
        border-bottom-style: none;
}

.collapse {
        border-collapse: collapse;
}

td, th {
        font-size: 11px;
}

.leftbanners img {
  border: 0;
  margin-bottom: 10px;
}

<!--
.table - используется при выводе списка ссылок в рубриках, а также информации о ресурсе;
.table0 - используется при выводе списка ссылок в рубриках;
.collapse - используется в большинстве таблиц меню;
-->


