
/* CSS for the article */

#content_detail_nav {
    border-top: 1px solid #BDDEFF;
    border-bottom: 1px solid #BDDEFF;
    padding-top: 4px;
    padding-bottom: 4px;
}

#content_detail_title {
    color: black;
}
#content_detail_sub_title {
    color: #2C60B2;
}
#content_detail {
    color: black;
}

#content_preview_tags {
	padding-bottom: 10px;
}

#comment_box {
    /*padding: 10px;*/
    /*background-color:#BDDEFF;*/
}


/* -------------------- */
/* NEW ARTICLE PREVIEW  */
/* -------------------- */

.preview_wrapper {
/* 	padding-top: 5px; */
	padding-bottom: 10px;
	
}
.article_preview_wrapper, .article_preview_wrapper_top {
    padding-top: 10px;
	padding-bottom: 10px;
	min-height: 44px;
	border-bottom: 1px dotted #CFCFCF;
	line-height: 16px;
	padding-left: 9px;
	padding-right: 9px;
	overflow: hidden;
	color: #333333;
}

* html .article_preview_wrapper, .article_preview_wrapper_top {
	height: 1%;
}

.article_preview_wrapper a, .article_preview_wrapper_top a {
	color: #105CB6;
    font-weight: bold;
}

.article_preview_wrapper a:hover, .article_preview_wrapper_top a:hover {
	color: #105CB6;
}

.article_preview_wrapper_top { border: 2px solid #e5ecf3; margin-top: 10px; }

/* PREVIEW TITLE */

.article_preview_title,
.article_preview_title_top {
    font-size: 15px;
 	padding-bottom: 2px;
}

.article_preview_title a { /* color: #0D314C; */ color:#333; }
.article_preview_title_top a { color: #3b5998; }

.article_preview_title a:hover,
.article_preview_title_top a:hover {
	text-decoration: underline;
	color: #1B5790;
}

/* PREVIEW TITLE END */

.article_preview_info {
	font-weight: normal;
	color:#676760;
	font-size:11px;
	line-height:1.25em;
}
.article_preview_info a {
	color: #276096;
	font-weight: normal;
}

.article_preview_info a:hover {
	color: #105CB6;
}

.article_preview_picture {
	float: left;	
	margin-left: 10px;
	width: 85px;
	margin-bottom: 5px;
}

.article_preview_picture_right {
	float: right;	
	margin-left: 10px;
/* 	width: 85px; */
	margin-bottom: 5px;
/* 	background-color: red; */
	margin-top: 5px;
}

.article-preview-text {
/* 	overflow: hidden; */
	color: #333;
}

.article_preview_art_text {
 	font-size: 15px;
 	font-weight: bold;
	text-decoration: none;
	color: gray;
}

/* ------------- */
/* TOP 5 ARTICLE */
/* ------------- */

.show-top-articles {
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.show-top-articles ul {
	list-style-type: none;
} 

.show-top-articles li {
	margin: 0px 0;
	min-height: 12px;
	vertical-align: middle;
	line-height: 14px;
	/*border-bottom: 1px dotted #d4dae8;*/
}

.show-top-articles li a { 
/* 	background: url(/images/icons/silk/star.gif) no-repeat left 40%; */
	color: #105CB6;	
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 16px;
}

.show-top-articles li a:hover {
	background-color: #ffffcc;
	text-decoration: none;
}

/* ------------- */
/* NEWS          */
/* ------------- */

.show-news {
/* 	position: relative; */
}

.show-news ul {
	list-style-type: none;
} 

.show-news li {
	border-bottom: 1px dotted #E5ECF3;
	margin: 0px 0;
	padding-left: 1px;
	padding-right: 1px;
	min-height: 12px;
	vertical-align: middle;
	line-height: 16px;
}

.show-news li a { 
/* 	background: url(/images/icons/16x16/actions/knewstuff.gif) no-repeat left 50%; */
/* 	background: url(/images/icons/16x16/actions/blog-16x16.gif) no-repeat left 50%; */
/* 	background: url(/images/icons/16x16/apps/knode.gif) no-repeat left 50%; */
/* 	background: url(/images/icons/16x16/apps/package_network.gif) no-repeat left 50%; */
	color: #105CB6;	

	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 1px;
	min-height: 16px;
	
}

.show-news li a:hover {
/* 	background: #ffffcc url(/images/icons/16x16/actions/idea.gif) no-repeat left 50%; */
	background-color: #ffffcc;
	text-decoration: none;
	
}

/* ---------------------- */
/* ARTICLE LI PREVIEW EXP */
/* ---------------------- */

.show_article_preview {
/* 	position: relative; */
}

* html .show_article_preview {
	position: relative;
	width: 99%;	
}

.show_article_preview ul {
	list-style-type: none;
} 

.show_article_preview li {

	border-bottom: 1px dotted #999;
	margin: 0px 0;
	padding-top: 4px;
	padding-bottom: 4px;
	}

* html .show_article_preview li { 
/* 	clear: both;	 */
}

.show_article_preview li a { 
	
	color: #105CB6;
	display: block;
	font-weight: bold; 
	font-size: 15px;
	padding: 5px;
	padding-right: 30px;
	text-decoration: none;
	margin-right: 80px;
	height: auto;
	min-height: 60px;
}

* html .show_article_preview li a {  /* make hover effect work in IE */
	/* 	width: 100%; */
	height: 64px;
}

.show_article_preview li a:hover {
	background: #ffffcc;
	text-decoration: none;
	background: #ffffcc url(/images/default/main/background_select_45x120px.gif) no-repeat right 50%;
}

.show_article_preview a em { 
	color: #333;
	display: block;
	font-weight: normal; 
	font-style: normal;
	font-size: 13px;
	line-height: 125%; 
}

.show_article_preview a span {
    color: #1B5790;
	font-weight: normal; 
    font-size: 11px;
    line-height: 125%;
}

.show_article_preview img {
	float: right;
	height: 64px;
	width: 64px;
	margin-left: 10px;
	margin-top: 4px;		
}

/* ------------------------- */
/* TOP 5 ARTICLE BOTTOM LINKS */
/* ------------------------- */

.article-foot-wrapper {
	border-bottom: 1px dotted #d4dae8;
	margin-bottom: 15px;
	padding-bottom: 7px;
}

.article-link-topfive-left {
	text-align: left;
	padding-left: 10px;
}

.article-link-topfive-left a{
    background:url(/images/icons/silk/help.gif) no-repeat left 50%;
    padding-left:20px;
    font-weight: bold;
	display: block;
/* 	text-decoration: underline; */

}

.article-link-topfive-right {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

.article-link-topfive-right a {
	background:url(/images/default/main/icon-arrow-right-small-4x7px.gif) no-repeat right 50%;
	padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;  
    color: #1B5790;
    text-decoration: none;
}

.article-link-topfive-right a:hover {
	color: black;
	text-decoration: underline;	
}

/* ---------------------- */
/* ARTICLE LIST RIGHT     */
/* ON DETAIL PAGE         */
/* ---------------------- */

.article-list-wrapper {
	padding-bottom: 20px;
}

.article-list {
	overflow: hidden;
}

.article-list ul {
	list-style-type: none;
} 

.article-list li {
	border-bottom: 1px dotted #E5ECF3;
	margin: 0px 0;
	padding-left: 1px;
	padding-right: 1px;
	min-height: 12px;
	vertical-align: middle;
	line-height: 16px;
}

.article-list li a { 
/* 	background: url(/images/icons/16x16/actions/knewstuff.gif) no-repeat left 50%; */
	color: #105CB6;	

	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-right: 1px;
	min-height: 16px;
	
}

.article-list li a:hover {
	background-color: #ffffcc;
	text-decoration: none;
}

/* ------------------- */
/* DETAIL ARTICLE PAGE */
/* ------------------- */

.article-typ {
/* 	color: #1B5790; */
	color: #105CB6;
	font-weight: bold;
}

.article-typ a {
/* 	color: #1B5790; */
	color: #105CB6;
	font-weight: bold;
}

.perma-id {
	color: gray;	
	font-size: 11px;
	font-weight: normal; 
     
}

.perma-id a {
	color: gray;
	font-weight: normal;
}

.perma-id a:hover {
	color: black;
}

.article-user-id a {
	font-weight: bold;
	color: #105CB6;
}

.article-detail-wrapper {}

.article-detail-title {
	padding-bottom: 15px;
	padding-top: 0px;
}

.article-detail-title ul {
	overflow: hidden;
	display: inline;
}

.article-detail-title li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	vertical-align: middle;
}

.article-detail-title h1 {
	font-size: 17px;
	font-weight: bold;
	color: black;
	display: inline;
	padding-right: 2px;
}

.article-detail-autor-pic {
	float: left;
	margin-right: 10px;
	width: 54px;
/* 	min-height: 80px; */
	overflow: hidden;
}

.article-detail-autor-pic img {
	width: 48px;
	border: 1px solid #efefef;
	padding: 2px;
	margin-bottom: 5px;
}

.article-detail-category-pic {
	float: right;
	padding-top: 15px;
}

.article-detail-views {
	font-size: 11px;
}

.article-detail-create {
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
/* 	background-color: red; */
	padding-bottom: 8px;
}

* html .article-detail-create {
	height: 1%;
}

.article-detail-sub {
	font-weight: bold;
	padding-bottom: 10px;
	color: #1B5790;
	font-size: 14px;
	padding-top: 5px;
}

.article-detail-text {
	margin-top: 15px;
}

.article-detail-data-source {}

.article-detail-bottom-navi {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 15px;
}

.article-detail-comment-wrapper-short {
	background-color: #FCFCFC;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
.article-detail-comment-wrapper-short ul {
	margin-left: 15px;
}

.article-detail-comment-wrapper-short li {
	padding: 0px;
	line-height: 17px;
}

.article-detail-comment-wrapper-thread {
	padding-top: 15px;
	padding-bottom: 20px;
	
	
}
.article-detail-comment-wrapper-thread ul {
	margin-left: 10px;
}

.article-detail-comment-wrapper-thread li {
	padding: 0px;
	line-height: 17px;
	font-size: 12px;
}

.article-detail-comment-wrapper-full {
	border-bottom: 2px solid #E5ECF3; 
	margin-bottom: 15px;
}

.article-detail-not-found {}

.article-detail-search {
	font-size: 11px;
	padding-left: 16px;
}

.article-detail-search span {}

.article-detail-search li {
	list-style-image: url(/images/default/main/icon-arrow-right-small-4x7px.gif);
}
.article-detail-search a {
	font-weight: normal;
	color: #105CB6;
}

.article-detail-search a:hover {
	font-weight: normal;
	color: #105CB6;
	text-decoration: underline;
}

/* left right arrows in articke detail */

.article-detail-left-link a,
.article-detail-right-link a {
	font-size: 10px;
	color: #1B5790;
}

.article-overview-left-link a,
.article-overview-right-link a {
	font-size: 12px;
	color: #1B5790;
}

.article-detail-left-link a,
.article-overview-left-link a {
	background:url(/images/default/main/icon-arrow-left-small-4x7px.gif) no-repeat left 50%;
	padding-left: 10px;
}

.article-detail-right-link a,
.article-overview-right-link a {
	background:url(/images/default/main/icon-arrow-right-small-4x7px.gif) no-repeat right 50%;
	padding-right: 10px;
}

/* -------- */
/* CONTENT  */
/* -------- */

.article-content-commands {
	text-align: right;	
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 13px;
}

.article-content-commands a {
	text-decoration: underline;
}

.article-content-commands .add a:hover, 
.article-content-commands .quote a:hover, 
.article-content-commands .edit a:hover, 
.article-content-commands .defect a:hover, 
.article-content-commands .link a:hover,
.article-content-commands .link_edit a:hover,
.article-content-commands .link_delete a:hover,
.article-content-commands .del a:hover {
	color: red;
}
.article-content-commands .add a,
.article-content-commands .quote a,
.article-content-commands .edit a,
.article-content-commands .defect a,
.article-content-commands .link a,
.article-content-commands .link_edit a,
.article-content-commands .link_delete a,
.article-content-commands .del a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	margin-right: 5px;
	padding-left: 20px;
	color: #105CB6;
}

.article-content-commands .add a {
	background:url(/images/icons/silk/comment_add.gif) no-repeat left 50%;
}
.article-content-commands .quote a {
	background:url(/images/icons/silk/comments_add.gif) no-repeat left 50%;
}
.article-content-commands .edit a {
	background:url(/images/icons/silk/page_white_edit.gif) no-repeat left 50%;
}
.article-content-commands .del a {
	background:url(/images/icons/silk/page_white_delete.gif) no-repeat left 50%;
}
.article-content-commands .defect a {
	background:url(/images/icons/silk/link_break.gif) no-repeat left 50%;
}
.article-content-commands .link a {
	background:url(/images/icons/silk/link_go.gif) no-repeat left 50%;
}
.article-content-commands .link_edit a {
	background:url(/images/icons/silk/link_edit.gif) no-repeat left 50%;
}
.article-content-commands .link_delete a {
	background:url(/images/icons/silk/link_delete.gif) no-repeat left 50%;
}


/* -------- */
/* COMMENTS */
/* -------- */

.article-comments-commands {
	text-align: right;	
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 13px;
}
.article-comments-commands a {
	text-decoration: underline;
}

.article-comments-commands .add a:hover, 
.article-comments-commands .quote a:hover, 
.article-comments-commands .edit a:hover, 
.article-comments-commands .undo a:hover,
.article-comments-commands .announce a:hover, 
.article-comments-commands .del a:hover {
	color: red;
}

.article-comments-commands .add a, 
.article-comments-commands .quote a, 
.article-comments-commands .edit a, 
.article-comments-commands .del a,
.article-comments-commands .announce a,
.article-comments-commands .undo a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	margin-right: 5px;
	padding-left: 20px;
	color: #105CB6;
}
.article-comments-commands .add a {
	background:url(/images/icons/silk/comment_add.gif) no-repeat left 50%;
}
.article-comments-commands .quote a {
	background:url(/images/icons/silk/comments_add.gif) no-repeat left 50%;
}
.article-comments-commands .edit a {
	background:url(/images/icons/silk/comment_edit.gif) no-repeat left 60%;
}
.article-comments-commands .del a {
	background:url(/images/icons/silk/comment_delete.gif) no-repeat left 60%;
}
.article-comments-commands .undo a {
	background:url(/images/icons/silk/arrow_undo.gif) no-repeat left 60%;
}
.article-comments-commands .announce a {
	background:url(/images/icons/silk/bell.gif) no-repeat left 50%;
}


/* ------------ */
/* SET SOLUTION */
/* ------------ */

.set-solution a {
	color:#29BE1A;
	background:url(/images/icons/silk/tick.gif) no-repeat left 40%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	margin-right: 5px;
	padding-left: 20px;
}

.set-solution a:hover {
	text-decoration: underline;
	color:#29BE1A;
}

/* --------------- */
/* ARTICLE COMMENT */
/* --------------- */

.article-detail-comment-wrapper {
/* 	background:url(/images/default/main/background_14x166px.gif) repeat-x; */
/* 	background-color: #FCFCFC; */
	padding-left: 9px;
	padding-right: 9px;
/* 	margin-bottom: 15px; */
	border-top: 2px solid #E5ECF3;
	padding-top: 15px;
	padding-bottom: 15px;
}

.article-detail-comment-wrapper-owner {
/* 	background:url(/images/default/main/background_yellow_14x166px.gif) repeat-x;  */
/* 	background-color: #F4F4F3; */
/* 	background-color: #FFFADA; */
	background-color: #F8FFF1;
	padding-left: 9px;
	padding-right: 9px;
/* 	margin-bottom: 15px; */
	border-top: 2px solid #E5ECF3;
	padding-top: 15px;
	padding-bottom: 15px;
}

.article-detail-comment-print-wrapper {
	padding-left: 9px;
	padding-right: 9px;
	margin-bottom: 15px;
	border-top: 1px solid #93AFCB;
	padding-top: 15px;
}

* html .article-detail-comment-print-wrapper {
	height: 100%;
}

* html .article-print-footer {
	height: 100%;
	padding-bottom: 15px;
}

.article-detail-comment-actions {
	background-color: #efefef;
	margin-bottom: 10px;
}
.article-detail-comment-inner-wrapper {
	min-height: 78px;
}

.article-detail-comment-pic {
	float: left;
	width: 48px;
	margin-top: 0px;
	margin-left: 0px;
}

.article-detail-comment-pic img {
	width: 48px;
	height: auto;
	border: 1px solid #CCCCCC;
}

.article-detail-comment-title {
	font-weight: bold;
}

.article-detail-comment-rate {
	padding-left: 5px;
	font-size: 10px;
	margin-bottom: 10px;
	padding-top: 1px;
/* 	color: #93AFCB; */
}

.article-detail-comment-rate a {
	color: #333333;
}

.article-detail-comment-rate a:hover {
	color: red;
}

.article-detail-comment-info {
/* 	background-color: #efefef; */
	padding-left: 5px;
	padding-right: 5px;
	line-height: normal;
	font-size: 10px;
	
}
.article-detail-comment-info a {
	color: #105CB6;
}
.article-detail-comment-text {
	margin-top: 10px;
	padding: 5px;
	margin-bottom: 2px;
}

.article-detail-comment-commands-right  {
	float: right;
	font-size: 10px;
}

.article-detail-comment-commands-right .good a {
	color: #93AFCB;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 5px;
}
.article-detail-comment-commands-right .good a:hover {
	color: green;
	/* text-decoration: none; */
}
.article-detail-comment-commands-right .bad a {
	color: #93AFCB;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 5px;
}

.article-detail-comment-commands-right .bad a:hover {
	color: red;
	/* text-decoration: none; */
}

.article-detail-comment-right  {
/* 	float: right; */
	font-size: 10px;
	padding-top: 0px;
	color: #93AFCB;
	font-weight: normal;
}

.article-detail-comment-right a {
	font-weight: bold;
	color: #93AFCB;
}

.article-detail-comment-right a:hover {
	color: red;
}

.article-add-search-step li {
	list-style: disc;
	padding-left: 0px;
	margin-left: 20px;
	font-weight: normal;
}

.article-add-search-step a {
	color: #1B5790;
	font-weight: normal;
}

.article-print-clear {
	clear: both;
}

/* ---------------- */
/* CONTENT TOP NAVI */
/* ---------------- */

.article-detail-top-navi {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
	border-bottom: 1px solid #D4DEE6;
	border-top: 1px solid #D4DEE6;
	font-size: 11px;
	vertical-align: middle;
	clear: left;
}

* html .article-detail-top-navi {
	height: 1%;
}

.article-detail-top-navi .positiv,
.article-detail-top-navi .negative,
.article-detail-top-navi .printview a,
.article-detail-top-navi .email a,
.article-detail-top-navi .yes a,
.article-detail-top-navi .no a,
.article-detail-top-navi .announce a,
.article-detail-top-navi .watchlist a {
	padding-top: 2px;
	padding-bottom: 2px;	
 	padding-left: 20px;
 	padding-right: 10px;
	color: #105CB6;
}

.article-detail-top-navi .positiv,
.article-detail-top-navi .negative {
	color: black;
}

.article-detail-top-navi .printview a {
	background:url(/images/icons/silk/printer.gif) no-repeat left 50%;
}

.article-detail-top-navi .email a {
	background:url(/images/icons/silk/email_go.gif) no-repeat left 50%;
}

.article-detail-top-navi .watchlist a {
	background:url(/images/icons/silk/find.gif) no-repeat left 50%;
}

.article-detail-top-navi .positiv,
.article-detail-top-navi .yes a {
	background:url(/images/smiles/face-smile-big.gif) no-repeat left 50%;
}

.article-detail-top-navi .negative,
.article-detail-top-navi .no a {
	background:url(/images/smiles/face-sad.gif) no-repeat left 50%;
	padding-right: 0px;
}

.article-detail-top-navi .announce a {
	background:url(/images/icons/silk/error.gif) no-repeat left 50%;
}

/* ------ */
/* RATING */
/* ------ */

.article-rating {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
	font-size: 11px;
	vertical-align: middle;
}

.article-rating .yes a,
.article-rating .no a,
.article-rating .positiv,
.article-rating .negative,
.article-rating .announce a {
	padding-left: 20px;
	margin-right: 10px;
	color: #105CB6;
	padding-top: 2px;
	padding-bottom: 2px;
}

.article-rating .positiv,
.article-rating .negative {
	color: black;
}

.article-rating .positiv,
.article-rating .yes a {
	background:url(/images/smiles/face-smile-big.gif) no-repeat left 50%;
}

.article-rating .negative,
.article-rating .no a {
	background:url(/images/smiles/face-sad.gif) no-repeat left 50%;
}

.article-rating .announce a {
	background:url(/images/icons/silk/error.gif) no-repeat left 50%;
	margin-right: 1px;
}

.article-rating-text {
	padding-left: 4px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
	font-size: 11px;
	vertical-align: middle;
}

/* -------- */
/* COMMENTS */
/* -------- */

.comment-add-wrapper {}

.comment-add-wrapper h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1B5790;
	margin-bottom: 15px;
}

.comment-form-checkbox {
	float: left;
	margin-left: 1px;
}

.comment-delete-wrapper h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1B5790;
}


/* ------------------- */
/* ARTICLE ADD COMMENT */
/* ------------------- */

.article-add-comment-wrapper {
	padding-right: 5px;
}

.article-add-comment-commands {
	text-align: right;
}

/* ----- */
/* LINKS */
/* ----- */

.link-detail-wrapper {
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.link-detail-category-pic {
	float: right;
	padding-top: 15px;
	padding-left: 10px;
}

.link-detail-title h1 {
	font-size: 17px;
	font-weight: bold;
	color: #1B5790;
}

.link-detail-autor a{
	color: #105CB6;
}

.link-detail-url {
	padding-bottom: 15px;
}

.link-detail-url a{
	color: #105CB6;
	text-decoration: underline;
	background:url(/images/icons/silk/link.gif) no-repeat left 60%;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.link-detail-description {
	padding-top: 10px;
}

.link-detail-ratepic {
	float: right;
	padding-left: 10px;
}

.link-detail-ratepic-description {
	padding-bottom: 10px;
	line-height:normal;
}

.link-add-title h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1B5790;
	padding-bottom: 10px;
}

.link-add-text {
	padding-bottom: 10px;
	padding-top: 10px;
}

.link-add-links {
	padding-top: 10px;
}

.link-detail-comment-wrapper {
	border-bottom: 2px solid #E5ECF3;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ------------- */
/* NEW 5 ARTICLE */
/* ------------- */

.show-new-content {
	padding-top: 5px;
	font-size: 11px;
	overflow: auto;
	margin-bottom: 10px;
}

.show-new-content ul {
	list-style-type: none;
} 

.show-new-content div {
	display: block;
	font-weight: normal;
}

.show-new-content li {
	border-bottom: 1px dotted #CFCFCF;
	vertical-align: middle;
	overflow: hidden;
	font-size: 12px;
}

.show-new-content li a { 
	text-decoration: none;
	font-weight: normal;
	min-height: 10px;  	 /* IE 7 TRICK */
	padding-top: 4px;
	padding-bottom: 4px;
	display:block;
	color: #105CB6;	
/* 	color: #0D314C; */
}

.show-new-content li a:hover { 
 	text-decoration: underline;
}

.show-new-content li:hover {
 	background-color: #FFFFE0; 
	text-decoration: none;
}

.show-new-content .comment-element {
	float: right; width: 40px; text-align: right; padding-top: 4px; padding-right: 24px;
	background:url(/images/icons/silk/comment.gif) no-repeat 42px 4px;
}

.show-new-content .no-comment-element {
	float: right; width: 40px; text-align: right; padding-top: 4px; padding-right: 20px;
}

.show-new-content .date-element {
	float: left; width: 80px; text-align: center; padding-top: 4px;
}

.show-new-content .title-element-big img {
/* 	width: 48px; */
/* 	padding-top: 5px; */
	float: right;
}

.show-new-content .title-element {
	margin-left: 80px;
	margin-right: -40px;
}

.show-new-content .title-element-big {
	margin-left: 80px;
	margin-right: -40px;
	padding-bottom: 20px;
}

.show-new-content .undertaker {
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}

.show-new-content .undertaker .add  {
	background:url(/images/icons/silk/add.gif) no-repeat left 50%;
	padding-left: 20px;
}

.show-new-content .undertaker .help  {
	background:url(/images/icons/silk/help.gif) no-repeat left 50%;
	padding-left: 20px;
	margin-right: 10px;
}

.show-new-content .undertaker .overview  {
	background:url(/images/icons/silk/table.gif) no-repeat left 50%;
	padding-left: 20px;
	margin-right: 10px;
}

.ads-in-content-top {
	overflow: hidden;
}

* html .ads-in-content-top {
	height: 1%;
}

.ads-in-content-top .left {
	float: left;
	margin-right:20px;
}

.ads-in-content-top .right {
}

.comments-hidden a {
	color: #105CB6;
	text-decoration: underline; 
}

