body {
	font-family:  Arial;
	font-size: 9pt;
	margin: 0px;
	background-color: white;
}

.tab {
	border:1px solid #F79F1C;
	font-size: 10pt;
	text-align: center;
	padding: 5px
}

th {
	font-size: 10pt;
	text-align: center;
	text-indent: 0px;
	padding: 3px;
	color: white;
	background-color: #F79F1C
}

.menu {
	font-size: 10pt;
	text-align: center;
	text-indent: 0px;
	font-weight: bold;
	margin: 0px;
}

.head {
	font-size: 10pt;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;
	color: white;
	padding-top: 2px;
}

td.footer {
	font-size: 10pt;
	text-align: left;
	text-indent: 0px;
	padding: 5px 20px;
}

p   {
	font-size: 10pt;
	text-indent: 0px;
	text-align: justify;
	margin: 5px 10px;
}

p.important   {
	font-size: 11pt;
	text-indent: 0px;
	text-align: justify;
	margin: 15px;
}

p.right   {
	text-indent: 0px;
	text-align: right;
	margin-left:5px; margin-right:5px; margin-top:5px; margin-bottom:-15px;
}

p.с   {
	font-size: 11pt;
	text-indent: 0px;
	text-align: center;
	color: #000; /* было #, я добавил три нуля */
	margin-left:2px; margin-right:2px; margin-top:5px; margin-bottom:0px;
}


h1 {
	font-size: 12pt;
	font-weight: bold; /*	font-style: italic;*/
	text-align: center;
	text-indent: 0px;
	margin: 4px 10px;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	margin-left: 5px; margin-right: 10px; margin-top: 7px; margin-bottom: 7px;
}

h3 {
	font-size: 14px;
	color: #271570;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	text-indent: 0px;
	margin: 2px 15px;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #F78615;
	text-align: left;
	text-indent: 0px;
	margin: 7px 0px;
}

h5 {
	font-size: 14pt;
	font-weight: bold;
	color: #F78615;
	text-align: left;
	text-indent: 0px;
	margin: 5px 15px;
}


A:link {color: #271570; text-decoration: underline; }
A:visited {color: #271570; text-decoration: underline; }
A:hover {color: #DA251D; text-decoration: underline; }

a:link.menu {color: #2BB047; text-decoration: none; }
a:visited.menu {color: #2BB047; text-decoration: none; }
a:hover.menu {color: #F79F1C; text-decoration: underline; }

a:link.white {color: white; text-decoration: none; }
a:visited.white {color: white; text-decoration: none; }
a:hover.white {color: #FFFFFF; text-decoration: underline; letter-spacing: 1pt; }

a:link.red {color: #DA251D; text-decoration: none; }
a:visited.red {color: #DA251D; text-decoration: none; }
a:hover.red {color: #DA251D; text-decoration: underline; }

a:link.black {color: black; text-decoration: none; }
a:visited.black {color: black; text-decoration: none; }
a:hover.black {color: #555555; text-decoration: underline; }

a.yellow {color: #F78615; font-size: 9pt; font-weight: normal; margin-left: 5px; text-decoration: underline; }
a.yellow:hover {color: #F78615; text-decoration: none; }

ul {
	font-size: 9pt;
	text-indent: 24px;
	margin-left: 28px; margin-right: 7px; margin-top: 0px; margin-bottom: 7px
}

ul.image {
	font-size: 10pt;
	text-indent: 24px;
	font-weight: bold;
	margin-left: 20px; margin-right: 20px; margin-top: 5px; margin-bottom: 0px;
	list-style-image:url('../images/arrow_yellow.gif');
}

ul.image_cat {
	font-size: 10pt;
	text-indent: 14px;
	font-weight: bold;
	margin-left: 10px; margin-right: 20px; margin-top: 5px; margin-bottom: 0px;
	list-style-image:url('../images/arrow.gif')
}

ol {
	font-size: 9pt;
	text-indent: 24px;
	margin-left: 24px; margin-right: 7px; margin-top: 2px; margin-bottom: 24px;
}

li {
	text-indent: 0px;
	margin: 4px 22px;
}

#divCont { background-image:url('../images/fon_menu.jpg'); background-repeat:repeat-x; }
.clTop   { padding-left: 0px; padding-top: 12px; width:200px; line-height:15px; white-space: nowrap; }
.clSub   { display: none; width:220px; line-height:16px; background-image:url('../images/fon_submenu.gif'); background-repeat:repeat-y; margin-left: -15px; white-space: nowrap; }

/*** This sets the style for the links inside the menu. ***/
#divCont .clTop a {color: #271570; font-size: 10pt; font-weight: bold; text-decoration: none; }
#divCont .clTop a:hover {color: #2C8CBB; text-decoration: none; }
#divCont .clTop .clSub a {color: #555555; font-size:9pt; font-weight: normal; text-decoration: none; margin-left: 30px; }
#divCont .clTop .clSub a:hover {color: #2C8CBB; text-decoration: underline; }

/* Корзинка */
div#basket { border: 0px; margin: 0px; padding: 0px; }

p.error { color: #D22; font-style: italic; font-weight: bold; }
