/* NEWS APPLICATION */

/* Sidebar */

#news_tools {
	padding: 8px;
	font-size: 12px;
	font-weight:bold;
	background-color: #303030;
	border: 1px solid #1d1d1d;
	border-bottom: 0;
}

.add_news {
	background: url(../media/icon_add_news.gif) no-repeat top left;
}

.manage_news {
	background: url(../media/icon_admin_news.gif) no-repeat top left;
}

.news_config {
	background: url(../media/icon_config_news.gif) no-repeat top left;
}

/* Latest & Pedidos Box */


#latest_container ul li {
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}

.latest_hour {
	float: right;
	font-weight: bold;
}

.latest_icon {
	float: left;
	width: 24px;
	height:24px;
	margin: 0 8px 0 0;
}

.latest_text {
	font-size: 10px;
	line-height: 12px;
}

#shortcuts_container ul li {
	padding: 0 10px 7px 10px;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #cccccc;
	font-size: 10px;
	line-height: 12px;
}

#shortcuts_container h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding: 4px 0 0 0;
}

.shortcuts_icon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 8px 0 0;
}

#latest_container ul li a:hover,
#shortcuts_container ul li a:hover {
	color: #222222;
	text-decoration: none;
}

/* Searches */

#icon_search_users {
	float: left;
	width:48px;
	height: 70px;
	background: url(../media/icon_search_users_48.gif) no-repeat center left;
	margin: 0 10px 0 0;
}