﻿@charset "UTF-8";
#leftTopVerticalRegion {
	width: 165px;
	overflow:hidden;
	float:left;
}
#poster {
	margin:0 10px 10px 0;
}
#poster img {
	border:none;
}

.contentBoxForCast {
	background-color: #393939;
	color:white;
	padding:5px 10px 10px 10px;
	border-top:1px solid #626262;
	background-image:url(../images/contentBox3_grad_background.png);
	background-repeat:repeat-x;
	background-position:top;
	display:block;
}
.contentBoxForCast dl {
	margin:0;
}
.contentBoxForCast dl dt {
	margin-top:5px;
	color:#E0E0E0;
}
.contentBoxForCast dl dd {
	color:white;
}
.contentBoxForCast a,
.contentBoxForCast a:link,
.contentBoxForCast a:visited {
	color:#E0E0E0;
}
.contentBoxForCast a:hover {
	text-decoration:none;
	color:#F2BD23;
}

