/* accessibility */
.guide {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.skipLink {
  margin: 0;
}
.skipLink a {
  left: -9999px;
  position: absolute;
  top: auto;
  display: block;
}
.skipLink a:focus, .skipLink a:hover, .skipLink a:active {
  left: 10px;
  position: absolute;
  top: 0px;
  display: block;
  background-color: #EC008C;
  padding: 4px;
  color: #fff;
}

/* styles */
/*@media screen and (-webkit-min-device-pixel-ratio:0){
    input {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 1.0em;
    }
}*/

/* base font size = 13px */

p { 
	margin-bottom: 1.154em;
	line-height: 1.6em;
}

a {
  color: #000080;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #000080;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 1.154em 0;
  padding: 0;
}

h1 {
  color: #000080;
  font-size: 1.769em; /* 23px */
  line-height: 1.1305em; /* 26px */
}

h2 {
	/* same size, here for semanticness */
  color: #000080;
  font-size: 1.769em; /* 23px */
  line-height: 1.1305em; /* 26px */
	margin: 0.769em 0;
}

.liveChat h2{
    color:  #EC008C;
    font-size: 1.231em;     
}

h3 {
	/* same size, here for semanticness */
  color: #000080;
  font-size: 1.231em; /* 16px */
  line-height: 1.385em; /* 18px */
}

h4 {
  color: #000080;
  font-size: 1em;
  line-height: 1.385em; /* 18px */
  font-weight: bold;
}

h5, h6 {
  color: #000080;
  font-size: 1em;
  line-height: 1.385em; /* 18px */
}
select {
    font-size: 1.0em;
}


/* Tables*/



/* Utilties */

.alignLeft {
float: left;
margin: 4px 8px 8px 0;
}

.alignRight {
float: right;
margin: 4px 0 8px 8px;
}

.noWrap {
    float: none;
    clear: both;
    display: block;
}

.more a {
	font-weight:bold;
}

.hr hr {
	clear: both;
	border: 0px solid #fff;
	float: left;
	margin:15px 0;
	width: 100%;
	display: none;
}

.del {
	text-decoration: line-through;
}

/* content */

.content .content-inner {
  margin: 0 auto;
  text-align: left;
  max-width: 950px;
  width: 95%;
}

/* columns */
.content .content-inner .cols {
  margin: 0;
  padding: 2em 0 1em 0;
}

.content .content-inner .cols .col {
	float: left;
	margin: 0 2em 0 0;
	padding: 0;
	/*width: 300px;*/
}

/*.content .content-inner .cols .col.last {
  width: 290px;
}
*/
.content .content-inner .cols .col .col{
  margin: 0 40px 0 0;
}

.content .content-inner .cols .col .col.right{
  margin:0;
}

.content .content-inner .cols .col-main {
	width: 620px;
}

.content .content-inner .cols .fullwidthlayout {
	padding: 25px 15px;
	width: 910px;
	position: relative;
	z-index: 10;
}

/* START David's CSS Changes TEMPORARY*/
.content .content-inner .cols .fullwidthlayout.donation{
	padding: 0px;
	width: 100%;
}
/* END David's CSS Changes TEMPORARY*/

.content .content-inner .cols .col-main .normal img {
	max-width: 590px;
	height: auto;
}

.content .content-inner .cols .last,  .content .content-inner .cols .last .block{
  margin-right: 0 !important;
}

.content .content-inner .cols .col .teamInput .col{
	margin: 0;
	width: 128px;
}

.content .content-inner .box li {
    margin-bottom: 1.154em;
    line-height: 1.6;
}

/* accordions */
.accordions {
  margin: 0;
  padding: 0;
}

.accordions .grey.accordion {
  margin: 0;
  padding: 8px 0;
  clear: both;
}

.accordions .grey.accordion .header {
  background: #000080;
  color: #fff;
  font-size: 1.025em; /* 16px */
  line-height: 1.425em; /* 19px */
  margin: 0 0 5px;
  padding: 0px 10px;
}

.accordions .grey.accordion .header h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.accordions .grey.accordion .header h3 a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.header p {
  color: #00478F;
  text-decoration: underline;
  cursor: pointer;
}

.accordions .grey.accordion .accordion-inner {
  margin: 0;
  padding: 0;
  width: 950px; /* full width */
}

.col .accordions .accordion .accordion-inner {
  width: 290px; /* single column */
}

.col-main .accordions .accordion .accordion-inner {
  width: 100%; /* main column */
}

.accordions .grey.accordion .accordion-inner .accordion-content {
  margin: 0;
  padding: 10px 13px;
}

html.js .accordions .grey.accordion .header {
  cursor: pointer;
}

html.js .accordions .grey.accordion .header h3 {
	font-size: 1.65em;
}

html.js .accordions .grey.accordion .header h3 a {
	background: url(../img/content/accordion/arrow-closed.png) no-repeat 5px 10px;
	padding-left: 19px;
}

html.js .accordions .header h3 {
  cursor: pointer;
}

html.js .accordions .grey.accordion .header.expanded h3 a {
  background: url(../img/content/accordion/arrow-open.png) no-repeat 3px 13px;
}

.normal .section.browse .accordions .accordion .header h3 {
	width: 551px;
}


/* star ratings */
.star-ratings {
  background: url(../img/icons/small/star-ratings.gif) no-repeat -75px 0;
  height: 14px;
  list-style: none;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 75px;
}

.star-ratings.active-rating-1 {
  background-position: -60px 0;
}

.star-ratings.active-rating-2 {
  background-position: -45px 0;
}

.star-ratings.active-rating-3 {
  background-position: -30px 0;
}

.star-ratings.active-rating-4 {
  background-position: -15px 0
}

.star-ratings.active-rating-5 {
  background-position: 0 0;
}

.star-ratings.star-ratings-1 {
  background-position: -60px 0;
}

.star-ratings.star-ratings-2 {
  background-position: -45px 0;
}

.star-ratings.star-ratings-3 {
  background-position: -30px 0;
}

.star-ratings.star-ratings-4 {
  background-position: -15px 0;
}

.star-ratings.star-ratings-5 {
  background-position: 0 0;
}

.star-ratings li {
  float: left;
  height: 12px;
  margin: 0;
  padding: 0;
  width: 15px;
}

.star-ratings li.last {
  margin-right: 0;
}

.star-ratings li a {
  display: block;
  float: left;
  height: 12px;
  margin: 0;
  padding: 0 1px 0 0;
  width: 14px;
}

/* Jump links, usually at top of page in shadowed box */

ul.jump-links {
	margin: 0;
	padding: 0 0 1em 12px;
}

.block-full-width.block-shadow ul.jump-links li{
	float: left;
	width: 255px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.block-shadow ul.jump-links li {
	float: left;
}

.block-shadow ul.jump-links li, .see-also ul.jump-links li{
	background: url("../img/inc/blocks/dot-pink.gif") left 7px no-repeat;
	padding-left: 5px;
	text-indent: 5px;
	list-style-type: none;
}

.block-shadow ul.jump-links li.active{
	background: transparent url("../img/icons/small/list-arrow-on.gif") no-repeat 0px 5px;
	padding-left: 5px;
	text-indent: 5px;
	list-style-type: none;
}

.block-blue ul.jump-links li{
	clear: both;
	float: left;
	background: transparent url("../img/icons/small/list-arrow-off-blue.gif") no-repeat 0px 5px;
	list-style-type: none;
	padding-left: 5px;
	text-indent: 5px;
	margin: 0 0 0.5em 0;
}

ul.jump-links li.active a{
	color: #474747;
	font-weight: bold;
	text-decoration: none;
}

/* Latest News list - used on front page and news pages*/

.latest-list {
/*	clear: both; this causing unintended problems on news homepage*/
	float: left;
}

.latest-list ul{
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.latest-list ul li{
	float: left;
}

.latest-list ul li h4 {
	margin: 4px 0 8px;
}


.latest-list ul li img{
	clear: none;
	float: left;
	padding: 3px 20px 10px 0;
}

.latest-list.full-width ul li .long-item {
	clear: none;
	float: left;
	width: 620px;
}

.latest-list ul li .medium-item h4 {
	clear: none;
	float: left;
}

.latest-list ul li .medium-item-body {
	float: left;
	word-wrap: break-word;
	/*clear: none;
	width: 180px;*/
}

.latest-list ul li .short-item h4 {
	clear: none;
	float: left;
	width: 200px;
}

.latest-list ul li .short-item-body {
	float: left;
	clear: none;
	width: 208px;
}

.latest-list.full-width ul li .short-item-body {
	float: left;
	clear: none;
	width: 500px;
}

.latest-list.full-width ul li .short-item-body h4{
	float: left;
	clear: none;
	width: 500px;
}


.latest-list.full-width  .block-shadow  ul li {
	float: none;
}


.latest-list.full-width .block-shadow ul li .short-item-body {
	float: left;
	clear: none;
	width: 180px;
}

.latest-list.full-width .block-shadow ul li .short-item-body h4{
	width: 180px;
}

.latest-list.full-width .block-shadow ul li .short-item-body p{
	width: 180px;
	float: left;
	clear: both;
}

/* Static stars */

.static-stars.one-of-five {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/one-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}
.static-stars.two-of-five {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/two-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}
.static-stars.three-of-five {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/three-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}
.static-stars.four-of-five {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/four-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}
.static-stars.five-of-five {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/five-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}

/* Static stars */

.static-stars.nought-of-five-white {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/nought-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}

.static-stars.half-of-five-white {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/half-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}

.static-stars.one-of-five-white {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/one-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}

.static-stars.oneandhalf-of-five-white {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/oneandhalf-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}

.static-stars.two-of-five-white {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/two-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}

.static-stars.twoandhalf-of-five-white {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/twoandhalf-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}

.static-stars.three-of-five-white {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/three-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}

.static-stars.threeandhalf-of-five-white {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/threeandhalf-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}

.static-stars.four-of-five-white {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/four-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}

.static-stars.fourandhalf-of-five-white {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/fourandhalf-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}

.static-stars.five-of-five-white {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/five-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width:115px;
	height:18px;
	display:block;
	float:left;
}

.static-stars.five-of-five-transparent-thin {
	background: transparent url('../img/inc/blocks/bespoke/best-seller/five-of-five-white.gif') no-repeat top left;
	text-indent: -9000px;
	width: 115px;
	height: 18px;
	display: block;
	float: left;
}

/* Static dots and T switch */

td.hearing-loss {
	padding: 10px;
	width: 76px;
}

dt.hearing-loss {
	text-indent: -9000px;
	display:none;
}

.static-dots,
.t-switch {
	width:38px;
	height:43px;
	text-indent: -9000px;
	display:block;
	float:left;
}

dd .static-dots,
dd .t-switch {
	margin: 10px 0 5px;
}

.t-switch {
	background: transparent url('../img/icons/small/t-switch.gif') no-repeat top left;
}

.static-dots.nought-of-five {
	background: none;
}


.static-dots.one-of-five {
	background: transparent url('../img/icons/small/hear-one.gif') no-repeat top left;
}


.static-dots.two-of-five {
	background: transparent url('../img/icons/small/hear-two.gif') no-repeat top left;
}

.static-dots.three-of-five {
	background: transparent url('../img/icons/small/hear-three.gif') no-repeat top left;
}

.static-dots.four-of-five {
	background: transparent url('../img/icons/small/hear-four.gif') no-repeat top left;
}


.static-dots.five-of-five {
	background: transparent url('../img/icons/small/dots-five.gif') no-repeat top left;
}



/* bespoke: product gallery, used in blocks, also used in shop */
/* non js elements use second batch of classes, otherwise js tries to pick them up*/
.block.block-product-gallery, .block.block-product-gallery-noscroll {
  left: 0;
  margin: 0 0 1.5em 0;
  padding: 0;
  top: 0;
}

.block.block-product-gallery, 
.block.block-product-gallery-noscroll .block-inner,
.block.block-product-gallery .block-inner {
	padding: 0;
}

.block.block-product-gallery .block-content .products, .block.block-product-gallery-noscroll .block-content .products {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block.block-product-gallery .block-content .products .item, .block.block-product-gallery-noscroll .block-content .products .item {
  margin: 0 0 1.5em 0;
  padding: 0;
}

.block.block-product-gallery .block-content .products .item.last, .block.block-product-gallery-noscroll .block-content .products .item.last {
  margin-bottom: 0;
}

.block.block-product-gallery .block-content .products .item .image, .block.block-product-gallery-noscroll .block-content .products .item .image {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.block.block-product-gallery .block-content .products .item .image img, .block.block-product-gallery-noscroll .block-content .products .item .image img {
  display: block;
  height: 116px;
  margin: 0;
  padding: 0;
  width: 121px;
  border: 1px solid #ccc!important;
}

.block.block-product-gallery .block-content .products .item .details, .block.block-product-gallery-noscroll .block-content .products .item .details {
  float: right;
  display: block;
  margin: 0;
  padding: 5px 0 0 0;
  width: 460px;
}

.block.block-product-gallery .block-content .products .item .details .title, .block.block-product-gallery-noscroll .block-content .products .item .details .title {
  font-size: 1em;
  line-height: 1.231em;
  margin: 0 0 0.5em 0;
  padding: 0;
}

.block.block-product-gallery .block-content .products .item .details .description, .block.block-product-gallery-noscroll .block-content .products .item .details .description {
  margin: 0 0 0.5em 0;
  padding: 0;
}

.block.block-product-gallery .block-content .products .item .details .description p, .block.block-product-gallery-noscroll .block-content .products .item .details .description p {
  margin: 0;
  padding: 0;
}

.block.block-product-gallery .block-content .products .item .details .price, .block.block-product-gallery-noscroll .block-content .products .item .details .price  {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.block.block-product-gallery .block-content .products .item .details .price strong, .block.block-product-gallery-noscroll .block-content .products .item .details .price strong {
  color: #000;
}

.scfCaptchaGeneralPanel {
    background: #E8E8E8;
    padding: 10px 15px !important;
    width: 590px !important;
    margin-bottom: 5px;
    position: relative;
}
.scfCaptchaGeneralPanel .scfCaptchaLabelText {
    width: 180px !important;
    padding-right: 20px;
    float: left;
    color: #000080;
    font-weight: bold;
    font-size: 1.154em;
}
.scfCaptchaGeneralPanel .scfCaptchaLimitGeneralPanel {
    float: left;
}
.scfCaptchaGeneralPanel .scfCaptchStrongTextPanel input {
    border: 1px solid #d1d1d1;
	color: #000;
	display: block;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	height: 19px;
	line-height: 1.5em;
	margin: 0 -1px 0 0;
	padding: 0px 5px;
	width: 197px;
	margin-bottom: 10px;
}
.scfCaptchaGeneralPanel .scfCaptchaUsefulInfo {
    color: #000;
}

/* dividers */
.divider {
  margin-bottom: 1.154em !important;
  padding-bottom: 1.154em !important;
	border-bottom: 1px solid #e2e2e2;
}

/* loose ends */
.first { margin-left: 0 !important; }
.last { margin-bottom: 0 !important; }
.end { margin-right: 0 !important; }

/* alignment */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }




/*              */
/* content page */
/*              */

.normal .section h3.title {
	margin: 0.769em 0;
	color: #474747;
}

.normal .section {
	clear: both;
}

.normal .block.block-shadow ul.jump-links li{
	width: 260px;
	padding-right: 20px;
}

.normal .see-also{
	float: right;
	padding:0 0 0 20px;
	width:290px;
}

.normal .see-also img {
	clear: none;
	float: right;
}

.normal .see-also .link-box {
	background-color: #e7e7e7;
	clear: both;
	float: right;
	margin-top: 22px;
	padding: 20px;
	width: 250px;
}

.normal .section.intro p{
	padding-right: 15px;
}

.normal .block-full-width h2 {
    font-size: 1.231em;
    line-height: 1.385em;
}

ul.questionList {
margin: 0;
padding: 0;
list-style: none;
}

ul.questionList li {
margin: 0;
padding: 0;
background: url("../img/inc/blocks/dot-pink.gif") no-repeat scroll left 7px transparent;
padding: 0 0 12px 13px;
}

.normal .answers .top {
	float: right;
	font-size: 0.8em;
	margin: 0 0 10px 10px;
}

.answers .top {
	font-size: 0.85em;
	display: inline-block;
	margin: 0 0 10px;
}


/*           */
/* Register  */
/*           */

h1.loginH1 {
    display: none;
}
.sign-in .panel {
	border: 1px solid #CCCCCC;
	background: #fff;
	display: inline-block;
	padding: 15px;
	float: left;
	width: 270px;
	margin-right: 20px;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
}

.sign-in .panel ul  {
	margin: 10px 0px 30px 0px;
}

.sign-in .panel li {
	*list-style-position: inside; /* Targets IE7 and below */
}

.sign-in .panel.last {
	margin-right: 0;
}
.sign-in .panel.last-two-column {
	margin-right: -5px;
}
.sign-in .panel h2 {
	margin-top: 0;
}
.sign-in .panel .desc {
	/*margin-bottom: 20px;*/
}
.sign-in .panel label {
	font-weight: bold;
}
.sign-in .panel input.form-text {
	width: 200px;
	float: none;
}
.sign-in .panel .formError {
padding: 0 0 5px;
font-size: 1.1em;
}

.sign-in .panel .submit {
	background-color: #003d85;
	color: #fff;
	border: 0px;
	padding: 2px 3px;
	margin-top: 20px;
	cursor: pointer;
}
.sign-in .panel a {
	display: block;
	margin-bottom: 10px;
}
.sign-in .panel .row {
	margin-bottom: 20px;
}




/*        */
/* tables */
/*        */

.normal table th {
    background: #000080;
    border: 1px solid #000080;
    padding: 3px;
    color: #fff;
}
.normal table th a {
    color: #fff;
    text-decoration: none;
}
.normal table th a:hover {
    text-decoration: underline;
}
.normal table td {
    border: 1px solid #D1D1D1;
    padding: 3px;
}




/*           */
/* tag cloud */
/*           */

.col-main {
    position: relative;
}
.top-section {
    position: relative;
}
.tagCloud {
    border: 1px solid #db0285;
    padding: 10px 15px;
    text-align: center;
    font-size: 1.077em;
    line-height: 2em;
    position: absolute;
    background: #fff;
    width: 588px;
    margin-top: 43px;
    z-index: 5;
    top: 0px;
}
.tagCloudTrigger {
    font-size: 1.231em;
    color: #fff;
    text-decoration: none;
    padding: 13px 70px 13px 20px;
    background: #db0485;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 5;
    top: 0px;
}
.tagCloudTrigger span {
    display: block;
    position: absolute;
    width: 17px;
    height: 18px;
    top: 13px; 
    right: 20px;
    background: url("../img/icons/small/tagArrows.gif") left top;
}
.tagCloudTrigger.open span {
    background-position: left bottom;
}


/*              */
/* item listing */
/*              */


a.hiddenListing {
    display: none;
}


/*             */
/* video popup */
/*             */

.videoWrapper {
    position: relative;
    display: inline-block;
}
.videoPledge {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    background: #fff;
    font-size: 1.0em;
	border: #ccc 1px solid;
}

.videoPledge p {
    margin: 10px 0 0 10px!important;
}
.videoPledge label {
    float: left;
    margin: 10px 0 0 10px;
}
.videoPledge .pledgeText {
    border: 1px solid #c9c9c9;
    width: 95%;
    margin: 10px 0px 0px 10px;
}
.videoPledge .videoShare {
    float: left;
    margin: 10px 0 0 10px;
}
.videoPledge .title {
    display: block;
    width: 243px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("../img/text/pledge-to-protect.gif");
    margin-bottom: 10px;
}
.videoPledge .videoTwitter {
    float: left;
    margin: 15px 0 0;
}
.videoPledge .tagline {
    position: absolute;
    bottom: 10px;
    right: 10px;
    line-height: normal;
    width: auto;
}
.videoPledge .tagline a {
    display: inline-block;
    float: right;
}
.tooltip {
	position: relative;
	width: 175px;
}
.hearing-loss .tooltip {
	width: auto;
}
.tooltip div {
	background: #f5f5f5;
	border: #c7c7c7 2px solid;
	padding: 5px;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0px;
}

.tooltip div .static-dots {
	background: none;
	text-indent: 0px;
	float: none;
	height: auto;
	width: auto;
}

.tooltip div .t-switch {
	background: none;
	text-indent: 0px;
	float: none;
	height: auto;
	width: auto;
}

#disqus_thread {
    clear: both;
}

.addthis_button_email .at15t_email {
    display: none;
}
.addthis_button_print .at15t_print {
    display: none;
}

.popularSearchTerms {
	float: right;
	width: 290px;
	box-shadow: 0 0 3px #666666;
	margin: -60px 0px 30px 0px;
}

.popularSearchTermsInner {
	padding: 15px;
}

.popularSearchTermsInner h2 {
	font-size: 1.5em;
	margin: 0 0 0.769em 0;
}

.popularSearchTermsInner a {
}
/* Newsletter anchor offset with CSS */
a#newsletter {
    top: -50px;
    position: relative;
    display: block;
}

/* Tinnitus Awareness Week page */
.tinnitus-awareness {
	overflow: hidden;
	margin-bottom: 1.154em;
}
