@charset "UTF-8";

#loader {
	position: absolute;
	border: 1px solid #BFBFBF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	top: 0;
	left: 0;
	width:158px;
	height:598px;
}

.loading {
	position: absolute;
	width: 100%;	
	top: 250px;
	text-align: center;
}

#container {
	position: absolute;
	border: 1px solid #C5C5C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	top: 0;
	left: 0;
	margin: 0;
	width: 158px;
	height: 598px;
	display: none;
}

#topBanner {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 77px;
	background-color: #FFF;
}

#cta {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 338px;
	cursor: pointer;
	background: repeat url(spacer.gif);
}

#term {
	display: none;
	position: absolute;
	width: 125px;
	height: 38px;
	top: 299px;
	left: 10px;
	cursor: pointer;
	background: repeat url(spacer.gif);
}


/* CONTENT /////////////////////////////////////////////*/

#content {
	overflow: hidden;
	position: absolute;
	width: 158px;
	height: 261px; 
	top: 77px;
	left: 0;
	background-color: #04ae4b;
}

.txt1, .txt2, .txt3, .txt4, .txt5, .card1, .txt6, .txt7, .card2, .arrow, .logoW {
	position: absolute;
	display: none;
	left: 14px;
}

.txt1 {
	top: 63px;
}

.txt2 {
	top: 94px;
	left: 21px;
}

.txt3 {
	top: 20px;
}

.txt4 {
	top: 102px;
}

.card1 {
	top: 15px;
}

.txt5 {
	top: 19px;
}

.txt6 {
	top: 66px;
}

.txt7 {
	top: 14px;
}

.arrow {
	left: 135px;
	top: 61px;
}

.card2 {
	top: 150px;
}

.logoW {
	left: 128px;
	top: 240px;
}


/* ISI //////////////////////////////////////////////////*/

#ISI_holder {
	position: absolute;
	background-color: #FFF;
	width: 158px;
	height: 260px;
	top: 338px;
	left: 0;
}

#topISI, #footer_links {
	position:absolute;
	line-height: 100%;
	width: 158px;
	font-size: 10px;
	font-weight: bold;
	background-color:#FFF;
}

#topISI {
	top: 0;
	height: 19px;
}

#footer_links {
	bottom: 0;
	height: 25px;
}

#PI {
	left: 6px;	
}

.footerLinks {
	margin: -2px 0 0 6px;
}

.logo {
	position:absolute;
	left: 16px;
	top: 18px;
}

.indication {
	position:absolute;
	left: 6px;
	top: 4px;
	color: #363636;
}

ul {
    list-style: none;
    padding-left: 12px;
	*padding-left: 16px;
    margin: -1px 0 8px 0;
}

li { 
	list-style-image: url(bullet.gif);
}

li span {
	position: relative; 
	left: -4px; 
	*left: -8px; 
}

p {
	margin: 0 0 -4px;
}

.pfizerLogo {
	margin: -8px 0 10px 108px;
}

.txtBoldGreen, .txtUnderline {
	font-weight: bold;
	font-size: 11px;	
}

.txtBoldGreen {
	text-decoration: underline;
	color: #00a956;
}

.txtUnderline {
	text-decoration: underline;
}

.txtBold {
	font-weight: bold;
	font-size: 10px;	
	line-height: 99%;
}

/* SCROLLER //////////////////////////////////////////////////*/

#scroll {
	position: absolute;
	top: 30px;
	width: 158px;
	height: 197px;
}

.viewport {
	width: 145px;
	height: 197px; 
	position: relative; 
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #FFF;
}

.overview { 
	position: absolute; 
	left: 6px;
	width: 135px;
	line-height: 100%;
	font-size: 10px;
	color: #4d4d4f;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.thumb .end, .thumb { 
	background-color: #00a956;
	width: 7px; 
	height: 15px;
	margin-left: -3px;
}

.thumb { 
	cursor: pointer;
	overflow: hidden; 
	position: absolute; 
	top: 0; 
}

.scrollbar { 
	position: absolute; 
	width: 10px; 
	top: 0;
	left: 152px;
}

.track { 
	background-color: #00a956;
	width: 1px; 
	position: relative;
}


/* LINKS  //////////////////////////////////////////////////*/

.footerLinks a:link {
	color: #00a956;
	text-decoration: none;
}  
    
.footerLinks a:visited {
	color: #00a956;
}

.footerLinks a:hover {
	color: #00a956;
	text-decoration: underline;
}

#pfizer a:link {
	color: 000099;
	text-decoration: underline;
}  
    
#pfizer a:visited {
	color: 000099;
}

#pfizer a:hover {
	color: 000099;
	text-decoration: none;
}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}