.info{
	float: left;
	margin-right: 4px;
	display: inline;
}
.tip-para 
{
	margin-top:5px;
}
.tooltip-right{
	float: left;
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	text-decoration: none;
	background-image: url(images/chmurka/bg-info.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	/* z-index: 1000; */
}
.tooltip-right .wrapper{
	position: absolute;
	display: none;
	top: -10px;
	left: 12px;
	width: 195px;
	padding: 8px 15px 6px 20px;
	/* color: #656565; */
	color:Black;
	font-size: 11px;
	background-image: url(images/chmurka/bg-tooltip-right-top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tooltip-right .wrapper .bottom{
	position: absolute;
	bottom: -7px;
	left: 7px;
	width: 230px;
	height: 7px;
	background-image: url(images/chmurka/bg-tooltip-right-bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tooltip-right:hover .wrapper,
.tooltip-right:focus .wrapper,
.tooltip-right:active .wrapper{ display: block; }

.button-tooltip{
	position: absolute;
	left: 404px;
	top: 324px;
}
.button-tooltip .wrapper{
	position: absolute;
	display: block;
	bottom: 48px;
	left: -5px;
	width: 200px;
	padding: 8px 10px 6px 10px;
	color: black;
	font-size: 0.9em;
	visibility: visible;

	background-image: url(images/chmurka/tip-top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.button-tooltip .wrapper .bottom{
	position: absolute;
	bottom: -16px;
	left: 0px;
	width: 220px;
	height: 16px;
	background-image: url(images/chmurka/tip-bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.button-tooltip:hover .wrapper,
.button-tooltip:focus .wrapper,
.button-tooltip:active .wrapper{ display: block;}


.tooltip-top{
	float: left;
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	text-decoration: none;
	background-image: url(images/chmurka/bg-info.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tooltip-top .wrapper{
	position: absolute;
	display: none;
	bottom: 25px;
	left: -12px;
	width: 200px;
	padding: 8px 10px 6px 10px;
	color: black;
	font-size: 0.9em;
	background-image: url(images/chmurka/tip-top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tooltip-top .wrapper .bottom{
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 220px;
	height: 16px;
	background-image: url(images/chmurka/tip-bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tooltip-top:hover .wrapper,
.tooltip-top:focus .wrapper,
.tooltip-top:active .wrapper{ display: block; }


.box-left{
	float: left;
	width: 67px;
	margin: 8px 0;
	text-align: center;
}
.box-right{
	float: left;
	width: 67px;
	margin: 8px 0;
	text-align: center;
}
.box-left img,
.box-right img{ border: 1px solid #c8c8c8; }
.plus{
	float: left;
	width: 61px;
	margin: 30px 0 0 0;
	text-align: center;
}
.center{
	display: block;
	text-align: center;
	margin: 0; padding: 0;
}
