/*
 * ================================================================
   RAXO All-mode PRO - Template CSS
 * ----------------------------------------------------------------
 * @package		Joomla! 1.5.x
 * @subpackage	RAXO All-mode PRO
 * @copyright	Copyright (C) 2009-2010 RAXO Group
 * @license		GNU General Public License v2.0
				http://www.gnu.org/licenses/gpl-2.0.html
 * @link		http://raxo.org
 * ================================================================
*/


/* ----- RESET Styles ----- */
.allmode_list .allmode_name, .allmode_list .allmode_showall,
.allmode_list .allmode_itemsbox, .allmode_list .allmode_item,
.allmode_list .allmode_title, .allmode_list img {
	margin: 0; padding: 0;
	background: none; border: 0 none;
}


/* ----- MODULE BOX Styles ----- */
.allmode_list {
	position: relative;
	margin-bottom: 16px; padding: 16px 6px 10px;
	background-color: #e3e5e7;
		-moz-border-radius: 5px;
	border-radius: 5px;
}
.allmode_list .allmode_name {													/* Module Block NAME */
	margin: 0 0 14px 0;
	font: 22px/17px Impact, sans-serif;
	color: #565656;
	background-color: #b4b6b7;
}
.allmode_list .allmode_name a {
	text-decoration: none;
	color: #565656;
}
.allmode_list .allmode_name a:hover {
	text-decoration: none;
	color: #b83b0a;
}
.allmode_list .allmode_name span {
	padding-right: 8px;
	background-color: #e3e5e7;
}
.allmode_list .allmode_showall {												/* "Show All" TEXT */
	position: absolute;
	top: 19px; right: 15px;
	padding: 0 7px;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	color: #b4b6b7;
	background-color: #b83b0a;
}
.allmode_list .allmode_showall a {
	font-weight: bold; text-decoration: none;
	color: #fbfbf9;
}
.allmode_list .allmode_showall a:hover {
	color: #b4b6b7;
}


/* ----- ITEMS Styles ----- */
.allmode_list .allmode_itemsbox {												/* Item List (UL) */
	margin: 0; padding: 6px 0;
	background-color: #fbfbf9;
}
.allmode_list .allmode_item {													/* Item (LI) */
	position: relative;
	margin: 0 10px 0 12px; padding: 6px 16px 0 2px;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #eee;
	background: url(arrow.png) no-repeat right center;
}
.allmode_list .allmode_item:last-child {
	border-bottom: none;
}
.allmode_list .allmode_date {													/* Item DATE */
	float: left;
	display: block;
	margin-right: 16px;
	width: 56px;																/* Change the width to suit your date format */
	font-size: 15px;
	color: #888888;
}
.allmode_list .allmode_title {													/* Item TITLE */
	margin: 0 0 5px 0;
	font: 15px/18px Arial, Helvetica, sans-serif;
}
.allmode_list .allmode_title a {
	font-weight: bold;
	text-decoration: none;
	color: #b83b0a;
}
.allmode_list .allmode_title a:hover {
	text-decoration: underline;
	color: #333333;
}


.allmode_list .allmode_name,
.allmode_list .allmode_showall,
.allmode_list .allmode_itemsbox {
		-moz-border-radius: 3px;
	border-radius: 3px;
}