/* Bubble pop-up */

div.pops {
	background-image:transparent url(/images/icon-more.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:11px;
	height:10px;
	text-align:center;
	padding:0px;
	position:relative;
}
	
div.pops h2, div.pops a em {
	position:absolute;
	text-indent:-6000px;
}

div.pops a {
	display:block;
}

div.pops a.popsbubble, div.pops a.popsbubble:visited {
	background-image:url(/images/icon-more.gif);
	background-repeat:no-repeat;
	width:11px;
	height:10px;
	display:block;
	position:absolute;
	left:0px;
	bottom:0px;
}

div.pops a.popsbubble:hover {
background-position: left top;
}

#pops01 {
	top: 30px;
	left: 20px;
	background-position:0px 0px;
}

div.pops a { 
	outline:none;
}

/* Bubble pop-up */

div.greatpops {
	text-align:left;
	padding:0px;
	position:relative;
}
	
div.greatpops h2, div.greatpops a em {
	position:absolute;
	text-indent:-6000px;
}

div.greatpops a {
	display:block;
}

div.greatpops a.greatpopsbubble, div.greatpops a.greatpopsbubble:visited {
	font-weight:normal;
	position:relative;
}

div.greatpops a.greatpopsbubble:hover {
	background-position: left top;
}

#pops02 {
	background-position:0px 0px;
	left:40px;
	top:30px;
	margin-top:30px;
}

div.greatpops a { 
	outline:none;
}

/* Bubble pop-up */

.popup {
	position: absolute;
	z-index: 50;
	display:none;
	border-collapse: collapse;
	background-image:url(/images/img-popup.gif);
	background-repeat: no-repeat;
	width:240px;
	height:86px;
}

.poptext { 
	padding:16px 10px 0px 18px;
	font-size:11px;
	line-height:14px !important;
	text-align:left;
	color:#666666;
	font-weight:normal;
}

#dvpopup .poptext, #dpvpopup .poptext {
	padding:10px 13px 0px 65px !important;
}

.haspopup {  }

/*-----new pops-------*/

.tooltips {
	color:#0066CC; 
	cursor:pointer;
}

#tt {
	position:absolute;
	display:block; 
	background:url(/images/tt_left.gif) top left no-repeat;
}

#tttop {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(/images/tt_top.gif) top right no-repeat; 
	overflow:hidden;
}

#ttcont {
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	background:#666;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
}

#ttbot {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(/images/tt_bottom.gif) top right no-repeat; 
	overflow:hidden
}

