/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
.content * {
	font-size: 12px;
	line-height: 20px;
}
 
.content h1 {
	margin: 12px 0 9px 0;
	font-size: 13px;
}

.content h2 {
	margin: 10px 0 7px 0;
	font-size: 12px;
}

.content h3 {
	margin: 5px 0 2px 0;
}

.content h4 {
	margin: 3px 0 0 0;
	font-weight: normal;
	font-style: italic;
}

.content .csc-firstHeader {
	margin-top: 0;
}

.content hr {
	height: 1px;
	margin: 5px 0 3px 0 !important;
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

.content a {
	color: #dc006b;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content ul {
	margin: 5px 0 5px 2px;
}
	
.content ul li {
	height: auto !important;
	height: 1px;
	padding-left: 10px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 10px;
}

.content .contenttable {
	border: 1px solid #ccc;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable .tr-even {
	background-color: #f8f8f8;
}

.content .contenttable th,
.content .contenttable td {
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

.content .csc-textpic-caption {
	font-style: italic;
}

/* -----------------------------------------------
	Indexed Search
----------------------------------------------- */
.tx-indexedsearch .browsebox {
	height: 18px;
	margin: 10px 0 -10px 0;
}

.tx-indexedsearch .browsebox li {
	float: left;
	margin-right: 5px;
}	

.tx-indexedsearch-res h4 {
	clear: both;
	position: relative;
	margin-top: 20px;
	padding: 2px 0;
	line-height: 16px;
	background-color: #ccc;
}	

.tx-indexedsearch-res h4 a {
	padding-left: 20px;
}	

.tx-indexedsearch-res h4 img {
	position: absolute;
	top: 2px;
	left: 4px;
}	

.tx-indexedsearch-res h4 .percent {
	position: absolute;
	top: 2px;
	right: 4px;
}

.tx-indexedsearch-res dl {
	margin-top: 10px;
}

.tx-indexedsearch-res dt,
.tx-indexedsearch-res dd {
	display: inline;
}

.tx-indexedsearch-res dt {
	font-weight: bold;
}

.tx-indexedsearch-res dd {
	padding-right: 5px;
}


/* -----------------------------------------------
                tt_news
----------------------------------------------- */
.content .news .newsItem {
	height: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.content .newsList img,
.content .newsLatest img {
	float: left;
	margin-right: 5px;
}

.content .news .browse li {
	background: none;
	float: left;
	padding: 0 5px 0 0;
}

.content .news .news-single-additional-info dt {
	font-weight: bold;
	margin-bottom: 5px;
}

/* -----------------------------------------------
	text-in-text contentElement
----------------------------------------------- */

.content .version31 {
	clear: both;
	float: right;
	width: 200px;
	/*margin: 0 0 5px 10px;*/
	margin: 18px 0 2px 10px;
}

	.content .version31 .top {
		height: 6px;
		background: transparent url(../images/textintext_top.gif) no-repeat 0 0;
	}
	
	.content .version31 .body {
		height: auto !important;
		height: 1px;
		border-right: 2px solid #fff;
		border-left: 2px solid #fff;
		padding: 1px 8px 5px 8px;
	}
	
	.content .version31 .bottom {
		height: 6px;
		background: transparent url(../images/textintext_bottom.gif) no-repeat 0 0;
	}
	
	.content .version31 * {
		font-size: 10px;
		line-height: 12px;
	}
	
		/* content */
		.content .version31 h1.csc-firstHeader {
			margin-top: 12px;
		}
		
		.content .version31 h2.csc-firstHeader {
			margin-top: 10px;
		}
		
		.content .version31 h3.csc-firstHeader {
			margin-top: 5px;
		}
		
		.content .version31 h4.csc-firstHeader {
			margin-top: 3px;
		}
		
		.content .version31 ul li {
			background-position: 0 5px;
		}

		
.content div.news-single-item h1.nospacebottom {
	margin-bottom: 0px;
}

div.news-single-timedata {
	font-size:10px;
	line-height:10px;
	margin-bottom:6px;
}