/* Box Office Box */

#boxoffice_front  {
clear: both;
display: block;
width: 260px;
margin-top: 15px; /*  Adjust spacing from bottom of info accordion here */
}


#boxoffice_top {
	width: 260px;
	height: 22px;
	background-image: url(../images/sponsorsbox_top.png);
	background-repeat: no-repeat;
	
}

#boxoffice_top p {
    font-family:"Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size:13px;
	color:#FFF;
	padding-left: 18px;
}

#boxoffice_main {
	width: 260px;
	background-image: url(../images/sponsorsbox_main.png);
	background-repeat: no-repeat;
	padding: 15px;
	margin: 0px;
	line-height: 18px;
	word-spacing: normal;
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-serif;
}

#boxoffice_main p{
	width: 260px;
	background-image: url(../images/sponsorsbox_main.png);
	background-repeat: no-repeat;
	padding: 15px;
	margin: 0px;
	line-height: 18px;
	word-spacing: normal;
	font-size: 12px;
}

#boxoffice_main p span {
    color: #000;
	font-weight: bold;
	font-size: 14px;
}

#boxoffice_main img {
    display:block;
    width: 214px;
	padding:0;
    margin:auto;
}


#boxoffice_bottom {
	width: 260px;
	height: 11px;
	background-image: url(../images/sponsorsbox_bottom.png);
	background-repeat: no-repeat;
}
