body{
	font-size: 12px;
}
body, table{
	font-family: tahoma, sans-serif;
	}

input, form, textarea{
	font-family: tahoma, sans-serif;
	}

em, i{
	font-family: arial, sans-serif;
	}

img {
	border: 0px;
	}

table, form, input, textarea, select{
	font-size: 1em;
	}

b, strong{
	}

h1, h2, h3, h4, h5, h6{
	}

h1, h2, h3{
	}

h1{
	}

h2{
	font-size: 1em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3{
	}

h4{
	}

h5{
	}

h6{
	}

p{
	margin-top: 0;
	margin-bottom: 14px;
	}

.small,
div.copyline{
	font-size: 0.9em;
	}

.smallest {
	font-size: 0.8em;
}

.big,
table.dec caption, table.pricelist caption {
	font-size: 1.1em;
	}

.biggest {
	font-size: 1.3em;
}

form{
	padding: 0;
	margin: 0;
	}

a{
	color: #006633;
	text-decoration: none;
	}


a:hover, a.hover{
	color: #3c9267;
/*
	text-decoration: underline;
*/
	}

a.sel{
	font-weight: bold;
	}

b, strong{
}

ul{
	margin-top: 10px;
	margin-bottom: 10px;
/*
	margin-left: 0px;
	padding-left: 0px;
*/
}

ul li {
/* письмо Сергей-Чуча 0406
	list-style-type: none;
	background: url("../img/li.gif") 7px 0.4em no-repeat;
	padding-left: 30px;
*/
	padding-bottom: 1ex;
}

table.dec, table.pricelist {
	border-collapse: collapse;
	}

table.dec th,
table.pricelist th {
	border-left: 1px solid #4a5c6f;
	background: #ffffff;
	color: #000000;
	}

table.dec th.sel,
table.pricelist th.sel{
	background-color: #a4a4a4;
	}

table.dec th a,
table.pricelist th a{
	font-weight: normal;
	text-decoration: none;
	}

table.dec th.sel a,
table.pricelist th.sel a{
	font-weight: bold;
	color: #000000;
	}

table.dec th,
table.pricelist th{
	padding: 0.5ex 1ex 0.5ex 1ex;
	}

table.dec td,
table.pricelist td{
	padding: 0.25ex 0.5ex 0.25ex 0.5ex;
	border-bottom: 1px solid #eeeeee;
	}

table.dec tr.even td,
table.pricelist tr.even td{
	background-color: #f2f2f2;
	border-bottom: 1px solid #a4a4a4;
	}

table.dec tr.btop td,
table.pricelist tr.btop td{
	border-top: 1px solid #a4a4a4;
	}

table.dec caption, table.pricelist caption{
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	}

table.dec table td, table.dec table th,
table.pricelist table td, table.pricelist table th{
	border: none;
	background: none;
	padding: 0;
	}

.norlborder{
	border-left: none;
	border-right: none;
	}


.t100{width: 100%; border-collapse: collapse;}
.bcoll{border-collapse: collapse;}

.v_t{vertical-align: top;}
.v_b{vertical-align: bottom;}
.v_m, .v_c{vertical-align: middle;}

.h_l{text-align: left;}
.h_r{text-align: right;}
.h_m, .h_c{text-align: center;}

table.pad0 td, tr.pad0 td, td.pad0{ padding: 0; }
table.nopad td, tr.nopad td, td.nopad{ padding: 0; }

div.image {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.nochildfloat div.image{
	float: none;
	margin: 0;
}

.noimagedescription div.image p{
	display: none;
}

div.image img, div.image_popup img, div.content p img, img.border {
/*
	border: 1px solid #607581;
*/
	}

div.noborder div.image img, .noborder{
	border: none;
	}

div.image p, div.image_popup p {
	color: #808080;
	margin-top: 0.25ex;
	margin-bottom: 1ex;
 	padding-top: 2px;
 	text-align: left;
 	font-style: italic;
 	font-family: arial sans-serif;
	}


div.clb { clear: both; }

.print {
	display: none;
	}

@media print{
	.print {
		display: block;
		}

	.noprint {
		display: none;
		}
	}

img.png {
   behavior: url("png.htc");
}

/*
hardcore debugger
*/

/*
td {border: 2px solid red;}
td td {border: 2px solid green;}
td td td {border: 2px solid blue;}

div {border: 1px solid yellow;}
p {border: 1px solid orange; width: 100%;}
*/


div.path {
	font-weight: bold;
	padding: 1ex;
	font-size: 90%;
}

div.path a {
	color: #5C5C5C;
}

div.path a:hover {
	color: #006633;
}