@charset "UTF-8";

h1 {
	font-size: 24px;
	color: #000000;
	}
h2 {
	font-size: 20px;
	color: #000000;
}
.new-release h2 {
	font-size: 30px;
	font-family: "Zapf Chancery", "Apple Chancery";
	color: #000000;
	text-align: center;
}
h3 {
	font-size: 18px;
	color: #000000;
	}
.new-release  h3 {
	font-family: "Zapf Chancery", "Apple Chancery";
	color: #000000;
	text-align: center;
	}
h4 {
	font-size: 15px;
	color: #000000;
	}

p, body, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #000000;
	}
.frameing  p {
	font-size: 12px;
	line-height: 15px;
	}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #000000;
	}
a {
	color: #000000;
	text-decoration:underline;
	}
a:hover {
	text-decoration: underline;
	}
a[href$=".pdf"] {
	background:url(http://aurorahunter.com/images/template/pdf.gif) no-repeat right top;
	padding-right: 19px;
	}	
.box {
	width: 150px;
	background: #003333 url(http://aurorahunter.com/images/template/box-bot.gif) no-repeat left bottom;
	margin-bottom: 20px;
	}
.box  h3 {
	background: url(http://aurorahunter.com/images/template/box-top.gif) no-repeat left top;
	padding: 10px 10px 0 10px;
	margin-bottom: 0px;
	}
.nospace {
	font-size: 0px;
	line-height: 0px;
	margin: 0;
}
.box p {
	padding: 0 10px 10px 10px;
	}
.title {
	margin-bottom: 10px;
	}
.foot {
	font-size: 9px;
	line-height: 12px;
	}

.film p {
	color: #000000;
	font-size: 9px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	}
.new-release {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990099;
	text-align: center;
}
.test {
	font-size: 8pt;
	line-height: 11pt;
}
.icon     {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid orange;
    background-color: white;
    z-index:1002;
    overflow: auto;
}