#tabsK {
	/*line-height: 15px;*/
	/*width:490px; */
	padding:15px 0 0 0;
	font-size: 80%;
	font-weight: bold;
	float:left;
	width:100%;
	line-height:28px;
}

img {
	margin: 0;
	padding: 0;
}

/*#tabsK ul {
	margin:0;
	padding:10px 5px 0 0px;
	list-style:none;
}

#tabsK li {
    display:inline;
    margin:0;
    padding:0;
}*/

#tabsK div.off {
	color:#000; 
	height:29px; 
	line-height:28px;
	margin: 0; 
	margin-right:2px;
	padding:0 0 0 6px; 
	float:left; 
	/*background:url("images/tableftK.gif") no-repeat left top;*/
	background:url("images/tabs2.gif") no-repeat left top;
	border-bottom: 1px solid #333; 
	cursor:pointer; 
	position:relative; 
	z-index:20;
}

#tabsK div.on {
	color:#c00; 
	height:29px; 
	line-height:29px; 
	padding:0 0 0 6px; 
	margin:0; 
	margin-right:2px;
	float:left; 
	/*background:url("images/tableftK.gif") no-repeat left top;*/
	background:url("images/tabs3.gif") no-repeat left bottom;
	cursor:pointer; 
	border-bottom: 0; 
	position:relative; 
	z-index: 100;
}

#news #tabsK a {
    float: left;
    background: url("images/tableftK.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
	border-bottom: 1px solid #333;
}

#tabsK a span {
    float: left;
    display: block;
	background: url("images/tabrightK.gif") no-repeat right top;
	padding: 0 6px;
	margin: 0;
    color: #000;
    text-decoration: none;
}

#tabsK div.on span {
	float: left;
	display: block;
	/*background:url("images/tabrightK.gif") no-repeat right top;*/
	/*background:url("images/tabs3.gif") no-repeat right top;*/
	background: #fcfad4;
	/*padding:5px 8px 4px 6px;*/
	padding: 0 6px;
	margin: 0;
	color: #cc0000;
}

#tabsK div.off span {
	float: left;
	display: block;
	/*background:url("images/tabrightK.gif") no-repeat right top;*/
	/*background:url("images/tabs3.gif") no-repeat right top;*/
	background: #fcfad4;
	/*padding:5px 8px 4px 6px;*/
	padding: 0 6px;
	margin: 0;
	color: #000;
}

#tabsK a:hover span {
	color: #cc0000;
	text-decoration: none;
	/*background-position:100% -42px;*/
}

div.hide {
	display: none; 
	width: 0; 
	overflow: hidden;
}

div.show {
	clear:left; 
	background: #fcfad4;
	/*width: 510px; */
	width: 480px;
	margin-top: 0; 
	top: -1px; 
	padding: 10px; 
	position: relative; 
	z-index: 50; 
}

div.show img {float:left; margin:0 10px 10px 0;}

.clear {clear:both;}



