/* 
Title:			K11 content styles
Description:	These content formatting styles are both for screen and for print. They CSS file can be referenced in Rich Text Editors.
Author:			andre@sheydin.de
*/

body {
	font-size: 13px;
	line-height: 18px;
	font-family: Helvetica,Arial,Geneva,sans-serif;
	}

p {
	display: block;
	margin: 0 0 15px !important;
	padding: 0;
	}

/* @group HEADINGS */

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
/*	text-rendering: optimizeLegibility;*/
	}


h1 {
	margin: 0 0 10px !important;
	font-size: 18px !important;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	}

h2 {
	margin: 0 0 10px !important;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	}

h3 {
	margin: 0 0 10px !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px !important;
	}

h2 a:link,
h2 a:visited {
	color: #e85321 !important;
	}

h2 a:hover,
h2 a:focus {
	color: #ad2c00 !important;
	}

/* @end */

/* @group PROPRIETARY CONTENT */

.date {
	color: #9097a1;
	}

.meta {
	color: #9097a1;
	}

.price {
	font-weight: bold;
	color: #5a5d66;
	}

/* @end */



/* @group TABLE */

.block table {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	}

.block table th,
.block table td {
	margin: 0;
	padding: 3px 3px 2px 0;
	border-collapse: collapse;
	text-align: left;
	border-bottom: 1px solid #EEE;
	}

.block table td {
	margin: 0;
	border-collapse: collapse;
	text-align: left;
	font-weight: bold;
	}

.block table .right {
	text-align: right;
	}

.block table:last-child {
	margin-bottom: 0;
	}

.block table td p {
	margin: 0 !important;
	padding: 0;
	}

.block em {
	color: #e85321;
	font-style: normal;
	font-weight: normal;
	font-size: 120% !important;
	}


/* @end */

/* @group DEFINITION LIST */

dl {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	}

dl dt {
	float: left;
	display: block;
	width: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
	}

dl dd {
	display: block;
	margin: 0;
	padding: 0 0 5px 30px;
	font-size: 12px;
	}

/* @end */

