a { 
	color:#009be7; 
	text-decoration:underline; 
}
a:hover { 
	text-decoration:none;
}

.tabs { 
	height:201px;	
	margin-right:15px; 
	background:#fff url("../images/bg-tabs.gif") repeat-x 0 100%; 
	border:1px solid #b1cef4;	
	
	width:520px;
 } 
 
.navi { 
	height:51px; 
	margin-right:-1px; 
	background:url("../images/bg-tab.gif") repeat-x; 
}
.navi li { 
	width:173px; 
	height:51px;
	float:left; 
	background:url("../images/bg-tab-li.gif") no-repeat 100% 1px;
}
.navi li.here { 
	background:#fff url("../images/bg-tab-here.gif") repeat-x;
}
.navi li a {
	 display:block; 
	 height:37px; 
	 padding:14px 0 0 15px; 
	 margin-right:1px; 
 }
.navi li.here a { 
	margin-right:0; 
	background:url("../images/bg-tab-li-here.gif") no-repeat 100% 0; 
	border-top:4px solid #DBEBF4;
}
.navi li.here a.tab-1 { 
	background:url("../images/tabs-1-bg.gif") no-repeat 15px 15px; 
}
.navi li.here a.tab-2 { 
	background:url("../images/tabs-2-bg.gif") no-repeat 15px 15px;
 }
.navi li.here a.tab-3 { 
	background:url("../images/tabs-3-bg.gif") no-repeat 15px 15px; 
	border-right:1px solid #b1cef4;
}
.navi li.here a img { 
	visibility: hidden; 
}
.tab-content { 
	overflow:hidden; 
	padding:22px 0 9px 0;
} 
.tab-list {
	width:255px; 
	float:left; 
	padding-left:40px;
}
.tab-list li { 
	padding:0 0 11px 15px; 
	font:bold 1.1em Tahoma; 
	color:#9aa3af; 
	background:url("../images/bg-tab-list.gif") no-repeat 0 2px; 
	line-height: 10px; 
} 
.tab-list li a{ 
	font:bold 11px Tahoma; 
	color:#9aa3af; 
	text-decoration: none; 
	line-height: 10px; 
}
.tab-list li a:hover { 
	color:#009be7; 
}
.tab-text {
	width:215px; 
	float:left; 
	font:11px/1.4 Tahoma; 
	color:#3A3A3A;
	padding: 0px 0px 0px 10px;
} 
.tab-hide { 
	display: none;
}

