@charset "utf-8";

#mediacomponent {
	width:588px;
	height:415px;
	padding:98px 0 0 0px;
	margin:auto;
	background:url(../images/mediacentreminibg.jpg) top no-repeat;
}
#mediasection {
	width:563px;
	height:300px;
	margin-bottom:10px;
	padding:0 0 0 25px;
}
#headings {
	height:40px;
}
#headings h1 {
	margin:0px;
	width:170px;
	padding:4px 0px 0px 35px;
	font-size:14px;
	font-weight:bold;
	height:25px;
	float:left;
}
#navigation {
	width:537px;
	float:left;
	color:#000;
	background:#e2e2e2;
}
#video {
	width:420px;
	height:250px;
	float:right;
}
#category {
	width:200px;
	height:230px;
	float:left;
	overflow-y:scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x:hidden;
}
#category ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#category ul li {
	padding:0px;
	margin:0px;
	border-bottom:1px solid #FFFFFF;
}
#category ul li a {
	padding:7px 2px 3px 32px;
	display:block;
	color:#727272;
	min-height:22px;
	line-height:16px;
}
.category-static {
	background:url(../images/category_static1.jpg) no-repeat left top #c8c8c8;
}
#category ul li a:hover {
	background:url(../images/category_static2.jpg) no-repeat left top #b1ceca;
}
.category-active {
	background:url(../images/category_selected.jpg) no-repeat left top #feea8b;
}
.description {
	float:right;
	text-align:left;
	width:191px;
	cursor:pointer;
	color:#898989;
}
.sel .description {
	color:#fae2ba;
}
#list {
	width:335px;
	padding:0px;
	float:left;
	overflow-y:scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x:hidden;
	height:230px;
}
#list ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#list ul li {
	margin:0px;
	padding:5px;
	min-height:72px;
	_height: 72px;
	border-bottom:1px solid #FFFFFF;
	cursor:pointer;
}
#list img {
	margin:5px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #bababb;
	width:60px;
}
#list ul li:hover {
	background:url(../images/playlist_hover.jpg) repeat-x left bottom #cfe2e0;
	display:block;
}
#right #list h2 {
	background:none;
	margin:0px;
	padding:0 0 0px 0;
	color:#64686b;
	font-size:15px;
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
}
#right #list h2 a {
	color:#64686b;
	text-decoration:none;
}
#right #list h2 a:hover {
	color:#000000;
}
#right #list p {
	margin:0px;
	padding:0px;
	line-height:16px;
	font-size:13px;
	color:#727272;
}
#list a {
	display:block;
	line-height:16px;
	font-size:13px;
	color:#727272;
}
#list a:hover {
	display:block;
}
.listhover {
	background:url(../images/playlist_hover.jpg) repeat-x left bottom #cfe2e0;
}