body {
	background-color: white;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Verdana;
}

table.main {
	border: 1px solid #A71A1A;

}

table.menu {
	border: 0px solid #A71A1A;

}
table.menu td, table.menu td a {
	font-size: 8pt;
	text-align: center;
	background-color: #FFCEEC;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	color: #7E0D0D;
	text-decoration: none;
}
table.menu td a {
	padding: 3px 10px 3px 10px;
}
table.menu td a:hover {
	color: white;
	background-color: #A71A1A;
}

td.sub {
	background-color: #A71A1A;
	text-align: center;
	padding: 10px 0px 10px 0px;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}
td.sub a {
	color: white;
}

h1 {
	font-size: 16pt;
	text-align: center;
	color: #A71A1A;
}
h2 {
	font-size: 14pt;
	text-align: center;
	color: #A71A1A;
}
p, li {
	font-size: 10pt;
	text-align: justify;
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 0;
	color: #7E0D0D;
}

table.tovar {
	border: 1px solid #A71A1A;
	border-collapse: collapse;
}
table.tovar td {
	font-size: 10pt;
	color: #7E0D0D;
	border: 1px solid #7E0D0D;
	padding: 10px 10px 10px 10px;
}
table.tovar td.subc {
	font-size: 10pt;
	color: #7E0D0D;
	border: 1px solid #7E0D0D;
	padding: 10px 10px 10px 10px;
	background-color: #FFCEEC;
}
table.tovar td a {
	font-size: 10pt;
	color: #7E0D0D;
	font-weight: bold;
	padding: 0 0 0 0;
}

table.params {
	border: 1px solid #A71A1A;
	border-collapse: collapse;
	margin-right: 10px;
	margin-left: 10px;
}
table.params td {
	font-size: 8pt;
	color: #7E0D0D;
	border: 1px solid #7E0D0D;
	padding: 3px 3px 3px 3px;
}
table.params th {
	font-size: 8pt;
	color: #7E0D0D;
	border: 1px solid #7E0D0D;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
}
table.params td a {
	font-size: 10pt;
	color: #7E0D0D;
	font-weight: bold;
	padding: 0 0 0 0;
}

p.price {
	font-size: 11pt;
	color: #7E0D0D;
	text-align: center;
	font-weight: bold;
}
p.params {
	font-size: 10pt;
	color: #7E0D0D;
	text-align: center;
	font-weight: bold;
}
p.zakaz, p.zakaz a {
	font-size: 10pt;
	color: #7E0D0D;
	text-align: center;
	font-weight: bold;
}
span.newprice {
	color: red;
}

p a {
	color: #bb0000;
}