/********************
 * ARTICLE_LIST_ITEM
 ********************/
.article_list_item {
	display: block;
	margin: 10px 10px 20px 15px;
	padding: 5px 0px 10px 0px;
	text-align: justify;
}

.article_list_item h1,
.title a {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	/*border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eeeeee;*/
}

.article a,
.article_list_item a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b2c6bb;
}

.article a:hover,
.article_list_item a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f0b2bc;
}

.article_list_item p {
	margin: 0px 0px 10px 0px;
}

.article_list_item img {
	float: left;
	margin: 0px 10px 10px 0px;
	background-color: #f0f3f4;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}



/********************
 * ARTICLE
 ********************/
.article {
	display: block;
	margin: 10px 20px 20px 15px;
	padding: 5px 0px 10px 0px;
	text-align: justify;
}

.article h1,
.title a {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	/*border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eeeeee;*/
}

.article h2 {
	font-size: 14px;
	font-weight: bold;
}

.article h3 {
	font-size: 12px;
	font-weight: bold;
}

.article p {
	margin: 0px 0px 10px 0px;
}

.article_information {
	float: right;
	color: #cccccc;
	font-size: 10px;
	font-style: italic;
}

.article_img_blank {
	visibility: hidden;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border: 0 !important;
}

.article_img_cover {
	float: left;
	margin: 0px 10px 10px 0px;
	background-color: #f0f3f4;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}

.article img {
	/*margin: 0 10px 5px 10px;*/
	background-color: #f0f3f4;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}
