﻿77html, body {height:100%; /* This fixes bottom-margin introduced by WindowShade (Lilly Connect)  */}

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	font-size:62.5%;
	color:#4F5457;
}

img {border:0;}

a {outline: none;}

img.landingHdr {
	border-bottom:1px solid #7AB1D3;
	margin-bottom:10px;
}

sup, sub {
	font-size:80%;
	text-decoration:none;
}

sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}

h1 sup,
h1 sub {font-size:45%;}

h2 sup,
h2 sub {font-size:72%;}

p {margin-top:5px;}

#container {
	/* TeamSite Generated - Must be set to 100% width and double wrapped to achieve 'bleeding edges' */
	min-width:740px;
	padding:0;
	margin:0;
	position:relative;
	width:100%;
}

/******** begin header ********/

#customHeader {
	/*[Custom]  header - needs to be constrained to 740 to allow flash to flow*/
	width:740px;
	height:87px;
	margin:0 auto;
	position:relative;
}

#headerLinks {
	height:34px;
	left:243px;
	position:absolute;
	top:3px;
	width:200px;
	line-height:1.1em;
}

#headerLinks ul{
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}

#headerLinks ul a{
	color:#4F5457;
	font-size: 1.0em;
}

#logo {
	width:243px;
	height:86px;
	position:absolute;
	margin:0;
	padding:0;
	top:-5px
}

/* Content Navigator Flash positioned in Header Files */

/*Positions navigator across screen*/
div.navigator{
	width:740px; 
	margin: 0 auto;
}
/* Specifies background for Content Navigator */
div.navigatorBackground{
	background: url('/images/contentnavigator/noflashbkgdgradienttile.gif') repeat-x; 
	width:100%;
}

#flashHolder {
	height:90px;
	margin-top:0px;
	width:100%;
}

/* End of Content Navigator */
#header {
	/* Teamsite generated DIV, must be left at default to allow Flash Navigator to flow */
	width:100%;
	margin-top:15px;;
}

#header #brandLogo {
	padding:20px 0 0 15px;
	float:left;
}

#header #secondaryImage {
	text-align:right;	
	margin:0;
	padding:0;
}

#searchContainer {
	/* Hide Teamsite Generated Search box */
	display:none;
	width:0;
	height:0;
}

#customSearchContainer {
	/* Style and position search container included within Header File */
	width:220px;
	height:30px;
	padding:0;
	position:absolute;
	right:0;
	top:3px;
}

#searchBox {
	margin:0;
	padding:0;
	width:230px;
	height:30px;
}

#searchInputField {
	width:138px;
	height:20px;
}

#searchIcon {
	width:16px;
	height:16px;
}

#searchButton {
	width:53px;
	height:20px;
}

#printFriendlyBox {
	text-align:right;
	margin:0;
	padding:0;
}

#printForm {
	margin:0;
	padding:0;
	padding-bottom:10px;
}

#printFriendlyButton {
	margin:0;
	padding:0;
}

#textSizeBox {
	float:right;
	margin:0;
}

#searchTopics {
	float:right;
}

#searchResults {
	font-weight:bold;
	font-size:110%;
}

#searchResults span {
	font-weight:normal;
	font-size:90%;
}

#searchResults a {
	font-weight:normal;
	font-size:90%;
}


/******** begin top nav ******/

#navContainer{
	/*Hide default generated Nav*/
	display:none;
	width:0px;
	height:0px;
}
#nav {
	/*Position new Nav*/
	width:497px;
	height:30px;
	float:right;
	position:absolute;
	top:45px;
	left:243px;
	margin:0;
	padding:0;
}
#container ul#navLevel1{
	list-style-type:none;
	margin:0;
	padding:0;
}
#container ul#navLevel1 li{
	display:inline;
	margin:0;
	padding:0;
	float:left;
}
/******** end top nav ********/



/******** begin left nav *****/
/*  Hide BP Generated Side Navigation */
#container #sideNav {
	display:none;
	width:0px
}

/* New container for side navigation */
#sideNavigation {
	background:transparent url(/images/secondarynavigation/secnavbottomgradienttile.gif) repeat-x scroll left bottom;
	float:left;
	padding-bottom:50px;
	width:170px;
}

#sideNavigation ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#sideNavigation ul li {
	padding:0;
	margin:0;
}

#sideNavigation a {
	display:block;
	text-decoration:none;
}

#sideNavigation a:hover {
	text-decoration:underline;
}

#sideNavigation a.active {
	background-color:#e2f4f7;
	border:1px solid #8ad3df;
	margin-bottom:5px;
	margin-top:5px;
}

ul#navLevel2 li {background-color:#E9F5F9;}
ul#navLevel2 a {
	font-size:12px;
	font-weight: bold;
	color:#0069AA;
	padding:5px 10px;
}

ul#navLevel3 li {background-color:#fff;}
ul#navLevel3 a {
	font-size:11px;
	font-weight: normal;
	color:#0069AA;
	padding:5px 10px 5px 20px;
}

ul#navLevel4 a {
	font-size: 11px;
	font-weight: normal;
	color:#4F5457;
	padding:5px 10px 5px 30px;
}
/******** end left nav *******/

#container #leftTout {
	margin:30px 0 20px 0;
}

/******** begin bread crumbs ****/
#breadCrumbs {
	color:#0069AA;
	font-size:1.1em;
	font-weight:normal;
	line-height:16px;
	left:190px;
	position:absolute;
	width:550px;
	border-bottom:1px solid #7AB1D3;
	padding-bottom:14px;
	padding-top:20px;
}

#breadCrumbs a:link,
#breadCrumbs a:visited,
#breadCrumbs a:active {
	color:#0069AA;
	text-decoration:none;
}

#breadCrumbs a:hover {
	color:#0069AA;
	text-decoration:underline;
}
/********end bread crumbs *******/


/********begin main content ******/
#homeContent {
	margin:0;
	padding:0;
	width:100%;
	background-color:#fff;
}
#mainContentBackground {
	background:url('/images/common/bdybkgdgradienttile.gif') repeat-x;
	overflow:hidden;
	width:100%;
	height:36px;
}
/* Home Page 3 Colum Layout  */

#mainWrapper {
	width:740px;
	overflow:hidden;
	margin:0 auto;
}
#topColumn {
	overflow: hidden;
	width: auto;
}
#topColumn .homeColumnTop {
	float:left;
	width:240px;
	min-height:181px;
}

#topColumn .homeColumnTop h2,
#topColumn .homeColumnTop p {
	padding-left:5px;
	padding-right:5px;
}

#bottomColumn .homeColumnBottom h2,
#bottomColumn .homeColumnBottom p,
#bottomColumn .homeColumnBottom ul {
	padding:0;
	margin:0 0 10px 0;
}

#bottomColumn .homeColumnBottom {
	background:#E9F5F9 url(/images/homepagecallouts/homecallouttopgradienttile.gif) repeat-x left top;
	float:left;
	margin-bottom:-5000px;
	width:220px;
	padding:10px 10px 5000px 10px;
}

#bottomColumn .cymbaltaLogo  {
	background:#E9F5F9 url(/images/homepagecallouts/homecalloutcymbaltasample.gif) no-repeat left top;
}

#bottomColumn .homeColumnBottom ul {
	list-style-type:none;
	padding:0;
}
#bottomColumn .homeColumnBottom ul li {
	border-left:1px solid #4F5457;
	display:inline;
	margin-right:3px;
	padding-left:5px;
}

#bottomColumn .homeColumnBottom ul li:first-child {border-left:none;padding-left:0;}

#topColumn a, #bottomColumn a {color:#0069AA;}
#topColumn a:hover, #bottomColumn a:hover {color:#0085BC;}

#bottomGradient {
	clear:both;
}

#bottomGradient .homeColumnBottomGradient {
	background:url(/images/homepagecallouts/homecalloutbottomgradienttile.gif) repeat-x;
	float:left;
	height:50px;
	width:240px;
}

/* Seondary Page Main Content Layout */
#centerColumn {
	float:left;
	margin-left:20px;
	margin-top:-30px;
	overflow:hidden;
	width:360px;
	padding-bottom: 20px;
}

#centerColumn h3 {
	border-top:1px solid #D4EBF3;
	font-size:1.1em;
	margin-top:20px;
	padding-top:20px;
}

#centerColumn.boxedWarning h3 {
	border-top:none;
	margin-top:0;
	padding-top:10px;
}

div.breadCrumb2Line {
	height:10px;
	margin-left:190px;
	width:550px;
}

#centerColumn .tableFooter {list-style:none;}

.arrowLinks {padding:0 20px; margin:0;}
.arrowLinks li {
	list-style:none;
	margin-left:-15px;
	padding-left:15px;
	padding-bottom:5px;
	background:url('/images/icons/iconarrow.gif') no-repeat left 4px;
}

ul li.blue2{
	list-style-type:disc;
	background-image: none;
	color:#0069aa;
	padding:0;
	margin:0;

}

/*******end main content******/

/********begin right tout********/
#rightTout {
	width:170px;
	margin-left:20px;
	float:left;
	margin-top:-30px;
}

#rightTout h4 {
	color:#0069AA;
	font-size:1.2em;
	font-weight:bold;
	border-bottom:solid 1px #7AB1D3;
	padding-bottom:5px;
	margin-bottom:0;
	margin-top:0;
}

#rightTout a:link,
#rightTout a:visited,
#rightTout a:active {
	color:#0069AA;
	text-decoration:underline;
}

#rightTout a:hover {color:#0085BC;}
/********end right tout**********/

/********begin poll tool*********/
#pollTemplate {
	margin-top:15px;
	padding:5px 5px;
	font-size:.9em;
	border:1px solid gray;
}
#pollForm {margin-top:2px;}
#pollButton{margin-top:6px;}
/********end poll tool***********/

/********begin topic search, (takes place of right tout on search page) *****/
#topicSearch {
	margin:20px 0 10px 12px;
	width:130px;
	padding-left:16px;
	float:right;
	background-color:#fff;
	font-size:90%;
}
/********end topic search *******/


/********begin toolbar***** */
/*#toolbar #mainContentLinks {
	width:740px;
	height:28px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding-bottom:20px;
	padding-top:40px;
}

#toolbar #mainContentLinks .txtResizeBP {
	height:28px;
	left:299px;
	position:relative;
	top:-28px;
	width:60px;
}*/

#mainContentLinks {
	width:740px;
	height:28px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding-bottom:20px;
}

#mainContentLinks .txtResizeBP {
	height:28px;
	left:299px;
	position:relative;
	top:-28px;
	width:60px;
}


#mainContentLinks ul {
	margin:0;
	padding:0;
}
#mainContentLinks li {
	overflow:hidden;
	list-style:none; 
	float:left; 
	height:28px; 
	margin:0;
	padding:0;
}
#mainContentLinks ul li a {
	margin-left:-9000px;
	display:block;
	height:28px;
}
#mainContentLinks li.home {
	width:190px;
	background:url('/images/pagetools/btngotocymbaltadotcom.gif') no-repeat left top;
}
#mainContentLinks li.textResize {
	width:204px;
	background:url('/images/pagetools/btntextsize.gif') no-repeat left top;
	position:relative;
}
#mainContentLinks ul ul { 
	width:57px;
	height:28px;  
	margin-left:125px;
	margin-top:-15px; 
	position:relative;
}

li.small a {
	display:block;
	width:19px;
	height:28px; 
	background:url('/images/pagetools/btntextsizesmall.gif') no-repeat left top;		
}

li.small a:hover {background-position:bottom;}

li.medium a {
	display:block;
	width:19px;
	height:28px; 
	background:url('/images/pagetools/btntextsizemedium.gif') no-repeat left top;	
}

li.medium a:hover {background-position:bottom;}	

li.large a {
	display:block;
	width:19px;
	height:28px; 
	background:url('/images/pagetools/btntextsizelarge.gif') no-repeat left top;	
}

li.large a:hover {
	background-position:bottom;
}

#mainContentLinks li.printPage {
	width:165px;
	background:url('/images/pagetools/btnprintthispage.gif') no-repeat left top;
	display:block;
}

#mainContentLinks li.emailaFriend {
	width:181px;
	background:url('/images/pagetools/btnemailafriend.gif') no-repeat left top;
}
/********end toolbar*********/

/********begin footer*********/
#footer {
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	width:100%;
	clear: both;
}

#footer #footerLinkBox
{
	font-size:1.2em;
}

#footerWrapper {
	width:740px;
	margin:0 auto;
	overflow:hidden;
}

#footerWrapper #importantSafetyInformation
{
	padding: 10px 0px 10px 0px;
}

#footerWrapper #importantSafetyInformation h3
{
	font-size:1.4em;
	color:#0085BC;
}

#footerWrapper #importantSafetyInformation p, #footerWrapper #importantSafetyInformation ul li
{
	font-size:1.2em;
}

#footerWrapper #importantSafetyInformation #box
{
	border: solid 1px black;
	padding:10px;
	font-weight: bold;
}

#footerLinkBox
{
	margin-top: 10px;	
	padding: 7px 7px;
	background-color: #e5e7e8;
	text-align: center;
	position: relative;
	font-size: 1.35em;
	color: #4f5457;
}

#footerGlobalLink
{
	color: #a1a3a4;
	font-size: 1.2em;
	padding-top: 15px;
}

#footerLinkBox #footerLinkBoxLine
{
	height: 1px;
	width: 740px;
	background-color: #e5e7e8;
	position: absolute;
	bottom: -2px;
	left: 0;
}

#footerLinkBox ul, #footerGlobalLink ul
{
	padding: 0;
	margin: 0;
	list-style-type:none;
}

#footerLinkBox ul li
{
	display:inline;
	padding: 0;
	margin: 0;
	color: #4f5457;
}

#footerGlobalLink ul li
{
	display:inline;
	padding: 0;
	margin: 0;
	color: #a1a3a4;
}

#footerLinkBox a
{
	color: #4f5457;
}

#footerGlobalLink a
{
	color: #a1a3a4;
}

#footerLinkBox ul.secondFooterUL 
{
	height: 20px;
	clear: both;
	width: 100%;
	display: block;
}

#footerLinkBox ul.secondFooterUL li
{
	position: relative;
	top: 5px;
}

p.copyright
{
	color: #a1a3a4;
	font-size: 1.2em;	
	padding: 2px 0 0 0;
	margin: 0;
}

#footer .footerLogo {
	float:right;
	margin-top:30px;
	margin-right: 20px;
	padding:0;
	width: 63px;
	height: 36px;
	/*width:56px;
	height:50px;
	background:url('/images/common/ftrlillylogo.gif') no-repeat left top;*/
}

#footer .clearFooterDiv
{
	width: 100%;
	clear: both;	
	height: 1px;
	background-color: red;
}

#footer .isiGraphic {
	padding-top: 0;
	padding-bottom: 15px;
}

/********end footer***********/


/********begin interstitial *****/
#interstitialHeader {
	/*margin:20px 25px;*/ 
	background: url(/images/common/hdrbkgdgradienttile.gif) repeat-x;
	}
#interstitialHeader img{
	padding-left: 25px;
}

#interstitialContent {margin:0 25px;}
#interstitialButtons {margin:15px 25px;}
/********end interstitial *******/


#mainContent {
	min-width:740px;
	padding:0;
	margin:0 auto;
	margin-top:-35px;
	position:relative;
	width:740px;
	color:#4f5457;	
	overflow:hidden;
}


#centerColumn a:link,
#centerColumn a:visited,
#centerColumn a:active {
	color:#0069AA;
	text-decoration:underline;
}

#centerColumn a:hover {color:#0085BC;}



#mainContent h1 {
	color:#8ad3df;
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:2.4em;
	font-weight:normal;
	letter-spacing:-.05em;
	margin-top:0;
}

#mainContent h2 {
	color:#4F5457;
	font-size:1.4em;
	font-weight:bold;
}

#mainContent h2 a {text-decoration:none;}


#mainContent h2.chart {color:#C1D72F;}

#mainContent h3.navHeader {
	/* Used to provide Header Title above left nav on each section */
	min-height:30px;
	width:170px;
	margin:0;
	border-bottom:1px solid #7AB1D3;
	font-weight:bold;
	font-size:1.4em;
	color:#0069AA;
}

#mainContent h3.navHeader a {
	color:#0069AA;
	text-decoration:none;
}

#mainContent h3.navHeaderEverydayConnections{
	/* Image above navigation in certain sections */
	background:url('/images/common/edclogosecondarynav.gif') no-repeat;
	height:96px;
	width:170px;
	text-indent:-9999px;
	margin:0;
}


#mainContent h3.navHeaderProductInformation{
	
	background:url('/images/common/productinfonavheader.gif') no-repeat;
	height:96px;
	width:170px;
	text-indent:-9999px;
	margin:0;
}

#mainContent h3.navHeaderProfessionalResources{
	
	background:url('/images/common/profresresournavheader.gif') no-repeat;
	height:96px;
	width:170px;
	text-indent:-9999px;
	margin:0;
}

#mainContent p {font-size:1.1em;}
#mainContent ul,
#mainContent ol {font-size:11px;}

#mainContent ul a {font-weight:bold;}

#centerColumn ul,
#centerColumn ol {
	/* margin:0; */
	/*padding:0 25px;*/
}


#centerColumn ul li.blue {color:#0069AA;}
#centerColumn ul li.blue span {color:#4F5457;}

#mainContent .small,
#mainContent .references {font-size:1.0em;}

div.acrobat {
	border-top:1px solid #7AB1D3;
	margin-top:15px;
	padding-left:178px;
	padding-top:20px;
	position:relative;
}

div.acrobat a.adobe {
	background:url(/images/icons/icongetadobereader.gif) no-repeat left top;
	font-size:1px;
	height:39px;
	left:0;
	position:absolute;
	text-indent:-10000px;
	top:20px;
	width:158px;
}

div.flashPlayer {
	margin-top:40px;
	padding-left:178px;
	padding-top:5px;
	position:relative;
}

.multimediaHelp div.flashPlayer {
	margin-top:0;
	padding-top:0;
}

.multimediaHelp div.flashPlayer a.adobe {
	background:url(/images/icons/icongetadobeflashplayer.gif) no-repeat left top;
	font-size:1px;
	height:39px;
	left:0;
	position:absolute;
	text-indent:-10000px;
	top:0;
	width:158px;
}

.multimediaHelp div.acrobat {
	border-top:0;
	border-bottom:1px solid #7AB1D3;
	margin:0;
	padding-top:0;
}

.multimediaHelp div.acrobat a.adobe {
	top:0;
}

div.patientSupportLinks,
div.thumbnailLinks {
	margin-bottom:20px;
	min-height:100px;
	padding-left:105px;
	
	
}

.patientSupportLinks2 {
	
	width: 360px;
	margin-bottom:30px;
	min-height:100px;
	
	
}

.thumbnailLinks2
{
	margin-bottom:20px;
	min-height:100px;
	_height:85px;

	
}
.patientSupportLinks3 {
	
	width: 360px;
	margin-bottom:80px;
	*margin-bottom:40px;
	min-height:100px;
		
	
}

#patientleft{
	float: left;
	margin-top:6px;
	width:85px;
	
	}

#patientright{
	
	float:left;
	width:260px;
	
	
}
#patientright p{
			
	padding-left: 10px;
}

#mainContent #centerColumn div.chart {
	border:1px solid #D4EBF3;
	padding:10px;
	width:338px;
	margin-bottom:10px;
}

#mainContent #centerColumn div.chart h2 {
	color:#4F5457;
	font-size:1.1em;
	margin:0 0 10px 0;
}


#mainContent #centerColumn div.chart p {
	margin:0pt;
	padding:10px 0pt 0pt;
}

#mainContent #centerColumn div.chart ul {
	margin:0;
	padding:10px 0 0px 15px;
}

#mainContent #centerColumn div.chart ul li.lightblue {color:#76C9D7;}
#mainContent #centerColumn div.chart ul li.blue {color:#0069AA;}
#mainContent #centerColumn div.chart ul li.green {color:#C1D72F;}
#mainContent #centerColumn div.chart ul li.gray,
#mainContent #centerColumn div.chart ul li.grey {color:#899296;}
#mainContent #centerColumn div.chart ul li.teal {color:#11B293;}

#mainContent #centerColumn div.chart ul li span {color:#4F5457;}

a.watchIPS {
	background:url('/images/buttons/btnprsilipswatch.gif') no-repeat left top;
	display:block;
	font-size:1px;
	height:28px;
	text-indent:-10000px;
}


/********Begin Podcast Page***********/
.podcast {
	border:1px solid #D4EBF3; 
	width:358px; 
	overflow:hidden;
}

.podcast h3 {
	color:#0069AA;
	font-size:1.4em;
	font-weight: bold;
	margin:0;
	padding:0;
}

.podcastHeader {
	background:#0085BC url(/images/podcastheadertab/bdypodcastheadertab.gif) no-repeat left top;
	color:#FFFFFF;
	min-height:27px;
}

.podcastHeader p {
	padding-left:10px; 
	padding-top:5px;
	margin-bottom:0;
}

.podcastItem {
	border-top:1px solid #D4EBF3;
	margin:0;
	overflow:hidden;
	padding:10px; 
	width:338px;
}

#centerColumn .podcastItem h3 {
	border-top:none;
	padding-top:0;
	margin-top:0;
}

.playAudioPodcast {
	width:165px; 
	height:28px; 
	float:left; 
	display:block; 
	background:url('/images/buttons/btnprsilpcplayaudiopodcast.gif') no-repeat left top;
}

.playVideoPodcast {
	width:165px; 
	height:28px; 
	float:left; 
	display:block; 
	background:url('/images/buttons/btnprsilpcplayvideopodcast.gif') no-repeat left top;
}

.downloadPodcast {
	width:165px; 
	height:28px; 
	float:right;  
	display:block; 
	background:url('/images/buttons/btnprsilpcdownload.gif') no-repeat left top;
}
/********End Podcast Page***********/

#centerColumn a.rssSubscribe {
	background:url(/images/buttons/btnprsfarsssubscribe.gif) no-repeat left top;
	display:block;
	font-size:1px;
	height:28px;
	text-indent:-10000px;
}

#centerColumn a.rssFeed {
	background:url(/images/buttons/btnprsfarssfeed.gif) no-repeat left top;
	display:block;
	font-size:1px;
	height:28px;
	text-indent:-10000px;
}

#centerColumn a.intLrnPodcast {
	background:url(/images/buttons/btnprsillisten.gif) no-repeat left top;
	display:block;
	font-size:1px;
	height:55px;
	text-indent:-10000px;
}

#centerColumn a.intLrnIPS {
	background:url(/images/buttons/btnprsilgain.gif) no-repeat left top;
	display:block;
	font-size:1px;
	height:55px;
	text-indent:-10000px;
}

#centerColumn a.intLrnBehindMask {
	background:url(/images/buttons/btnprsilbehind.gif) no-repeat left top;
	display:block;
	font-size:1px;
	height:55px;
	text-indent:-10000px;
}

#centerColumn a.intLrnPresentations {
	background:url(/images/buttons/btnprmoalearn.gif) no-repeat left top;
	display:block;
	font-size:1px;
	height:55px;
	text-indent:-10000px;
}


div.blackbox {
	border:1px solid #4F5457;
	padding:0 10px;
	margin-top:10px;
}

div.piblackbox {
	border:1px solid #4F5457;
	font-weight:bold;
	padding:0 10px;
	text-align:center;
}

div.blackbox p {font-weight:bold;}

.nowrap {white-space:nowrap;}

div .chart .placeboIndent {padding-left:30px;}


form#formularyaccessfindernoflash {
	background:url('/images/noflash/formularyaccessnoflash.jpg') no-repeat left top;
	min-height:215px;
	_height:215px;
	width:360px;
}

form#formularyaccessfindernoflash select {
	margin-left:120px;
	margin-top:100px;
}

/* Everyday Connection addition */

.downloadPdf{
	background:url('/images/common/downloadpdf.gif') no-repeat;
	height:35px;
	width:143px;
	display:block;
	text-indent:-10000px;
} 

div.connections {
	border-top:1px solid #7AB1D3;
	padding-left:70px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:5px;
	position:relative;
}

div.connections a{
	font-size: 1.3em;
	font-weight:bold;

}

div.connections.assessEducate{
	background: url('/images/common/assessthumb.gif') no-repeat 0 10px;
}

div.connections.managingTreatment{
	background: url('/images/common/managingthumb.gif') no-repeat 0 10px;
}

div.connections.patientSupport{
	background: url('/images/common/patientthumb.gif') no-repeat 0 10px;
}

div.connections.zungRating{
	background: url('/images/common/zungthumb.gif') no-repeat 0 10px;
	padding-left:170px;
}
div.connections.multidimensional{
	background: url('/images/common/multithumb.gif') no-repeat 0 10px;
	padding-left:170px;
}
div.connections.doctorDiscussion{
	background: url('/images/common/gaddrthumb.gif') no-repeat 0 10px;
	padding-left:170px;
}
div.connections.additionalEvaluation{
	background: url('/images/common/downloadtestthumb.gif') no-repeat 0 10px;
	padding-left:170px;
}

div.connections.freeSample{
	background: url('/images/common/freetrialthumb.gif') no-repeat 0 10px;
	padding-left:145px;
	height:135px;
}

div.connections.touchpointsmanaging{
	background: url('/images/common/touchpointsThumb.jpg') no-repeat 0 10px;
	padding-left:145px;
	height:215px;
}

a.signUpTouchpoints
{
	font-size: 15px;
}

span.touchpointsList
{
	color: #0069AA;
	font-weight: bold;
}