/*-------------------------------------------------- 
	MOJO HD Movies Page Style Sheet 
	--------------------------------------------------
	Main styles are defined in globalStyles.css 
*/


/* The styles are On Every Movies Page*/

#title {
	background: url(/shows/images/top.jpg) repeat-x;
	height: 34px;
	clear: both;
	margin-bottom: 5px;
}
#title h2 {
	margin: 0px;
	padding: 0px;
	background-image: url(/shows/images/title.jpg);
	background-repeat: no-repeat;
	height: 34px;
}
#title span {
	visibility: hidden;
}
#featureBox {
	float: left;
	width: 452px;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 30px;
}
.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}
.right {
	float: right;
}



/******************** Landing Page Styles *********************** */



#featureBox h4 {
	font-size: 24px;
	margin: 10px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#featureBox .main {
	clear: both;
	display: block;
	padding-bottom: 15px;
	padding-top: 10px;
}
#featureBox p {
	color: #B2B2B2;
}
#featureBox strong {
	color: #FFFFFF;
}
#featureBox .secondary {
	padding: 10px 0px 9px 0px;
	border-top: 1px dashed #474545;
	clear: both;
}
#featureBox .secondary  img {
	float: left;
	border: 1px solid #474545;
	margin-right: 10px;
}
#featureBox  p {
	clear: right;
	padding:0px;
	margin:0px 0px 5px 0px;
	font-size: 14px;
	line-height: 18px;
}
#featureBox .secondary h4 {
	margin: 0px 0px 5px 0px;
	line-height: 20px;
	width: 270px;
	float: left;
	clear: right;
}
#featureBox .main img {
	border: 1px solid #474545;
}



/******************** Show Times *********************** */


#showTimes {
	float: right;
	width: 200px;
	background-color: #1D1D1D;
	padding: 10px;
	margin-top: 10px;
	min-height: 548px;
	border: 1px solid #474545;
}
#showTimes strong {
	font-size: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 15px;
	display: block;
	height: 18px;
}
/******************** Feature Box Area *********************** */

#featureBox h5 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size:20px;
}
ul.detail {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #B2B2B2;
}
ul.detail li {
	float: left;
	margin-right: 30px;
}
#showTimes ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #B2B2B2;
}
.small {
	font-size: 12px;
}


/******************** Remind Me Button *********************** */

a.remindMe{
	background-repeat: no-repeat;
	height: 36px;
	width: 189px;
	display:block;
	text-decoration:none;
}
a.remindMe span{
visibility:hidden;
}
a.remindMe:link, a.remindMe:visited{
	background-image: url(/shows/images/RemindMe.jpg);
	background-position:0px -40px;
}
a.remindMe:hover{
	background-image: url(/shows/images/RemindMe.jpg);
	background-position:0px 0px;
}

