.leftContent{
width:191px; 
overflow:hidden;
}
.schooltext1{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

	
/*** Select  Container ***/
#theaterSelectBox{
background: #99A0CF;
width: 317px; /* 374px if GO btns used*/
}
.theaterSelectCorner{
background-repeat: no-repeat;
width:100%;
}
.theaterSelectCornerTL {
background-image: url(/images/corner_TL_theaterSelect.gif);
}
.theaterSelectCornerTR {
background-image: url(/images/corner_TR_theaterSelect.gif);
background-position: top right;
}
.theaterSelectCornerBL {
background-image: url(/images/corner_BL_theaterSelect.gif);
background-position: bottom left;
}
.theaterSelectCornerBR {
background-image: url(/images/corner_BR_theaterSelect.gif);
background-position: bottom right;
}

#theaterSelectBox h3{
font-weight: bold;
color: #ffffff;
margin: 5px 0px 1px 0px;
font-size:10px;
}

#theaterSelectBoxschool{
background: #74c044;
width: 397px; /* 374px if GO btns used*/
}
.theaterSelectCorner{
background-repeat: no-repeat;
width:100%;
}
.theaterSelectCornerTLGR {
background-image: url(/images/corner_TL_theaterSelectGR.gif);
}
.theaterSelectCornerTRGR {
background-image: url(/images/corner_TR_theaterSelectGR.gif);
background-position: top right;
}
.theaterSelectCornerBLGR {
background-image: url(/images/corner_BL_theaterSelectGR.gif);
background-position: bottom left;
}
.theaterSelectCornerBRGR {
background-image: url(/images/corner_BR_theaterSelectGR.gif);
background-position: bottom right;
}

#theaterSelectBoxSchool h3{
font-weight: bold;
color: #ffffff;
margin: 5px 0px 1px 0px;
font-size:10px;
}

/*** Film ***/

.movieDesc{/* holds all divs/content/btns for an individual DVD */
width:735px;
}

.previewHold{/* holds big movie image and Show Times btn */
float:left;
margin-right:21px;
width:225px;
}

.Preview{
float:left;
width:225px;
overflow:hidden;
margin:0px 0px 7px 1px;
}
.contentHold{/* div holds content div to position it inside movieDesc div */
/*background-color: #E3F1F6;*/
float:left;
width:470px;
}

.Title{
font-size: 15px;
color: #0A6EBA;
font-weight:bold;
text-transform: uppercase;
width: 280px;
float:left;
/*background-color:red;*/
}
.BtnHold1{
float:right;
}
.BtnHold2{
float:right;
margin: 0px 0px 0px 19px;
}
.SubTitle {
/*background-color: orange;*/
color: #0A6EBA;
font-size: 10px;
font-weight:normal;
width:300px;
}
.content {
margin-top: 15px;
color: #71716F;
font-size: 12px;
line-height: 15px;
text-align:left;
overflow:hidden;
}

.screenShot{/* inside content div */
margin-top: 10px;
color: #000000;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
width:470px;
}
.screenShotThumb{
width: 155px;
}

.dvdMORE {/* text link: more...||close x  */
margin-top: 3px;
color: #71716F;
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
float:right;
}

.movieTimes{
margin-top:5px;
font-size: 11px;
/*line-height: 15px;*/
line-height: 10px;
font-weight: bold;
color: #71716F;
padding: 0px 2px;
/*border: 1px solid black;*/
}

.movieTimes a{text-decoration: none;}
.movieTimes a:hover{text-decoration: underline;}

