/*Entertainment Big Box - listings, happenings etc*/

.ent_newsbox {
	width: 640px;
	float: left;
	display: inline;
	border: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 5px 5px 20px 5px;
	position:relative;
	}
	
.ent_headline_small_middle { /*small section heds*/
	width: 220px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: maroon;
	font-family: Arial, Helvetica;
	border-bottom: 1px solid #c0c0c0;
	padding: 0px 0px 7px 0px;
	margin-bottom: 5px;
	}
	
.ent_headline_small_right { /*small section heds*/
	width: 200px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: maroon;
	font-family: Arial, Helvetica;
	border-bottom: 1px solid #c0c0c0;
	padding: 0px 0px 7px 0px;
	margin-bottom: 5px;
	}
	
.ent_photo_box { /*left column*/
	float: left;
	display: inline;
	color: #000;
	width: 210px;
	margin-right: 5px;
	}

.ent_middle_box {
	width: 220px;
	float: left;
	display: inline;
	margin-right: 5px;
	vertical-align: top;
	}
	
.ent_right_box {
	width: 200px;
	float: right;
	display: inline;
	vertical-align: top;
	}
	
.ent_bestbets_hed {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica;
	vertical-align: top;
	padding: 0 0 1px 0;
	}
	
.ent_bestbets_summary {
	font-size: 12px;
	text-align: left;
	color: #000;
	font-family: Arial, Helvetica;
	vertical-align: top;
	padding: 0px 0px 4px 0px;
	margin-bottom: 0px;
	}
		
.ent_section_hed {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica;
	vertical-align: top;
	padding: 2px 0 2px 4px;
	}
	
.ent_item_hed {
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica;
	vertical-align: middle;
	padding: 0px 0 3px 0;
	}
	
.ent_box_hed {
	width: 640px;
	float: left;
	display: inline;
	border-bottom: 1px solid #c0c0c0;
	padding: 7px 0px 7px 0px;
	margin-bottom: 7px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica;
	}
	
.bottom_links_box { /*multimedia box stripped along bottom*/
	font-size: 12px;
	float: left;
	display: inline;
	text-align: center;
	font-family: Arial, Helvetica;
	padding: 5px 3px 0 3px;
	width: 630px;
	height: 20px;
	border: 1px solid #c0c0c0;
	margin-top: 5px;
	}

/* end entertainment box */	