div.kadra {
	display: block;
	text-align: left;
	background: #fff;
	border: none;
	border-left: solid 5px #eee;
	border-bottom: solid 1px #eee;
	height: 300px;
	margin: 0;
	padding: 0px;

}
div.kadra h4 {
	display: block;
	float: left;
	background: #fff url("./img/menu_left.gif");
	background-repeat: repeat-y;
	background-position: left;
	width: 250px;
	height: 30px;
	line-height: 30px;
	padding: 5px;
	margin: 0px;
	margin-bottom: 5px;
}

div.kadra ul {
	float: left;
	list-style: none;
	width: 250px;
	padding-left: 10px;
	margin: 0px;
}

div.kadra ul li {
	font-size: 8pt;
	color: #777;
	padding: 3px;
}
div.kadra ul li b {
	font-size: 8pt;
	color: #000;
}

div.kadra .foto img {	
	width: 120px; 
	height: 160px;
	border: none;
	padding: 0px;
	padding-top: 1px;
	margin-top: 26px;
	margin-right: 8px;
}

div.kadra .foto{	
	float: right;
	text-align: center;	
	background: #eee url("./img/foto_ramka.jpg");
	background-repeat: no-repeat;
	background-position: center 20px;
	border: solid 1px #eee;
	height: 100%;
	width: 300px;
	margin: 0;
}





div.sponsor {
	display: block;
	text-align: left;
	background: #fff;
	border: none;
	border-left: solid 5px #eee;
	border-bottom: solid 1px #eee;
	height: 170px;
	margin: 0;
	padding: 0px;
}
div.sponsor h4 {
	display: block;
	float: left;
	background: #fff url("./img/menu_left.gif");
	background-repeat: repeat-y;
	background-position: left;
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 5px;
	margin: 0px;
	margin-bottom: 5px;
}

div.sponsor ul {
	list-style: none;
	float: left;
	width: 320px;
	margin: 5px;
	padding-left: 10px;

}

div.sponsor .logo{	
	float: right;
	text-align: center;	
	border: solid 1px #eee;
	background: #f5f5f5;
	height: 160px;
	width: 240px;
	line-height: 160px;
	margin: 0px;
	padding: 0;
	padding-top: 0px;
}

div.sponsor .logo img{	
	margin-top: 40px;
}

div.sponsor a {
	text-align: right;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	color: #f50;
	margin: 0;
	padding: 5px;
}

#popUserComm{
	display: none;
	visibility: hidden;
	position: absolute;
	padding: 5px;
	background: #eee;
	overflow: auto;
	border: solid 2px #aaa;
	width: 265px;
	height: 160px;
	text-align: left;
	color: #777;
	cursor: pointer;
}