body {
	margin:0;
}

#pmecasting {
	width:780px;
	height:470px;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#525252;
	cursor:pointer;
	color:#fff;
	overflow:hidden;
}

#pmecasting #pmecasting_header {
	width:960px;
	height:56px;
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	background-position: 13px 13px;
	text-align:right;
}

#pmecasting #pmecasting_content {
	padding:11px;
}

#pmecasting .pmecasting_button {
	width:176px;
	float:right;
}

#pmecasting .pmecasting_title {
	text-align:left;
	font-family:"Arial Black";
	font-size:19px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:575px;
}

#pmecasting .pmecasting_title a {
	color:#ffa601;
	text-decoration:none;
	font-size:25px;
	line-height:19px;
	
}

#pmecasting .pmecasting_title a:hover {
	text-decoration:underline;
}

#pmecasting ul.videos {
	list-style:none;
	margin:0;
	padding:0;
}

#pmecasting ul.videos li {
	float:left;
	margin:0 3px 6px 0;
	display:block;
/*	width:183px;*/
/*	height:170px;*/
}

#pmecasting .pmecasting_video {
	display:block;
	color:#fff;
	text-decoration:none;
	width:181px;
	height:139px;
	border: 1px solid #b7370a;
	background-color:#393939;
}

#pmecasting .pmecasting_video:hover {
	border: 1px solid #ffa601;
	background-color:#555;
}

#pmecasting .pmecasting_video:hover .videotitle {
	background-color:#ffa601;
}

#pmecasting .pmecasting_video .img {
	width:100px;
	height:70px;
	border:2px solid #ffa601;
	margin:4px;
}
#pmecasting .pmecasting_video .play {
	width:56px;
	height:56px;
	background-image: url('images/play.gif');
	float:right;
	margin-top:7px;
	margin-right:10px;
	background-repeat: no-repeat;
	background-position: top left;
}

#pmecasting .pmecasting_video .videotitle {
	font-family:Verdana, Arial;
	font-weight:bold;
	font-size:12px;
	background-color:#b7370a;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:2px 3px;
	text-align:left;
}

#pmecasting .pmecasting_video .videodesc {
	height:26px;
	font-family:Arial, Verdana;
	font-weight:normal;
	font-size:12px;
	padding:2px 3px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
}

#pmecasting #casting___moviecontainer {
	width:290px;
	height:218px;
	border: 2px solid #b53717;
	float:left;
}

#pmecasting #player {
	width:290px;
	height:218px;
	border: 2px solid #b53717;
	float:left;
	background-color:#000;
}

#pmecasting #bubble {
	width:385px;
	height:89px;
	background-image: url('images/bubble.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding:16px 0 0 44px;
}

#pmecasting #txt {
	float:left;
	width:430px;
	height:250px;
	margin-left:20px;
	overflow:hidden;
}

#pmecasting .whitexl {
	font-family:'Arial Black', Arial;
	font-weight:bold;
	font-size:22px;
	color:#fff;
	line-height:28px;
}

#pmecasting .orangexxl {
	font-family:'Arial Black', Arial;
	font-weight:bold;
	font-size:36px;
	color:#b53717;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

#pmecasting .xl {
	font-family:'Arial Black', Arial;
	font-weight:bold;
	font-size:22px;
	line-height:28px;
}

#pmecasting .orange {
	color:#ffa601;
}

#pmecasting a {
	text-decoration:none;
}

#pmecasting a:hover {
	text-decoration:underline;
}

#pmecasting #morevids {
	display:none;
}
