@charset "utf-8";
/* CSS Document */
#browse_content
{
	float: left;
	clear: both;
	width: 945px;
	background-color: #101a3c;
	margin: 12px 0px 0px 0px;
	padding: 10px;
}
	#browse_content a
	{
		text-decoration: none;
		color: #fff;
	}
	#browse_content a:hover
	{
		text-decoration: underline;
		color: #fff;
	}

#heading
{
	float: left;
	clear: both;
	width: 945px;
	border-bottom: 1px solid #2d3654;
}

#heading h1
{
	font-size: 28px;
	color: #fff;
	width: 400px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
	clear: both;
}

#heading .category
{
	float: left;
	clear: none;
	width: 545px;
	font-size: 12px;
	color: #81869d;
	text-align: right;
	padding-top: 14px;
}

#search_navi_container 
{
	float: left;
	clear: both;
	width: 945px;
	height: 17px;
	border-bottom: 1px solid #313856;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
	color: #fff;
}

#search_navi_container_b 
{
	float: left;
	clear: both;
	width: 945px;
	height: 17px;
	border-top: 1px solid #313856;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	color: #fff;
}

.results_navi_info 
{
	float: left;
	clear: none;
	width: 705px;
	height: 15px;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	padding-top: 1px;
	margin: 0px 10px 0px 10px;
}
	
.navi_link 
{
	float: left;
	clear: none;
	width: 55px;
	height: 16px;
	text-align: right;
}
	.navi_link a 
	{
		color: #fff;
		text-decoration: none;
	}
	.navi_link a:hover 
	{
		color: #fff;
		text-decoration: underline;
	}
	.navi_link img 
	{
		float: left;
		clear: none;
		border: none;
	}

.link_text 
{
	float: left;
	clear: none;
	padding: 1px 0px 0px 7px;
}
	
.navi_link2 
{
	float: left;
	clear: none;
	width: 55px;
	height: 16px;
	text-align: right;
}
	.navi_link2 a 
	{
		color: #fff;
		text-decoration: none;
	}
	.navi_link2 a:hover 
	{
		color: #fff;
		text-decoration: underline;
	}
	.navi_link2 img 
	{
		float: left;
		clear: none;
		border: none;
		margin-left: 5px;
	}

/* Results */
.result_container 
{
	float: left;
	clear: left;
	width: 945px;
	height: 80px;
	background-color: #212a52;
	margin: 10px 0px 0px 0px;
	color: #fff;
}
	.result_container img
	{
		float: left;
		clear: both;
		width: 80px;
		height: 60px;
		border: 1px solid #fff;
		margin: 10px 0px 0px 10px;
	}
	.result_holder
	{
		float: left;
		clear: none;
		width: 825px;
		height: 42px;
		overflow: hidden;
		margin: 10px 0px 0px 20px;
		border-bottom: 1px solid #1d3b5c;
	}
	.result_navi
	{
		float: left;
		clear: none;
		width: 330px;
		height: 16px;
		overflow: hidden;
		margin: 0px 0px 0px 20px;
		padding-top: 4px;
		font-size: 11px;	
	}
	.result_navi a
	{
		color: #fff;
		text-decoration: none;
	}
	.result_navi a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	.result_occupation
	{
		float: left;
		clear: none;
		width: 495px;
		height: 16px;
		overflow: hidden;
		margin: 0;
		padding-top: 4px;
		text-align: right;
		font-size: 11px;
		color: #81869d;
	}
	.result_location 
	{
		float: left;
		clear: both;
		font-size: 11px;
		width: 600px;
		margin: 0;
	}
	.result_title 
	{
		float: left;
		clear: none;
		width: 530px;
		font-size: 18px;
		margin: 0;
	}
		.result_title a 
		{
			color: #fff;
			text-decoration: none;
		}
		
		.result_title a:hover 
		{
		  color: #fff;
		  text-decoration: underline;
		}