@charset "utf-8";
/* CSS Document */

/*.guides */
.single-tb_guides .tbg_box,
.tax-tb_guide .tbg_box { 
	height: auto; 
	min-height: 56px; 
	margin: 20px 0;
	float: left;
	width: 100%;	
}

/* guide title*/ 
.guide {
	line-height: 47px; 
	font-weight: normal;
}
.guide-subheading{
	font-size:1.5rem;
	font-weight:500;
	margin-bottom:0;
	color:#686868;
}

.tax-tb_guide h2,
.single-tb_guides h2 {}

.guide span {}

/* guides navigation */

.guidenav {
	margin: 0 0 20px 0 ; 
	padding: 0; 
	list-style-type: none; 
	border-top-style: solid;
	border-top-width: 1px;	
	float: left;
	width: 100%;
}

 .guidenav li { 
	border-bottom-style: solid;
	border-bottom-width: 1px;	
	/*padding-right: 5px;*/
	margin: 0;
	float: left;
	width: 100%;
	height: auto;
	float: left;
}

.guidenav li.current {
	border-right-style: solid;
	border-right-width: 10px;	
	width: 90%;
		padding: 10px 5% 10px 0;

}

.guidenav a,
.guidenav .section_header {
	display: block; 
	padding: 10px 5% 10px 0;
	width: 95%;
	float: left;
}

.guidenav .section_header {
		font-weight: bold; 
}

.guidenav span {
	font-weight: bold; 
	width: 100%; 
	float: left;
}

.guidenav a span:hover {
	/*text-decoration: underline;*/
}

/*guide next/previous */
.prevnext a  { 
	width: 94%; 
	padding: 10px 3%;
	float: left;
	border-bottom-color: transparent;
}

.prevnext span {
	font-weight: bold;
	width: 100%; 
	float: left;
}

.prevnext .nolink {
	padding: 19px 0;
}

.prevnext {
	text-align: center;
}

.tb_guides_clear {	clear: both;}

.pdf-print-button a {
	padding:  10px 0 10px 15% !important;
	marg1in-left: -3%;
	background:  url(../images/mime-pdf.gif) no-repeat 8px 50% ; width:85%  !important; display: block;
	border-bottom-color: transparent;}

.print-select-select {width: 100%;}