* { font-size: 100.01%; }
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	height: 100%;
	min-width: 990px;
	font: 1.3em/1.2em Arial, Helvetica, sans-serif;
	color: #797979;
	background: #10151c;
}
img { border-style: none; }
a:focus { outline:none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
.wrapper {
	min-height: 100%;
	background: url(../images/bg.jpg) no-repeat 50% 0;
}
* html .wrapper { height: 100%; }
#main {
	margin: 0 auto;
	width: 990px;
}
/* header start */
#header {
	width: 985px;
	height: 117px;
	position: relative;
}
/* logo */
.logo {
	float: left;
	background: url(../images/logo.gif) no-repeat;
	width: 213px;
	height: 117px;
	text-indent: -9999px;
	overflow: hidden;
}
/* slogan */
.slogan {
	position: absolute;
	top: 91px;
	right: 9px;
	background: url(../images/slogan.gif) no-repeat;
	width: 289px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
}
/* top navigation start */
.top-nav { float: right; }
.top-nav .left {
	background: url(../images/bg-top-nav-left.gif) no-repeat;
	width: 6px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
.top-nav ul {
	margin: 0;
	padding: 0 0 0 4px;
	float: left;
	background: #10151c url(../images/bg-top-nav-right.gif) no-repeat 100% 0;
}
.top-nav ul li {
	list-style: none;
	font-size: 0.76em;
	line-height: 13px;
	font-weight: bold;
	float: left;
	padding: 9px 12px 0 4px;
	height: 22px;
}
.top-nav ul li a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 5px;
}
.top-nav ul li a.menu-cart {
	background: url(../images/ico-cart.gif) no-repeat 0 1px;
	padding-left: 15px;
}
.top-nav ul li a.menu-help {
	background: url(../images/ico-help.gif) no-repeat 0 1px;
	padding-left: 9px;
}
.top-nav ul li a.menu-login {
	background: url(../images/ico-login.gif) no-repeat 0 1px;
	padding-left: 15px;
}

.top-nav ul li a.menu-contact {
	background: url(http://www.newday.com/images/phone_icon.gif) no-repeat 0 1px;
	padding-left: 15px;
}
.top-nav ul li a:hover { text-decoration: underline; }
/* top navigation end */
/* from search start */
.form-search {
	float: left;
	margin: 87px 0 0;
	display: inline;
}
.form-search input {
	float: left;
	margin: 0 5px 0 0;
}
.form-search input.input {
	border-style: none;
	width: 110px;
	padding: 1px 3px;
	font: 11px/14px Arial, Helvetica, sans-serif;
}
.form-search a {
	float: left;
	margin: 4px 0 0 6px;
	color: #8f979f;
	font: 0.76em/13px Verdana, Arial, Helvetica, sans-serif;
}
.form-search a:hover { text-decoration: none; }
/* from search end */
/* header end */
/* footer start */
.footer-wrapper {
	border-top: 1px solid #2e3846;
	background-color: #1c232c;
	min-height: 124px;
	margin: -125px 0 0;
	position: relative;
}
* html .footer-wrapper { height: 124px; }
#footer {
	margin: 0 auto;
	width: 970px;
	padding: 0 0 5px 20px;
}
#footer ul {
	margin: 0;
	padding: 16px 0 13px;
	text-align: center;
}
#footer ul li {
	list-style: none;
	background: url(../images/sep.gif) no-repeat 0 3px;
	padding: 0 4px 0 10px;
	display: inline;
	font-size: 0.84em;
	line-height: 17px;
	font-weight: bold;
}
#footer ul li:first-child { background: none; }
#footer ul li a {
	text-decoration: none;
	color: #ccc;
}
#footer ul li a:hover { text-decoration: underline; }
#footer address,
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #8f979f;
	font-size: 0.92em;
	line-height: 1.4em;
	font-style: normal;
}
/* footer end */
/* bookmarks */
.bookmarks {
	display: block;
	background: url(../images/bookmarks.gif) no-repeat;
	width: 125px;
	height: 16px;
	margin: 12px 0 0 415px;
	overflow: hidden;
	text-indent: -9999px;
}
/* footer end */
/* main container start */
.container {
	overflow: hidden;
	height: 1%;
	padding: 0 0 155px;
}
/* left column */
.col-1 {
	float: left;
	width: 200px;
}
/* main navigation start */
.main-nav {
	margin: 0;
	padding: 0;
}
.main-nav li {
	list-style: none;
	overflow: hidden;
	width:200px;
	padding: 0 0 3px;
	vertical-align: top;
}
.main-nav li a {
	display:block;
	background: #ca000e url(../images/bg-main-nav.gif) no-repeat;
	text-decoration: none;
	color: #fff;
	font: bold 0.84em/1.2em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}
.main-nav li a span.bg {
	display:block;
	width: 191px;
	padding: 5px 0 7px 9px;
	background: url(../images/bg-main-nav-bottom.gif) no-repeat 0 100%;
	cursor: pointer;
}
.main-nav li a.ui-state-active{
	background:#960101 url(../images/bg-main-nav.gif) no-repeat scroll 0 -99px !important;
	color:#FFFFFF;
}
.main-nav li a.ui-state-active span {
	padding-bottom:6px;
}
.main-nav li a.ui-state-active span.bg {
	background:transparent none repeat scroll 0 0 !important;
	padding-bottom: 6px;
}
.main-nav li a:hover {
	background: #960101 url(../images/bg-main-nav-hover.gif) no-repeat;
}
.main-nav li a:hover span {
	background:transparent url(../images/bg-main-nav-bottom-hover.gif) no-repeat scroll 0 100%;
}
/* drop down */
.main-nav li div {
	width: 200px;
	display:none;
}

.main-nav li ul {
	margin:0;
	padding: 9px 0 11px;
	background: #97000a url(../images/bg-drop-down-bottom.gif) no-repeat 0 100%;
	border-top: 1px solid #e7b7b7;
	overflow: hidden;
	width: 200px;
	clear:both;
	height:79px;
}
.main-nav li ul li {
	padding: 0;
	font-size: 0.91em;
	height: auto;
	clear:both;
	vertical-align: inherit;
}
.main-nav li.active ul a ,
.main-nav li ul li a {
	float: none;
	background: none !important;
	letter-spacing: 0;
	display: block;
	width: 177px;
	color:#fff;
	padding: 4px 0 5px 23px;
}
.main-nav li ul a:hover {background-color:#F37633 !important;}
.main-nav li ul a.active {
	background:url(../images/arrow01.gif) no-repeat 9px 6px !important;
	color:#000;
}

/* main navigation end */
/* newsletter start */
.form-newsletter {
	background: url(../images/ico-letter.gif) no-repeat 0 30px;
	overflow: hidden;
	padding: 0 0 4px;
}
.newsletter {
	background: url(../images/promo_graphic.jpg) no-repeat;
	width: 200px;
	height: 109px;
	overflow: hidden;
	margin: 0px 0 -1px;
	padding: 0 0 0 0px;
}
.newsletter label {
	font: bold 0.84em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	display: block;
	text-transform: uppercase;
	margin: 10px 0 0;
	padding: 0 0 6px;
}


.newsletter .input {
	float: left;
	margin: 6px 10px 0;
	width: 165px;
	height: 16px;
	display: inline;
	padding-top: 52px;
}
.newsletter .input input {
	color: #fff;
	font: 11px/14px Arial, Helvetica, sans-serif;
	width: 106px;
	background: url(../images/bg-input.gif) no-repeat;
	border-style: none;
}

.newsletter .go {
	margin: 7px 0px 0px -26px;
	padding-top: 52px;
}
}
/* newsletter end */
/* border boxes styles */
.box {
	border: 2px solid #3c4754;
	width: 196px;
	margin: 14px 0 0;
	background: url(../images/bg-box.gif) repeat-x;
	overflow: hidden;
}
.col-3 .box {
	margin: 12px 0 0 -1px;
	position: relative;
	width: 211px;
}
/* get a discount */
.get-a-discount {
	background: url(../images/get-a-discount.gif) no-repeat;
	width: 196px;
	height: 59px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.box .heading {
	background: url(../images/line.gif) no-repeat 0 100%;
	padding: 9px 0;
}
.box .heading h3 {
	margin: 0;
	padding: 3px 0 5px 43px;
	color: #8f979f;
	font: bold 0.84em/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.box .heading h3.head-our-news { background: url(../images/ico-news.gif) no-repeat 10px 0; }
.box .heading h3.head-video {
	background: url(../images/ico-tv.gif) no-repeat 15px 3px;
	padding: 1px 0 3px 53px;
	position: relative;
}
.box .heading h3 span {
	color: #fff;
	color: #eee;
	font-style: italic;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
/* news start */
.news {
	margin: 0 0 0 21px;
	padding: 0 0 8px;
}
.news li {
	list-style: none;
	color: #8f979f;
	padding: 14px 10px 0 1px;
	color: #8f979f;
	font-size: 0.84em;
	line-height: 1.25em;
}
.news li span {
	color: #fff;
	font-weight: bold;
}
.news li a {
	text-decoration: none;
	color: #8f979f;
}
.news li strong {
	font-weight: normal;
	font-size: 1.1em;
}
.news li a:hover { text-decoration: underline; }
.more {
	margin: 0;
	padding: 0 10px 8px 0;
	color: #eee;
	font-size: 0.69em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: right;
}
.more a {
	color: #eee;
	text-decoration:none;
}
.more a:hover { text-decoration: underline; }
/* news end */
/* find us start */
.find-us-box {
	margin: 15px 0 0;
	background: #10151c url(../images/bg-box-grad.gif) repeat-x;
}
.find-us-on {
	float: left;
	color: #8f979f;
	font: bold 0.76em/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 17px 0 0 12px;
}
.you-tube,
.facebook {
	float: right;
	background: url(../images/youtube.gif) no-repeat;
	width: 38px;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 15px 12px 3px -3px;
}
.facebook {
	background: url(../images/facebook.gif) no-repeat;
	width: 41px;
	height: 33px;
}
/* find us end */
/* center column */
.col-2 {
	float: left;
	width: 543px;
	display: inline;
	margin: 0 0 0 15px;
}
/* main box start */
.main-spotlight-area {
	background: url(../images/main-image.jpg) no-repeat;
	width: 223px;
	height: 241px;
	overflow: hidden;
	padding: 0 0 0 320px;
}
.main-spotlight-area .dots {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/dots.gif) no-repeat;
	width: 48px;
	height: 7px;
	margin: 24px 0 0;
}
.main-spotlight-area .text {
	margin: 20px 0 0 1px;
	background: url(../images/home-economics.gif) no-repeat;
	width: 209px;
	height: 114px;
	text-indent: -9999px;
	overflow: hidden;
}
/* main box end */
/* releases start */
.releases-heading {
	background:url(../images/bg-shadow.png) no-repeat;
	height: 79px;
	margin: 16px 0 0 5px;
}
.releases-heading h3 {
	margin: 0;
	color: #8f979f;
	font: bold 0.84em/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.releases-heading h3.head-new-releases {
	background: url(../images/ico-releases.gif) no-repeat;
	padding: 3px 0 5px 33px;
}
/* releases end */
/* posts start */
.posts {
	position: relative;
	margin: -45px 0 0 17px;
}
.post {
	overflow: hidden;
	height: 1%;
	padding: 0 0 25px;
}
.post .image-col {
	float: left;
	width: 92px;
}
.post .image-col img { display: block; }
.post .image {
	display: block;
	background-color: #3f4a55;
	width: 69px;
	padding: 2px 0 2px 2px;
	margin: 2px 0 0;
}
/* buy film link */
.post .buy-film {
	background: url(../images/bg-buy-film.gif) no-repeat;
	width: 71px;
	height: 13px;
	text-align: center;
	color: #cdcfd2;
	font: bold 0.58em/10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	margin: 1px 0 0;
	padding: 3px 0 0;
	letter-spacing: 1px;
}
.post .buy-film:hover { text-decoration: underline; }
.post .text {
	float: left;
	width: 405px;
	overflow: hidden;
}
/* text styles start */
.post .text h2 {
	margin: 0;
	padding: 0 0 1px;
	color: #eee;
	font-size: 1.08em;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
.post .text h2 a {
	text-decoration: none;
	color: #eee;
}
.post .text a:hover { text-decoration: underline; }
.post .text .info {
	color: #8f979f;
	font-style: italic;
	display: block;
	padding: 0 0 10px;
}
.post .text .info a { color: #8f979f; }
.post .text .info a:hover,
.post .text ul li a:hover {
	text-decoration: none;
	color: #eee;
}
.post .text p {
	margin: 0;
	color: #8f979f;
	font-size: 0.92em;
	line-height: 1.2em;
}
.post .text ul {
	margin: 0 0 0 -5px;
	padding: 3px 0 0;
	height: 1%;
}
.post .text ul li {
	float: left;
	list-style: none;
	font-size: 0.84em;
	line-height: 1.2em;
	padding: 0 5px 0 7px;
	background: url(../images/sep-2.gif) no-repeat 0 2px;
}
.post .text ul li a {color: #8f979f; }
/* posts ens */
/* right column */
.col-3 {
	float: left;
	width: 219px;
	margin: 0 0 0 12px;
	display: inline;
}
/* new day films start */
.new-day-films {
	background: url(../images/bg-new-day-films.gif) no-repeat;
	width: 215px;
	height: 241px;
	color: #ccc;
	text-align: center;
	overflow: hidden;
}
.new-day-films p {
	margin: 45px 20px 0;
	padding: 0 0 39px;
	font-size: 0.92em;
	line-height: 1.36em;
}
.new-day-films p span { text-transform: uppercase; }
.new-day-films ul {
	margin: 0;
	padding: 0 0 0 4px;
}
.new-day-films ul li {
	list-style: none;
	text-align: center;
	color: #8f979f;
	font: bold 0.84em/1.2em Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 11px;
}
.new-day-films ul li a {
	color: #8f979f;
	text-decoration: none;
	background: url(../images/arrow-left.gif) no-repeat 0 4px;
	padding: 0 0 0 22px;
}
.new-day-films ul li a span {
	background: url(../images/arrow-right.gif) no-repeat 100% 4px;
	padding: 0 21px 0 0;
}
.new-day-films ul li a:hover { color: #eee; }
/* new day films end */
/* filmmakers start */
.filmmakers-heading {
	overflow: hidden;
	height: 1%;
}
.filmmakers-heading h3 {
	margin: 14px 0 0 -1px;
	padding: 6px 0 7px 31px;
	background: url(../images/ico-camera.gif) no-repeat;
	color: #8f979f;
	font: bold 0.84em/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.view-all {
	float: right;
	color: #676d74;
	font-weight: bold;
	font-size: 0.76em;
	line-height: 1.3em;
	margin: -16px 5px 0 0;
	position: relative;
}
.view-all:hover { text-decoration: none; }
.filmmakers {
	margin: 0 0 0 -9px;
	padding: 0;
	width: 228px;
	position: relative;
}
.filmmakers li {
	list-style: none;
	margin: -4px 0 0;
	vertical-align: top;
	position: relative;
	height: 1%;
}
.filmmakers li .bg {
	background: url(../images/bg-shadow-box.png) no-repeat;
	padding: 11px 0 0 13px;
	height: 60px;
}
.filmmakers li .image {
	float: left;
	margin: 0 13px 0 0;
	position: relative;
}
* html .filmmakers li .image { margin-right: 10px; }
.filmmakers li img { display: block; }
.filmmakers li strong {
	display: block;
	font: 0.92em/1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	padding: 7px 0 3px;
	position: relative;
}
.filmmakers li strong a {
	text-decoration: none;
	color: #ccc;
}
.filmmakers li strong a:hover { color: #fff; }
.filmmakers li span {
	color: #8f979f;
	font: 0.76em/1.1em Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
/* filmmakers end */
/* watch online start */
.watch-online {
	margin: 13px 0 0 11px;
	padding: 0 0 9px;
	overflow: hidden;
	height: 1%;
}
.watch-online .image {
	float: left;
	background-color: #3f4a55;
	padding: 2px;
	margin: 0 12px 0 0;
}
.watch-online .image img { display: block; }
.watch-online .text {
	float: left;
	width: 130px;
	padding: 0 0 10px;
}
.watch-online .text strong {
	display: block;
	color: #eee;
	font-size: 0.84em;
	line-height: 1.2em;
	padding: 0 0 6px;
}
.watch-online .text p {
	margin: 0;
	font-size: 0.84em;
	line-height: 1.2em;
	color: #8f979f;
}
.watch-online .button {
	background: url(../images/btn-bg.gif) no-repeat;
	width: 89px;
	height: 12px;
	text-align: center;
	text-decoration: none;
	display: block;
	font: bold 0.62em/1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 8px 0 0;
	padding: 4px 0 0;
}
/* watch online end */
/* about us page */
.col-4 {
	background-color: #fff;
	float: left;
	width: 771px;
	margin: 0 0 0 14px;
	display: inline;
}
/* content start */
.content {
	background: url(../images/bg-content-bottom.gif) no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding: 0 0 5px;
}
.content h1 {
	margin: 0;
	padding: 11px 0 11px 16px;
	background: #20252f url(../images/bg-content-top.jpg) no-repeat;
	font-size: 1.23em;
	line-height: 1.2em;
	font-weight: bold;
	color: #e3e3e3;
}
.content h2 {
	margin: 0;
	padding: 7px 0 9px 22px;
	font-size: 1.08em;
	line-height: 1.2em;
	font-weight: normal;
	color: #fff;
	background-color: #717880;
}
.content p {
	margin: 0;
	padding: 0 0 15px;
	font-size: 0.93em;
	line-height: 1.17em;
	color: #666;
}
.inner-content {
	padding: 10px 150px 0 35px;
}
/* breadcrumb start */
.breadcrumb {
	overflow: hidden;
	height: 1%;
	margin: 0;
	padding: 12px 0 11px 18px;
}
.col-4-1 .breadcrumb {
	padding: 10px 0 7px 14px;
}
.breadcrumb li {
	float: left;
	list-style: none;
	color: #aaa;
	font-size: 0.76em;
	padding: 0 2px 0 0;
}
.breadcrumb li a {
	color: #369;
	background: url(../images/sep-3.gif) no-repeat 100% 4px;
	padding: 0 7px 0 0
}
.breadcrumb li a:hover { color: #f63; }
/* breadcrumb end */
.holder {
	overflow: hidden;
	height: 1%;
	padding: 0 27px 0 18px;
}
.content .image {
	float: right;
	margin: 1px 0 0;
}
.content .image img {
	display: block;
	border: 1px solid #6f6f6f;
}
.content .image .caption {
	display: block;
	text-align: right;
	color: #999;
	font-style: italic;
	font-size: 0.76em;
	margin: 1px 0 0;
}
/* big text */
.content .important-text {
	float: left;
	background: url(../images/bg-grad.gif) repeat-x 0 100%;
	border-top: 1px solid #e9e9e9;
	width: 422px;
	text-align: justify;
	padding: 24px 20px 28px 18px;
	width: 384px;
}
.important-text p {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 1.23em;
	line-height: 1.1em;
}
/* buttons start */
.buttons {
	overflow: hidden;
	margin: 0;
	padding: 14px 0 0 1px;
	height: 1%;
}
.buttons li {
	list-style: none;
	float: left;
	padding: 0 16px 25px 0;
}
.buttons li a {
	display: block;
	overflow: hidden;
	background: url(../images/btn-bg-2.gif) no-repeat;
	width: 141px;
	height: 18px;
	text-decoration: none;
	font-size: 0.84em;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 3px 0 0;
}
.buttons li a:hover { background-position: 0 -21px; }
/* buttons end */
/* about page end */

/* browse files page */
/* alphabet start */
.alphabet {
	margin: 0 0 0 18px;
	height: 1%;
	overflow: hidden;
}
.alphabet ul {
	margin: 0;
	padding: 6px 29px 10px 3px;
	float: left;
	border-bottom: 1px solid #333;
}
.alphabet-bottom ul {
	border-bottom-style: none;
	border-top: 1px solid #333;
	padding: 12px 29px 0 3px;
}
.alphabet li {
	float: left;
	list-style: none;
	font-size: 1.08em;
	line-height: 1.2em;
	padding: 0 4px 0 0;
}
.alphabet-bottom ul li { padding-bottom: 25px; }
.alphabet li a {
	text-decoration: none;
	color: #333;
}
.alphabet li a:hover { text-decoration: underline; }
.alphabet li a.active {
	font-size: 1.29em;
	line-height: 0.8em;
}
/* alphabet end */
.browse-box {
	padding: 0 0 23px 29px;
	margin: 29px 0 0;
}
/* browse items start */
.browse-box .item {
	overflow: hidden;
	height: 1%;
	margin: 12px 0 0;
	padding: 0 0 2px;
}
.browse-box .item .image {
	float: left;
	width: 143px;
}
.browse-box .item .image img { border-style: none; }
.browse-box .item .text {
	float: left;
	width: 410px;
	overflow: hidden;
}
.browse-box .item h3 {
	margin: 4px 0 0;
	font-size: 1.38em;
	line-height: 1.2em;
	font-weight: normal;
	color: #333;
}
.browse-box .item h3 a {
	text-decoration: none;
	color: #333;
}
.browse-box .item p {
	margin: 0;
	padding: 0 0 4px;
	color: #666;
	font-size: 1.08em;
	line-height: 1.25em;
}
.browse-box .item h3 a:hover { color: #369; }
.browse-box .item .category {
	display: block;
	padding: 0 0 7px;
	font-style: italic;
	font-size: 0.93em;
	line-height: 1.3em;
}
.browse-box .item ul {
	margin: 0 0 0 -10px;
	padding: 0;
	overflow: hidden;
	height: 1%;
}
.browse-box .item ul li {
	list-style: none;
	background: url(../images/sep-4.gif) no-repeat 0 3px;
	padding: 0 9px 0 10px;
	float: left;
	font-size: 1.08em;
	line-height: 1.2em;
}
.browse-box .item ul li a {
	color: #369;
	text-decoration: none;
}
.browse-box .item ul li a:hover { color: #f63; }
/* browse items end */
/* browse page end */

/* film page start */
.col-4-1 {
	float: left;
	width: 506px;
	margin: 0 0 0 4px;
	display: inline;
}
.tell-a-friend {
	float: right;
	background: url(../images/ico-mail-small.gif) no-repeat 0 2px;
	margin: 12px 0 0;
	padding: 0 0 2px 17px;
	color: #369;
	font-size: 0.69em;
	line-height: 1.2em;
}
.tell-a-friend:hover { color: #f63; }
.col-4-1 h2 {
	padding: 0;
	margin: 0;
	font-size: 1.38em;
	line-height: 1.2em;
	background: none;
	color: #b20202;
	font-weight: bold;
}
.col-4-1 h2 span {
	background: url(../images/ico-cc.gif) no-repeat 100% 3px;
	padding: 0 30px 4px 0;
}
/* film info box start */
.post-box {
	margin: 0;
	padding: 7px 10px 0 15px;
	border-top: 1px solid #e9e9e9;
}
.post-box h2 a{
    color: #B20202;
    text-decoration: none;
}
.post-box h2 a:hover{
    text-decoration: underline;
}
.post-box .by {
	display: block;
	color: #797979;
	font-size: 0.93em;
	line-height: 1.2em;
	font-style: italic;
	font-weight: normal;
	margin: 2px 0 3px;
}
.post-box .by a,
.post-box .more-link,
.post .alignleft a,
.post .alignright a,
.commentlist a {
    color: #369;
    font-style: italic;
}
.post-box .by a:hover,
.post-box .more-link:hover,
.post .alignleft a:hover,
.post .alignright a:hover,
.post-box p a:hover,
.commentlist a:hover { color: #f63; }
.post-box p {
	padding: 9px 0 0 18px;
	font-size: 1em;
	line-height: 1.4em;
}
.post-box p a{
	color: #369;
}
.post .alignleft{
    float: left;
}
.post .alignright{
    float: right;
}
.btn-watch-trailer {
	background: url(../images/btn-bg-4.gif) no-repeat;
	width: 89px;
	height: 13px;
	text-align: center;
	text-decoration: none;
	padding: 3px 0 0;
	color: #ced0d2;
	font: bold 8px/10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
	margin: 9px 0 0 18px;
}
/* film info box end */
/* tub buttons start */
.tabset {
	overflow: hidden;
	height: 1%;
	margin: 0;
	padding: 8px 0 0 6px;
}
.tabset li {
	float: left;
	list-style: none;
	font: bold 9px/11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #858585;
}
.tabset li a {
	text-decoration: none;
	color: #858585;
	background: url(../images/bg-tab.png) no-repeat;
	float: left;
	position: relative;
	margin: 0 0 0 -10px;
	cursor: pointer;
	white-space: nowrap;
}
.tabset li a span.bg {
	height: 24px;
	float: left;
	background: url(../images/bg-tab-right.gif) no-repeat 100% 0;
	padding: 10px 18px 0 19px;
	cursor: pointer;
	position: relative;
}
.tabset li a.active {
	background: url(../images/bg-tab-active.png) no-repeat;
	color: #484e5a;
}
.tabset li a.active span.bg { background-position: 100% -34px; }
.tabset li a span.bg span { float: left; }
.tabset .ico-reviews {
	background: url(../images/ico-tab-1.gif) no-repeat 100% 0;
	padding: 5px 16px 0 0;
}
.tabset .ico-synopsis {
	background: url(../images/ico-tab-2.gif) no-repeat 100% 0;
	padding: 5px 12px 0 0;
}
.tabset .ico-awards {
	background: url(../images/ico-tab-3.gif) no-repeat 100% 0;
	padding: 5px 12px 3px 0;
}
.tabset .ico-study {
	background: url(../images/ico-tab-4.gif) no-repeat 100% 0;
	padding: 5px 16px 0 0;
}
/* tub buttons end */
/* tab content */
.tab-content { padding: 23px 0 0 43px; }
.tab-content h3 {
	margin: 0;
	padding: 0 0 8px;
	font: bold 0.93em/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #595959;
}
.tab-content p {
	margin: 0;
	padding: 0 0 10px;
	color: #797979;
	font-size: 0.93em;
	line-height: 1.3em;
}
.content p.visit {
	padding: 45px 0 10px 15px;
	color: #898989;
	font-size: 0.84em;
	line-height: 1.2em;
	position: relative;
}
.content p.visit a { color: #369; }
.content p.visit a:hover { color: #f63; }
/* broadcasts */
.broadcast {
	margin: 0;
	padding: 0 0 35px;
	height: 1%;
	overflow: hidden;
}
.broadcast li {
	float: left;
	list-style: none;
	padding: 0 65px 0 9px;
}
.broadcast li img { display: block; }
/* awards */
.awards-list {
	margin: 6px 0 0 2px;
	padding: 0 0 22px;
}
.awards-list li {
	list-style: none;
	background: url(../images/ico-awards.gif) no-repeat;
	padding: 2px 0 21px 22px;
	color: #595959;
	font: 0.69em/1.2em Verdana, Arial, Helvetica, sans-serif;
}
/* screenshots */
.screens-list {
	margin: 0;
	padding: 6px 0 0;
}
.screens-list li {
	list-style: none;
	color: #797979;
	font-size: 0.93em;
	line-height: 1.3em;
}
/* right column */
.col-4-2 {
	float: right;
	width: 250px;
	margin: 5px 5px 0 0;
	display: inline;
}
/* photo */
.photo { margin-bottom: -2px; }
.photo img { display: block; }
/* right boxes styles */
.empty-modul-box {
    margin-top: 40px;
}


.modul-box {
	background: #f3f3f3 url(../images/bg-box-bottom.gif) no-repeat 0 100%;
	margin: 6px 0 0;
	overflow: hidden;
	height: 1%;
}
.modul-box .heading {
	padding: 2px 0 3px 13px;
	background: #10151c url(../images/bg-heading.gif) no-repeat;
	overflow: hidden;
	height: 1%;
}
.modul-box h3 {
	margin: 3px 0 0;
	color: #fff;
	font: bold 0.69em/1.3em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
}
.modul-box .opener {
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/btn-down.gif) no-repeat;
	width: 18px;
	height: 19px;
	margin: 0 3px 0 0;
}
/* content box start */
.box-content { padding: 16px 0 0 18px; }
.box-content ul {
	margin: 0;
	padding: 0 0 10px;
}
.box-content ul li {
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 0 5px;
	padding: 0 0 5px 14px;
	font-size: 0.84em;
	line-height: 1.2em;
}
.box-content ul li a { color: #369; }
.box-content ul li a:hover { color: #f63; }
.box-content p {
	color: #666;
	font-size: 0.84em;
	line-height: 1.2em;
	padding: 0 0 15px 3px;
}
/* content box end */
/* form buy start */
.form-buy { padding: 15px 0 0 12px; }
.form-buy label {
	color: #666;
	font-size: 0.84em;
	line-height: 1.2em;
	float: left;
	padding: 3px 0 0 4px;
}
.form-buy label.choose-format { width: 81px; }
.form-buy label.discount {
	width: 78px;
	padding: 4px 0 0 8px;
}
.form-buy select {
	color: #666;
	font-size: 0.84em;
	line-height: 1.2em;
	float: left;
	width: 143px;
}
.radios {
	clear: both;
	padding: 17px 0 0 3px;
	overflow: hidden;
	width: 235px;
}
.radios label {
	display: block;
	width: 220px;
	overflow: hidden;
	padding: 0 0 10px 1px;
	line-height: 1.3em;
}
.radios label strong {
	color: #474747;
	font-size: 1.28em;
}
.radios label input {
	margin: 1px 0 0;
	float: left;
	height: 15px;
}
* html .radios label input { width: 15px; }
*+html .radios label input { width: 15px; }
.radios label span {
	float: left;
	padding: 0 0 0 10px;
	width: 192px;
}
.form-buy .input {
	float: left;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #d5d5d5;
	width: 70px;
	padding: 1px 3px;
}
.form-buy .btn-submit {
	float: left;
	border-style: none;
	background: url(../images/btn-bg-5.gif) no-repeat;
	width: 60px;
	height: 18px;
	text-align: center;
	font: bold 8px/18px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 2px;
	margin: 0 0 0 4px;
	cursor: pointer;
}
.form-buy .text {
	clear: both;
	padding: 10px 0 0;
}
.form-buy .text p {
	margin: 0;
	padding: 0 0 16px;
	color: #666;
	font-size: 0.84em;
	line-height: 1.2em;
}
.form-buy .text p strong { color: #474747; }
.form-buy .clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.form-buy .order {
	float: left;
	font-size: 0.76em;
	line-height: 1.2em;
	color: #474747;
	margin: 14px 0 14px 9px;
}
.form-buy .order:hover { text-decoration: none; }
.form-buy .btn-add-to-cart {
	float: right;
	margin: 10px 9px 0 0;
	background: url(../images/btn-bg-2.gif) no-repeat;
	width: 141px;
	height: 21px;
	overflow: hidden;
	border-style: none;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.form-buy .btn-add-to-cart:hover { background-position: 0 -21px; }
/* form buy end */
