/* CSS Document */

/*.bubble_link, .bubble_icon {
	position:relative;
}*/

.bubble_link span {
	border-bottom:1px #fff dotted;
	font-style:italic;
	cursor:default;
}

.isRelative { position:relative; }

.bubble {
	position:absolute;
	top:-146px;
	right:-60px;
	_top:-130px;
	_left:-50px;
	width:254px;
	height:152px;
	_width:236px;
	_height:137px;
	background:url(/_images/popup_bubble.png) top left no-repeat;
	_background:url(/_images/popup_bubble_ie.gif) top left no-repeat;
	z-index:900;
	padding:0px;
}

#sidebar .bubble {
	_left:-60px !important;
}

.bubble .closer, .bubble2 .closer, .bubble3 .closer {
	display:block;
	position:absolute;
	top:18px;
	right:18px;
	width:14px;
	height:14px;
	cursor:pointer;
	background:url(/_images/fr_logo.gif) top left no-repeat;
	
}
.bubble .closer span, .bubble2 .closer span, .bubble3 .closer span {
	display:none;
	padding:3px;
	border:1px solid #3E6072;
}


.bubble .wrap {
	width:254px;
	height:125px;
	_width:235px;
	_height:115px;
	margin:0px;
	padding:0px;
	border:0px;
	cursor:default;
}
.bubble .wrap .text {
	font-style:normal;
	text-align:center;
	color:#3E6072;
	font-size:12px;
	z-index:901;
	padding:16px;
	_padding:6px;
	border:0px;
	cursor:default;
	font-weight:normal;
}


.bubble2 {
	position:absolute;
	top:-78px;
	right:-45px;
	width:134px;
	height:83px;
	background:url(/_images/popup_bubble2.png) top left no-repeat;
/*	_top:-68px;
	_left:-35px;
	_width:116px;
	_height:68px;
	_background:url(/_images/popup_bubble2.gif) top left no-repeat; */
	z-index:900;
	padding:0px;
	
}


.bubble3 {
	position:absolute;
	top:-78px;
	right:-70px;
	width:134px;
	height:83px;
	background:url(/_images/popup_bubble3.png) top left no-repeat;
/*	_top:-68px;
	_left:-35px;
	_width:116px;
	_height:68px;
	_background:url(/_images/popup_bubble3.gif) top left no-repeat; */
	z-index:900;
	padding:0px;
}

.bubble2 .wrap, .bubble3 .wrap {
	width:134px;
	height:73px;
/*	_width:116px;
	_height:58px; */
	margin:0px;
	padding:0px;
	border:0px;
	cursor:default;
}

.bubble2 .wrap .text, .bubble3 .wrap .text {
	font-style:normal;
	text-align:center;
	color:#3E6072;
	font-size:12px;
	z-index:901;
	padding:20px;
	border:0px;
	cursor:default;
	font-weight:normal;
}
#spec_dev .bubble2 {
	right:-15px !important;
}


.bubble_ie {
	position:absolute;
	top:23px;
	left:0px;
	padding:3px 5px;
	background:#FFF;
	border:2px solid #A8CBDE;
}

#spec_dev .bubble_ie {
	left:-90px !important;
}

.bubble_ie .wrap .text {
	font-size:11px;
	padding:0px;
}
