#infoBox
{
	width:100%;
	margin-top:20px;
	font-weight: bold;
	color:#707070;
}

	#infoBox .highlight
	{
		color: #68becb;
	}
	
	#infoBox #infoBoxLeft
	{
		float:left;	
		margin-top:10px;
	}
	
	#infoBox #infoBoxRight
	{
		float:right;	
	}
	
#categoriesBox
{
	clear:both;
	float:left;
	width:100%;
	margin-top:10px;
}

.category
{
	width:556px;
	height:85px;
	overflow:hidden;
	margin-bottom: 10px;
	cursor:pointer;
}

.categoryOff
{
	background-image: url('../images/article_cat_off.jpg');
	background-repeat: no-repeat;
}

.categoryOn
{
	background-image: url('../images/article_cat_on.jpg');
	background-repeat: no-repeat;
}

	.category .text
	{
		display:inline;
		float:left;
		width:416px;
		margin:5px 0px 0px 150px;
	}

		.category .text .advertText
		{
			float:left;
			width:406px;
			height:62px;
			overflow:hidden;
			padding:0 10px 0 0;
		}


#articlesBox
{
	clear:both;
	float:left;
	width:100%;
	margin-top:10px;
}

.article
{
	width:556px;
	height:85px;
	overflow:hidden;
	margin-bottom: 10px;
	cursor:pointer;
}

.articleOff
{
	background-image: url('../images/article_off.jpg');
	background-repeat: no-repeat;
}

.articleOn
{
	background-image: url('../images/article_on.jpg');
	background-repeat: no-repeat;
}

	.article .text
	{
		display:inline;
		float:left;
		width:416px;
		margin:5px 0px 0px 150px;
	}

		.article .text .articleText
		{
			float:left;
			width:416px;
			height:62px;
			overflow:hidden;
		}

.searchFooter
{
	width:556px;
	overflow:hidden;
	margin-bottom: 10px;
}

	.searchFooter a
	{
		text-decoration:none;
		font-weight:bold;
		/*color: #cdcdcd;*/
		color: #999999;
	}

	.searchFooter #prev a:hover, .searchFooter #next a:hover
	{
		color: #68becb;
	}

	.searchFooter #prev .on, .searchFooter #next .on
	{
		color: #68becb;
	}

	.searchFooter #prev
	{
		display:inline;
		float:left;
		margin-left:150px;
	}

	.searchFooter #next
	{
		display:inline;
		float:left;
		margin-left:50px;
	}

#article_body
{
	margin-top:20px;
}

#welcome #articleTop
{
	width:559px;
	height:5px;
	background-image: url('../images/quick_link_top_grey.gif');
}

#welcome #articlemiddle
{
	width:539px;
	background-image: url('../images/quick_link_middle_grey.gif');
	padding:10px;
}


#welcome #articlebottom
{
	width:559px;
	height:5px;
	background-image: url('../images/quick_link_bottom_grey.gif');
}