.info{
	float: left;
	margin-right: 4px;
	display: inline;
}
.tooltip-right{
	float: left;
	position: relative; display: block;
	width: 12px; height: 12px;
	background: url(../img/bg-info.gif) no-repeat 0 0;
	text-decoration: none; text-align: left;
	z-index: 1000;
}
.tooltip-right:hover,
.tooltip-right:focus,
.tooltip-right:active{ text-decoration: none; }

.tip-right .tooltip-right{
	float:right; display: inline;
	margin: 0 15px 0 0;
}
.tooltip-right .wrapper{
	position: absolute; display: none;
	top: -10px; left: 12px;
	width: 195px;
	padding: 8px 15px 6px 20px;
	color: #656565; background: url(../img/bg-tooltip-right-top.png) no-repeat 0 0;
	font-size: 11px;
}
.tooltip-right .wrapper .bottom{
	position: absolute;
	bottom: -7px; left: 7px;
	width: 230px; height: 7px;
	background: url(../img/bg-tooltip-right-bottom.png) no-repeat 0 0;
}
.tooltip-right:hover .wrapper,
.tooltip-right:focus .wrapper,
.tooltip-right:active .wrapper{ display: block; }


.tooltip-top{
	position: relative;
}
.tooltip-top .wrapper{
	position: absolute; display: none;
	bottom: 25px; left: -5px;
	width: 200px;
	padding: 8px 10px 6px 10px;
	color: #656565; background: url(../img/tip-top.png) no-repeat 0 0;
	font-size: 0.9em; text-align: left;
}
.tooltip-top .wrapper .bottom{
	position: absolute;
	bottom: -16px; left: 0;
	width: 220px; height: 16px;
	background: url(../img/tip-bottom.png) no-repeat 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: right;
	width: 67px;
	margin: 8px 0;
	text-align: center;
}
.box-left img,
.box-right img{ border: 1px solid #c8c8c8; }
.plus{
	float: left;
	width: 61px;
	margin: 40px 0 0 0;
	text-align: center;
}
.center{
	display: block;
	text-align: center;
	margin: 0; padding: 0;
}
