/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2010 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/* PORTLETS -------------------------------------------------------------------- */
div#portlets_bottom {
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
	margin: 0 0 4px 0;
    padding: 10px 0 9px 0;
}
div#portlets_bottom div.portlet {
	width: 310px;
	height: 151px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	text-align: center;
	position: relative;
}
div#portlets_bottom div.portlet_index_1 {
	margin: 0;
}
div#portlets_bottom div.portlet p,
div#portlets_bottom div.portlet table,
div#portlets_bottom div.portlet ul,
div#portlets_bottom div.portlet ol {
	display: none;
}
div#portlets_bottom div.portlet ul.controls {
	display: inline;
}
div#portlets_bottom div.portlet a.portlet_content_link,
div#portlets_bottom div.portlet a.portlet_content_link:visited,
div#portlets_bottom div.portlet a.portlet_content_link:link {
	text-decoration: none;
	border: none;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	color: #FFF;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 68px 0 0 0;
	width: 310px;
	height: 83px;
	z-index: 20;
	background: transparent url(../img/black.png) top center no-repeat;
}
div#portlets_bottom div.portlet a.portlet_content_link:hover,
div#portlets_bottom div.portlet a.portlet_content_link:focus,
div#portlets_bottom div.portlet a.portlet_content_link:active {
	background-position: bottom center;
}
div#portlets_bottom div.portlet h1.portlet-title {
	display: none;
}
div#portlets_bottom div.portlet div.resource_container,
div#portlets_bottom div.portlet div.resource_container div.picture {
	margin: 0;
	padding: 0;
}
div#portlets_bottom div.portlet div.portlet-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}
div#portlets_bottom div.portlet a.resource_link {
	margin: 0;
	padding: 0;
	border: none;
} 
