@charset "utf-8";
/* CSS Document */

body{
position: relative;
}
#head{
height:105px;
}
#logo{
width:100px;
height:53px;

}
#contacts{
	position:absolute;
	width:300px;
	right:10px;
	top:12px;
	color:#CCC;
	text-align:right;
	z-index:99;
}
#contacts a{
	color:#48B3A3;
}
#page-crumb{
position: relative;
	top:35px;
	border-bottom:1px solid #999999;
}
#page-body{
	/* для нового лейаута width:980px;
	margin:0 auto;*/
}
#footer{
padding:8px 2px 40px 4px;
}
#footer p{
margin-bottom: 14px;
}

.structural{
display:none; margin:0px;
}
.sider{
text-align:right;
padding-left:0;
}

div.main-vis{
margin-left:0px; 
margin-top:20px;
}
.comparison-Table th{
	padding:6px 2px;
	text-align:center;
	border-right:2px solid #fff;
}
.comparison-Table td{
	padding:6px 3px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
}
.alternate-column{
	background-color:#F9FAE7;
}
.comparison-Table td.sider{
		text-align:right;
		padding-left:0;
		padding-right:6px;
}

/*--------------Tooltips----------------------------*/

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFCC;
	padding:6px 10px 12px 10px;
	color:#666666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin:10px;
}

