/*======================================
           FAQ STYLE SHEET
Here you will find styles that relate
directly to the faq template.
======================================*/
 

div.page-is-tenss-faq{
   padding-left:30px;
   width: 920px;
}


/* None active state */
div.page-is-tenss-faq dd span,
div.page-is-tenss-faq dt span {
    padding-right: 30px;
    height: auto;
}

div.page-is-tenss-faq dd {
  Xtop: -9999px;
  Xposition: absolute;
    height: 0px;
}


/* force q and a content to be displayed inline with gutter
   created by Q and A */
div.page-is-tenss-faq dd span.content,
div.page-is-tenss-faq dt span.content {
    display:block;
    height:auto;
    margin-left:34px;
    margin-right:-21px;
    margin-top:-23px;
    padding-right:30px;
    clear:both;
    cursor:pointer;
     font-size: 1em;
    color: #666666;
}


/* Active State */

div.page-is-tenss-faq dd.active {
   	position: relative;
   	top:0;
}

div.page-is-tenss-faq dd.active img {
    padding-bottom: 10px;
}



div.page-is-tenss-faq dd div.shadow{
	background: transparent url(/images/10ss_background_combined.png) no-repeat scroll 0px -200px;
	_background: none;
	display:block;
	height:30px;
}

div.page-is-tenss-faq dt.active {
	background:transparent url(/images/10ss_background_combined.png) no-repeat scroll -155px -340px;
    _background: none;
	padding-top:25px;
	cursor:default;
    border: 1px solid #fff;
}



div.page-is-tenss-faq dt.active span,
div.page-is-tenss-faq dd span {
    font-size: 1.3em;
    color: #003366;
    cursor:default;
}

div.page-is-tenss-faq dd.active div.content {
    font-size: 1em;
    color: #666666;
}

div.page-is-tenss-faq dd a {
    position: static;
}




