﻿table
{
    vertical-align:top;
}

.topad1 
{
    display:none;
}

.velement {
  position: relative;
  float:left;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px 3px 0px 0px;
}

.reverselabel
{
    background-color:#000000; border-top:2px solid grey; width:100%; overflow:auto;
}


/* 
**
** New search 
**
*/
#venueresults
{
    width:100%;
    box-sizing: border-box;
    padding-right:20px;
}

#eventresults
{
    width:100%;
    box-sizing: border-box;
    padding-right:20px;
}
.ev_result
{
    position:relative;
    float:left;
    width:100%;
    border-bottom: 1px dashed black;   
    margin: 5px 0px 0px 0px; 
}
.ev_summary
{
    position:relative;
    float:left;
    width:50%;
    box-sizing: border-box;
    padding: 2px 10px 2px 0px;
}
.ev_schedule
{
    position:relative;
    float:left;
    width:50%;
    box-sizing: border-box;
}
.ev_notes
{
    position:relative;
    float:left;
    width:100%;
    font-size: 10px;
    text-transform:uppercase;
 }
 .ev_title
 {
     font-size: 14px;
 }
 .ev_image
 {
     height:40px;
     width:40px;
     float:left;
 }
 .ev_synopsis
 {
     font-size:10px;
 }
 .ev_venue
 {
     font-size:11px;
     font-weight: bold;
 }
 .ev_more
 {
     font-size:11px;
     font-weight:bold;     
     position:relative;
     float:left;
     margin:25px 5px 25px 5px;
 }
 
/*
**
** Base CAROUSEL
**
*/
/*
** Top 10 Gross box
*/
.filmeven
{
    background-color: #f1f5f9;
}
#filmgross
{
	position:relative;
	float:left;
	width:340px;
	margin:20px 0px 10px 0px;
	font-size: 12px;
	font-weight: normal;
	height:380px;
	border: none;
	line-height:7px;
	vertical-align:middle;
	text-align:left;
}
#gross_titles
{
	position:relative;
	float:left;
	width:100%;
	box-sizing:border-box;
	margin:0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	background-color: #3e5b84;
	padding-top:10px;
	padding-left:10px;
	height:30px;
	line-height:7px;
	vertical-align:middle;
	border-top: 3px solid #777777;
	color:White;
	text-align:left;
}

#gross_results
{
	position:relative;
	float:left;
	width:100%;
	box-sizing:border-box;
	margin:0px 0px 0px 0px;
	font-size: 12px;
}

#gross1title
{
 	position:relative;
	float:left;
	width:160px;
	height:120px;
	overflow: hidden;
	background-color: #f1f5f9;
	text-align:center;
}

.gross1link
{
 	position:relative;
	float:left;
   	font-weight: bold;
	font-size:14px;	 
	width:100%;
	padding-top:10px;
	height:75px;  
	line-height:1em;
}

.gross1total
{
 	position:relative;
	float:left;
   	font-weight: normal;
	font-size:14px;	   
	width:100%;
}
.gross1image
{
 	position:relative;
	float:left;
   	font-weight: normal;
	font-size:14px;	   
	width:180px;
	height:120px;
}
.grossrow
{
 	position:relative;
	float:left;
	width: 100%;
   	font-weight: normal;
	font-size:13px;	
	padding: 6px 4px 6px 4px;   
	box-sizing:border-box;
    line-height:1em;
}
.grossleft
{
 	position:relative;
	float:left;
	width: 70%;
	text-overflow: ellipsis;
}
.grossright
{
 	position:relative;
	float:left;
	width: 30%;
	text-align:right;
}

/*
** House Box
*/
#filmhouses
{
	position:relative;
	float:left;
	width:340px;
	margin:20px 10px 10px 0px;
	font-size: 12px;
	font-weight: normal;
	height:380px;
	border: none;
	vertical-align:middle;
	text-align:left;
}
#house_results
{
    height:300px;
    width:340px;
    overflow-y: auto;
    overflow-x: hidden;
}
#house_titles
{
	position:relative;
	float:left;
	width:100%;
	box-sizing:border-box;
	margin:0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	background-color: #3e5b84;
	padding-top:10px;
	padding-left:10px;
	height:30px;
	line-height:7px;
	vertical-align:middle;
	border-top: 3px solid #777777;
	color:White;
	text-align:left;
}

#house_search
{
	position:relative;
	float:left;
	width:100%;
	box-sizing:border-box;
	margin:0px 0px 10px 0px;;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top:10px;
	padding-left:10px;
	height:30px;
	line-height:7px;
	vertical-align:middle;
	color:Black;
	text-align:left;
}
.houselist 
{
    margin-left:0px;
    margin-top:0px;
}
.houselist li
{
    width:100%;
    overflow-x: hidden;
    padding: 3px 2px 3px 2px;
    font-weight:bold;
}
.houseaddr
{
    font-weight:normal;
    font-size:11px;
}





/*
** REVIEWS
*/
#rev_titles
{
	position:relative;
	float:left;
	width:100%;
	box-sizing:border-box;
	margin:0px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	background-color: #3e5b84;
	padding-top:10px;
	padding-left:10px;
	height:30px;
	line-height:7px;
	vertical-align:middle;
	border-top: 3px solid #777777;
	color:White;
	text-align:left;
}
.reviews_inner_carousel
{
    position:relative;
    float:left;
    margin-left:45px;
}
.reviews_image_carousel {
	padding: 0px 0 0px 0px;
	position: relative;
	margin-left: 0px;
}
#revcarousel
{
    width:690px;
}
.revimg 
{
	display: block;
	position: relative;
	float: left;
    width: 300px;
    height: 124px;
    margin-left:2px;
    margin-top:0px;
}
.rimage_text
{
    position:relative;
    float:left;
    width:210px;
    height:112px;
    overflow:hidden;
    font-size: 12px;
}

.rimage_more
{
    position:relative;
    float:left;
    width:210px;
    height:115px;
    overflow:hidden;
    font-size: 11px;
    font-weight:bold;
}

.revtitlelink
{
    font-weight:bold;
    font-size:14px;
    line-height:14px;
}
.revlink
{
    position:relative;
    float:left;
    margin: 2px 3px 0px 0px;
}

/*
** NOWPLAYING CAROUSEL
*/

.inner_carousel
{
    position:relative;
    float:left;
    margin-left:45px;
}
.image_carousel {
	padding: 15px 0 15px 0px;
	position: relative;
	margin-left: 0px;
}
.image_carousel img {
	border: none;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	position: relative;
	float: left;
}
.image_title
{
	display: block;
	position: relative;
	float: left;
    color: #444444;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    margin-left:0px;
    width: 125px;
    max-height: 28px;
}
.image_trailer
{
	display: block;
	position: relative;
	float: left;
    color: White;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    margin-left:0px;
    width: 125px;
    height: 12px;
}
.image_carousel a
{
    color: Black;
    text-decoration: none;
}
.cimg 
{
	display: block;
	position: relative;
	float: left;
    width: 130px;
    height: 230px;
    margin-left:0px;
}

a.prev, a.next {
	background: url(../images/miscellaneous_carousel.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}
a.prev {			left: 0px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }

a.prev.disabled {	background-position: 0 -100px !important;  }

a.next {			right: 0px;
        			/*left: 986px;*/
					background-position: -50px 0; }

a.next:hover {		background-position: -50px -50px; }

a.next.disabled {	background-position: -50px -100px !important;  }

a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	/*width: 15px;*/
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

.rotate_carousel {
	padding: 15px 0 15px 0px;
	position: relative;
	margin-left: 0px;
}
.rotate_cube {
	padding: 0px 15px 15px 0px;
	position: relative;
	margin-left: 14px;
}
.rimg 
{
	display: block;
	position: relative;
	float: left;
    width: 410px;
    height: 156px;
}
.rcubeimg 
{
	display: block;
	position: relative;
	float: left;
    width: 300px;
    height: 260px;
}
#rcube_pag
{
    margin-top: 15px;
}
#rleft_pag
{
    margin-top: 15px;
}
#rright_pag
{
    margin-top: 15px;
}


#redcar
{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:1px;
	width: 100%;
	height: 230px;		
	overflow: hidden;
}

#image_tabs
{
	position:relative;
	float:left;
	width:100%;
	margin:20px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	background-color: #3e5b84;
	height:30px;
	line-height:7px;
	vertical-align:top;
	border-top: 3px solid #777777;
}



.tab_on
{
	position:relative;
	float:left;
	color: #FFFFFF;
	width: 100px;
	cursor: pointer;
	padding: 10px 0px 0px 0px;
}
.tab_off
{
	position:relative;
	float:left;
	color: #CCCCCC;
	width: 100px;
	cursor: pointer;
	padding: 10px 0px 0px 0px;
}
.tab_off:hover
{
    color:#ffffff;
}
.center
{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left: 20px;
	width: 100%;
	text-align: center;
}

/* Other */
.tinybuy
{
    display:inline-block;
	border: 1px solid black;
	margin: 1px 1px 1px 10px;
	padding: 1px 1px 1px 1px;
	font-size:9px;
}

#rev_houses
{
    position:relative;float:left; width:700px; margin-right:0px; border: none;
}
#film_rightcol
{
    position:relative;float:left; width:300px; border: none;
}
/*** END BASE CAROUSEL **/