.tooltip-white .tooltip-white-arrow {
	left: 16%;
}

.afford-breakdown .afford-arrow,
.review-breakdown .review-arrow,
.tooltip-jq .aindex-arrow {
	background: url('/lib/js/tooltip/tooltip-white-shadow.png') 0 0 no-repeat;
	position: absolute;
	height: 16px;
	width: 17px;
	bottom: -29px;
	top: auto;
	left: 50%;
}

.tooltip-jq {
	display: none;
	width: 220px;
	font-size: 13px;
}

.tooltip-jq2 {
	display: none;
	width: 500px;
	font-size: 13px;
}

.tooltip-white {
	background: url('/lib/js/tooltip/tooltip-white-shadow.png') no-repeat;
	padding: 20px 0 0 20px;
	margin: 0 20px 20px 0;
	position: relative;
	z-index: 1000;
}

.tooltip-white .tooltip-white-right {
	background: url('/lib/js/tooltip/tooltip-white-shadow.png') 100% 0 no-repeat;
	position: absolute;
	right: -20px;
	width: 20px;
	top: 0;
	bottom: 0;
}

.tooltip-white .tooltip-white-bottom {
	background: url('/lib/js/tooltip/tooltip-white-shadow.png') 0 100% no-repeat;
	position: absolute;
	bottom: -20px;
	height: 20px;
	left: 0;
	right: 0;
}

.tooltip-white .tooltip-white-corner {
	background: url('/lib/js/tooltip/tooltip-white-shadow.png') 100% 100% no-repeat;
	position: absolute;
	bottom: -20px;
	right: -20px;
	height: 20px;
	width: 20px;
}

.tooltip-white .tooltip-white-arrow {
	background: url('/lib/js/tooltip/tooltip-white-arrow-shadow.png') 0 0 no-repeat;
	position: absolute;
	height: 16px;
	width: 17px;
	top: -10px;
	left: 50%;
}

.afford-breakdown .afford-arrow, .review-breakdown .review-arrow, .tooltip-jq .aindex-arrow {
	background: url("/lib/js/tooltip/tooltip-white-arrow-down.png") no-repeat scroll 0 0 transparent;
	bottom: -29px;
	height: 16px;
	left: 50%;
	position: absolute;
	top: auto;
	width: 17px;
}
.tooltip-jq2 .aindex-arrow {
	background: url("/lib/js/tooltip/tooltip-white-arrow-down.png") no-repeat scroll 0 0 transparent;
	bottom: -29px;
	height: 16px;
	left: 50%;
	position: absolute;
	top: auto;
	width: 17px;
}
