div.more
{
	text-align: right;
	background: url(../img/more_bg.gif) no-repeat right top;
	padding: 1px 25px 1px 0;
	font-size: 11px;
}
div.more a
{
	color: #197fc0;
	border-bottom: 1px solid #197fc0;
}
div.more a:hover
{
	border: none;
}
div.back
{
	margin-top: 29px;
	font-size: 11px;
}
div.back a
{
	color: #323232;
	border-bottom: 1px solid #323232;
}
div.back a:hover
{
	border: none;
}
/*Путь*/
div.address
{
	color: #868686;
	font-size: 11px;
}
div.address a
{
	color: #868686;
	border-bottom: 1px solid #868686;
}
div.address a:hover
{
	border: none;
}
/*Конец Путь*/
/*Календарь*/
div.archives
{
	height: 194px;
	width: 173px;
	background: url(../img/archives_bg.gif) no-repeat left top;
	margin-left: 45px;
}
div.archives table td
{
	padding-left: 22px;
}
div.archives table td.year
{
	color: #323232;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 25px 27px;
}
div.archives table td.buttons
{
	padding: 10px 0 25px 27px;
}
div.archives table td.buttons a
{
	border: none;
}
div.archives table td.right
{
	padding-right: 15px;
}
div.archives table td.month_active
{
	line-height: 20px;
	padding-top: 0px;
	font-size: 11px;
	color: #323232;
}
div.archives table td.month
{
	line-height: 20px;
	padding-top: 0px;
	font-size: 11px;
	color: #b0b0b0;
}
div.archives table td.month a
{
	color: #323232;
	border-bottom: 1px solid #323232;
}
div.archives table td.month a:hover
{
	border: none;
}
/*Конец Календарь*/
/* Таблица */
TABLE.table, TABLE.sortable{
	width: 100%;
	font-size: 100%;
	border-bottom: 4px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}

TABLE.table TH, TABLE.sortable TH { 
	margin:0px;
	padding: 0px 10px 0px 20px;
	vertical-align: middle;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	
	height: 22px;
	text-align: left;
	background: #fafafa;
}
TABLE.sortable TH a { color: #b7b7b7; text-decoration: none; }
TABLE.sortable TH a:hover { color: #b7b7b7; text-decoration: none; }

TABLE.table TD, TABLE.sortable TD { 
	margin:0px; 
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	
	height: 22px;
}
/*Конец Таблица*/
/*Постраничка*/
div.pages
{
	margin-top: 40px;
	margin-bottom: 20px;
}
div.pages b
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../img/a_hover.gif) no-repeat left 4px;
	padding: 5px 8px 5px 4px;
}
div.pages a
{
	font-size: 12px;
	font-weight: bold;
	border: none;
	padding: 5px 8px 5px 4px;
	color: #323232;
}
div.pages a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../img/a_hover.gif) no-repeat left 4px;
	padding: 5px 8px 5px 4px;
}
/*Конец Постраничка*/