﻿/* Бордюры для фоток */

.photo-frame .topx-- {
	background-image: url(Images/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-image: url(Images/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-image: url(Images/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-image: url(Images/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.photo-frame .mid--x {
	background-image: url(Images/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-image: url(Images/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-image: url(Images/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-image: url(Images/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}
.li
{
    list-style-image: url(Images/bullet.gif);
    font-size: 0.8em;
    font-family: Arial;
    text-align: left;
}
.li_About
{
    list-style-image: url(Images/bullet.gif);
    font-size: 10pt;
    font-family: Times New Roman;
    text-align: left;
}
.li1
{
    list-style-image: url(Images/bullet.gif);
    font-size: 1em;
    font-family: Arial;
    text-align: left;
}
.ol 
{
    font-size: 0.8em;
    font-family: Arial;
    text-align: justify;
}

.par
{
    font-size: 0.8em;
    font-family: Arial;
    text-align: justify;
}
.tableCenter
    {
        vertical-align: middle;
        text-align: center;
    }
    
.H1_ozon
{
    font-size: 1.2em;
    font-family: Arial;
    text-align: center;
}
.line_tab{ border-right: black 1px solid; vertical-align: middle; border-bottom: black 1px solid; text-align: center; }
DIV.hr1
{
    border-bottom: #c6bfb5 1px solid;
    height: 1px;
}