/* CSS Document */


.leftcol { width: 425px; float: left; height: 100%;  }
.leftcol-a { width: 48%; float: left; overflow: hidden; }
.leftcol-b { margin-left: 10px; width: 48%; overflow: hidden;}

.rightcol { width: 250px; float: left; margin-left: 15px; }

div.chart { margin-bottom: 15px; }
div.chart div.image { text-align: center; }

.credits { padding-top: 10px; border-top: #ccc solid 1px; clear: both;}
.credits table tr td { font-size: 75%; color: #999; text-align: right; }

.link { background-color: #FFFFCC; border: #FFCC33 solid 1px; padding: 5px; margin-bottom: 10px; }
.link div.title { font-size: 90%; font-weight: bold; }
.link div.body { border-left: #FFCC33 solid 3px; padding: 5px; font-size: 85%; }
.link div.nav { font-size: 80%; }
.link div.nav ul { margin: 0px; }

div.theater_header { font-weight: bold; }
div.choosetheater { font-weight: bold; margin-bottom: 10px; }
div.moretheaters a { font-size: 85%; margin-bottom: 5px; }

#showtimes {  }
#showtimes div.theater_header { font-weight: bold; }
#showtimes div.choosetheater { font-weight: bold; margin-bottom: 10px; }
#showtimes div.moretheaters a { font-size: 85%; margin-bottom: 5px; }

.movie div.title { color: #111111; display: inline; padding-right: 5px; font-weight: bold; font-size: 85%; }
.movie div.showtimes { color: #444444; display: inline; font-size: 85%; }

.movies { margin-top: 10px; border-top: #CCCCCC solid 1px; }
.movie { padding: 10px; border-bottom: #BBBBBB solid 1px; }

.theater { padding-bottom: 6px; }
.theater div.title { font-weight: bold; }
.theater div.distance { font-size: 85%; color: #999; }
.theater div.loc { font-size: 85%;  }

.credit { font-size: 85%; font-style: italic; text-align: center; margin-top: 10px; }