/* This is the template for the list of news in the archive or news page or search */

        .normal_latest_and_list_news,
		  .news_latest_item {
            width: 100%;
            padding-bottom: 20px;
        }
        
        .normal_latest_and_list_news .news_item_header_left,
		  .normal_latest_and_list_news .news_item_header_right   {
            background-color: #ffffff;
            color: #000000;
            padding-top: 1px;
            padding-bottom: 1px;
				text-align: right;
        }
	.normal_latest_and_list_news .news_item_header_left {
          text-align: left;
			 font-size: 14px;
     }
     
	.normal_latest_and_list_news .news_item_header_right {
          text-align: right;
	}
	
	.news_latest_item {
		border-bottom: 1px dotted gray;
	}
        
        .normal_latest_and_list_news .news_item_header_left a,
		  .normal_latest_and_list_news .news_item_header_left a:link,
		  .normal_latest_and_list_news .news_item_header_left a:active,
		  .normal_latest_and_list_news .news_item_header_left a:visited,
        .normal_latest_and_list_news .news_item_header_right a,
		  .normal_latest_and_list_news .news_item_header_right a:link,
		  .normal_latest_and_list_news .news_item_header_right a:active,
		  .normal_latest_and_list_news .news_item_header_right a:visited {
            color: #E6560D;
				text-decoration: none;
				font-weight: bold;
				font-size: 14px;
        }
        .normal_latest_and_list_news .news_item_header_left a:hover,
		  .normal_latest_and_list_news .news_item_header_right a:hover {
            color: #E6560D;
				text-decoration: underline;
        }
        
    
        .normal_latest_and_list_news .news_item_content {
            background-color: white;
            padding-top: 5px;            
            padding-bottom: 5px;
        }
        
       .news_item_morelink {
            padding-top: 2px;
            padding-bottom: 1px;
				padding-bottom: 10px;
        }

