/**
 * movies.css
 * CSS file for the What's On: Movies area
 * @author Luke Sneeringer
 * @author Copyright 2007, Live Oak Interactive
 */
#btn_showtimes a {
    width: 84px;
    height: 20px;
    display: block;
    float: left;
	font-size: 6px;
    margin-right: 8px;
    background-color: transparent;
    background-repeat: no-repeat;
}
	
#btn_showtimes a:hover {
    background-position: 0px -20px;
}
 
#btn_synopsis a {
    width: 84px;
    height: 20px;
    display: block;
    float: left;
	font-size: 6px;
    margin-right: 8px;
    background-color: transparent;
    background-repeat: no-repeat;
}
	
#btn_synopsis a:hover {
    background-position: 0px -20px;
}

#btn_review a {
    width: 84px;
    height: 20px;
    display: block;
    float: left;
	font-size: 6px;
    margin-right: 8px;
    background-color: transparent;
    background-repeat: no-repeat;
}
	
#btn_review a:hover {
    background-position: 0px -20px;
}

#btn_trailers a {
    width: 97px;
    height: 20px;
    display: block;
    float: left;
	font-size: 6px;
    margin-right: 8px;
    background-color: transparent;
    background-repeat: no-repeat;
}
	
#btn_trailers a:hover {
    background-position: 0px -20px;
}
	
#movie_fact_sheet {
	float: left;
	width: 120px;
}
	
#movie_fact_sheet h4 {
	color: #00198C;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}

#movie_content {
	display: block;
	float: left;
	padding-left: 10px;
	width: 370px;
	/* margin-left: 125px; */
}

#movie_nav {
	display: block;
	width: 407px;
	height: 16px;
}

#movie_header {
	display: block;
}