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


/* Portlets -------------------------------------------------------------------- */
#portlets_right {
	margin: 61px 0 0 10px;	
}

div#portlets_right a{
	color: black;
}
div#portlets_right a:hover {
	color: #914F1F;
}
.portlet {
	margin: 0 0 20px 0;
	padding: 0;
}
.portlet_identifier .action {
	margin: 0 2px 0 0;	
}
.portlet h3 {
	font-size: 16px;
	border: none;
	color: #54280a;
	margin: 0 0 5px 0;
	padding: 0;
}
.portlet input {
	width: 165px;
	padding: 1px 2px;
}
.portlet input.send-button {
	width: 70px;
}
.portlet label {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 11px;
	margin: 0 0 4px 0;
}
.portlet a {
	text-decoration: underline;	
}
.portlet_listing a {
	text-decoration: none;	
}
.portlet a:hover {
	color: #54280a;
}
.portlet-content {
	padding: 0;
}

.portlet-entry-date {
	font-size: 12px;
	margin: 3px 0;	
}

/* Special portlets ----------------------------------------------------------- */

#mod_portlet_quicklinks div {
	width: 190px;	
}
#mod_portlet_quicklinks div a,
#mod_portlet_quicklinks div img {
	float: right;	
}
#mod_portlet_quicklinks div a.quicklink {
	float: none;
	clear: both;	
}


#portlet_language_switcher a {
	display: inline;
	text-transform: uppercase;
}


input#portlet-search-button {
	width: 50px;
}
#portlet-search input.send-button {
	width: 50px;
}


