/**
 * Searchbox
 */
DIV#newsSearchBox {
	margin:20px 0 0 0;
}
DIV#newsSearchBox H1 {
	border-bottom:1px solid #cacaca;
	padding-bottom:0.3em;
}
DIV#newsSearchBox FORM {
	background:#f3f3f3;
	padding:6px;
}
DIV#newsSearchBox INPUT {
	width:174px;
	padding:2px 2px;
	margin:0 0 3px 0;
	color:#686868
}
DIV#newsSearchBox SELECT {
	width:178px;
	padding:0;
	margin:3px 0 3px 0;
	color:#686868;
	border:0;
}
/**
 * SearchResults
 */
DIV.newsItem {
	position:relative;
	margin:20px 0 0 0;
	background:#f3f3f3;
	padding:0 0 0 0;
}
DIV.newsItem A.newsThumb {
	display:block;
	float:left;
	width:100px;
}
DIV.newsItem DIV.imgWrapper {
	display:block;
	float:left;
	width:400px;
	padding:0.4em 0 1em 15px;
}
DIV.newsItem DIV.wrapper {
	display:block;
	width:400px;
	padding:0.4em 15px 1em 115px;
}
DIV.newsItem P.date {
	text-align:right;
	font-size:0.8em;
	color:#686868;
	padding:0 0 1em 0;
}
DIV.newsItem H1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/**
 * News Detail
 */
DIV.newsImage {
	float:left;
	margin:20px 0 0 0;
}
DIV.newsImage P {
	font-size:0.85em;
	line-height:1.3em;
	color:#686868;
	width:166px;
	padding:0 15px 0.5em 0;
}
DIV.newsImage IMG {
	max-width:166px;
	margin:4px 15px 5px 0;
}
DIV.newsBody {
	float:left;
	width:330px;
	margin:20px 0 0 0;
}
DIV.newsBody  H1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 0 0.5em 0;
}
DIV.newsBody P {
	padding:0 0 0.5em 0;
}
DIV.newsBody P.date {
	font-size:0.8em;
	color:#686868;
	padding:0 0 0 0;
}

/*
 * Optionsbar 
 */
UL.optionsBar {
	width:166px;
	margin-top:1.2em;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:1px;
	border-bottom:1px solid #ebebeb;
}
UL.optionsBar A {
	display:block;
	line-height:12px;
	border-top:1px solid #ebebeb;
	padding:4px 0 4px 23px;
}
A.iconVideo {
	background:url(../img/layout/icon_video.gif) no-repeat 0 0;
}
.newsTop A.iconVideo,
.newsItem A.iconVideo {
	padding:0 0 0 20px;
	background:url(../img/layout/icon_video_grey.gif) no-repeat 0 0;
}
A.iconAudio {
	background:url(../img/layout/icon_audio.gif) no-repeat 0 0;
}
A.iconProbe {
	background:url(../img/layout/icon_probe.gif) no-repeat 0 0;
}
A.iconDownload {
	background:url(../img/layout/icon_download.gif) no-repeat 0 0;
}
A.iconVideo:hover,
A.iconAudio:hover,
A.iconProbe:hover,
A.iconDownload:hover {
	background-position:0 -1000px;
}
