/* CSS Document */

.mediaitem {
	position:relative;
	width:430px;
	height:170px;
	z-index:2;
	left: 0px;
	top: 0px;
	font-family:Verdana;
	font-size:10px;
	text-align:justify;
	padding:10px;
	margin-left:25px;
	margin-top:25px;
	background-image:url(images/pinktilea.gif);
	border:#990000;
	border-style:solid;
	border-width:1px;
}
.mediaimage {
	position:absolute;
	width:100px;
	height:100px;
	z-index:2;
	left: 0px;
	top: 0px;
	font-family:Verdana;
	font-size:10px;
	text-align:justify;
	padding:10px;
	margin:10px;
	background-color:#fbe6e6;
}
.mediatitle {
	position:absolute;
	width:300px;
	height:40px;
	left:142px;
	top:10px;
	color:#990000;
	font-size:14px;
	text-align:left;
	font-weight:bold;
}
.mediatype {
	position:absolute;
	width:90px;
	height:17px;
	top:60px;
	left:140px;
	background-color:#fbe6e6;
	text-align:center;
	padding:5px;
	padding-top:8px;
}
.mediatext {
	position:absolute;
	width: 180px;
	top:60px;
	left:250px;
	background-color:#fbe6e6;
	padding:5px;
	}
.mediaplay {
	position:absolute;
	width:100px;
	height:30px;
	top:100px;
	left:140px;
	background-color:#fbe6e6;
	text-align:right;
}

