/* 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: 'gosee' 
-------------------------------------- */

.cluetip-gosee {
	background-color: #ffffff;
	border:1px solid #ccc;
	padding-left:5px;
}
.cluetip-gosee #cluetip-outer {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
.cluetip-gosee #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-gosee #cluetip-title a {
	font-family: 				Arial, Helvetica, sans-serif;
	font-size: 					12px;
	text-transform:				uppercase;
	color: 						#333333;
	font-weight:				normal;
	line-height:				13px;
	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;
	display:					block;
	
} 
.cluetip-gosee #cluetip-title a:hover {
	color: 						#ffffff;
	background-color: 			#00DEE5;	
} 
.cluetip-gosee #cluetip-inner {
	float:						left;
	width:						195px;
	height:						100px;
	margin-top:					20px;
	padding: 					0;
	background-color: 			#ffffff;
	font-family: 				Arial, Helvetica, sans-serif;
	font-size: 					12px;
}
.cluetip-gosee div#cluetip-close { 
	text-align: 				right;
	margin: 					8px 16px 0 0;
	_margin: 					8px 8px 0 0;
}

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


/***************************************
=cluetipClass: 'gsWhoLiked'
-------------------------------------- */

.cluetip-gsWhoLiked {
	font-family: 				"Pontano Sans",arial,sans-serif;
		
	background-color: #ffffff;
	border:1px solid #272727;
	padding:15px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	
	-webkit-box-shadow: 15px 15px 10px -10px rgba(39,39,39,0.31);
	-moz-box-shadow: 15px 15px 10px -10px rgba(39,39,39,0.31);
	box-shadow: 15px 15px 10px -10px rgba(39,39,39,0.31);

}
.cluetip-gsWhoLiked #cluetip-outer {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
.cluetip-gsWhoLiked #cluetip-title {
	display:block;
	font-size:14px;
	text-transform: uppercase;
	color:#00C5CC;
	padding: 10px 0;
	border-bottom: 1px dotted #E5E5E5;
} 


.cluetip-gsWhoLiked #cluetip-title a {
	font-size: 					13px;
	text-transform:				uppercase;
	color: 						#272727;
	font-weight:				normal;
	line-height:				20px;
	padding:					0 16px 0 0;
	background-position:		right 3px			!important;
	_background-position:		right 3px			!important;
	background-repeat:			no-repeat;
	background-image:			url('img/btn_ico_hinzufuegen_lo.gif');
	cursor:						hand;
	cursor:						pointer;
	display:					block;
} 

.cluetip-gsWhoLiked #cluetip-title a:hover {
	color: 						#00C5CC;
	background-color: 			#ffffff;	
} 

.cluetip-gsWhoLiked #cluetip-content-wrp{
	width:						310px;
	height:						auto;
	max-height:					300px;
	margin-top:					20px;
	padding: 					0;
	background-color: 			#ffffff;
	overflow: auto;	
}

.cluetip-gsWhoLiked #cluetip-content {
	width:						285px;
	height:						auto;
	background:					#ffffff;
	font-size: 					14px;
}
.cluetip-gsWhoLiked #cluetip-content .cluetip-content-row{padding:5px 0;}
.cluetip-gsWhoLiked #cluetip-content .lftbox{float:left; width:60px; height:50px;}
.cluetip-gsWhoLiked #cluetip-content .rgtbox{float:left; width:225px; height:50px; font-size:14px; text-transform:uppercase;}
.cluetip-gsWhoLiked #cluetip-content .rgtbox a{color:#272727;}
.cluetip-gsWhoLiked #cluetip-content .rgtbox a:hover{color:#00C5CC;}

/***************************************
=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;
}