
/* Content start
-------------------------------------------------- */
.content-1 p {
	font-weight: bold;
	font-size: 1em;
}
.content-1 a.action {}
	.content-1 a.action:hover {}

.content-1 h1 {
	font-size: 20px;
	margin-bottom: 9px;	
}

/* Content page (EDITOR)
-------------------------------------------------- */
.editor {
	font: normal 13px/1.6 Trebuchet MS, sans-serif;
	}
h1,
h2,
h3,
h4{
	font-family: Trebuchet MS, sans-serif;
	color:#000;
}
h1,
.headline h1,
.editor h1 {
	font:normal 30px/1.2 "Myriad Pro", "Tahoma", Trebuchet MS, sans-serif;
}

h2,
.lists.faq li.first,
.editor h2 {
	font-size: 18px;
	padding-top:10px;
}
h3,
.editor h3 {
	font-size: 16px;
}
.editor h4 {
	font-size: 14px;
}
.editor p {
	margin-bottom:10px;
	font: normal 13px/1.6 Trebuchet MS, sans-serif;
}
.editor p.intro {
	font: bold 13px/1.6 Trebuchet MS, sans-serif;
}

/* Link 
---------------------------------------------------*/	
.editor a,
.editor a:visited {
	text-decoration:none;
	color: #0070b8;
	}
	.editor a:hover {
		text-decoration:underline;
	}
	
/* Tags 
---------------------------------------------------*/	
.editor strong {
	font-weight: bold;	
}
.editor em {
	font-style: italic;	
}
.editor sub {
	font-weight: normal;
	font-size: 0.8em;
	vertical-align:bottom;
	}
.editor sup {
	font-weight: normal;
	font-size: 0.8em;
	vertical-align:top;
}
.editor abbr {
	border-bottom:1px #ddd solid;
	}
.editor acronym {
	text-transform:uppercase;
	border-bottom:1px #ddd solid;
	}
.editor cite {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	color:#555;
	border-bottom:1px #ddd solid;
}

/* Blockquote 
---------------------------------------------------*/
.editor blockquote {
	width:120px;
	float:left;
	margin:15px;
	}
	.editor blockquote p {
		font: italic 1.6em Georgia, "Times New Roman", Times, serif;
		color:#555;	
	}
	
/* Lists 
---------------------------------------------------*/	
.editor ul,
.editor ol {
	margin-bottom:10px;
}
	.prod-matris ul li,
	.editor ul li,
	.editor ol li {
		list-style-type: disc;
		padding-left: 5px;
		font: normal 13px/1.6 Trebuchet MS, sans-serif;
		list-style-position:inside;
	}
	 .editor ol li{
		list-style-type: decimal;
	}
	
/* Tabels 
---------------------------------------------------*/
.editor table {
		font: normal 13px/1.6 Trebuchet MS, sans-serif;
	    border:none;
	    margin:3px 5px 10px;		
	}
	.editor table th {
		font-weight: bold;
		padding:3px 5px;
		}
	.editor table td {
		padding:0 5px;
	}
	
/* table with borders */
.editor table.border {
	border:1px solid #ccc;
	}
	.editor table.border th {}
	.editor table.border td {
		border:1px solid #eee;
	}
	
/* Images
-------------------------------------------------- */	
.editor img.imgleft {
	float: left;
	margin: 0 10px 10px 0;	
}
.editor img.imgright {
	float: right;
	margin: 0 0 10px 10px;	
}
/* border */
.editor img.imgleft.border,
.editor img.imgright.border {
	border:1px solid #000;	
}
	