/* ================================================================================ */
/* Search input
/* ---------------------------------------- */

#div_story_1
{
	/*
	border:1px solid brown;
	*/
	
}
#div_story_1 #div_search
{
	/*
	overflow: visible;
	*/
}
#div_story_1 #text_search
, #td_top_nav #text_search
{
	/*	
	margin-left: 0px;
	margin-top: 1px;
	float: left;
	*/	
	width: 300px;
	
}
#div_story_1 #search_submit
{
	/*
	margin-left: 2px;
	*/
}
#div_story_1 #table_search_categories
, #td_top_nav #table_search_categories
{
	
	/*
	border:1px solid blue;	
	
	*/
	width: 100%;
	
}
	#div_story_1 #td_search
	{
		/*
		*/	
		text-align: left;
	}
	#div_story_1 #td_categories
	, #td_top_nav #td_categories
	{
		/*	
		border:1px solid brown;
		vertical-align:middle;
		*/
		text-align: right;
	}
#div_story_1 #name_swe
{
	/*
	width:200px; 
	*/
}
/* ================================================================================ */


/* ================================================================================ */
/* Search results
/* ---------------------------------------- */
#div_results
{
	/*	
	
	font-size: 80%;
	height:15px;
	margin-right: 4px;
	*/
	
	border-top:1px solid #b4b4b4; 
	background-color:#f1f1f1;	
	margin-top:4px;
}

#div_results #div_results_left
{
	/*
	font-size:120%;
	vertical-align:middle; vertical-align:baseline; 
	*/
	float:left;
	font-weight:500;
	
}

#div_results #div_results_right
{
	float:right;
	font-size:90%;
	padding-top: 2px;
}


/* ================================================================================ */
