/* Page Navigation ( like WEB 2.0 )
----------------------------------------------- */
.pageNav{
	text-align:right;
	margin: 10px 0;
}

.pageNav .module_pagneutral {
	font-size: 14px;
	height: 19px;
	background-color: #F0F0F0;
	padding: 1px 4px 1px 4px;
	border: 1px solid #999;
	margin-right: 5px;
}

.pageNav .module_pagact {
	font-size: 14px;
	width: 16px;
	height: 19px;
	color: #444;
	background-color: #F4A460;
	padding: 1px 4px 1px 4px;
	border: 1px solid #999;
	margin-right: 5px;
}

.pageNav .module_paginact {
	font-size: 14px;
	width: 16px;
	height: 19px;
	background-color: #F0F0F0;
	padding: 1px 4px 1px 4px;
	border: 1px solid #999;
	margin-right: 5px;
}



/* Breadcrumbs
----------------------------------------------- */
ol#bcList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


ol#bcList li {
	display: inline;
}


ol#bcList li.crumb{
	background: url(../images/arrow.gif) no-repeat;
	padding-left: 16px;
}

/*  top & category page
-------------------------------------------------*/
h2 {
	margin: 0 0 10px;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #CCC;
	line-height: 1.2;
}

h3 {
	font-size: 105%;
	margin: 0 0 5px;
}

.category {
	margin-bottom: 15px;
}


.categorySummary {

}


dl.articleList  {
	margin-left: 10px;
	padding: 5px;
}

dl.articleList .h2 {
	line-height: 1.2;
}

dl.articleList .h3 {
	line-height: 1.2;
}

dl.articleList .dd {

}

.articleListEven {
	clear: both;
	margin: 5px 0 10px;
	border: 1px dotted #767676;
	padding: 5px;
	background-color: #F2FBFF;
}

.articleListOdd {
	clear: both;
	margin: 5px 0 10px;
	border: 1px dotted #767676;
	background-color: #F2FBFF;
	padding: 5px;
}

dl.articleList .articleSummary {
	margin-left: 25px;
}

dl.articleList .icon img  {
	float: left;
	left: 0;
	top: 9px;
	margin: 9px 9px;
}

.readmore {
	text-align: right;
	margin-left: 10px;
}


/* article page
-------------------------------------------------*/

#article {
}

#article h1{
	line-height: 1.2;
	font-size: 14px;
}


#articleImage{
}

#articleDescription{
}

dl.articleTextList {
	border: thin solid #999999;
	margin-left: 10px;
	padding: 5px;
}

dl.articleTextList articleTextListArticle {
}

#listTitle {

}

.rightLink {
	text-align: right;
	margin-left: 10px;
}

/* date
-------------------------------------------------*/
span.date  {
	color: #333333;
	font-size: x-small;
}

/* Flort clear & Pagejump
----------------------------------------------- */
.closer {
	clear: both;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 0px;
	width: 0px;
	line-height: 0px;
	font-size: 0px;
}
