/*Путь*/
div.path
{
	font-size: 11px;
	color: #969696;
	margin: 0 0 6px 0;
	padding-bottom: 2px;
}
div.path a
{
	color: #969696;
	border-bottom: 1px solid #969696;
}
div.path a:hover
{
	border: none;
}
/*Конец Путь*/

/*Конец Календарь*/
/*Постраничка*/
div.pages
{
	margin-left: 22px;
	margin-top: 12px;
	padding-bottom: 1px;
	color: #6f6f6f;
	font-size: 11px;
	/*background: url(../img/li.gif) no-repeat 54px 0px;*/
}
div.pages p
{
	margin: 9px 0 0 0;
	padding: 0px;
}
div.pages b
{
	width: 6px;
	height: 9px;
	padding: 10px 12px 7px 7px;
	background: url(../img/b_bg.gif) no-repeat left 4px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
div.pages a
{
	width: 6px;
	height: 9px;
	padding: 10px 12px 7px 7px;
	background: url(../img/a_bg.gif) no-repeat left 4px;
	font-size: 11px;
	color: #6c1915;
	border: none;
	font-weight: bold;
}
div.pages a:hover
{
	width: 6px;
	height: 9px;
	padding: 10px 12px 7px 7px;
	background: url(../img/b_bg.gif) no-repeat left 4px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border: none;
}
/*Конец Постраничка*/
/* Таблица */
TABLE.table, TABLE.sortable{
	font-size: 95% !important;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	width: 100%;
}

TABLE.table TH, TABLE.sortable TH { 
	margin:0px;
	padding: 0px 3px;
	background: #ebebeb;
	vertical-align: middle;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #fff;
	color: #000;
	height: 34px;
}
TABLE.table TH.first, TABLE.sortable TH.first { border-left: 1px solid #ebebeb !important; }
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 #ebebeb;
	border-left: 1px solid #ebebeb;
}
/*
TABLE.table TR.first td
{
	background-color: #f7fbff;
}
TABLE.table TR.second td
{
	background-color: #efefef;
}*/
TABLE.table td a
{
	font-weight: bold;
}

/*Конец Таблица*/


blockquote
{
	padding: 20px 20px;
	margin:0px;
	background: #ebebeb url(../img/blockquote.gif) no-repeat top right;
	color: #000;
}


div.photo img
{
	border: 3px solid #ebebeb;
}
