.borderTable
{
	border: 0px solid #000;
}

.borderTable td
{
	background: none;
	border: 1px dotted silver;
}

.borderTable
{
	border-collapse: collapse;
}


.question {
	font-weight: bold;
}

.author {
	font-style: italic;
}

.small
{
	font-size: 8pt;
}

.leftline
{
	border-right: 1px #000 solid;
}

#bottombar
{
	padding: 15px;
	font-size: 8pt;
}

#dropmenudiv{
	position:absolute;
	border:1px solid #BABABA;
	border-bottom: none;
	/*border-bottom-width: 0;*/
	font: normal 14px Georgia;
	
	background-color: #FFFFFF;
	line-height:20px;
	z-index:100;
	margin-top:0px;
	
	-webkit-box-shadow: 4px 4px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 2px 0px rgba(50, 50, 50, 0.75);
}

#dropmenudiv a{
	/*width: 100%;*/
	display: block;
	/*text-indent: 10px;*/
	padding: 7px;
	border-bottom: 1px solid #000;
	/*line-height: 30px;*/
	text-decoration: none;
	outline: none;
	text-align:left;
	color: #000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #F2F2F3;
}

.zzz
{
	font-family: Georgia, Times New Roman;
	font-size: 18pt;
}

.main
{
	padding: 15px;
	padding-left: 65px;
	background: #ffffff url(/img/11g.gif) no-repeat 12px 10px;
}

#navpath
{
	font-size: 8pt;
}

.topMenu td a
{
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.topMenu td
{
	/*border-right: 2px solid #fff;*/
}

.small
{
	font-size: 8pt;
}

.menu li
{
	line-height: 22px;
}

img
{
	behavior: url("/images/png.htc");
	border: 0px;
}

body
{
	background: #fff url(/images/back.gif);	
	padding: 0px;
	margin: 0px;
}

body, td
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
}

a
{
	color: blue;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}


.superborder
{
	background: #fff;
	border-left: #81cb47 1px dashed;
	border-right: #81cb47 1px dashed;
}

#make10px
{
	padding: 20px;
}

.border-2
{
	border-bottom: #81cb47 1px dashed;
	width: 630px;
	font-size: 3px;
}

.megaborder
{
	border: #81cb47 1px dashed;
	padding-left: 0px;
	padding-right: 0px;
	height: 10px;
	background: #fff;
}

.superimg td {	border: 1px solid #cccccc; }
.superimg td {	background: #fff; }

.superimg td a { border: 1px solid #000; }
.superimg td a:hover { border: 1px solid blue; }

#bottomline {
	background-color: #CF000F;
	height: 10px;
	
}

.menusign {
	padding: 2px 2px 2px 2px;
	margin-left: 10px;
}

.menu2sign {
	padding: 2px 2px 2px 2px;
	margin-left: 24px;
}

.menu3sign {
	padding: 2px 2px 2px 2px;
	margin-left: 38px;
}

.menuitem {
	padding: 4px 2px 4px 2px;
	font-size: 9pt;
}

.menu3item {
	padding: 5px 2px 6px 2px;
	font-size: 8pt;
}

.homefpmt {
	font-size: 9pt;
	color: #999999;
	font-weight: bold;
	margin: -3px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

.redbar {
	background-color: #CF000F;
	height: 20px;
}

.menuarea {
	padding-top: 10px;
	background-color: #E5E5E5;
}

.submenuarea {
	background-color: #F8F8F8;
}

.title .fpmt {
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#imgaryadeva {
	margin: 10px 10px 4px 20px;
}

.title h1 {
	font-size: 18pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.title .fpmt {
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#advertis a, #advertis
{
	color: #e2e2e2;
	text-decoration: none;	
}

/* ART */

.art {
	padding-top: 20px;
}

.art a img, .artintro a img {
	-moz-box-shadow: 0px 0px 5px #1e1e1e; 
	-webkit-box-shadow: 0px 0px 5px #1e1e1e; 
	box-shadow: 0px 0px 5px #1e1e1e;
}

.art a img {
	margin-left: 25px;
	margin-bottom: 25px;
}

.art a:hover img, .artintro a:hover img {
	-moz-box-shadow: 0px 0px 5px #1e1e1e, 0 0 1em #1e1e1e; 
	-webkit-box-shadow: 0px 0px 5px #1e1e1e, 0 0 1em #1e1e1e; 
	box-shadow: 0px 0px 5px #1e1e1e, 0 0 1em #1e1e1e;

    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.ramochka {
	border: 1px solid #C2000E;
	box-shadow: 3px 3px 3px #C8C8C8;
	padding: 20px;
    border-radius: 5px;	
}

.othersitego {
	background: url('https://fpmt.spb.ru/img/fpmt_verticle.gif') 0px -15px no-repeat #F0F8E6;
	min-height: 400px;
	padding-left: 105px;
	padding-top: 25px;
	border-radius: 10px;
}

.newsbacker {
	background: #F0F8E6;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 40px;
}

.newsbackerHead a {
	font-family: Georgia;
	font-size: 16pt;
	color: #7B0F0F;
}