/* Путь */
div.address
{
	font-size: 85%;
}
/* Поиск */
.highlight {
	font-weight: bold;
}

/* типо */
blockquote
{
	padding: 28px 51px 30px 45px;
	margin:10px 0;;
	background: #ebebeb url(../img/blockquote_left.gif) no-repeat left bottom;
	color: #606060;
	font-size: 90%;
}
blockquote.r
{
	padding: 28px 51px 30px 45px;
	margin:10px 0;;
	background: #ebebeb url(../img/blockquote_right.gif) no-repeat right bottom;
	color: #606060;
	font-size: 90%;
}

/* Таблица */
TABLE.table, TABLE.sortable{
	width: 100%;
	border-bottom: 2px solid #b7b7b7;
}

TABLE.table TH, TABLE.sortable TH { 
	margin:0px;
	padding: 0px;
	vertical-align: middle;
	border-bottom: 3px solid #28166f;
	border-right: 1px solid #b7b7b7;
	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 #b7b7b7;
	border-right: 1px solid #b7b7b7;
	color: #555;
	height: 32px;
}
TABLE.table TD.last, TABLE.sortable TD.last { 
	border-right: none !important;
}

/* Постраничка */
div.pages
{
	font-size: 85%;
}


/* Форма контактов */
input.text
{
	width: 100%;
	border: 1px solid #afafaf;
	color: #303030;
	font: 11px Arial;
}
textarea.textarea
{
	width: 100%;
	height: 90px;
	border: 1px solid #afafaf;
	color: #303030;
	font: 11px Arial;
}
select.select
{
	width: 100%;
	border: 1px solid #afafaf;
	color: #303030;
	font: 11px Arial;
}

/*Календарь*/
div.archive
{
	text-align: left;
	margin: 20px 37px 0 45px;
}
div.years
{
	border-bottom: 1px solid #e4e4e4;
	height: 29px;
}


div.passive_year
{
	float: left;
	position: relative;
	top: 1px;
	width: 50px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	margin-right: 2px;
}
.years > .passive_year
{
	top: 0;
}
div.passive_year a
{
	display: block;
	width: 50px;
	height: 29px;
	padding: 0;
	white-space: nowrap;
	font: bold 12px Arial;
	color: #303030;
	text-decoration: underline;
	text-align: center;
	line-height: 29px !important;
	background-color: #eaeaea;
	border: none;
}
div.passive_year a:hover
{
	font: bold 12px Arial;
	color: #992c2c;
	text-decoration: underline;
	background-color: #fff;
	border: none;
}
div.active_year
{
	float: left;
	position: relative;
	top: 1px;
	width: 50px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	margin-right: 2px;
}
.years > .active_year
{
	top: 0;
}
div.active_year a
{
	display: block;
	width: 50px;
	height: 29px;
	padding: 0;
	white-space: nowrap;
	font: bold 12px Arial;
	color: #992c2c;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	line-height: 29px !important;
	border: none;
}
div.active_year a:hover
{
	color: #992c2c;
	text-decoration: underline;
	border: none;
}
table.calendar
{
	width: 227px;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
table.calendar td
{
	color: #505050;
	padding: 0 0 0 11px;
	border: 1px solid #fff;
	height: 19px;
	font-size: 11px;
}
table.calendar td a
{
	font-weight: bold;
	color: #303030;
	border-bottom: 1px solid #303030;
}
table.calendar td a:hover
{
	font-weight: bold;
	color: #992c2c;
	border-bottom: 1px solid #992c2c;
}
table.calendar td.selected
{
	font-weight: bold;
	color: #992c2c;
}
table.calendar td.selected a
{
	color: #992c2c;
	border-bottom: 1px solid #992c2c;
}
table.calendar td.selected a:hover
{
	color: #303030;
	border-bottom: 1px solid #303030;
}
table.calendar td.delim
{
	height: 5px;
}

/*Конец Календарь*/


.hand {
	cursor: pointer;
	cursor: hand;
}

.clicked {
	text-decoration: none;
	border-bottom: none;
	color: brown !important;
}


.img_border {
 border:2px solid #ccc;
}

div.error ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
}
div.error ul li {
	margin-bottom:4px;
}

div.Flash {
	position: absolute;
	z-index:1;
}

}


/* Таблица */
TABLE.specification{
	width: 100%;
	border-top: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}

TABLE.specification TH, TABLE.specification TD {
	margin:0px; 
	padding: 4px;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	color: #555;
	height: 32px;
	text-align: center;
	vertical-align: middle;
}
TABLE.specification TH a, TABLE.specification TD a  { color: #b7b7b7; text-decoration: none; border-bottom: none !important;}



TABLE.specification TD.last { 
	border-right: none !important;
}