div.subsection{ 
	position: relative;
	width: 153px;
	background-color: transparent;
	z-index: 4;
	float: left;
	display: inline;
}
div.subsection_5col{ 
	position: relative;
	background-color: transparent;
	width: 758px;
	z-index: 4;
	float: left;
	display: inline;
	margin-bottom: 10px;
}
div.subtitles{ 
	color: #fff;
	font-size: 18px;
	margin: 14px 7px 14px 14px;
	.margin-bottom: 26px;
}
div.clear {
	clear: both;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
h6{  
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 14px;
	padding: 6px 7px 0px 15px;
	margin: 0px 0px 0px 0px;
}
/* *************************** Links ******************************* */
a.pdf_link:link{
	color: #525252;
	font-size: 11px;
	text-decoration: none;
}
a.pdf_link:visited{
	color: #525252;
	font-size: 11px;
	text-decoration: none;
}
a.pdf_link:active{
	color: #525252;
	font-size: 11px;
	text-decoration: underline;
}
a.pdf_link:hover{
	color: #000;
	font-size: 11px;	
	text-decoration: underline;
}
/* ************************ Headers ******************************* */
h2.pdf{ 
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 9px;
}
h4.pdf{  
	font-size: 11px;
	font-weight: normal;
	color: #525252;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 9px;
	.padding: 3px 0px 0px 9px;
}
h6.pdf{ 
	color: #999999;
	font-size: 11px;
	padding: 1px 3px 0px 0px;
	
}
/* ************************ Containers ******************************* */
#pdf_container{ 
	position: relative;
	height: 1%;
	background-color: transparent;
	z-index: 3;
}
div.pdf_left_cont{ 
	position: relative;
	height: 1%;
	width: 355px;
	border-left: 4px solid White;
	border-bottom: 15px solid White;
	float: left;
	z-index: 3;
}

/* ////////////////////////// PDF Sections ///////////////////////// */
div.pdf_title_on{ 
	position: relative;
	width: 355px;
	height: 28px;
	background: url(../Images/PDF_Catalogue/pdf_bar_closed.gif) no-repeat top left;
}
div.pdf_title_off{ 
	position: relative;
	width: 355px;
	height: 28px;
	background: url(../Images/PDF_Catalogue/pdf_bar_open.gif) no-repeat top left;
}
/* ////////////////////////// PDF Subsections ///////////////////////// */
div.pdf_subsections{ 
	margin-bottom: 4px;
	width: 355px;
}
div.pdf_subsection_title{ 
	background-color: #f3f3f3;
	float: left;
	width: 269px;
	height: 16px;
	margin-top: 1px;
	
}
div.pdf_subsection_page_range{ 
	background: url(../Images/PDF_Catalogue/pdf_page_range.gif) no-repeat top left;
	float: left;
	width: 58px;
	.width: 60px;
	height: 16px;
	border-left: 2px solid White;
	margin-top: 1px;

}
div.pdf_download{ 
	background-color: #CC0000;
	float: left;
	width: 24px;
	height: 16px;
	border-left: 2px solid White;
	margin-top: 1px;
}
/* //////////////////////////////// */

