.png
{
	//background-image: none ! important;
	behavior: url('img/pngfix.htc');
}

img.floatImgLeft {
	border: 1px solid #dce5eb;
	float: left;
	margin: 0px 15px 15px 0px;
}
img.floatImgRight {
	border: 1px solid #dce5eb;
	float: right;
	margin: 0px 0px 15px 15px;
}
img.menu {
	margin: 0px 0px 0px 15px;
}
img.topIcons {
	margin: 13px 17px 0px auto;
}

form {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

img {
	border: 0px solid #000000;
	display: block;
}
img.center {
	margin: 0px auto 0px auto;
}
img.right {
	margin: 0px 0px 0px auto;
}
img.left {
	margin: 0px auto 0px 0px;
}
input.login {
    background: #FFFFFF;
	border: 1px solid #AFA9A8;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 1px 1px 1px 7px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
select.test {
    background: #E0E0D2;
	border: 0px solid #BBBBBB;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
html,body {
	font-family: Verdana,Arial,Tahoma,sans-serif; 
	font-size: x-small;
	color: #d3e9f3;	
}
body {
	background: #21a9ff;
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 0px 0px;
	text-align: center;
}

table.site {
	width: 739px;
	min-width: 739px;
	width:expression(document.getElementById('merka').clientWidth < 739 ? "739px" : "739px");
	margin: 0px auto 0px auto;
}
td.topLeft {
	border-left: 5px solid #FFFFFF;
	text-align:left;
}
div.white {
	background: #FFFFFF;
	width: 731px;
	margin: 0px auto 0px 0px;
}
td.leftPart {
	width: 580px;
	height: 505px;
	background: #037fdb;
	border-left: 5px solid #FFFFFF;
	vertical-align: top;
}
td.topIcons {
	text-align: right;
	vertical-align: top;
}
table.menu {
	margin: 0px 0px 0px 57px;
}
div.content {
	margin: 0px 25px 0px 50px;
	clear: both;
}


td.rightPart {
	width: 159px;
	height: 540px;
	background: url(../img/bg_right.jpg) repeat-y top;
	vertical-align: top;
}
div.notes {
	position: absolute;
	top: 30px;
}
td.checkPart {
	background: url(../img/check/check_bg.gif) repeat-y left;
	vertical-align: bottom;
}
td.checkContent {
	background: url(../img/check/check_bottom.gif) no-repeat left bottom;
	height: 65px;
	vertical-align: top;
	padding: 0px 60px 7px 15px;
	color: #FFFFFF;
	border: 0px solid #000000;
}

td.bottomMenu {
	background: #037fdb url(../img/bg_bmenu.gif) repeat-x left top;
	border-left: 5px solid #FFFFFF;
	height: 35px;
	text-align: center;
}
table.bottomMenu {
	margin: 0px auto 0px auto;
	width: 80%;
}
td.bm {
	text-align: center;
}
td.bm a {
	color: #FFFFFF;
	text-decoration: none;
}




table {
	border: 0px solid #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.center {
	margin: 0px auto 0px auto;
}
table.right {
	margin: 0px 0px 0px auto;
}
table.w100 {
	width: 100%;
}
table.w100h100 {
	width: 100%;
	height: 100%;
}
td {
	border: 0px solid #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
td.top {
	vertical-align: top;
}
td.bottom {
	vertical-align: bottom;
}
td.center {
	text-align: center;
}
td.right {
	text-align: right;
}
.italic {
	font-style: italic;
}
.italicUnder {
	font-style: italic;
	text-decoration: underline;
}
span.bold {
	font-weight: bold;
}
span.redBold {
	color: #6C0606;
	font-weight: bold;
}
span.selected {
	color: #333333;
	font-weight:bold;
}

.justify {
	text-align: justify;
}
div.center {
	margin: 0px auto 0px auto;
}
div.right {
	text-align:right;
	width:100%;
}
div.left {
   text-align:left;
   width:100%;
}

h1 {
	font-family: Verdana,Arial,Tahoma,sans-serif; 
	font-size: 110%;
	color: #d3e9f3;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-family: Verdana,Arial,Tahoma,sans-serif; 
	font-size: 100%;
	color: #d3e9f3;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
a {
	font-family: Verdana,Arial,Tahoma,sans-serif; 
	font-size: x-small;
	color: #d3e9f3;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.bold {
	font-weight: bold;
}
a.check {
	color: #FFFFFF;
	font-size: xx-small;
	text-decoration: none;
}

a.check:hover,td.bm a:hover {
	text-decoration: underline;
}

#merka
{
position: absolute;
left: 0;
bottom: 0;
visibility: hidden; 
width: 100%; 
/*
height: 1em;
line-height: 1em;
background: white;
background-image: expression( window.onresize = window.scrollTo );
*/
}