/* .tooltipster-box */

.tooltipster-sidetip.tooltipster-customized .tooltipster-box {
	background: transparent;
	border: 0px;
	box-shadow: 0 0 0 0px transparent;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip.tooltipster-customized .tooltipster-content {
	color: black;
	line-height: 18px;
	padding: 0px;
	font-family: 'Helvetica';
	font-size: 0.8em;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip.tooltipster-customized .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip.tooltipster-customized .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-customized .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip.tooltipster-customized .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #cccccc;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #cccccc;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #cccccc;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #cccccc;
	left: 0px;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip.tooltipster-customized .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #cccccc;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #cccccc;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #cccccc;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #cccccc;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip.tooltipster-customized .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-customized.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}
