/**
* eZine component v2.1
*
* @copyright Design for Mambo team
*       Author           : Nguyen Manh Cuong
*       Author`s email   : cuongnm@designformambo.c0m
*       Author`s hompage : http://designformambo.c0m
*
* @license Commercial Product - Single Site License  or  Free to Use with Limitation
**/

div.page_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	border-bottom: #d9d9d9 solid 1px;
	margin: 10px 0px;
	padding: 5px 10px;
	background: #f2f2f2;
	text-align:right;
}

table.page_body {

}

table.separator_category {
	width: 100%;
}

div.category_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	border-bottom: thin solid #3F89C3;
	margin: 6px 6px;
}

table.category_body {
	margin-bottom: 25px;
	padding-bottom: 5px;
}

table.category_block {
	margin: 1px;
	padding: 1px;
}

table.link_body {
	margin: 1px;
	padding: 1px;
}

td.link_image {
}

td.link_title {
	text-align:left;
}

td.first_image {
	text-align: center;
}

td.news_block {
  text-align: justify;
 }

div.more_category_news {
	margin-top: 5px;
	padding: 5px 0px;
	border-top: #d9d9d9 dotted 1px;
}
div.more_category_news a:link, div.more_category_news a:visited, div.more_category_news a:hover {
	font-weight:bold;
	text-decoration:none;
	padding: 5px;
}

a.newsletter_subscribe_link:link, a.newsletter_subscribe_link:visited, a.newsletter_subscribe_link:hover {
	display: block;
	width: 95%;
	text-align: right;
	font-weight:bold;
	text-decoration:none;
	background-image: url(../../../images/M_images/emailButton.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-bottom: 5px;
}