/* ... IN VALID CODE WE TRUST ...http://www.intensivstation.ch */
/* css created by miss monorom 2005 http://www.monorom.to */
/* This css is made specialy for BX-CMS  */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by/2.0/deed.en  */

/* @import url(bx-additions.css); */

/*body element, you can overwrite that with a custom stylesheet for example in mozilla*/

body {
	background-color: #FFF;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color:#333;  
	padding:0px;
	margin: 0px;
}

/* for iePC */ 
td{
font-size: 11px;
vertical-align:top;
}

a {color: #000000;
text-decoration: underline;}
a:visited {color:#000000;}
a:hover {color: #000000; text-decoration: none;}
a:active { color:#000000;}

h1{
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#777;
}

h2, thead {
	font-weight: bold;
	font-size:11px;
	margin-bottom:0px;
	color:#333333;
}

thead td {
	border-bottom: 1px solid black;	
	padding-top: 5px;
}
h3{
	font-size:11px;
}
h4{
	font-size:11px;
}

.trenner{
	background-image:url(http://imgs.tierra-sol.ch/bits/trenner.png);
	background-position:left;
	background-repeat:no-repeat;
	width:410px;
	height:19px;
}


form{
	padding: 0px;
	margin: 0px;
}

.form{
	padding: 0px;
	margin: 5px 50px 15px 50px;
}

textarea, input, select {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	border: 1px solid #aaaaaa; 
	padding: 2px;
	width: 99%;
}

select{
	width: 40px;
}

textarea{
	width: 100%;
}
.formbutton {
	width:100px;
	border: 1px solid #aaaaaa; 
}

/* patforms filter */
.formErrors {
    margin-left: 5px;
    padding: 5px 5px 5px 5px;
    border: 1px solid ;
    background-color: #FFBBBB;
}

.formlabelerror {
    color: #BB1111;
    font-weight: bold;
}

#contactform p {
	
	margin-left: -35px;
}

.numberField {
	width: 50px;
}	

/* container to center the layout
-------------------------------------- */
#container {
	position:relative;
	background-image:url(http://imgs.tierra-sol.ch/bits/container_bg.png);
	background-repeat: repeat-y;
	width: 650px;
	height:auto;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	
}
#topbg {
	position:relative;
	background-image: url(http://imgs.tierra-sol.ch/bits/container_bg_top.png);
	background-repeat: no-repeat;
	height: 10px;
	top:0px;
}
#logo {
	position:relative;
	background-image: url(http://imgs.tierra-sol.ch/bits/tierra-sol.png);
	background-repeat: no-repeat;
	background-position:35px 0px;
	height:80px;
}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
	position:relative;
	background-image:url(http://imgs.tierra-sol.ch/banner_image.php);
	background-repeat: no-repeat;
	background-position:35px 5px;
	height: 210px;
	padding: 0px;
	margin: 0px;
	margin-bottom:10px;
	cursor: pointer;
}

#banner #postit{
	background-image:url("../images/postit.png");
	background-position:left;
	background-repeat:no-repeat;
	margin:0px 0px 0px 450px;
	height:200px;
	width:200px;
}

* html #banner #postit{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/themes/tierra-sol2/images/postit.png", sizingMethod="scale");
}
	

#left {
	position: relative;
	width:640px;
	height:auto;
}



/*main-navi
-------------------------------------- */
#topnavi {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	float:left;
	width:180px;
	margin-bottom: 40px;
	/*padding: 0px 0px 2px 5px;*/
}
#topnavi a { 
	text-decoration: none; 
	color:#BB1322;
	padding-left:30px;
	margin-top:15px;
	}
#topnavi a:visited {color:#BB1322;}
#topnavi a:hover {color: #BB1322;}
#mainnavi a:active { color:#BB1322;}

#topnavi ul {
	margin-left: 30px;
	padding: 0px;
}

#topnavi li {
	height: 30px;
	text-align: left;
	margin: 0px;
	line-height:30px;
	background-image:url(http://imgs.tierra-sol.ch/bits/list_bg.png);
	background-repeat:no-repeat;
	list-style-type:none;
}

#topnavi li.selected {
	/*background-image:url(http://imgs.tierra-sol.ch/bits/rubric_pattern.png);	*/
}

#topnavi li:hover  {
	/*background-image:url(http://imgs.tierra-sol.ch/bits/rubric_pattern.png);	*/
}
/* content elements
-------------------------------------- */
#content {
	margin-left:200px;
	margin-bottom:50px;
	width:410px;
	padding:0px;
	clear:right;
}

/*#content h1, #content h2, #content h3, #content h4 {
	padding: 0px 30px 0px 36px;
	margin:0px 0px 5px 0px;
	color:#000000;
}
*/
#content h1 {
	margin: 0px;
	padding: 3px;
	text-align:center;
	line-height:32px;
	border-bottom:1px solid #CCC;
	
}
/*explorer hack */
* html #content h1 {
	margin: 0px;
	padding: 0px;
	text-align:center;
	line-height:29px;
}
#content h2 {
	margin-top: 11px;
	margin-bottom: 2px;
}

#content p{
	line-height: 18px;
	padding: 0px;
	margin:5px 0px 2px 0px;
}

#content ul{
	padding: 0px 50px 0px 50px;
	margin:0px 0px 15px 0px;
}
#content li {
	line-height: 18px;
}
#content p.center{
	text-align:center; 
}


#content tr {	
}

#content td {
	vertical-align: top;
	padding:2px;
}
.right{
	text-align: right;
	width:100px;
	}
#content td h2 {
	margin-top: 0px; 
}

#content img{
}

img.contentimg{
	float:right;
	border:1px solid #CCC;
	margin:5px 0pc 10px 10px ;
}

#content table {
	margin-left: 0px;
	width:100%;
	border:none;
}

td table{
	margin-left: 0px;
}

.list {
	border-collapse: collapse;
	width: 90%;	
	
}

td.name {
	font-weight: bold;
	text-align: left;
}


#content input {
	font-size: 11px;
	text-align: left;

}

.productprops {
	margin: 10px 20px 15px 15px;
	line-height: 18px;
	vertical-align: middle;
}
.productprops img {
	margin-top: 15px;
}

.product-list {
	margin-right: 35px;	
}

#tocart {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	width: 620px;
	margin: 10px 20px 15px 35px;
	vertical-align: middle;

}
/* 
.detail table{
	border-top: 1px dotted #aaaaaa;		
	width: 100%;
	background: none;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 0px;
}


.detail img {
	float: right;
	margin-top: 5px;
}

.detail {
	width: 600px;	
	margin-bottom: 20px;
}
*/

.list-td {
	border-top: 1px solid black;	
}
#tocart tr  td {	
	vertical-align: middle;
}

.tablehead {
	border-bottom: 1px solid black;	
}

.tablefoot {
	border-bottom: 1px solid black;
	border-top: 1px solid black;	
}
.maintable_bright {
	margin-left: 0px;
}

/* elements for the gallery
-------------------------------------- */
#content #gallerie{ 
	float:left;
	padding: 0px 0px 10px 50px;
	margin:0px 0px 20px 0px;
}



#content .thumbnail{
	float:left;
	width:100px;
	margin: 15px 15px 0px 0px;
	padding: 0px;
}
#content .thumbnail img{
	border: 1px solid #778899;
	padding: 1px;
}

#content  br.antileft {
	clear: left;
}
.antifloat {
	clear: both;
	visibility: hidden;
}

/* elements for left and right navigation
-------------------------------------- */
#leftnavi {
	display:none;
	position: relative;
	top: 200px; 
	margin-left: -188px;
	text-align: right;
	width: 127px;
	
}



#leftnavi a{
	text-decoration: none;
	color:#CCCCCC;
}
#leftnavi .selected {
	color:#CCCCCC;
}

#leftnavi ul {
	list-style-type: none;
	padding-top:180px;
} 
#leftnavi li {
	float:left;
	height: 20px;
	margin: 0px;
	padding: 5px;
	padding-right: 15px;
	list-style-type: none;
	list-style-position: outside;
	background-image:none;	
}


#leftnavi li.selected {
	background-image:url(/bxcms/files/images/layout/bits/rubric_pattern.png);	
}

#leftnavi li:hover  {
	background-image:url(/bxcms/files/images/layout/bits/rubric_pattern.png);	
}

/* utils 
---------------------------------------------*/


#search_group {
	padding-left: 4px;
	position: relative;
	top: 169px;
	height:25px;
	width: 120px;
	background-repeat: no-repeat;
	background-image:url(http://imgs.tierra-sol.ch/bits/search.png);

}

#search  {
	display:none;
	font-size: 10px;
	padding-left: 573px;
}


#content textarea, #content  input, #content select {
	border: 1px solid #aaaaaa; 
	margin-top: 5px;
	padding: 2px;
}

.select {
	font-size: 11px;
	border: 1px solid #aaaaaa; 
	margin-top: 5px;
	padding: 2px;	
}

td textarea, td  input, td select {
	border: 1px solid #aaaaaa; 
	margin-top: 5px;
	padding: 2px;
}
#products_only {
	padding: 0px;
	margin: 0px;
	margin-right: 3px;
}
#search_field {
	border: none;
	padding: 0px;
	padding-top: 6px;
	padding-left: 2px;
	background: none;
	height: 20px;
	margin:0px;
	margin-top: 0px;
	font-size: 11px;
	width: 78px;
}

#search_button {
	border: none;
	margin: 0px;
	height: 14px;
	font-size: x-small;
	width: 13px;
	margin-top: 5px;
}

#utils {
	display:none;
	margin-bottom: 3px;
	padding-right: 20px;
	text-align: right;
}

#print_button {
	text-decoration: none;
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	background-image:url(http://imgs.tierra-sol.ch/bits/print.png);	
}
#top_button {
	text-decoration: none;
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	background-image:url(http://imgs.tierra-sol.ch/bits/top.png);	
}
#back_button {
	cursor: pointer;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	background-image:url(http://imgs.tierra-sol.ch/bits/back.png);	
}

#forward_button {
	cursor: pointer;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	background-image:url(http://imgs.tierra-sol.ch/bits/fore.png);	
}


#contactform {
	margin-left: -50px;
	
}



/*footer
-------------------------------------- */
#footer {
	position:relative;
	clear:left;
	color: #B5BDB0;
	font-size: 10px;
	height: 60px;
	background-image:url(http://imgs.tierra-sol.ch/bits/container_bg_bottom.png);
	background-repeat: no-repeat;
	width:650px;
	margin-top: 20px;
	
}
#adresse{
	text-align:center;
	width:560px;
	margin-left:30px;
	padding-top:5px;
	border-top:1px solid #CCC;
}

#footer a {
	color: #B5BDB0;
}

/* just used vor the blog
-------------------------------------- */
#content .post_title {
	color: #333;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.post_meta_data {
	display:block;
	font-size: 11px;
	padding-top: 0px;
	margin: 0px 0px 10px 0px;
}
.right {
	float: right;
}
.post_content {
	line-height: 18px;
	padding-top: 0px;
	margin: 0px;
}

.post_categories {
	line-height: 18px;
	padding-top: 0px;
	margin: 0px;
}

#content .post_content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

h3.blog {
	color: #333;
	margin: 0px;
	margin-bottom: 5px;
}
#right  h3.blog {
	background-image: none;
	color: #333;
	margin: 0px;
	margin-bottom: 5px;
}
.post_links {
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10px;
	padding: 0px 50px 20px 50px;
	margin: 0px;
	display:none;
}
.blog_pager{
	padding-top: 0px;
	margin: 5px 50px 15px
}

#right .blog li {
	line-height:  15px;
	padding: 0px 15px 3px 25px;
	margin: 0px;
	text-indent: -1em;
}
#livesearch {
	margin: 0px 15px 15px 25px;
	padding:0px;
	width: 140px;
	display: block;
}
#right input#livesearch  {
	padding:1px;
	width: 120px;
	border: 1px solid #aaaaaa; 
}

.formurl {display: none;}

.hidden {
	visibility: hidden;	
}

/* for showing/hiding details inline */
.detail {
	display: none;
}

.standardInput {
	width: auto;
	border: none;
	
}

.centered{
	text-align: center;
}
