/* main tooltip styles */
.tooltip-content {
	display:block;
	position:absolute;
	top:0;
	margin-left:0;
	/*background: url(../images/tooltip-bubble.png) 0 0 no-repeat;
	width:343px; /* image width - (left+right) padding */
	/*height:88px; /* image height - (top+bottom) padding */
	/*background:#f9f9f9 url(../images/bg-tooltip.gif) repeat-x bottom;*/
	padding:0;
	z-index:999;
}

/*
.tooltip-content.inverted {
	background-image: url(../images/tooltip-bg-inverted.png);
	padding:50px 15px 15px 15px;
}
*/

.tooltip-content.hidden { display:none; }
.tooltip-content .preview {
	float:left;
	margin-right:15px;
	width:122px;
	border:1px solid #ddd;
}

.tooltip-content .tip-body {
	float:left;
	text-align:left;
	display:block;
	/* added 2011.09.15 - updated 2011.09.20 - according to McKinney - by Mary @ Nansen */
	width:185px;
	color:#434343;
	cursor:default;
}

.tooltip-content strong {
	display:block;
	padding: 5px 0 5px 0;
	font-weight:bold;
	font-size:12px;
}

.tooltip-content p {margin-top:0;}

.tooltip-content .tip-body a {
	color:#1f9ed3;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding-top:8px;
	cursor:pointer;
}

.tooltip-content .tip-body em {
	font-style:normal;
}

.tooltip-content .close, .tooltip-share-content .close{
	position:absolute;
	display:block;
	top:7px;
	right:5px;*right:12px;
	text-decoration:none;
	background: url(../images/close.png) no-repeat; text-indent:-9999px;
	width:16px;
	height:15px;
}

.tooltip-content.inverted .close,.tooltip-share-content.inverted .close {
	bottom:8px;
	top:auto;
}

.tooltip-container {width:362px;height:100%;}

/* added 2011.09.15 - according to McKinney - by Mary @ Nansen */
/* updated .tooltip-pointer and .tooltip-top */
.tooltip-pointer {background:url(../images/bubble-pointer.png) no-repeat;width:0px;height:10px;float:left;left:0;margin-left:-8px;position:absolute;top:50%;}
.tooltip-top {background:url(../images/bubble-top.png) no-repeat;width:363px;height:17px;}
.tooltip-middle {background:#f9f9f9;border:1px solid #c3c3c3;border-width:0 1px 0 1px;width:346px;display:block;padding:0 5px 0 10px;}
.tooltip-middle ul{list-style:none;}

/* added 2011.09.15 - according to McKinney - by Mary @ Nansen */
.tooltip-bottom {background:url(../images/bubble-bottom.png) no-repeat;width:363px;height:22px;padding-bottom:5px;}

/* removed 2011.09.20 - according to McKinney - by Mary @ Nansen */
/*.tooltip-content a.pdf {background:url(../images/icon-pdf.gif) no-repeat;padding:0 0 0 18px!important;margin:0;font-size:12px;text-decoration:none;font-weight:normal;}*/
/* replacing above line with: */
.tooltip-content li.pdf {padding:2px 0 0 18px;background:url(../images/icon-pdf.gif) 0 2px no-repeat;width:140px;margin-left:0;}
.tooltip-content a:hover.pdf {background:url(../images/icon-pdf.gif) no-repeat;text-decoration:underline;}

.tooltip-content ul {clear:both;padding:10px 0 0 7px;overflow:hidden;}
	.tooltip-content li {padding:4px 0;float:left;margin:0 2px 5px 0;width:160px;}
	.tooltip-content li a {margin:0;padding:0;}
	.tooltip-content li.alt {width:auto;} /*for links longer than 160px */
	
	
	.tooltip-container {width:362px;height:100%;}
	
/* added 2011.09.15 - according to McKinney - by Jenny @ Nansen */
/* updated for tell-a-friend*/
.tooltip-share-container {width:298px;height:100%;}
.tooltip-share-pointer {background:url(../images/bubble-pointer.pngx) no-repeat;width:0px;height:10px;float:left;left:0;margin-left:-8px;position:absolute;top:50%;}
.tooltip-share-top {background:url(../images/bubble-top.png) no-repeat;width:295px;height:17px;}
.tooltip-share-middle {background:#f9f9f9;border:1px solid #c3c3c3;border-width:0 1px 0 1px;width:300px;display:block;padding:0 5px 0 10px;}

/* added 2011.09.15 - according to McKinney - by Jenny @ Nansen */
.tooltip-share-bottom {background:url(../images/bubble-bottom.png) no-repeat;width:298px;height:22px;padding-bottom:5px;}

.toolTipLeft {float:left; width:124px; margin-right:15px;}
.tooltipViewLink{font-weight:bold; padding-left:32px; text-decoration:none !important; margin-top:7px; display:block; float:left;}
