/**********************************************************************************
* phpComasy, Open Source Web Content Management System                            *
* http://www.phpcomasy.org                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2006 neflexis gmbh (http://www.neflexis.ch)                *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}

input, select, textarea {
	border: 1px solid black;
	margin-bottom: 1px;
}

h2, 
h2 a {
	font-size: 100%;
	color: black;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-ressource-subtitle { display: none; }
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	margin-left: 125px;
	width: 700px;
	text-align: left;
}

#my-body {
	
}

#header {
	background: white url(img/logo.jpg) no-repeat;
	height: 95px;
}

#navigation {
	margin-top: 50px;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.root-navigation {
	margin: 0px;
	padding: 0px;
	line-height: 24px !important;
	clear: left;
}

.root-navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	line-height: 34px !important;
	height: 40px;
}
.root-navigation li a {
	display: inline;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 12px 2px 12px;
	color: black !important;
	line-height: 13px;
	display: block;
	float: left;
	border-left: 2px solid black;
}

.navigation {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	padding-top: 10px;
	clear: left;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	border-top: 1px solid white;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	padding: 0px 12px 2px 12px;
	display: block;
	float: left;
	color: black !important;
	line-height: 13px;
	border-left: 2px solid black;
}


.root-navigation li a:hover,
.navigation li a:hover {
	font-weight: normal;
	color: black !important;
}

.root-navigation li.current a, 
.navigation li.current a {
	font-weight: bold;
	color: black !important;
}


.root-navigation li.sort-0 a {
	border-left: none;
	padding-left: 0px;
}

.navigation li.sort-0 a {
	border-left: none;
	padding-left: 0px;
}


.navigation li.level0 {
	display: none;
}
.navigation li.level1 a {
	margin: 0px;
	margin-bottom: 3px;
}

/*******************************************************************************/


/************************************ Content **********************************/
#content {
	clear: left;
	padding: 25px 0px 0px 0px;
	margin: 0px;
	margin-top: 24px;
	line-height: 15px;
}
#content h1 {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 110%;
}

.content-width {
	margin-top: -2px;
}

#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #000000;
}

#content {
	height: 400px;
	margin-bottom: 75px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 400px;
}

.picture-top {
	margin-bottom: 2px;
}

.content-delimiter {
	width: 480px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	border: none;
	background: #000000;
	color: white;
	padding: 2px 5px 2px 5px;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 3px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
/*******************************************************************************/

.page_123 {
	border: none;
}

.page_counter {
	border: none;
	background: none;
}


/****** gbblog module *******/
.gbblog-picture {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.gbblog-show-comment {
	border-right: 1px solid white;
}
.gbblog_entry_title,
.gbblog_entry_date {
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
	font-size: 100%;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid white;
	background: white !important;
	color: black;
	line-height: 13px;
	margin-bottom: 5px;
}
.gbblog_entry_title {
	font-weight: bolder;
	padding-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 2px solid black;
}

.gbblog_entry_date {
	padding-left: 0px;
	padding-right: 8px;
}

.entry_content {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 500px;
}
/****** end gbblog module *********/


/****** gbproducts module *********/
#module_gbproducts_container {
	margin-top: 25px;
	margin-right: 30px;
	color: black;
}
#module_gbproducts_container .comment {
	width: 500px;
	color: black;
}
#module_gbproducts_container h2 {
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}

#module_gbproducts_navigation {
	position: absolute;
	top: 115px;
	left: 150px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.gbproducts_navigation_entry {
	display: inline !important;
}

#module_gbproducts_navigation a {
	text-decoration: none !important;
	line-height: 18px;
	background: black;
	display: inline !important;
	padding: 6px 8px 6px 8px;
	color: white;
	background-color: black;
	line-height: 24px;
}

#module_gbproducts_navigation a:hover {
	color: white;
}

/****** end gbproducts module *********/


.small-picture-tool {
	position: absolute;
	z-index: 100; 
	margin: 3px 3px 3px 1px;
	background: black;
}
.small-picture-tool:hover {
	background: red;
}

.module_edit_button {
	background: transparent !important; 
	padding: 0px !important; 
	margin: 0px !important;
}
.module_delete_button {
	background: transparent !important; 
	padding: 0px !important; 
	margin: 0px !important;
	border-right: 12px solid white;
}
.gbproducts_picture_entry {
	height: 380px;
}


.table {
	border: 1px solid black;
}
.table th {
	font-weight: normal;
	background: black;
	text-transform: lowercase;
}
.table {
	
}





