/*------------------------------------------------------------------------
# mod_authorlist - AuthorList Module
# ------------------------------------------------------------------------
# author    Jesús Vargas Garita
# Copyright (C) 2010 www.joomlahill.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.joomlahill.com
# Technical Support:  Forum - http://www.joomlahill.com/forum
-------------------------------------------------------------------------*/

ul.authorlist, .author_articles ul, .al_articles ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.authorlist {
	display: table;
	width: 100%;
}
ul.authorlist > li  {
	display: table-row;
}
ul.authorlist li .al_image img,
ul.authorlist li .al_body,
.authorlist_table .al_image,
.authorlist_table .al_articles  {
	padding-bottom: 15px;
}
ul.authorlist li:last-child .al_image img,
ul.authorlist li:last-child .al_body,
.authorlist_table tr:last-child .al_image,
.authorlist_table tr:last-child .al_articles:last-child  {
	padding-bottom: 0;
}
ul.authorlist li .al_image, ul.authorlist li .al_body {
	display: table-cell;
	vertical-align: top;
}
ul.authorlist li .al_image {
	width: 1%;
	white-space: nowrap;
}
ul.authorlist.wlist .al_info,
.authorlist_table.wlist td.al_name,
.authorlist_table.wlist td.articles_count {
	border-bottom: 1px solid #e3e3e3;
}
ul.authorlist img {
	margin-right: 10px;
	max-width: none;
}
.authorlist_table td {
	vertical-align: top;
}
.authorlist_table td.al_image {
	padding-right: 8px;
}
.authorlist_table td {
	vertical-align: top;
}
.authorlist_table td.al_image {
	padding-right: 8px;
}