/*
Name:		audiovideo.css
Zweck:		Media-Gallerie Layout
Ersteller:	PH
=============================
*/

div#svGallery {
	list-style:none;
	width:100%;
}
div#svGallery div.image {
	float:left;
	border:8px solid #1d1d1d;
	margin:0;
	padding:0;
	/*width:110px;
	height:110px;*/
	background:#1d1d1d;
}
div#svGallery div.image a {
	display:block;
	padding:0;
	margin:0;
}

div#svGallery ul li {
	clear:both;
	float:none;
	position:relative;
	width:100%;
	border-bottom:1px solid #1c1c1c;
	text-align:left;
	padding:0 0 20px 0;
	margin:20px 0 0 0;
}
div#svGallery ul li.first {
	clear:both;
	float:none;
	width:100%;
	border-bottom:1px solid #1c1c1c;
	text-align:left;
	margin-top:0;
}

div#svGallery ul li p {
	text-align:left;
}

div#svGallery span#mediaPlayer.flv {
	display:block;
	width:300px;
	height:246px;
}

div#svGallery span#mediaPlayer.mp3 {
	display:block;
	width:300px;
	height:38px;
}

/*Abspielbutton oben rechts (generell)*/
div#svGallery ul li a.playButton {
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:76px;
	height:21px;
	background:url(../images/layout/play.jpg) no-repeat;
}
/*Abspielbutton f�r Bild*/
div#svGallery ul li a.playButton.JPG, div#svGallery ul li a.playButton.jpg, ul#svAssetDetail li a.playButton.JPG, ul#svAssetDetail li a.playButton.jpg {
	background:url(../images/layout/anzeigen.jpg) no-repeat;
}

div#svGallery ul li dl.details {
	float:left;
	text-align:left;
	clear:none;
	margin-left:10px;
	width:490px;
}

div#svGallery ul li dl.details dt {	
	padding-bottom:4px;
}

div#svGallery ul li dl.details dd.added {
	padding-bottom:6px;
}

div#svGallery ul li dl.details dd.summary {
	margin-bottom:0;
}

/*
Blaettern
=============================
*/
div#svGallery dl.moreResults {
	float:right;
	margin:0;
}
div#svGallery dl.moreResults dt {
	display:none;
}
div#svGallery dl.moreResults dd {
	padding:3px 0;
}

div#svGallery dl.moreResults dd ul {
}

div#svGallery dl.moreResults dd ul li {
	border:none;
	padding:3px 5px;
	margin:0 2px !important;
	border:1px solid #1c1c1c;
	background:#1c1c1c;
}

div#svGallery dl.moreResults dd ul li.current {
	border:none;
	padding:3px 5px;
	margin:0 2px !important;
	border:1px solid #1c1c1c;
	background:#000;
}

div#svGallery dl.moreResults dd ul li a {
	padding:0;
}