	.tx-wecknowledgebase-pi1 .news-list-container h3,
	.tx-wecknowledgebase-pi1 .news-latest-container h3,
	.tx-wecknowledgebase-pi1 .news-comment-container h3,
	.tx-wecknowledgebase-pi1 .news-kb-container h3,
	.tx-wecknowledgebase-pi1 .news-pop-container h3,
	.tx-wecknowledgebase-pi1 .news-single-related h3	{
		font-size: 1em;
		margin: 2px;
		margin-top:6px;
		padding: 2px;
		background-color: {$plugin.tx_wecknowledgebase_pi1.listHeaderBackColor};
	}
	 .tx-wecknowledgebase-pi1 .news-list-item .tiny,
	 .tx-wecknowledgebase-pi1 .news-latest-item .tiny,
	 .tx-wecknowledgebase-pi1 .news-pop-item .tiny {
		font-size: .75em;
		color: {$plugin.tx_wecknowledgebase_pi1.catItemTinyColor};
	}
	 .tx-wecknowledgebase-pi1 .news-latest-item h3,
	 .tx-wecknowledgebase-pi1 .news-list-item h3,
	 .tx-wecknowledgebase-pi1 .news-pop-item h3 {
 		font-size: 1em;
		font-weight: normal;
		background-repeat: no-repeat;
		background-position: left top;
		background-color: transparent;
		display: block;
		padding-left: 20px !important;
	}
	 .tx-wecknowledgebase-pi1 .news-list-item h3 {
		background-image: url(res/kb_page.gif);
	 }
	 .tx-wecknowledgebase-pi1 .news-latest-item h3 {
		background-image: url(res/kb_new.gif);
	 }
	 .tx-wecknowledgebase-pi1 .news-pop-item h3 {
		background-image: url("{$plugin.tx_wecknowledgebase_pi1.popularListIcon}");
	 }

	 .tx-wecknowledgebase-pi1 .news-list-item  .bodytext,
	 .tx-wecknowledgebase-pi1 .news-pop-item  .bodytext,
	 .tx-wecknowledgebase-pi1 .news-latest-item .bodytext {
	 	margin: 0px;
	 	padding-bottom: 2px;
 	}

	 .tx-wecknowledgebase-pi1 .news-catmenu {
		background: #fff;
		border = 0;
		font-size:1em;
		float:	left;
		width:  100%;
		padding: 0px;
		padding-left:   4px
		padding-bottom: 6px;
		margin: 0px;
		clear: both;
	}
	 .tx-wecknowledgebase-pi1 .news-catmenu-NO {
		float: 			left;
		width:			250px;
		margin-bottom:  5px;
		padding-bottom: 5px;
	}
	 .tx-wecknowledgebase-pi1 .news-catmenu-icon {
		padding-right:	6px;
	}
	news-catmenu-icon
	 .tx-wecknowledgebase-pi1 .news-single-related h3.header {
		font-size: 1.2em;
		display: block;
		width: auto;
		border-bottom: 0px dotted #ccc;
		margin-top: 5px;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	 .tx-wecknowledgebase-pi1 .news-single-related {
		margin-top: 20px;
	}

	 .tx-wecknowledgebase-pi1 .news-single-item {
	 	clear:	both;
	}

	 .tx-wecknowledgebase-pi1 .news-comment-container {
		display: block;
		margin-top: 15px;
		margin-bottom:10px;
		padding:	15px;
	}
	 .tx-wecknowledgebase-pi1 .news-comment-item {
		width:		100%;
		background-color: {$plugin.tx_wecknowledgebase_pi1.commentItemBackColor};
		border: 	1px solid #333;
		margin: 	0px auto;
		margin-bottom:4px;
		margin-top:	4px;
		padding:	5px;
		padding-bottom:1px;
		font-size:  1em;
	}

	 .tx-wecknowledgebase-pi1 .news-tutorial-menu {
	 	margin: 4px;
	 	padding: 4px;
	}

	 .tx-wecknowledgebase-pi1 .news-form {
		width: 550px;
		background-color: {$plugin.tx_wecknowledgebase_pi1.formBackColor};
		border: 1px solid #333;
		margin: 0px auto;
		padding:	5px;
		padding-bottom: 0px;
		margin-top:10px;
		margin-bottom:5px;
		font-size:	0.9em;
	}
	 .tx-wecknowledgebase-pi1 .news-form-label {
		float:		left;
		width:		25%;
		text-align:	right;
		margin-right:10px;
		font-size:	0.9em;
	}
	 .tx-wecknowledgebase-pi1 .news-form-input {
		float:		left;
		width:		70%;
		text-align:	left;
		margin-bottom:5px;
		font-size:	0.9em;
	}
	 .tx-wecknowledgebase-pi1 .news-form-textacross {
		float:		left;
		width:		100%;
		text-align:	center;
		font-size:	0.9em;
	}

	 .tx-wecknowledgebase-pi1 .news-button a,  .tx-wecknowledgebase-pi1 .news-button a:active,
	 .tx-wecknowledgebase-pi1 .news-button a:link,  .tx-wecknowledgebase-pi1 .news-button a:visited {
		display:		inline;
	    font-family: 	arial, tahoma, sans-serif;
		font-size:		0.8em;
		padding: 		3px;
	    margin:         3px;
	    margin-top:     5px;
		border: 		1px #aaa solid;
		background-color:{$plugin.tx_wecknowledgebase_pi1.btnBackColor};
		color: 			{$plugin.tx_wecknowledgebase_pi1.btnColor};
		text-decoration: none;
	}
	 .tx-wecknowledgebase-pi1 .news-button a:hover {
		border: 		1px #ccc solid;
		background-color: {$plugin.tx_wecknowledgebase_pi1.btnHoverBackColor};
		color: 			{$plugin.tx_wecknowledgebase_pi1.btnColor};
	}

	 .tx-wecknowledgebase-pi1 .news-sidebar {
		float: 		right;
		width:		130px;
		margin: 	4px;
		margin-right: 0px;
		padding: 	0px;
		padding-bottom:10px;
		border: 	1px solid #888;
		background-color: {$plugin.tx_wecknowledgebase_pi1.sidebarBackColor};
		text-align:	center;
	}
	 .tx-wecknowledgebase-pi1 .news-sidebar-links {
		margin:			4px;
		margin-top:		8px;
	}
	 .tx-wecknowledgebase-pi1 .news-sidebar-links a {
		font-family:	arial, tahoma, sans-serif;
		font-size: 		0.8em;
		padding:		2px;
		text-decoration: none;
		color:			black;
	}
	 .tx-wecknowledgebase-pi1 .news-sidebar-header {
		font-family:	arial, tahoma, sans-serif;
		font-size: 		1em;
		padding:		2px;
		margin:			0px;
		color:			black;
		background-color: {$plugin.tx_wecknowledgebase_pi1.sidebarHeaderBackColor};
	}

	 .tx-wecknowledgebase-pi1 .news-search-form {
		float:	left;
		width:	45%;
		margin-bottom: 4px;
		padding-right: 10px;
	}
	 .tx-wecknowledgebase-pi1 .news-search-emptyMsg {
	    display: none;
	}

	 .tx-wecknowledgebase-pi1 .news-catdropdown {
		float:   left;
		width:	50%;
		margin-bottom:10px;
		padding-right:10px;
	}
	 .tx-wecknowledgebase-pi1 .news-actionbar {
		text-align:	center;
		font-size:	10px;
		padding:	4px;
		padding-bottom:8px;
	}
	 .tx-wecknowledgebase-pi1 .news-single-backlink {
	 	margin-top: 10px;
	 	clear:		both;
		font-size:	12px;
	}

	.tx-wecknowledgebase-pi1 .news-version-info {
		margin:		0px;
		margin-left: 20px;
		margin-bottom: 10px;
		font-size:	0.85em;
		color:		#888;
	}

	.tx-wecknowledgebase-pi1 .alert {
		width:		100%;
		color:		#f00;
		font-weight: bold;
		font-size:	105%;
		padding:	2px;
	}
