div.box-office-widget{
	font-family: arial,helvetic,sans-serif;
	background: transparent url(/widgets/box-office-widget/img/filmsite-box-office-widget.png) 14px 25px no-repeat ;
	margin: 24px auto;
	text-align: center;
	border: 1px solid #CCC;
	width: 960px;
	padding: 60px 12px 6px 12px;	
}
div.box-office-widget ul{
	margin: 12px 0 0 0;
	padding: 0;
	text-align: left;
	
}
div.box-office-widget ul li{
	background: transparent url(/widgets/box-office-widget/img/box-office-widget-bullet.jpg) no-repeat scroll 0 3px;
	padding: 0 0 2px 15px;
	list-style-type: none;
	font-size: 11px;
	float: left;
	margin: 0 40px 6px 0;
	width: 24em;
	height: 42px;
	overflow: hidden;
}

a.box-office-link,
a.box-office-link:active,
a.box-office-link:visited,
a.box-office-link:link,
a.box-office-link:hover{
	display: block;
	color: #1606fe;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.widgetClear{
	clear:both;
}
.widgetClear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}