.videoitem {
	width: 616px;
	height: 135px;
	clear: both;
	padding: 18px;
	background-image: url(../_images/videoitem_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#videowrapper .videoitem .videopreview {
	width: 180px;
	height: 135px;
	margin-right: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #999;
}
.videoinfo {
	width: 415px;
}

#videowrapper h1,#videowrapper h2 { /* title */
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
}
#videowrapper h1 {
	font-size: 2.2em;
	line-height: 1.5em;
	/******************/
	/*font-family: "Trebuchet MS", sans-serif;*/
	letter-spacing: -2px;
	font-weight: bold;	/*margin-top: -1em;*/
}
#videowrapper h2 {
	font-size: 1.6em;
	line-height: 2em;
	margin-top: -0.6em;
	margin-bottom: -0.2em;
}

p { /* description */
	font-size: 0.8em;
	line-height: 1em;
	color: #666666;
}
.afdeling {
	display: inline;
	text-transform: uppercase;
	color: #666666;
	font-size: 0.8em;
}
.date_dur {
	display: inline;
}
.pubdate {
	padding-left: 1em;
	display: inline;
	/*display: none;*/
}
.dur {
	display: inline;
	padding-left: 3em;
	color: #666666;
}
.dur:after {
	content: " min.";
}
.category {
	/*display: none;*/
}
.category:before {
	content: "Kategori: ";
	/*content: "Kategori\7F \ ";*/
}
.description {
	line-height: normal;
	display: none;
	/*margin-top: -0.7em;*/ 
}
.play {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	/*letter-spacing: -0.2em;*/
	width: 100px;
	height: 20px;
	padding-left: 23px;
	/*background-image: url(../_images/quicktime_icon.gif);*/
	background-image: url(../_images/flash_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}