/*=================================================================*/
/* Headers */ 

h1 {
	color: #261D02;
	font-size: 1.14em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

h1.red {
	color: #CE0000;;
	font-size: 1.14em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}


h2 {
	color: #261D02;
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2.red {
	color: #CE0000;
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

/*=================================================================*/
/* Links */ 

a, a:link, a:focus, a:visited {
	color: #495E2F;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CE0000;
	text-decoration: none;
}

/*=================================================================*/
/* Lists */ 

ul {
	list-style: square;
}

ol, ul {
	margin-left: 3em;
	line-height: 1.2;
}

li {
	padding-bottom: 0.5em;
}

ul.multilist {
	margin-left: 1em;
	list-style: none;
	font-weight: bold;
}

ul.multilist ul {
	margin-left: 2em;
	font-weight: normal;
	list-style: none;
}

ul.multilist ul li {
	padding-left: 25px;
	background-image: url(/i/listmarker1.gif);
	background-position: 0 0.6em;
	background-repeat: no-repeat;
}

/*=================================================================*/
/* Paragraphs and Blocks */ 

p {
	color: black;
	font-size: 1em;	
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 1.2;
}

/*=================================================================*/
/* Tables */ 

td, th {
	color: black;
	font-size: 1em;	
	line-height: 1.2;
}

/* Table for performance attributes */
.tehtableborder {
	border: 2px solid #322624;
	background-color: White;
	padding: 0.5em;
}

.tehtable {
	width: 100%;
	background-color: #F7EDDD;
	background-image: url(/i/tablegradient1.jpg);
	background-repeat: repeat-y;
	border: 1px solid #322624;
}

.tehtable td, .tehtable th {
	padding: 0.5em 1em;
	font-size: 0.86em;
}


.tehtable th {
	font-weight: bold;
	border-bottom: 2px solid black;
	vertical-align: top;
}

.tehtable .note {
	font-size: 0.79em;
	color: #3E3E3E;
	padding-top: 1em;
}

.tehtable .colortd {
	background-color: #E7BC94;
}

.tehtable .colortr td {
	background-color: #BBA687 !important;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

/* Table for product-profiles-index*/
.profile_index {
	margin: 1em auto 2em auto;
}

.profile_index td {
	line-height: 1.5;
	vertical-align: top;
	padding: 0.5em 1.5em;
}

/* Table for product-profiles*/
.profil {
	margin: 0 auto 1em auto;
	border-collapse: collapse;
}

.profil td {
	padding: 0.7em;
	background-color: white;
	border: 1px solid #836A4B;
}

/*=================================================================*/
/* Aligment */ 

.cntr {
	text-align: center;
}
.lft {
	text-align: left;
}
.rght {
	text-align: right;
}
.vb {
	vertical-align: bottom;
}
.vm {
	vertical-align: middle;
}
.vt {
	vertical-align: top;
}


/*=================================================================*/
/* Images */

img.iml {
	float: left;
	margin: 0 1em 1em 0;
}

img.imr {
	float: right;
	margin: 0 0 1em 1em;
}

/* For single img*/
img.onecntrimg {
	margin: 0.5em auto;
}

/* Use div.cntr --> img.cntr */
img.cntr {
	margin: 0 0.5em 1em 0.5em;
}

img.iml1 {
	margin: 0 1em 1em 0;
}

/* Image borders (passive and active) */
.brd {
	border: 1px solid #322624;
}


a:hover img.brd {
	border: 1px solid #CE0000;
}

/*=================================================================*/
/* Fonts and backgrounds */
.dtl {
	color: #CE0000;
	font-weight: bold;
}

.small {
	font-size: 0.86em;
}

/*=================================================================*/
/* Forms */


/*=================================================================*/
/* Paddings */
.pad {
	padding-top: 1.2em;
}

.pad2 {
	padding-top: 2em;
}

/*=================================================================*/
/* Tables */
table.stuff {
	border-collapse: separate;
}

table.stuff td {
	padding: 0.5em;
	border: 1px solid #666666;
}

 A:link.linkes  {color: black;  text-decoration: none; font-size: 0.89em;}
 A:visited.linkes  {color: black;  text-decoration: none; font-size: 0.89em;}
 A:active.linkes   {color: black;  text-decoration: none; font-size: 0.89em;}
 A:hover.linkes {color: black;   font-size: 0.89em;}
