/*Tooltip CSS*/

.vt-popup {
	/*margin: 100px auto;*/
	padding: 0;
	width: 100px;
	list-style: none;
	position: relative;
	float: left;
	margin-left: 60px;
	-margin-left: 20px;
}
		
div.vt-popup em {
	background: url(../img/vt_bubble.jpg) no-repeat;
	width: 100px;
	height: 49px;
	position: absolute;
	top: -70px;
	left: -0px;
	text-align: center;
	text-indent: -9999px;
	z-index: 2;
	display: none;
}
		
#vt-icon {
	width: 32px;
        background: url(../img/browser.gif) no-repeat 0 0;
	height: 34px;
	text-indent: -9999px;
	margin: 0 auto;
	display: block;
}

.pdf-popup {
	/*margin: 0px auto;*/
	margin-left: -18px;
	_margin-left: 9px; /* Needed for IE 6 Margin Hack*/
	padding-bottom: 1px;
	width: 100px;
	list-style: none;
	position: relative;
	float: left;
}
		
div.pdf-popup em {
	background: url(../img/pdf_bubble.jpg) no-repeat;
	width: 100px;
	height: 49px;
	position: absolute;
	top: -70px;
	left: -0px;
	text-align: center;
	text-indent: -9999px;
	z-index: 2;
	display: none;
}
		
#pdf-icon {
	width: 32px;
        background: url(../img/pdf.gif) no-repeat 0 0;
	height: 32px;
	text-indent: -9999px;
	margin: 0 auto;
	display: block;

	
}
.adobe-popup {
	/*margin: 10px auto;*/
	margin-right: 100px;
	_margin-right: 30px; /* Needed for IE 6 Margin Hack*/
	padding-bottom: 4px;
	width: 100px;
	list-style: none;
	position: relative;
	float: right;
}
		
div.adobe-popup em {
	background: url(../img/adobe_bubble.jpg) no-repeat;
	width: 100px;
	height: 49px;
	position: absolute;
	top: -70px;
	left: -0px;
	text-align: center;
	text-indent: -9999px;
	z-index: 2;
	display: none;
	padding-left: 4px;
}
		
#adobe-icon {
	width: 110px;
        background: url(../img/get_adobe_reader.gif) no-repeat 0 0;
	height: 30px;
	text-indent: -9999px;
	margin: 0 auto;
	display: block;
}