/* global */
#cluetip-close img {
	border: 0;
}
#cluetip-title {
	overflow: hidden;
}
#cluetip-title #cluetip-close {
	float: right;
	position: relative;
}
#cluetip-waitimage {
	/* position: relative;
	top: -5px;
	left:-348px; */
	
	width:168px;
	height:82px;
	
	margin: -5px 0 0 -10%;
	padding: 0;
	
	background-repeat: 		no-repeat;
	background-position:	50% 50%;
	background-image: 		url(img/ajax-loader-white.gif);
	background-color: 		#ffffff;
	
	border:					1px solid #ccc;
}
.cluetip-arrows {
	display: none;
	position: absolute;
	
	top: 50px;
	left: -41px;
	
	height: 41px;
	width: 41px;
	
	background-repeat: no-repeat;
	background-position: 0 -1px;
}
#cluetip-extra {
	display: none;
}
/***************************************
=cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
	background-color: #ffffff;
	border:1px solid #ccc;
}
.cluetip-default #cluetip-outer {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
.cluetip-default #cluetip-title {
	display:none;
} 
/* .cluetip-default h3#cluetip-title {
margin: 0 0 5px;
padding: 8px 0px 4px;
font-size: 1.1em;
font-weight: normal;
background-color: #87876a;
color: #fff;
}  */
.cluetip-default #cluetip-title a {
	font-family: 				Arial, Helvetica, sans-serif;
	font-size: 					11px;
	text-transform:				uppercase;
	color: 						#333333;
	font-weight:				normal;
	line-height:				11px;
	_line-height:				12px;
	
	
	padding:					0 16px 0 0;
	
	background-position:		right 0px			!important;
	_background-position:		right 1px			!important;
	background-repeat:			no-repeat;
	background-image:			url('img/btn_ico_hinzufuegen_lo.gif');
	cursor:						hand;
	cursor:						pointer;
	
} 
.cluetip-default #cluetip-title a:hover {
	color: 						#ffffff;
	background-color: 			#333333;
	
} 
.cluetip-default #cluetip-inner {
	float:						left;
	width:						336px;
	height:						164px;
	margin: 					0;
	padding: 					0;
	background-color: 			#ffffff;
}
.cluetip-default div#cluetip-close { 
	text-align: 				right;
	
	margin: 					8px 16px 0 0;
	_margin: 					8px 8px 0 0;
	
}

/* default arrows */
.clue-right-default .cluetip-arrows {
	background-image: url(img/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
	background-image: 			url(img/darrowright.gif);
	left: 						100%;
	margin-right: 				-11px;
}
.clue-top-default .cluetip-arrows {
	background-image: 			url(img/darrowdown.gif);
	top: 						100%;
	left: 						50%;
	margin-left: 				-11px;
	height: 					11px;
	width: 						22px;  
}  
.clue-bottom-default .cluetip-arrows {
	background-image: 			url(img/darrowup.gif);
	top: 						-11px;
	left: 						45%;
	margin-left: 				-11px;
	height: 					11px;
	width: 						22px;
}

/***************************************
=cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
font-family:Arial, Helvetica, sans-serif;
background-color:#fff;
border:1px solid #ccc;
color:#333333;
padding:16px 16px 16px 16px;
}



/***************************************
=cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
background-color:#333333;
color:#ffffff;
padding:4px 16px 6px 16px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
zoom: 1;
}