/**********************************************************************************
* 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)  *
**********************************************************************************/


body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, Sans-serif;
}

/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #be5c37;
	margin-bottom: 1px;
	background: #f0d8cf;
}

hr {
	height: 1px;
	border: 1px solid #be5c37;
}
#my-body {
	background: #f0d8cf;
}
/*******************************************************************************/


/************************************ Basic ************************************/

#main-container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}


#container {
	width: 600px;
	text-align: left;
	margin: 20px 0px 10px 0px;
}

#header {
	height: 210px;
	vertical-align: bottom;
	background: white url(img/top.jpg) left bottom no-repeat;
	color: black;
}

#header-breadcrumb {
	background: #008ce1;
	height: 22px;
	color: white;
	font-weight: bolder;
	text-align: center;
}

#footer {
	background: #be5c37;
	height: 20px;
	color: white;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
	color: white;
}
#footer a {
	color: white;
	font-size: 11px;
	text-decoration: none;
}

#left-column {
	vertical-align: top;
	background: #dae8f0;
	width: 180px;
}

#document-column {
	vertical-align: top;
	width: 100%;
	text-align: left;
	border-left: 5px solid white;
	border-right: 5px solid white;
}

#right-column {
	vertical-align: top;
	background: #dae8f0;
	width: 180px;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/

#root-navigation {
	background: #be5c37;
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
}

.root-navigation {
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}

.root-navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.root-navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: inline;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
	color: white !important;
}

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

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


/************************************ Content **********************************/
#content h1,
#content h1 a {
	font-size: 160% !important;
	color: #be5c37 !important;
}
#content h2,
#content h2 a {
	font-size: 110% !important;
	color: #be5c37 !important;
	text-decoration: none !important;
	padding-bottom: 5px !important;
}

#content {
	width: 570px;
	padding: 10px;
	line-height: 16px;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #be5c37;
}

#content {
	height: 280px;
}

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


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	border: none;
	background: #008ce1;
	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;
}
/*******************************************************************************/


/* module */

.small_shop_order {
	margin: 0px !important;
	margin-left: 10px !important;
	padding: 5px !important;
	padding-bottom: 10px !important;
	background: transparent !important;
}
.small_shop_order label {
	width: 240px;
}

.general-description {
	height: 120px;
}

.small_shop_entry {
	background: #f0e5c6 !important;
	padding: 5px !important;
	margin-bottom: 15px;
	margin-right: 10px !important;
	width: 560px !important;
}

.price_description {
	display: block;
	width: 150px;
	float: left;
}


.powered-by {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	text-align: right;
}

.powered-by a {
	text-decoration: none;
	color: #be5c37;
	font-size: 90%;
}


