/**
* @copyright		(C)2012 DM Digital S.r.l
* @author 			DM Digital <support@dmjoomlaextensions.com>
* @link				http://www.dmjoomlaextensions.com
* @license 			GNU/LGPL http://www.gnu.org/copyleft/gpl.html
**/


/*--- Articles Images  ---*/
.dmk2related_itemImg{
	float: left;
	display: inline-block;
	width: 50px;
	height: 50px;
        margin-bottom: 5px;
        margin-right: 10px;
}
.dmk2related_itemNoImg{
	float: left;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #eee;
        margin-right: 10px;
}
.dmk2related_itemTitle{
	vertical-align: left;
	height: 50px;
	padding-left: 5px;
        line-height: 17px;
        font-weight: bold;
        font-family: verdana;
}


/*--- DIV list ---*/
.dmatls_container{
}

.dmatls_introtext{
	margin-bottom: 10px;
	font-style: italic;
}

.dmatls_item{
	margin-bottom: 5px;
}

.dmatls_bottomlink {
	margin-top: 10px;
}