/*********************** 

STYLESHEET SECTIONS:

- CSS Reset
- Global Layout Stuff
- Standard Elements
- Classy Elements
- Links
- Header Stuff
- Left Sidebar Stuff
- Center Body Structure
- Center-Area-Only Classy Elements
- Right Sidebar Structure
- Special Text Areas
- Table Layouts
- Buttons
- Footer Elements  
- Override Everything Else    

************************/



/* Eric Meyer reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end Eric Meyer reset.css */

/* <Global Layout Stuff> */

html {
	font-size: 67.5%;
}

body {
	margin:0;
	padding:0;
	margin:auto;
	background: #ffffff url(../../../../../../wcm/fragments/efree-css-frag/style/backgrnd.gif) repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height:auto;
}

body.modal {
	margin:0;
	padding:20px;
	margin:auto;
	background: #ffffff url(../../../../../../wcm/fragments/efree-css-frag/style/sub-info-back.gif) repeat-x center top;
	height:auto;
}

#wrapper {
	/* This is the main wrapper */
	padding:0;
	margin: 0 auto 30px;
	width: 960px;
}

#header {
	width:960px;
	padding: 0;
	height:125px;
}

#header .logo {
	margin-left: 0;
	float: left;
}

#header-nav {
	font-size: 1em;
	float: right;
	font-weight: bold;
}

#header-nav li {
	display: inline;
	padding-right: 7px;
	padding-left: 2px;
	background: url(../../../../../../wcm/fragments/efree-css-frag/style/header-pipe.gif) no-repeat right;
}

#header-nav li.last {
	padding-right: 0;
	background: none;
}

#my-profile {
	background: transparent url(../../../../../../wcm/fragments/efree-css-frag/style/header-pipe.gif) no-repeat right center;
	padding-right: 7px;
	margin-right: 4px;
}

#nav {
	width:960px;
}

#interstim-search {
	float: left;
	margin-top: 10px;
	width: 237px;
	padding-left: 261px;
}

#life #interstim-search {
	margin-top: 31px;
}

#interstim-search label {
	float: left;
	text-indent: -9999px;
}
#qt {
	color: #666;
	font-size: 1em;
	border: 1px solid #fff;
	width: 160px;
}
#search-text-wrapper {
	padding: 2px 3px 3px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin-top: 1px;
	margin-right: 4px;
	border-top-width: 2px;
}
#search-button {
	height: 24px;
	width: 63px;
	vertical-align: bottom;
}

#login-section {
	width: 360px;
	position: absolute;
	top: 89px;
	margin-left: 600px;
	text-align: right;
	font-size: 1.1em;
}

#submit-button {
	background:transparent url(../../../../../../wcm/fragments/efree-css-frag/buttons/submit.gif) no-repeat scroll 0 0;
}

.button {
	border:medium none;
	cursor:pointer;
	height:24px;
	margin-bottom:16px;
	width:63px;
}

/* </Global Layout Stuff> */



/* ---------------------------------------------------------------*/



/* <Standard Elements> */

h1 {
	font-size: 1.5em;
	font-weight:bold;
	color: #4b4b4b;
	padding-bottom: 10px;
	line-height: 1.5em;
}

h2 {
	font-size: 1.4em;
	font-weight:bold;
	color: #7870b3;
	padding-bottom: 5px;
	line-height: 1.4em;
	margin-top: 18px;
}

h2.first {
	margin-top: 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #4b4b4b;
	line-height: 1.3em;
	margin: .5em 0 0;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	margin-bottom: .3em;
}

blockquote {
	font-style: italic;
	clear: left;
}

p, td, th {
	font-size: 1.2em;
	line-height: 1.2em;
}

td td, td p {
	font-size: 1em;
}

p.intro {
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1em;
}

p.toggler {
	color: #005195;
	cursor: help;
}

.sub-info p.toggler {
	margin-bottom: .2em;
}

p.toggler:hover {
	text-decoration:underline;
}

div.toggled, .sub-info p.toggled {
	margin-bottom: 1em;
}

sup {
	vertical-align: super;
	font-size: .8em;
	line-height: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.indent {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:15px;
}

.heroImg {
	width:690px;
	height:32px;
	background: #ffffff url(../../../../../../wcm/fragments/efree-css-frag/style/hero-gradient.gif) repeat-y left top;
	color:#ffffff;
	padding:15px;
}

.h100 {
	height:100px;
}

.h150 {
	height:150px;
}

.h175 {
	height:175px;
}

.h200 {
	height:200px;
}

.h250 {
	height:250px;
}


.heroImg img {
	padding: 3px 0 0 3px;
}


/* </Standard Elements> */

#main-nav {
	width: 970px;
	margin-top: 0;
	clear: left;
}

#main-nav li {
	height: 14px;
	border: 1px solid #e6e6e6;
	background: #dcf4f4;
	margin-right: 4px;
	float: left;
	font-size: .9em;
	text-transform: uppercase;
	padding: 10px 29px 10px 28px; /* adjust the LEFT and RIGHT widths here to make the top nav span the page width. */
}

#trial #main-nav li {
	padding: 10px 31px 10px 30px; /* adjust the LEFT and RIGHT widths here to make the top nav span the page width. */
}

#life #main-nav li {
	padding: 10px 31px; /* adjust the LEFT and RIGHT widths here to make the top nav span the page width. */
}

#main-nav li.first {
	padding: 10px;
}

#trial #main-nav li.first {
	padding: 10px 12px;
}

#life #main-nav li.first {
	padding: 10px 11px;
}

#main-nav li.last {
	margin-right:0;
}

#main-nav li.on {
	background:#f5f5f5;
	border-bottom:1px solid #f5f5f5;
}

#main-nav li.on a {
	color:#4b4b4b;
}

#main-nav li.on.active a {
	color:#005195;
}

/* <LAYOUTS> */


.umbrella {
	padding-top:60px;
	width:960px;
}

.umbrella-info {
	width:930px;
	background-color: #eaf3dc;
	padding:16px;
}

.umbrella-info .left {
	float:left;
	width:450px;
	border-right:#c9dfa2 1px solid;
	margin-top:0px;
	padding-left:0;
}

.umbrella-info .left p {
	line-height:17px;
}

.umbrella-info .right {
	float:left;
	width:420px;
	margin-top:0px;
}

.sub-2col {
	clear: both;
	padding-top:20px;
	width:970px;
}

.sub-2col .left {
	float:left;
	width:720px;
	margin-right:12px;
	border:1px solid #e0eabc;
}

.sub-2col .right {
	float:left;
	width: 228px;
}

.sub-info {
	width:700px;
	padding:10px;
	background: #ffffff url(../../../../../../wcm/fragments/efree-css-frag/style/sub-info-back.gif) repeat-x center top;
	overflow: hidden;
}

.sub-info .left {
	float:left;
	width:180px;
	padding-top: 20px;
	margin-bottom: 60px;
	background:none;
	border:none;
}

.sub-info .right {
	float:left;
	width:460px;
	padding-top: 20px;
	background:none;
}

.sub-info .right .right {
	float:left;
	width:239px;
	padding:0;
	margin:0 0 0 15px;
}

.sub-info .right .left {
	float:left;
	padding:0;
	margin:0;
	width:206px;
	clear: left;
}

.sub-info .right .pic {
	width: 120px;
	margin-bottom: 18px;
}

.sub-info .right .pic-text {
	width: 325px;
}

.sub-info p,
.sub-info ul,
.sub-info ol {
	line-height: 1.4em;
	margin-bottom: 1.3em;
}

.sub-info table ol {
	margin-bottom: 0;
}

.sub-info p.no-space {
	margin-bottom: 0;
}

.sub-info .photo {
	float: left;
	margin: 0 15px 5px 0;
	text-align: center;
}

.pre-left {
	width:300px;
	float:left;
	margin-right:20px;
}

.pre-right {
	width:300px;
	float:left;
}

/* <Links> */
a:link {
	color: #005195;
	text-decoration:none;
}

a:active {
	color: #005195;
	text-decoration:none;
}

a:visited {
	color: #005195;
	text-decoration:none;
}

a:hover {
	color: #005195;
	text-decoration:underline;
}

a.rev:link {
	text-decoration:underline;
}

a.rev:active {
	text-decoration:underline;
}

a.rev:visited {
	text-decoration:underline;
}

a.rev:hover {
	text-decoration:none;
}

.global-on {
	color:#4b4b4b!important;
}

/* </Links> */

/* <Lists> */

ul {
	font-size: 1.2em;
	margin-top: 10px;
}

ol {
	list-style-type: decimal;
	margin-left: 28px;
	font-size: 1.2em;
}

.ref {
	clear: both;
	font-size: 1em;
	line-height: 1.4em;
}

p.ref {
	font-weight: bold;
	margin-top: 15px;
}

p.next {
	margin: 18px 0 20px 0;
	background: transparent url(../../../../../../wcm/fragments/efree-css-frag/style/arrow-black.gif) no-repeat scroll left 5px;
	padding: 0 0 0 14px;
	font-style: italic;
	font-weight: bold;
	float: right;
	clear: both;
}

.next.modal {
	float:left;
	margin-top:25px;
}

.sub-info ul {
	list-style-type: disc;
	margin-left: 28px;
	margin-top: 0;
	line-height: 1.4em;
}

.sub-info ul ul {
	list-style-type: circle;
}

.sub-info li {
	margin-top: 5px;
}

.sub-info td li {
	margin-top: 0;
}

ul#sub-nav {
	margin: 0;
	padding-top: 10px;
	list-style-type:none;
	font-size: 1.3em;
	line-height: 1.2em;
}

ul#sub-nav li {
	margin-top:5px;
	border-bottom:1px solid #d1e09d;
	padding:10px 0 10px 14px;
}

ul#sub-nav li.first {
	border-top:1px solid #d1e09d;
}

ul#sub-nav li.on {
	color:#4b4b4b!important;
	background:transparent url(../../../../../../wcm/fragments/efree-css-frag/style/arrow-black.gif) no-repeat scroll left 14px;
}

ul#sub-nav li li.on {
	background-position: left 7px;
}

ul#sub-nav li.down {
	background:transparent url(../../../../../../wcm/fragments/efree-css-frag/style/arrow-black-dn.gif) no-repeat scroll left 14px;
}

ul#sub-nav ul { /* for nested nav */
	margin:0;
	border-bottom:none;
	font-size: 1em;
	list-style-type: none;
}

ul#sub-nav ul li { /* for nested nav */
	border-bottom:none;
	padding: 1px 0 1px 14px;
}

ul.type3 {
	list-style-type: none;
	margin-left: 0;
}

ul ul,
ol ol,
ul ol,
ol ul,
ul p,
ol p,
td ul,
td ol, 
td p,
ul th,
ol th {
	font-size: 1em;
}

p.cta {
	margin-top:5px;
	background:transparent url(../../../../../../wcm/fragments/efree-css-frag/style/arrow-black.gif) no-repeat scroll left 4px;
	padding:0 0 10px 14px;
	font-style:italic;
}

ul.type3 li {
	margin-top:5px;
	background:transparent url(../../../../../../wcm/fragments/efree-css-frag/style/arrow-white.gif) no-repeat scroll left 2px;
	padding:0 0 0 14px;
	font-style:italic;
}

body.modal ul li {
	background:transparent url(../../../../../../wcm/fragments/efree-css-frag/style/arrow-black.gif) no-repeat scroll left 6px;
	margin-top: -10px;
	padding:0 0 10px 14px;
	font-style:italic;
	line-height: 1.2em;
}

.video-player-wrapper {
	padding: 9px 9px 4px;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.video-player-wrapper p.name,
.video-player-wrapper p.info,
.sidebar .video-player-wrapper p.name,
.sidebar .video-player-wrapper p.info {
	float: none;
	width: auto;
	color: #4b4b4b;
}

.video-player-wrapper p.name,
.sidebar .video-player-wrapper p.name {
	margin: 5px 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

.video-player-wrapper p.info,
.sidebar .video-player-wrapper p.info {
	margin-bottom: 0;
	font-style: italic;
}


.release-date {
	color: #666;
	margin-top: 40px;
	clear: both;
}

/* ---------------------------------------------------------------*/



/* <Classy Elements> */


.sidebar {
	width: 206px;
	padding: 10px;
	margin-bottom: 12px;
}

.sidebar.sub {
	width:203px;
	padding:10px;
	float:left;
	margin-right:10px;
}

.sidebar.sub.purple {
	margin-right: 0;
}

.sidebar.home {
	width:257px;
	padding:15px;
}

.sidebar h3 {
	text-transform: uppercase;
}

.sidebar p {
	margin-bottom: 10px;
}

.sidebar p.cta {
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar .lefty {
	float:left;
	width:70px;
}

.sidebar .righty {
	float:left;
	padding:5px;
	height:80px;
}

.sidebar.interior {
	float:left;
	width:190px!important;
	margin-right:10px;
}

.sidebar.interior2 {
	float:left;
	width:200px!important;
	margin-right:10px;
	height:150px;
}

.sidebar ul li {
	margin-top:5px;
	background:transparent url(../../../../../../wcm/fragments/efree-css-frag/style/arrow-black.gif) no-repeat scroll left 2px;
	padding:0 0 0 14px;
	font-style:italic;
}

.sidebar form li {
	margin-bottom: 10px;
}

.isi a {
	background: transparent url(../../../../../../wcm/fragments/efree-css-frag/style/important-safety-info-sm.png) no-repeat center;
	display: block;
	width: 206px;
	height: 22px;
	text-indent: -9999px;
}


.green {
	background-color:#c2d57b;
	border:#c2d57b 1px solid;
	color: #4b4b4b;
}

.green h3 {
	padding-bottom:7px;
	color: #4b4b4b;
}

.purple {
	background-color:#7870b3;
	border:#7870b3 1px solid;
}

.purple h3 {
	color: #ffffff;
	padding-bottom:7px;
}

.purple,
.purple a:link,
.purple a:visited,
.purple a:hover,
.purple a:active {
	color: #ffffff;
}

.purple p.cta {
	background:transparent url(../../../../../../wcm/fragments/efree-css-frag/style/arrow-white.gif) no-repeat scroll left 4px;
}

.regBox {
	background-color:#867fbb;
	border:#867fbb 1px solid;
	padding:10px;
}

.gray {
	background: #F0F0F0 url(../../../../../../wcm/fragments/efree-css-frag/style/sidebar-gray.gif) repeat-x center top;
	border:#e6e6e6 1px solid;
	color: #4b4b4b;
}

.gray h3 {
	color: #4b4b4b;
	padding-bottom:7px;
}

.sidebar p.photo {
	float: left;
	width: 68px;
	margin-right: 10px;
}

.sidebar p.info,
.sidebar p.name {
	float: left;
	width: 128px;
	font-style: italic;
}

.sidebar p.name {
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 15px;
}

/* <Footer Elements> */

#footer {
	clear: both;
	overflow: hidden;
	width: 960px;
	margin-top:20px auto 0;
	padding:10px 0;
	color: #666;
}

#footer p {
	clear: both;
	margin-bottom: 5px;
}

ul.footer-links {
	list-style-type:none;
	font-size: 1.1em;
	line-height: 1.9em;
}

ul.footer-links li {
	color: #333333;
	float:left;
	padding: 2px 11px 2px 22px;
	background:url(../../../../../../wcm/fragments/efree-css-frag/style/footer-divider.gif) 5px 5px no-repeat;
	margin-bottom: 12px;
}

ul.footer-links li.first {
	background: none;
	padding-left: 0;
}

ul.footer-links li.last {
	padding-right: 0;
}

ul.footer-links li a {
	color: #005195;
}

ul.footer-links li a:hover {
	text-decoration: underline;
}

ul.pdf li {
	background:transparent url(../../../../../../wcm/fragments/efree-css-frag/style/icon-pdf.gif) no-repeat scroll left top;
}

ul.pdf li, ul.wmv li, ul.ppt li, ul.img li, ul.word li, ul.web li, ul.zip li, ul.mov li {
	list-style-position:outside;
	list-style-type:none;
	padding: 0 0 3px 20px;
}

/* </Footer Elements> */	

#wrapper .clearer {
	width:100%;
	margin:0;
	padding:0;
	clear:both;
	height:0px;
}

/* Utilities */
#utilities {
	list-style-type: none;
	margin: 10px 0 50px;
	color: #666;
}

#utilities a:link,
#utilities a:visited {
	text-decoration: none;
	color: #666;
	line-height: 1.4em;
}

#print-page {
	background: transparent url(../../../../../../wcm/fragments/efree-css-frag/style/utilities-icons.png) no-repeat 0 3px;
	padding-left: 20px;
}

#print-page a,
#email-page a {
	display: block;
	padding-left: 20px;
	margin-left: -20px;
}
#email-page {
	background: transparent url(../../../../../../wcm/fragments/efree-css-frag/style/utilities-icons.png) no-repeat 0 -16px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding-bottom: 5px;
	padding-top: 5px;
}

li#text-size-normal,
li#text-size-large,
li#text-size-extra-large {
	float: left;
	text-align: center;
}

li#text-size-normal,
li#text-size-large {
	padding-top: 3px;
	width: 15px;
}

li#text-size-extra-large a {
	font-size: 1.2em;
	padding: 0 2px;
}
li#text-size-normal {
	background: transparent url(../../../../../../wcm/fragments/efree-css-frag/style/utilities-icons.png) no-repeat 0 -48px;
	font-size: .8em;
	padding-bottom: 3px;
	padding-top: 5px;
}
/* end utilities */

abbr, a.tooltip {
	border-bottom: 1px dotted #7870B3;
	color: #7870B3;
	cursor: help;
	text-decoration: none;
}

a.infotip {
	display: block;
}

table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

td, th {
	border: 1px solid #d9d9d9;
	vertical-align: top;
	background: #fff;
}

td.yellow {
	background: #fff url(../../../../../../wcm/fragments/efree-css-frag/style/yellow-gradient-bg.png) repeat-x top;
}

.sub-info th {
	background: #7870B3;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.events td,
#bladder-questions td,
#bladder-questions th {
	padding: 5px;
}

/* Search */

#interstim-search-results {
	width: 940px;
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 10px;
}

#interstim-search-results td,
#interstim-search-results th {
	border: none;
}

/* end Search */

/*Forms */
#onPageForm li {
	line-height: 1.5em;
}

.sub-info label,
.sidebar label {
	display: block;
	margin-top: 15px;
	line-height: 1.4em;
}

.sub-info label {
	display: inline;
	font-weight: bold;
}

.sub-info input.text, 
.sub-info textarea {
	display: block;
	width: 320px;
	border: 1px solid #ccc;
	border-top-width: 2px;
	padding: 4px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.sidebar input.text, 
.sidebar textarea {
	width: 206px;
}

.sidebar input.zip {
	width: 90px;
}

.sub-info select {
	color: #666;
	border: 1px solid #ccc;
	display: block;
}

.sub-info option {
	color: #666;
}

.sub-info p.field-keys span {
	color: #f00;
}
.sub-info span.required {
	color: #f00;
}
.sub-info span.error-message, 
.sub-info p.error-message, 
.sub-info div.warning {
	color: #FF0000;
}
.sub-info div.warning {
	padding-bottom: 10px;
}
.sub-info .submit-button, .send-button {
	margin: 15px 0;
}

#sign-up img {
	cursor: pointer;
}
ol.no-numbers {
	list-style-type: none;
	margin-left: 0;
	line-height: 1.6em;
}

ol.no-numbers li {
	margin-bottom: 1.3em;
}

#submit-message {
	font-size: 1.1em;
	line-height: 1.2em;
}

/**
 * days to trial styles begin
 */
 
.trialdate {
	background: #dcf4f4;
	padding: 16px;
	margin: -16px -16px 12px;
	height: 42px;
	width: 100%;
	border-top: 12px solid #fff;
	border-bottom: 12px solid #fff;
} 
 .resetassesmentdate{
	background:url("../../../../../../wcm/fragments/efree-css-frag/style/arrow-black.gif") no-repeat scroll left 4px transparent;
	font-style:italic;
	margin-top:5px;
	padding:0 0 10px 10px;
	font-size:100%;
	line-height:1.2em;
	z-index:100;
 }
 
.resetassesmentdate{
 	color:#005195;
	text-decoration:none;
 }
 
.resetassesmentdate a:hover{
 	color:#005195;
	text-decoration:underline;
 }
 
 /**
 * days to trial styles end
 */
 
 
  /**
 * reset trial assesment date popup styles begin
 */
 #backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupResetDate{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:370px;
	width:275px;
	background:#FFFFFF;
	border:1px solid #DADADA;
	z-index:2;
	font-size:13px;
}

#popupResetDateCloseBar {
	float:right;
	margin-bottom:1px;
	padding:7px 10px 5px 0;
	text-align:right;
}

#popupResetDateClose {
	cursor: pointer;
}

#popupResetDateTitle a:visited {
	color:#666666;
}

#popupResetDateTitle  {
	background-color:#E8E8E8;
	height:27px;
}

.popupResetControls {
	float: right;
	margin-top: 10px;
	padding-right: 12px;
	vertical-align: top;
}

.popupResetBody {
	padding-left: 15px;
}

#datetochangeto {
	font-size:11px;
}

  /**
 * reset trial assesment date popup styles end
 */
 
 /* Styles for Kana Survey - After Trial */
 
 .surveyTable {
	 border-collapse:separate;
 }
 
 .surveyTable, .surveyTable td, .surveyTable th {
	 border: none;
	 }
td.alignRight {
	text-align: right;
}