@charset "UTF-8";

.basic_style { font-size:9px; font-family:Arial, sans-serif; color:#555759; }
.basic_style p.bold{ font-weight:bold; margin:10px 0; }
.basic_style p.no-margin-top{ margin-top:0; }
.basic_style a{ color:#0298d8; }
#p1{margin:0px 0 8px 0px;}
.basic_style h2{ color:#009bde; font-size:9px; line-height: 10px; font-weight:bold; text-transform:uppercase; margin-top:3px; margin-bottom: 1px;}
.basic_style h3{ color:#f3702b; font-size:9px; line-height: 10px; font-weight:bold; margin-bottom: 3px; margin-top: 3px;}
.basic_style sup{ font-size:7px; }
.basic_style .title{ display:block; position:static; }
.basic_style ul{ list-style-type:none; padding-left:0; margin-top:2px; }
.basic_style ul li{  padding-left: 8px; text-indent: -.6em; }
.basic_style .nomargingbottom{ margin-bottom:0; }

li:before { content:  "• "; color:#009bde; }

a{ font-size:10px; color:#a00023; text-decoration:underline;}
.red{color:#a00023;}

#textContent{ display:none; }
#indications { font-size:10px; color:#00cdd7; }
#scrollCollapsed h3#smallTitle{ font-size:8px; }
#scrollExpanded h2#topbotM{ margin-top: 15px; margin-bottom: 6px;}
#scrollExpanded h3#lines2{ width: 160px; margin-bottom: -5px;}
#scrollExpanded #p1{margin-top: 3px;}

#scrollCollapsed{
	width: 155px;
    height: 164px;
    left: 0px;
    top: 433px;
	position:absolute;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;
	background:#fff;
 }
 
#scrollExpanded{
	width: 288px;
    height: 162px;
    top: 435px;
    left: 4px;
	position:absolute; 
	 -moz-user-select: none;
	 -webkit-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	background:#fff;
}

#scrollExpanded .textWrapper p{ margin-top: 6px; }
#scrollExpanded .textWrapper{
	width: 79%;
	 -moz-user-select: text;
	 -webkit-user-select: text;
	 -ms-user-select: text;
	 user-select: text;
	 position:static;
}

#scrollCollapsed .knob{  }

#scrollExpanded .scrollBar{ width:3px; }
#scrollExpanded .rail{ height:100%; background-repeat:repeat-y; }
#scrollExpanded .mask{ height: 100%; }
#scrollExpanded .knob{ }
#scrollExpanded .upBtn{  top:55px; }
#scrollExpanded .downBtn{  transform:scaleY(-1); top:65px; }
#scrollExpanded .scrollBar{ top:5%; right:3px; height:152px; }



/***** SCROLL ELEMENT STYLES ******/

.mask{
	height: 100%;
	margin-top: 0%;
	overflow: hidden;
	 -moz-user-select: none;
	 -webkit-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 position:static;
}

.scrollContainer{
	width: 110%;
	height: 100%;
	padding-left: 11px;
	overflow-y: scroll;
	overflow-x: hidden;
	position:static;
}

.textWrapper{
	width: 72%;
	 -moz-user-select: text;
	 -webkit-user-select: text;
	 -ms-user-select: text;
	 user-select: text;
	 position:static;
}

.scrollBar{
	position: absolute;
	width: 3px;
	height: 150px;
	right: 7px;
	top: 10px;
}

.rail{
	position:relative;
	width:100%;
	height:100%;
	background:#c9c8c8;
}

.knob{
	position: absolute;
	width: 12px;
	height: 12px;
	background:url(knob.png);
	left: -4.5px;
	cursor: pointer;
	
}

.upBtn{
	
	position:absolute;
	width:8px;
	height:7px;
	margin-bottom:0px;
	top:59px;
	cursor:pointer;
	display:none;
}

.downBtn{
	
	transform:scaleY(-1);
	position:absolute;
	width:8px;
	height:7px;
	top:69px;
	cursor:pointer;
	display:none;
}

.PI_link{
	cursor:pointer;
	}

.FDA_link{
	cursor:pointer;
	}