	body {
		font-family: Arial;
		font-size: 14px;
		margin: 0px;
	}
	body * {
		font-family: Arial;
		font-size: 14px;
	}
	td {
		vertical-align: top;
	}
	h1 {
		font-size: 18px;
		font-weight: bold;
	}

	.catalog_item_title {
		font-size: 18px;
		font-weight: bold;
	}
	form {
		margin: 0px;
		padding: 0px;
	}
	input.searchtext {
		margin-left: 40px;
		width: 149px;
		color: #999999;
		border: solid 1px #000066;
		padding: 0px;
		height: 18px;
		//height: 20px;
	}
	a.tovar_title {
		color: black;
		text-decoration: none;
	}
	a.tovar_title:hover {
		text-decoration: underline;
	}
	.mmt {
		height: 33px;
		font-weight: bold;
		color: white;
	}
	.mmt2 {
		height: 28px;
		font-weight: bold;
		color: white;
	}
	.mm_devider {
		width: 2px;
		font-size: 0px;
		background-image: url(img/mm_dev.gif);
	}
	.mm_active, .mm_passive {
		padding: 0px 10px;
		cursor: pointer;
		vertical-align: middle;
	}
	.mm_active {
		background: url(img/mma_bg.gif);
	}
	div.topStripe {
		height: 25px; 
		background: #2965AE url(img/topstripe_bg.gif);
		text-align: center;
		color: white;
	}
	div.page_header {
		font-size: 18px;
		font-weight: bold;
	}
	div.topStripe a {
		color: white;
		font-weight: bold;
	}
	div.orange {
		background-color: #FFA231;
		border-top: solid 1px white;
		border-bottom: solid 1px white;
		height: 6px;
		overflow: hidden;
	}
	div.topMenu {
		height: 33px;
		text-align: center;
		background: #2965AE url(img/mm_bg.gif);
	}
	td.logo_right {
		background: #265FA6 url(img/hat2.jpg);
		text-align: center;
		vertical-align: top;
	}
	td.content {
		padding: 0px 12px 12px 22px;
		background: url(img/wire2.gif) repeat-y;
	}
	td.content img {
		border: double 3px silver;
	}
	td.content td {
		padding: 10px 0px;
		margin: 0px
	}
	td.content table {
		margin: 10px;
		width: 95%;
		border-collapse: collapse;
	}
	td.tree {
		background: url(img/wire.gif) repeat-y;
		padding-left: 15px;
	}
	.sect {
		text-align: center;
		vertical-align: top;
	}