
.smtooltip {
	padding: 5px;
	border: 2px solid #000 !important;
	position: relative;
	background-color: #fff;
	z-index: 999;
}
.smtooltip .smtooltip_left, .smtooltip .smtooltip_left_inner,
.smtooltip .smtooltip_down, .smtooltip .smtooltip_down_inner{
	position: absolute; 
	width:0; 
	height:0; 
	border-bottom-width: 0;
	background: none;
}
.smtooltip .smtooltip_left {	
	border-top: 7px solid transparent; 
	border-bottom: 7px solid transparent;
	border-right: 14px solid #000;
	left: -7px;
	top: 8px;
	margin-left: -7px;
}
.smtooltip .smtooltip_left_inner {
	border-top: 5px solid transparent; 
	border-bottom: 5px solid transparent;
	border-right: 10px solid #fff;
	bottom:	auto;
	top: -5px;
	left: 4px;
}
.smtooltip .smtooltip_down {	
	border-left: 7px solid transparent; 
	border-right:  7px solid transparent;
	border-top: 14px solid #000;
	left: 7px;
	bottom: -14px;
}
.smtooltip .smtooltip_down_inner {
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent;
	border-top: 10px solid #fff;
	top: -14px;
	left: -5px;
}

.smtooltip td {
	padding: 0 3px;
}

.smtooltip th {
	padding: 0 3px;
}
