
/******************** ArticleList ********************/

ul#articleList
{
	color: #333;
	font-family: Verdana, sans-serif;	
	list-style-type: none;
	padding: 7px 0px 0px 0px;
	margin: 0;
	font-size: 11px;
	line-height: 15px;	
}

div#Products ul#articleList
{
	padding-top: 10px;
}

ul#articleList .articleListImage
{
	border: solid 1px #bbbaa5;
	display: block;
	margin-right: 10px;
	padding: 2px;
}

ul#articleList li
{
	display: block;
	height: 100%;
	margin: 0;
	padding: 8px 0px 0px 0px;
}

ul#articleList h1
{
	color: #333;
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: bolder;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#Products ul#articleList h1
{
	padding: 0;
}
div#Products ul
{	
	padding: 0 0 0 0;
	border: 1px solid #fff;	
}
div#Products li
{
	padding-top: 0;
	padding-bottom: 10px;
}

ul#articleList .abstract
{	
	width:  auto;
}

div.articleList
{
	float: left;
}

/******************** FocusArticle ********************/

div#focus
{
	background-repeat: no-repeat;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	height: 190px;
	margin-top: 0px;
	overflow: hidden;
	padding: 20px 288px 0px 12px;
	background-position: 100% 0;
	width: 320px;
	margin-bottom: 14px;
	/*border-bottom: solid 1px #bcb9a8;*/
}

#FocusAlt div#focus
{
	padding: 20px 18px 0px 12px;
	width: 590px;
}

div#focus h1
{
	font-family: Georgia, serif;
	font-size: 28px;
	color: #f26921;
	font-weight: bold;
	padding: 0 0 5px 0;
}

div#focus a
{
	color: #7397A0;
	display: block;
}

div.FocusAbs
{
	padding-left: 10px;
	line-height: 15px;
	float: left;
	width: 350px;
}

.FocusImg 
{
	float: right;
	width: 185px;
	margin-top: -50px;
}

/*themelist*/
div#ThemeList div.abstract
{
	width: 210px;
	float: right;
	margin-bottom: 5px;
}

/******************** NewsList ********************/
h1.boxHeadline
{
	font-size: 10px;
	font-family: Arial, Sans-Serif;
	background-color: #e4e6db;
	color: #303322;
	background-image: url(../../images/stipbtn.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
div#NewsListing
{
	background-color: #edeee8;
	margin-bottom: 10px;

}
div#NewsListing h1.boxHeadline
{
	background-color: #f26921;	
	border-bottom-color: #fff;
	border-bottom-width: 3px;
	margin-bottom: 2px;
	color: #fff;
}

ul#newsList
{
	color: #395961;
	font-family: Verdana, sans-serif;
	/*height: 201px;*/
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 5px 0 15px 0;
}

div#Knowledge ul#newsList
{
	/*height: 82px;*/
	background-color: #fff;
	margin-bottom: 0;
}

ul#newsList li
{
	clear: both;
	padding: 10px 15px 0 15px;
	margin: 0;	
}


ul#newsList div.date
{
	color: #395961;
	float: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;	
}

ul#newsList a
{
	color: #395961;
	font-size: 12px;
	line-height: 16px;	
	font-weight: normal;
	text-decoration: none;
	padding-left: 3px;
}

ul#newsList a:hover
{
	text-decoration: underline;
}


