/*TOOLTIP*/
/* $Revision: 1$  */
/* $Modtime: 29. september 2015 12:14:01$ */
/* CSS Document */


.tip-wrap{
	z-index: 13000;
	}

.tiptip {
 display:block;
 text-decoration:none;
 color:rgb(31,35,32);
}

.tip {
	background-color:rgb(35,31,32);
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px #333333;
	color: #fff;
	min-height: 75px;
    	min-width: 150px;
	z-index: 13000;
	display: table;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}
.tip-text1 {
	float: left;
	padding-right: 10px;
	padding-bottom: 8px;
}
.tip-text2 {
	float: left;
}
