/* Default Reset ------------------------------------ */
abbr, acronym, address, applet, b, big, blockquote,
caption, center, cite, code, dd, del, dfn, div, dl,
dt, em, fieldset, font, form, html, i, iframe, img,
ins, kbd, label, legend, li, object, ol, pre, q, s,
samp, small, strike, strong, sub, sup, span, table,
tbody, tfoot, thead, td, th, tr, tt, u, ul, var {
	font-size: 100%;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;	
}
blockquote:after, blockquote:before, q:before, q:after {
	content: '';
	content: none;
}
blockquote, q {
	quotes: none;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0;
}
/* -------------------------------------------------- */
a:link {
	color: #F5C328;
	text-decoration: none;
}
a:visited {
	color: #F5C328;
	text-decoration: none;
}
a:hover {
	color: #E66E14;
	text-decoration: none;
}
a:active {
	color: #E66E14;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	background-color: #37414B;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #F5C328;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content {
	background-color: #232832;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#dropdown {
	width: 180px;
	margin-top: -10px;
	margin-left: -10px;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}
#dropdown a:link {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F0961E;
}
#dropdown a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F0961E;
}
#dropdown a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #F5DC32;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F0961E;
}
#dropdown a:active {
	font-size: 12px;
	font-weight: bold;
	color: #F5DC32;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F0961E;
}
#footer {
	background-image: url(../_img/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 910px;
	margin-left: 5px;
	padding-top: 55px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
	color: #FFFFFF;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footermenu {
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #232832;
	background-image: url(../_img/footermenu_bg.jpg);
	background-repeat: no-repeat;
	width: 930px;
	height: 50px;
	clear: both;
	margin-left: 5px;;
	padding-right: 10px;
	padding-left: 10px;
}
#footermenu a:link {
	color: #FFFFFF;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
#footermenu a:visited {
	color: #FFFFFF;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
#footermenu a:hover {
	color: #E66E14;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
#footermenu a:active {
	color: #E66E14;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
#header {
	background-color: #232832;
	background-image: url(../_img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 950px;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#leftcolumn {
	display:inline;
	float: left;
	width: 570px;
	margin-left: 5px;
}
#mainmenu {
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #232832;
	background-image: url(../_img/mainmenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 930px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#mainmenu a:link {
	color: #FFFFFF;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
#mainmenu a:visited {
	color: #FFFFFF;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
#mainmenu a:hover {
	color: #E66E14;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
#mainmenu a:active {
	color: #E66E14;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
#movieholelogo {
	width: 210px;
	float: left;
	margin-right: 7px;
}
#newsbox {
	width: 565px;
	height: 290px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#rightcolumn {
	display: inline;
	float: left;
	width: 385px;
}
.article {
	line-height: 18px;
	color: #FFFFFF;
	padding-right: 25px;
	padding-left: 20px;
}
.article img {
	background-color: #FFFFFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
.articlebannerad {
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.articledetails {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #91969B;
	margin-bottom: 20px;
	padding-right: 25px;
	padding-left: 20px;
}
.articledetails b {
	font-weight: normal;
	color: #FFFFFF;
}
.articleheading {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #F5C328;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB8705;
}
.articleleftc {
	float: left;
}
.articlerightc {
	padding-right: 25px;
	padding-left: 85px;
}
.articlerightc img {
	margin-top: 2px;
}
.bannerad {
	clear: both;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.bitem {
	font-size: 10px;
	width: 185px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2D3741;
	border-bottom-color: #C87814;
}
.bitem a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/bitem_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	height: 205px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.bitem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/bitem_bg.jpg);
	background-position: 0px 0px;
	display: block;
	height: 205px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.bitem a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/bitem_bg.jpg);
	background-position: 0px -225px;
	display: block;
	height: 205px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.bitem a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/bitem_bg.jpg);
	background-position: 0px -225px;
	display: block;
	height: 205px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.bitemtitle {
	font-size: 12px;
	font-weight: bold;
	color: #F5C328;
}
.bluraythumb {
	background-image: url(../_img/bluraythumb_bg.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 85px;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 11px;
	padding-left: 25px;
}
.categoryheading {
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../_img/categoryheading_bg.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-bottom: 1px;
	padding-right: 20px;
	padding-left: 35px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F7DC34;
}
.clearboth {
	height: 0px;
	clear: both;
}
.dropdownbottom {
	margin-top: -5px;
}
.dropdownitem {
	background-color: #E66E14;
	padding-right: 10px;
	padding-left: 10px;
}
.fitem {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 185px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2D3741;
	border-bottom-color: #C87814;
}
.fitem a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/litem_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 140px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.fitem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/litem_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 140px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.fitem a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #324B64;
	background-image: none;
	background-repeat: repeat-x;
	display: block;
	height: 140px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.fitem a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #324B64;
	background-image: none;
	background-repeat: repeat-x;
	display: block;
	height: 140px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.fitem img {
	height: 100px;
	width: 70px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
}
.fitemstar {
	background-color: #282D37;
	text-align: center;
	padding-top: 5px;
}
.fitemstar img {
	width: 85px;
	height: 15px;
	margin-bottom: 5px;
	border: none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gitem {
	font-size: 10px;
	width: 185px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2D3741;
	border-bottom-color: #C87814;
}
.gitem a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/gitem_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	height: 230px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.gitem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/gitem_bg.jpg);
	background-position: 0px 0px;
	display: block;
	height: 230px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.gitem a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/gitem_bg.jpg);
	background-position: 0px -250px;
	display: block;
	height: 230px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.gitem a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/gitem_bg.jpg);
	background-position: 0px -250px;
	display: block;
	height: 230px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.gitemtitle {
	font-size: 12px;
	font-weight: bold;
	color: #F5C328;
}
.giveaway {
	line-height: 18px;
	color: #FFFFFF;
	clear: both;
	margin-bottom: 20px;
	padding: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #323C4B;
	border-bottom-color: #323C4B;
}
.giveawaythumb {
	background-image: url(../_img/bluraythumb_bg.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 85px;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 11px;
	padding-left: 25px;
}
.hitem {
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 1px;
}
.hitem a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/litem_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 88px;
	padding: 10px;
}
.hitem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/litem_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 88px;
	padding: 10px;
}
.hitem a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #324B64;
	background-image: none;
	background-repeat: repeat-x;
	display: block;
	height: 88px;
	padding: 10px;
}
.hitem a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #324B64;
	background-image: none;
	background-repeat: repeat-x;
	display: block;
	height: 88px;
	padding: 10px;
}
.hitem img {
	float: left;
	height: 85px;
	width: 85px;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
}
.hitemtitle {
	font-size: 13px;
	font-weight: bold;
	color: #F5C328;
}
.iitem {
	font-size: 10px;
	width: 185px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2D3741;
	border-bottom-color: #C87814;
}
.iitem a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/iitem_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	height: 230px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.iitem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/iitem_bg.jpg);
	background-position: 0px 0px;
	display: block;
	height: 230px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.iitem a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/iitem_bg.jpg);
	background-position: 0px -250px;
	display: block;
	height: 230px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.iitem a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/iitem_bg.jpg);
	background-position: 0px -250px;
	display: block;
	height: 230px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.iitemtitle {
	font-size: 12px;
	font-weight: bold;
	color: #F5C328;
}
.interviewthumb {
	background-image: url(../_img/bluraythumb_bg.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 85px;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 11px;
	padding-left: 25px;
}
.latestheading {
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../_img/categoryheading_bg.jpg);
	background-repeat: no-repeat;
	margin-right: 1px;
	margin-bottom: 1px;
	padding-right: 10px;
	padding-left: 35px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F7DC34;
}
.leaderboardad {
	float: left;
	width: 728px;
	margin-top: 8px;
	margin-bottom: 7px;
}
.litem {
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 1px;
}
.litem a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/litem_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 59px;
	padding: 10px;
}
.litem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/litem_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 59px;
	padding: 10px;
}
.litem a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #324B64;
	background-image: none;
	background-repeat: repeat-x;
	display: block;
	height: 59px;
	padding: 10px;
}
.litem a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #324B64;
	background-image: none;
	background-repeat: repeat-x;
	display: block;
	height: 59px;
	padding: 10px;
}
.litem img {
	float: left;
	height: 55px;
	width: 55px;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
}
.litemtitle {
	font-size: 14px;
	font-weight: bold;
	color: #F5C328;
}
.mediumad {
	background-color: #191E23;
	width: 300px;
	clear: both;
	margin-bottom: 5px;
	padding-top: 19px;
	padding-right: 39px;
	padding-bottom: 19px;
	padding-left: 39px;
	border: 1px solid #323C4B;
}
.menuleft {
	background-image: url(../_img/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	padding-right: 12px;
	padding-left: 10px;
}
.menuright {
	float: right;
	padding-right: 10px;
}
.more {
	line-height: 40px;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323C4B;
}
.nestedcolumna {
	width: 285px;
	float: left;
}
.nestedcolumnb {
	padding-left: 285px;
}
.nestedcolumnc {
	width: 260px;
	float: left;
}
.nestedcolumnd {
	padding-bottom: 4px;
	padding-left: 260px;
}
.nextprev {
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	clear: both;
	margin-right: 5px;
	margin-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323C4B;
}
.nitem {
	font-size: 10px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.nitem a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/nitem_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 59px;
	padding: 10px;
}
.nitem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/nitem_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 59px;
	padding: 10px;
}
.nitem a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #324B64;
	background-image: none;
	background-repeat: repeat-x;
	display: block;
	height: 59px;
	padding: 10px;
}
.nitem a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #324B64;
	background-image: none;
	background-repeat: repeat-x;
	display: block;
	height: 59px;
	padding: 10px;
}
.nitem img {
	float: left;
	height: 55px;
	width: 55px;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
}
.nitemtitle {
	font-size: 12px;
	font-weight: bold;
	color: #F5C328;
}
.recenttitle {
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../_img/recent_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	margin-right: 25px;
	margin-left: 20px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323C4B;
}
.ritem {
	font-size: 11px;
	margin-right: 25px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323C4B;
}
.ritem a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #232832;
	display: block;
	height: 59px;
	padding: 10px;
}
.ritem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #232832;
	display: block;
	height: 59px;
	padding: 10px;
}
.ritem a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #324B64;
	display: block;
	height: 59px;
	padding: 10px;
}
.ritem a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #324B64;
	display: block;
	height: 59px;
	padding: 10px;
}
.ritem img {
	float: left;
	height: 55px;
	width: 55px;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
}
.ritemtitle {
	font-size: 13px;
	font-weight: bold;
	color: #F5C328;
}
.searchbutton {
	float: left;
}
.searchfield {
	width: 255px;
	height: 14px;
	float: left;
	margin-right: 10px;
}
.searchheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../_img/searchheading_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-right: 5px;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F7DC34;
}
.sharethis {
	line-height: 40px;
	background-color: #323C4B;
	height: 40px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
.skyscraperad {
	margin-bottom: 1px;
}
.titem {
	font-size: 10px;
	width: 185px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2D3741;
	border-bottom-color: #C87814;
}
.titem a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/titem_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	height: 230px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.titem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/titem_bg.jpg);
	background-position: 0px 0px;
	display: block;
	height: 230px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.titem a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/titem_bg.jpg);
	background-position: 0px -250px;
	display: block;
	height: 230px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.titem a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #323C4B;
	background-image: url(../_img/titem_bg.jpg);
	background-position: 0px -250px;
	display: block;
	height: 230px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.titemtitle {
	font-size: 12px;
	font-weight: bold;
	color: #F5C328;
}
.trailerthumb {
	background-image: url(../_img/trailerthumb_bg.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 85px;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 11px;
	padding-left: 25px;
}
