div.address
{
	font-size: 11px;
	margin-bottom: 6px;
}
/*Постраничка*/
div.pages
{
	margin-top: 20px;
	margin-bottom: 20px;
}
div.pages b
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../img/a_hover.gif) no-repeat left 2px;
	padding: 5px 9px 5px 7px;
}
div.pages a
{
	font-size: 12px;
	font-weight: bold;
	border: none;
	padding: 5px 9px 5px 7px;
}
div.pages a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../img/a_hover.gif) no-repeat left 2px;
	padding: 5px 9px 5px 7px;
}
/*Конец Постраничка*/
/* Таблица */
TABLE.table, TABLE.sortable{
	width: 100%;
	border-bottom: 2px solid #d5d5d5;
	font-size: 100%;
}

TABLE.table TH, TABLE.sortable TH { 
	margin:0px;
	padding: 0px;
	vertical-align: middle;
	border-bottom: 3px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	color: #28166f;
	height: 22px;
	text-align: center;
}
TABLE.sortable TH a { color: #b7b7b7; text-decoration: none; }
TABLE.sortable TH a:hover { color: #b7b7b7; text-decoration: none; }
TABLE.table TH.last, TABLE.sortable TH.last { 
	border-right: none;
}
TABLE.table TD, TABLE.sortable TD { 
	margin:0px; 
	padding: 4px;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	color: #555;
	height: 32px;
}
TABLE.table TD.last, TABLE.sortable TD.last { 
	border-right: none !important;
}
/*Конец Таблица*/
div.sub
{
	margin-bottom: 5px;
	background: url(../img/menu.gif) no-repeat left 5px;
	padding-left: 10px;
	font-size: 11px;
}