﻿@import "../jquery.svg/jquery.svg.css";

a.point
{
	display:block !important;
	position:absolute !important;
	padding:0 !important;
	width:10px;
	height:10px;
	background:#2695b6 !important;
	background-size:100% 100%;
	-webkit-transition: width 150ms, height: 150ms, margin:150ms;
	-moz-transition: width 150ms, height: 150ms, margin:150ms;
	-ms-transition: width 150ms, height: 150ms, margin:150ms;
	-o-transition: width 150ms, height: 150ms, margin:150ms;
	transition: width 150ms, height: 150ms, margin:150ms;
	text-align:center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	color:#ffffff !important;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	line-height:26px;
	border:3px solid #ffffff;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	font-family:cFontBold;
}
			
a.point:hover
{
	width:26px;
	height:26px;
	margin-left:-6px;
	margin-top:-6px;
	text-indent:0%;
}
			
.bubble
{
	position:absolute !important;
	padding:0 !important;
	background-color:#ffffff;
	border:3px solid #2695b6;
	display:none;
	-webkit-border-radius: 0px 20px 20px 20px;
	-moz-border-radius:0px 20px 20px 20px;
	border-radius:0px 20px 20px 20px;
	-moz-box-shadow:0px 5px 6px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 5px 6px 1px rgba(0,0,0,0.5);
	box-shadow:0px 5px 6px 1px rgba(0,0,0,0.5);
	overflow:hidden;
	font-size:14px !important;
}
			
.bubbleheader
{
	background-color:#2695b6;
	height:20px;
	overflow:hidden;
	position:relative !important;
	padding:0 !important;
	-webkit-border-radius: 0px 12px 0px 0px;
	-moz-border-radius: 0px 12px 0px 0px;
	border-radius: 0px 12px 0px 0px;
	text-align:right;
}
			
.bubblecontent
{
	padding:10px !important;
}
			
#article a.bubbleclose
{
	padding:0 !important;
	display:block;
	line-height:20px;
	float:right;
	width:50px;
	height:20px;
	color:#ffffff !important;
	margin-right:10px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	background:transparent !important;
}
			
.iImageWrapper
{
	position:relative !important;
}

.iImageWrapper:hover a
{
	
}
			
.iImage
{
	/*width:100%;
	height:auto;*/
}
			
.svgcont
{
	display:none;
	position:absolute !important;
	padding:0 !important;
	left:0px;
	top:0px;
	bottom:0;
	right:0;
}
