/*body {padding:0; margin:0; color:#000000; background:url(images/bg.gif) repeat-x top #0E2231}*/
body {padding:0; margin:0; color:#000000; background-color:#0E2231}
#home {background:url(images/bg.gif) repeat-x top #0E2231}
body, td {font-family:Tahoma; font-size:11px; }
br{font-size:10px}

.header{color:#FFFFFF; font-size:11px; line-height:17px} 
.header a{color:#D1D7DA; font-size:9px; text-decoration:none} 
.header a:hover{text-decoration:underline} 

.content td{
	color:#B6D2E1;
	font-size:11px;
	line-height:17px;
	vertical-align: top;
} 
.content b{color:#FE7B00} 
.content a{
	color:#FE7B00;
	text-decoration:none
} 
.content a:hover{
	text-decoration:none;
} 
.content li{background:url(images/1_z1.png) 0 7px no-repeat; margin:0 0 3px 5px;  padding:0 0 0 12px; list-style-type: none; font-size:12px; color: #B6D2E1;}

.content .block{color:#CEE8CD; font-size:11px; line-height:13px}
.content .block b{color:#FF8F3B; }
.content .block a{color:#FF8F3BD; text-decoration:underline}
.content .block a:hover{text-decoration:none} 

.footer{color:#FFFFFF; font-size:9px; line-height:13px} 
.footer b{color:#FFE400; font-size:10px} 
.footer a{color:#FFE400; font-size:10px; text-decoration:underline} 
.footer a:hover{text-decoration:none} 

input,textarea{
   background:#FFFFFF;
   border:1px solid #464646;
   font-family:Tahoma;
   color:#CEE8CD; 
   font-size:11px;
   padding-left:5px
} 
 
.button-box {
	height: 40px;
	text-align: center;
	margin: 10px 0;
}

.button-box > a {
	width: 194px;
	height: 40px;
	display: inline-block;
	/*display: inline;*/
	zoom: 1;
	vertical-align: top;
	margin: 0 5px;
}

.button-box .b1 {
	background: url('DreamOn/dream_on_btn1.png') no-repeat;
}

.button-box .b2 {
	background: url('DreamOn/dream_on_btn2.png') no-repeat;
}

.button-box .b3 {
	background: url('DreamOn/dream_on_btn3.png') no-repeat;
}

.button-box .b4 {
	background: url('images/trailers_btn.png') no-repeat;
}

.button-box .b5 {
	background: url('images/keypersonnel_btn.png') no-repeat;
}

.button-box .b6 {
	background: url('images/info_btn.png') no-repeat;
}

/*--- Streaming Icons ---*/

.s-icon-effect-1.s-icon-effect-1a{
	margin-left: 45px;
}
.s-icon {
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	margin: 1px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
    background:#fff;
    width: 30px;
    height: 30px;
}
.s-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.s-icon-effect-1 .s-icon:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.5);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.s-icon-effect-1a .s-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

#all-productions .s-icon-effect-1{
	padding-left:0;
	margin:10px 0 0;
	display: table;
	border-collapse: collapse;
}
.s-icon-effect-1 a{
	margin-right:10px;
}
#all-productions .s-icon-effect-1 .watch-now{
	display: table-cell;
	vertical-align: middle;
	padding-right:10px;
	font-size: 12px;
}
#ppd-store .movie{
	font-weight:bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
}