/* CSS Document */
#mediaList #wrapper #content #mainContent div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	margin-right:5px;
	position: relative;
	margin-bottom: 25px;
}
#mediaList #wrapper #content #mainContent #mediaMagazine h3 {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 2px;
	background-image: url(../img/icon_magazine.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	line-height: 25px;
	height: 25px;
}
#mediaList #wrapper #content #mainContent #mediaTV h3 {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 2px;
	background-image: url(../img/icon_tv.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	line-height: 25px;
	height: 25px;
}
#mediaList #wrapper #content #mainContent div h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background-color: #FF7F00;
	margin-top: 5px;
	text-align: right;
	padding-right: 8px;
}
#mediaList #wrapper #content #mainContent .onAir {
	background-image: url(../img/tag_onAir.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	line-height: 28px;
	margin-left: 25px;
	color: #333333;
}
#mediaList #wrapper #content #mainContent #mediaMagazine dt {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	background-image: url(../img/tag_mgz_title.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 28px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
}

#mediaList #wrapper #content #mainContent #mediaTV dt {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	background-image: url(../img/tag_tv_title.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 28px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
}
#mediaList #wrapper #content #mainContent div .jumpMedia {
	font-weight: bold;
	color: #666666;
	background-image: url(../img/icon_jump.gif);
	padding-left: 37px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.3em;
	text-align: right;
	width: auto;
	position: absolute;
	left: 345px;
	top: 7px;
}


#mediaList #wrapper #content #mainContent .publication {
	background-image: url(../img/tag_publication.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	line-height: 28px;
	margin-left: 25px;
	color: #333333;
}
#mediaList #wrapper #content #mainContent .contentsMedia {
	font-size: 90%;
	background-image: url(../img/tag_contents.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 25px;
	padding-left: 60px;
	line-height: 1.3em;
	margin-bottom: 5px;
	color: #333333;
}
