.map {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	background-repeat: no-repeat;
}

.map:hover {
	color:#DFE9FA;
}

.map_l  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight:bold;
	color:#FCE18F;
	text-decoration:none;
}

.border  {
	border-width: 1;
	border-style: solid;
	border-color: #000000;
	margin: 10px;
}

td.table  {
        font-family: Arial;
        font-size:12px;
        color : #000000;
        padding-left:5px;
        padding-right:5px;
        text-decoration:none;
 }

.menu {
	cursor : hand;
	font-size: 14px;
	color: #94AAD6;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.menuSel {
	font-size: 14px;
	color: #D08000;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

.menuSub {
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.menuSubSel {
	font-style: normal;
	color: Gray;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

.no {
	font-size:10px;
	color:#00cc99;
}
.i {
    width : 100%;
}

.date {
    font-family : Arial, Helvetica, sans-serif;
    color : Red;
    font-size : small;
}

p, td {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 13px;
    margin: 0;
    /*padding-top: 5;*/
}

.subt {
    font-size : x-small;
}

.otb {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    color : #ffffff;
}

.otb_sel {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    color : #228B22;
}


.tb {
    color : #ffffff;
    font-weight : bold;
}

.nolink {
    color : #ffffff;
    text-decoration:none;
}

.hidelink {
    color : #000000;
    text-decoration:none;
}

.hidelink:hover {
    color : #000000;
    text-decoration:underline;
}

/*ban - баннеры (линки на продукцию)*/
div.ban {
	float: left;
	width: 170;
	padding: 5;
	border-width: 0;
	border-color: blue;
	border-style: solid;
	text-align: center;
	font-weight: 700;
}

a.ban {
	text-decoration: none;
	color: #303030;
}
a.ban:hover {
	text-decoration: underline;
	cursor : hand;
}

p.text {
	font-size : 13px;
	padding: 5 0;
	text-align: justify;
	/*font-family: "Times New Roman", Times, serif;*/
}
p.pic {
	font-size : 12px;
	padding: 5 0;
	font-style: italic;
	/*font-family: "Times New Roman", Times, serif;*/
}
.zag {
	font-size : 13px;
	font-weight: bold;
	padding-left: 5;
	border-left-width: 5;
	border-left: solid #FFA500;
}
h4 {
	font-size : 13px;
	padding-left: 5;
	border-left-width: 5;
	border-left: solid #FFA500;
}
h3 {
	font-size: 16px;
	padding-left: 5;
	border-left-width: 5;
	border-left: solid #228B22;
}


table.tabParams{

}

table.tabParams td{
	background-color: #bdc4c6;
	padding: 2 5;
	font-size: 12px;
	/*border-width: 1;
	border-style: solid;
	border-color: #000000;*/
}

table.tabParams th{
	background-color: #a8a79f;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*border-width: 1;
	border-style: solid;
	border-color: #000000;*/

}

th.left {
	text-align: left;
	padding-left: 20px;
}