.browse_topics
{
	background:#ffffff;	
	padding:0px;
	padding-top:16px;
	padding-right:16px;
	padding-left:8px;
}
.browse_topics a
{
	text-decoration: none;
	font-weight: bold;
}

.browse_topics a:hover 
{
	text-decoration: underline;
}

.browse_topics .dm a 
{
	color: #660033;
}

.browse_topics .fda a 
{
	color: #deb406;
}


.browse_topics .mp a 
{
	color: #b39659;
}

.browse_topics .text_header
{
	font-weight:bold;
	font-size:20px;
	line-height:22px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:14px;
	width:430px;
	float:left;
}


.browse_topics .dm .text_header
{
	color:#006644;	
}

.browse_topics .fda .text_header
{
	color:#005cab;	
}

.browse_topics .mp .text_header
{
	color:#006644;	
}

.browse_topics .article_boxes
{
	border-bottom: solid 1px #f2f2f2;
	padding-bottom:6px;
	padding-top:0px;
	margin-bottom:16px;
}

.browse_topics .back
{
	float:right;
	text-align:right;
	margin-top:0px;
	padding-top:5px;
	text-transform:uppercase;
	width:158px;
	margin-right:22px;
}


/****************************************************
library search
*****************************************************/
.browse_topics .library_search_box
{
	width:609px;
	height:44px;
	background:#f2f2f2;
	padding-left:8px;
	padding-right:7px;;
	margin-top:6px;	
	margin-bottom:3px;
}

.browse_topics .library_search_box .search_input
{
	width:520px;
	float:left;
	margin-top:12px;
	font-weight:bold;

}

.browse_topics .library_search
{
	width:410px;
	margin-left:6px;

}


/***************************************************
page results nav
****************************************************/
.browse_topics .page_results
{
	font-style:italic;
	padding-top:12px;
	padding-bottom:12px;
	border-bottom:solid 1px #f2f2f2;
}

.browse_topics .results_nav
{	
	padding-left:24px;
	font-style:normal;
}

.browse_topics .results_nav a
{	
	margin-bottom:-5px;
	margin-right:3px;
	margin-left:3px;
}

.browse_topics .results_nav .selected
{	
	font-weight:bold;
	font-size:14px;
	color:#ccaabb;
	margin-bottom:-5px;
	margin-right:3px;
	margin-left:3px;
}

.browse_topics .results_nav img
{	
	margin-right:2px;
	margin-left:2px;
	margin-bottom:-5px;
}


/***********************************************
hr stylings
************************************************/


.browse_topics .hr_thick
{
	width:100%;
	height:4px;
	margin-top:6px;
	margin-bottom:6px;
}	

.browse_topics .dm .hr_thick
{
	background:#00674e;
}

.browse_topics .fda .hr_thick
{
	background:#005cab;
}

.browse_topics .mp .hr_thick
{
	background:#00674e;
}

.browse_topics .hr_double
{
	width:100%;
	height:8px;

	margin-top:2px;
	margin-bottom:3px;
}
	

.browse_topics .dm .hr_double
{
	background:url(../../global/hr_double_a9c9c1.gif) repeat-x;
}
		
	
.browse_topics .fda .hr_double
{
	background:url(../../global/hr_double_bbddff.gif) repeat-x;
}	

.browse_topics .mp .hr_double
{
	background:url(../../global/hr_double_a9c9c1.gif) repeat-x;
}	

/************************
buttons
*************************/

.browse_topics .btn_search
{
	float:right;
	margin-right:0px;
	margin-top:6px;
}