/* Ask the Experts */

/* Main page */
.itexperts-imagelink {
	border: 0;
	padding: 0;
	margin: 0;
}
.itexperts-imagelink span { display: none; }

a#itprogram {
	display: block;
	background-image: url(images/it_program.jpg);
	height: 201px;
	width: 609px;
	background-repeat: no-repeat;
}
a#itprogram:hover {	background-image: url(images/it_program_hover.jpg); }

a#essentialskills {
	display: block;
	background-image: url(images/essential_skills.jpg);
	height: 200px;
	width: 609px;
	background-repeat: no-repeat;
}
a#essentialskills:hover {	background-image: url(images/essential_skills_hover.jpg); }

a#careerfield {
	display: block;
	background-image: url(images/career_field.jpg);
	height: 200px;
	width: 609px;
	background-repeat: no-repeat;
}
a#careerfield:hover {	background-image: url(images/career_field_hover.jpg); }

/* Playlist styles */
#playlist				{ margin-top: 25px; }
.playlist-section		{ font-weight: bold; border-bottom: 1px solid #ccc; margin-top: 5px; }
.playlist-bottom		{ width: 100%; }
.playlist-expert		{ float: left; width: 200px; }
.playlist-expert-img	{ text-align: center; margin-left: auto; margin-right: auto; }
.playlist				{ float: left;  width: 60%; }
.playlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.playlist ul li {
	background-image: url(/images/icons/television.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 3px 0 3px 20px;
	margin: 3px 0 3px 0;
}
.pageheader {
	background-image: url(/academics/information_technologies/experts/images/player_header.jpg);
	background-repeat: no-repeat;
	background-color: #fff !important;
	border: 0 !important;
	height: 160px;
}
.pageheader h1			{ margin: 0; padding: 0; }
.pageheader h1 a span	{ display: none; }
.pageheader h1 a {
	display: block;
	width: 375px;
	height: 65px;
	margin-left: 220px;
}
.pageheader h2 {
	color: #fff;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
	width: 100%;
	font-weight: normal !important;
	letter-spacing: 0.1em;
}
.pageheader h2 span {
	display: block;
	margin-left: 220px;
}

