body, p, td, tr, input, select, textarea, table {
  font-size: 11px;
  font-family: "Verdana Cyr", Verdana, "Arial Cyr", Arial, "Helvetica Cyr", Helvetica, sans-serif;
  letter-spacing:0px;
  color: #505050;
}

table {
	empty-cells: show;
}

input, textarea, select {
	border: 1px solid #adadad;
}

input.noborder {
	border: 0px;
}

input.InputAcivated, select.InputAcivated {
	background-color: yellow;
}

h1, h2, h3, h4, h5 {
  padding: 0px;
  margin: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a:link, a:visited {
	color: #505050;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}


h2 a:link, h2 a:visited {
	color: #1B57B1;
	font-weight: bold;
	text-decoration: none;
}

h2 a:hover {
	color: #0000CC;
	font-weight: bold;
	text-decoration: underline;
}


a.noboldurl:link, a.noboldurl:visited {
	font-weight: normal;
}

a.noboldurl:hover {
	font-weight: normal;
}


a.nounderl:link, a.nounderl:visited, a.nounderl:hover {
	text-decoration: none;
}

a.underl:link, a.underl:visited, a.underl:hover {
	text-decoration: underline;
}



a.TopMenu:link, a.TopMenu:visited {
	font-size: 1.1em;
	color: #ebac21;
	font-weight: bold;	
	text-decoration: none;
}

a.TopMenu:hover {
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}



a.MenuLink:link, a.MenuLink:visited {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
}

a.MenuLink:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.3em;
}


span.MenuKateg {
	color: #505050;
	text-align: right;
	padding-right: 10px;
	font-size: 0.8em;
}


a.ARed:link, a.ARed:visited, a.ARed:hover {
	color: red;
}

a.Aunderline:link, a.Aunderline:visited, a.Aunderline:hover {
	text-decoration: underline;
}



h2.page_head2 {
	color: #1f5973;
	font-weight: bold;
}


.price {
	color: green;
	font-weight: bold;
}