/**
 * @package		Module Last Updated
 * @copyright	Copyright (C) 2007 - 2012 Syahril Zulkefli. All rights reserved.
 * @license		GNU/GPL v3
 */

#mod_last_updated .show_label {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-right: 5px;
}

#mod_last_updated .show_icon {
	background: transparent url('../images/calendar_view_day.png') no-repeat 0 0;
	display: block;
	float: left;
	height: 16px;
	margin-right: 5px;
	width: 16px;
}

#mod_last_updated .show_both {
	background: transparent url('../images/calendar_view_day.png') no-repeat 0 0;
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-right: 5px;
	padding-left: 18px;	
}

#mod_last_updated .show_date {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
}
