@charset "utf-8";
/* CSS Document */
/* tabs */
.tabW{
	background:url(../images/nord-tb-bg.png);
	height:39px;
	margin:0px 0px -2px 0px;
	padding:0;
}
.tabW ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.tabW ul li{
	background:url(../images/nord-tb-dr.png) no-repeat bottom right;	
	float:left;
	height:39px;
	cursor:pointer;
}
.tabW ul li div{
	background:url(../images/nord-tb-dl.png) no-repeat bottom left;
	padding:10px 15px 13px 15px;
}
.tabW ul li.first div{
	background:url(../images/nord-tb-dlf.png) no-repeat bottom left;
}
.tabW ul li.selTab{
	background:url(../images/nord-tb-ur.png) no-repeat bottom right;
	cursor:default;
}
.tabW ul li.selTab div{
	background:url(../images/nord-tb-ul.png) no-repeat bottom left;
	font-weight:bold;
}
.tabW ul li.firstSelTab{
	background:url(../images/nord-tb-ur.png) no-repeat bottom right;
	cursor:default;
}
.tabW ul li.firstSelTab div{
	background:url(../images/nord-tb-ulf.png) no-repeat bottom left;
	font-weight:bold;
}
.tabContInv{
	display:none;
}
.tabContVis{
	display:block;
}

.fullPageWrap{
	width:920px;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

