#imdbContent {
	width: 960px;
	margin: 0 auto;
    padding: 0 20px;
	text-align: left;
	height: 100%;
	display: block;
}

.mainBlock h1 {
	margin: 0;
    padding: 0;
	text-align: center;
	font-size: 2em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;    
}

#topCont {
	padding: 0 10px;
    border: 0px;
	height: 100%;
}

#imgCont {
	width: 320px;
    margin: 0;
	float: left;
	text-align: center;
	min-width: 320px;
	min-height: 300px;
}


#divImg {
	width: 280px;
    padding: 0;
    margin:0 auto;
	text-align: center;
	font: 0/0 a;
    position: relative;
}

#divImg img {
    margin: 0 auto 0 auto;
    padding: 5px;
    border: 1px solid;
    border-color: #666;
}
/*
#divImg span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
*/
#divImg a span.play { 
    background:transparent url('/images/youtube2.png') no-repeat center center;
    top:0;
    bottom:0;
    left:0;
    right:0;
	cursor:pointer;
	color:#000000;
    position:absolute;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;    
 }
 
 
 
#divImg a:hover span.play {
    opacity: 0.8;
    -moz-opacity:.80;
    filter:alpha(opacity=80);    
}



#divImg a span.addpic { 
    background:transparent url('/images/no_poster.png') no-repeat center center;
    top:0;
    left:0;
    width: 200px;
    height: 317px;
    padding: 5px;
    border: 1px solid;
    border-color: #666;
    
    -webkit-transition: background-image 0.5s ease-in-out;
    -moz-transition: background-image 0.5s ease-in-out;
    -ms-transition: background-image 0.5s ease-in-out;
    -o-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;
	cursor:pointer;
	color:#000000;
    display: inline-block;
 }
 
 
#divImg a:hover span.addpic {
    background:transparent url('/images/no_poster_hover.png') no-repeat center center;
}

#subsInfoContainer
{
    background-color: #121214;
	width: 590px;
	float: left;
}

ul.subsInfo {
    width: 580px;
	font-size: 1.2em;
	list-style: none;
	margin: 0 auto;
	background-color: #121214;
    padding: 5px 5px;
}

ul.subsInfo li
{
	padding: 0.3em;
    line-height: 1.5em;
}

ul.subsInfo li.info {
	background-color: #666;
	margin: 0.5em 0.5em;
}

ul.subsInfo li img.flag {
    vertical-align: bottom;
    border: 0px;
}


#buttonBox
{
    width: 100%;
/*    padding: 0.5em 0.5em;*/
    margin: 0 auto;
	text-align: center;
}

@-webkit-keyframes bluePulse {
  from { background-color: #007d9a; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #2daebf; -webkit-box-shadow: 0 0 18px #2daebf; }
  to { background-color: #007d9a; -webkit-box-shadow: 0 0 9px #333; }
}

.sbutton {
   margin: 0 auto;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 6.5px 18px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   display:inline-block;
   
  -webkit-animation-name: bluePulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
   
   }
.sbutton:link, .sbutton:visited {
   color: white;
}    
.sbutton:hover {
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   color: white;
   }
.sbutton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   color: white;
}   


.rating-box {
 background: url("/images/starg.png") repeat-x;
 font-size: 0;
 height: 12px;
 line-height: 0;
 width: 140px;
 display:inline-block;
 margin: 0 8px;
}

.rating-box .imdb_rating {
 background: url("/images/star.png") repeat-x;
 float: left;
 height: 12px;
}

#rated p {
    padding: 0;
    margin: 0.3em;
}
