/* for index.php */
.openBox {
    position: absolute; 
    top: 284px; 
    left: 44px;
    width: 250px;
}



/* for info.php */
.openBox2 {
    position: absolute; 
    top: 370px; 
    left: 60px;
    width: 250px;
}

.open {   
    color: #fffec5;
    font-weight: bold;
    font-size: 14pt;
    text-transform: uppercase;    
    text-align: center;
}

.boxOffice {
    color: #f8ba2b;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    padding: 8px;
    margin: 0;
}

.phone {
    color: #f8ba2b;
    font-weight: bold;
    font-size: 14pt;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
}

.contactus {
    text-align: center;
    padding: 8px;
    margin: 0;
}

.contactus a {
    color: white;
    font-weight: bold;
    font-size: 16pt;
    text-align: uppercase;
    text-decoration: none;
}

.address {
    position: absolute; 
    top: 585px; 
    left: 22px;
    
    color: white;
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
}

.map {
    /*position: absolute; 
    top: 580px; 
    left: 250px;*/
    
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
}

.address a {

    color: #f8ba2b;
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
    text-decoration: none;
}

DIV.poster {
    text-align: center;
    position: absolute;
    top: 211px;
    left: 365px;
    width: 416px;    
    /*padding: 10px;*/
}

DIV.poster a {
	color: #0070c2;
}

DIV.poster a:visited {
	color: #0070c2;
}

DIV.poster a:hover {
	color: red;
}

.poster {
    float: left;
    color: white;
    text-align: center;
    font-size: 8pt;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
    /*margin: 5px 10px;*/
    padding: 0px;
    width: 124px;
    /*margin-right: 10px;*/

}

DIV.poster2 {
    text-align: center;
    position: absolute;
    top: 248px;
    left: 376px;
    width: 211px;
    padding: 0px;
    margin: 0px;
    /*border: thin solid red;*/
}

DIV.poster2 a {
	color: #0070c2;
}

DIV.poster2 a:visited {
	color: #0070c2;
}

DIV.poster2 a:hover {
	color: red;
}


.poster2 {
    color: black;
    text-align: center;
    font-family: "Verdana", Helvetica, Arial, sans-serif;
    font-size: 8pt;
    padding: 0px;
    margin: 0px;
    width: 100px;
    /*border: thin solid green;*/
}

.poster2 img {
	margin: 0px;
	padding: 0px;
}

.title {
    font-weight: bold;
    font-size: 9pt;
    /*text-transform: uppercase;*/
}

.rating {
    color: gray;
    font-weight: bold;
}

.showTime {
	font-weight: bold;
    font-style: italic;
    font-size: 7pt;
}

.poster img {
    display: block; 
    margin: auto;
    border: 2px solid #FFF0B2;
}




/* Navigation */

.home {
    position: absolute;
    top: 15px;
    left: 15px;
    color: white;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;    
}

.showtimes {
    position: absolute; 
    top: 33px; 
    left: 17px;
    width: 115px;
    height: 98px;
}

.button {
    position: absolute; 
    top: 77px; 
    width: 109px;
    height: 50px;
}
