
#clankyBox {
    border-top: 40px solid white;
    position: relative;
	min-height: 550px;
    _height: 550px;
    width: 460px;
	margin: 0px auto;
}

#clankyBox h4 {
    float: right;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: #e9e5e5;
    color: #45494b;
    padding: 0px 10px;
    margin: 0px;
    margin-right: 3px;
    cursor: pointer;
    border-right: 1px solid #8c8c8c;
    line-height: 25px;
    font-weight: normal;
}

#clankyBox h4:hover, #clankyBox h4.active {
    background: #007097;
    color: white;
}

#clankyBox .content {
    position: absolute;
    left: 0px;
    top: 25px;
    height: 515px;
    width: 100%;
    display: none;
    overflow: hidden;
    background: #d9e4e8;
    border-top: 2px solid white;
}

#clankyBox .content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #45494b;
	padding: 13px 22px;
	margin: 0px;
}
#clankyBox .content .item {
	padding: 0px 21px;
	
}
#clankyBox .content .item a img {
	float: left;
	border: 3px solid white;
	margin-top: 6px;
}
#clankyBox .content .item .itemContent {
	float: right;
	width: 333px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#clankyBox .content .item .itemContent span {
	display: block;
	text-align: right;
}
#clankyBox .content .item .itemContent h6 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
#clankyBox .content .item .itemContent h6 a {
	color: #666666;
}
#clankyBox .content .item .itemContent p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 18px;
}
#clankyBox .content .item .itemContent .link {
	color: #007097;
	float: right;
	padding-left: 10px;
	background: url('../../images/okna/clanky-box-link-sip.gif') no-repeat left center;
	margin-left: 15px;
}
#clankyBox .content .cleaner.dashed {
	border-bottom: 1px dashed #739fae;
	height: 20px;
	margin-bottom: 20px;
}
#clankyBox .allLinkButt {
	position: absolute;
	right: 19px;
	bottom: 30px;
}
#clankyBox .allLinkButt img {
	border: none;
}

