body {
	margin: 0 0 0 0;
	color: #003366;
}
textarea {
	font-family: "Trebush MS", "Tahoma", "Sans-serif";
	font-size: 10px;
	color: #2A467B;
}
input, select {
	font-family: "Trebush MS", "Tahoma", "Sans-serif";
	font-size: 10px;
	color: #2A467B;
}
input.subKn {
	font-family: "Trebush MS", "Tahoma", "Sans-serif";
	font-size: 10px;
	color: white;
	background-color: #2A467B;
	cursor: hand;
}
caption {
	padding: 0 0 0 0;
	font-weight: bold;
	text-align: center;
}
table {
	font-family: "Trebush MS", "Tahoma", "Verdana", "Arial", "Sans-serif";
	font-size: 12px;
	color: #003366;
}
	table a {
		text-decoration: none;
		color: #003366;
	}
	table a:hover {
		color: #D2232C;
		text-decoration: Underline;
	}

table.login { /* таблица ввода пароля покупателем */
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 10px;
	text-decoration: none;
	color: #003366;
}
	table.login a {
		font-family: "Trebush MS", "Tahoma", "Verdana", "Arial", "Sans-serif";
		text-decoration: none;
		color: #003366;
	}
	table.login a:hover {
		color: #D2232C;
		text-decoration: Underline;
	}

table.backet { /* таблица вывода информации об содержимом корзины */
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 10px;
	text-decoration: none;
	color: #003366;
}


	table.backet a { 
		font-family: "Trebush MS", "Tahoma", "Verdana", "Arial", "Sans-serif";
		text-decoration: none;
		color: #003366;
	}
	table.backet a:hover {
		color: #D2232C;
		text-decoration: Underline;
	}

table.button { /* таблица с кнопками */
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 10px;
	text-decoration: none;
}
	table.button td.sub {
		background-color: white;
		cursor: hand;
	}
	table.button td.subTit {
		background-color: white;
		background-image: url(images/button-tb.gif);
	}

table.tbl { /* таблица выделения области */
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 11px;
	color: #003366;
	border: 1px solid #0077C2;
}
	table.tbl a {
		font-family: "Trebush MS", "Tahoma", "Sans-serif";
		font-size: 1em;
		text-decoration: none;
		color: #003366;
	}
	table.tbl a:hover {
		color: #D2232C;
		text-decoration: Underline;
	}
	table.tbl caption.tit { /* перед таблицей заголовок */
		padding: 0 0 0 0;
		font-weight: bold;
		text-align: left;
	}
	table.tbl tr#kat { /* строка с названием области (для Каталога) */
		background-color: #99FF99;
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
	}
	table.tbl tr#new { /* строка с названием области (для Новости) */
		background-color: #FFFF66;
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
	}
	table.tbl tr#tit { /* строка с названием области (для остальных) */
		background-color: #88E7FF;
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	table.tbl td#lin { /* ячейка с нижней линией */
		border-bottom: 1px solid #88E7FF;
		font-size: 11px;
		padding-left: 2px;
		padding-bottom: 2px;
	}
	table.tbl td#linlef { /* строка с нижней и левой линией */
		border-bottom: 1px solid #88E7FF;
		border-left: 1px solid #88E7FF;
		font-size: 11px;
		padding-left: 2px;
		padding-bottom: 2px;
	}
	table.tbl a.menu { /* ссылки по бокам */
		font-family: "Tahoma", "Verdana", "Sans-serif";
	}
	table.tbl a.menu:hover {
		color: #D2232C;
		text-decoration: Underline;
	}
	table.tbl table {
		font-size: 1em;
	}
	table.tbl table tr {
		border-bottom: 10;
	}
	table.tbl table select {
		font-size: 1em;
	}
	table.tbl table input {
		font-size: 1em;
	}
	table.tbl table p {
		font-size: 1em;
		text-align: justify;
		text-indent: 5px;
		margin: 0 0 0 0;
		padding: 0 0 5 0;
	}
	table.tbl table ol {
		font-size: 1em;
		margin: 0 0 5 25;
	}
	table.tbl table ul {
		font-size: 1em;
		margin: 0 0 5 25;
	}
	table.tbl table li {
		margin-top: 5px;
	}
	table.tbl table#tovar { /* таблица с описанием товара */
		font-size: 1em;
		padding: 5px;
	}
	table.tbl table#tovar td.harakter {
		background-color: #88E7FF;
		font-size: 1em;
		text-indent: 2px;
	}
#no {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}