a img{
  border: none;
}

.main a img, img.border{
  border: 10px solid #FFFFFF;
}

img.topleft{
  border: 10px solid #FFFFFF;
  float: left;
  margin: 15px;
}
img.topright{
  border: 10px solid #FFFFFF;
  float: right;
  margin: 15px;
}
div#maindiv{
  height:100%; 
  overflow:auto; 
  margin: 0px; 
  -moz-box-sizing:border-box; 
  box-sizing:border-box; 
  padding-right=30px; 
  padding-top=20px; 
  padding-bottom=20px;
}
a{
  font: normal 13px Tahoma;
  color: #77ab43;
}

a.menu{
  font: normal 13px Tahoma;
  color: #77ab43;
  text-decoration: none;
  position:absolute;
}

a.menuactive{
  font: bold 16px Tahoma;
  color: #666666;
  text-decoration: none;
  position:absolute;
}

a.menu2{
  font: normal 11px Tahoma;
  color: #77ab43;
  text-decoration: none;
  position:absolute;
}

a.menu2active{
  font: bold 14px Tahoma;
  color: #666666;
  text-decoration: none;
  position:absolute;
}


body {
  background-image: url(../i/background2.gif);
  background-repeat: repeat-x;
  background-color: #E7E7EF;
  overflow: hidden;
  margin: 0px;
}

td.main, td.main td{
  font: normal 13px Tahoma;
  color: #6F6F6F;
}

table.zod {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}
table.zod td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
}
table.zakaz {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}
table.zakaz th{
	font: bold 13px Tahoma;
	color: #6F6F6F;
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
}
table.zakaz td{
	font: normal 13px Tahoma;
	color: #6F6F6F;
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
}
input.wide,textarea{
	border:1px solid #cacaca;
	font-size:9pt;
        width: 100%
}
ul.video{
	margin:3px 0 0 10px;
	padding:0 0 0 0;
}
ul.video li{
	margin: 0 0 1px 0;
	background: url('../i/buttons/green.gif') no-repeat 0 4px;
	list-style: none;
	padding: 0 0 0 18px;
}
h1{
	font-size:18px;
	margin:0;
}
h2{
	font-size:14px;
}
a.big{
	font: bold 18px Tahoma;
	color: #77ab43;
}