

* {
    margin:0;
    padding:0;
  }


body {
    background: #fff ;
    color: #313131;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
  }


.clear {
    clear : both;
    height : 0px;
    overflow : hidden;
  }


a {
    color:#003366;
    font:10px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
  }


a:hover {
    text-decoration: underline;
  }

/*the main container*/


#container_mediapark {display:block;width: 535px;height:900px; background:#FFF;}

/*ajax container info of the movie or list of movie*/
#AjaxPage {
  }

/*the menu now in cinema soon in cinema etc...*/


#MenuFeed{height: 22px;background-color: ##00008B;width: 535px; margin: 5px 0 0 0;}
#MenuFeed ul{padding-left: 5px;list-style-type: none;}
#MenuFeed li{float: left;display: inline;margin-top: 7px;padding-right: 15px;}
#MenuFeed li a{color: #fff;font-weight: bold;text-decoration: none;}
#MenuFeed ul li a:hover{color: #ccc;text-decoration: underline;}


/*-------------players-------------*/
/*player on the list page*/
.RandomPlayer {
    background: #FFFFFF;
    display:block;
    position:absolute;
    top:180px;
    left: 0px ;
    width:380px;
    height:210px;
  }

/*player on the movie page*/

.MoviePlayer {
    background: #FFF;
    display:block;
    position:absolute;
    top:180px;
    left: 0px ;
    width:355px;
	height: 209px;
  }
/*-------------poster-------------*/

/*poster display close to player on the "list" page*/

#RandomPoster {
    border:0;
    display:block;
    position:absolute;
    top:180px;
    left : 360px;
    z-index:1;
	background-color: #000000;
	width: 173px; 
	text-align: center;
	height:  209px;
  }

#RandomPoster img {
    border:0;
    width: 134px;
	height: 186px;
	padding-top: 12px;
  }


/*poster display close to player on the "movie" page*/
#MoviePoster {
    border:0;
    display:block;
    position:absolute;
    top:180px;
    left : 360px;
    z-index:1;
	background-color: #000000;
	width: 110px; 
	text-align: center;
	height:  160px;
  }

#MoviePoster img {
    border:0;
	width: 100px;
	height: 140px;
	padding-top: 12px;
  }



/*movie info display close to player on the "list" page*/

#info_list {
    display:block;
    position:absolute;
    top:160px;
    left : 0px;
    /*height : 260px;*/
    width : 535px;
    background: #fff;
    text-align:left;
    z-index:0;
  }


#info_list a {
    font: bold 12px Arial, Verdana, Helvetica, sans-serif;
  }

/*-----------------poster list-----------------*/

#BoxPosters {
    background:#fff url(fff-loader.gif) center no-repeat;
    display:block;
    position:absolute;
    height:120px;
    top:30px;
    width:535px;
    overflow:hidden;
  }

.Posters {
    float : left;
    position : relative;
    top : 0px;
  }



.Posters img {
    display:block;
    border:none;
    width : 75px;
    height : 100px;
  }


.PostersSpace {
    background-color : #fff;
    float : left;
    height : 120px;
    position : relative;
    top : 0px;
    width : 5px;
  }

/*-----------------search box-----------------*/

#SearchBox {
    display:block;
    position:absolute;
    top:395px;
    left : 360px;
    width : 175px;
    height : 25px;
  }

/*the search field */


#SearchBox input {
    border: 1px solid #000;
    position:relative;
    top: 5px;
    width:100px;
    height:16px;
    color:#000000;
    font:bold 11px Verdana, Arial, Helvetica, sans-serif;
  }

/*the submit button */




#SearchBox a span {
    display:block;
    position:absolute;
    background:#fff url(search.png) left no-repeat;
    text-align:left;
    font:bold 11px Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    left:150px;
    top: 5px;
    height:16px;
    width:16px;
    text-indent:16px;
    overflow:hidden;
  }


/*---------------syndicattion---------------*/


#Syndication {
    display: block;
    position:absolute;
    top:400px;
    left : 0px;
    width : 360px;
    height : 25px;
  }


.Delicious {
    background:url(delicious.gif) no-repeat;
    padding-left:17px;
	margin-right: 7px;
	height: 16px; display: block; float:left
  }


.Digg {
    background:url(digg.gif) no-repeat;
    padding-left:17px;
	margin-right: 7px;
	height: 16px; display: block; float:left
  }


.Reddit {
    background:url(reddit.gif) no-repeat;
    padding-left:17px;
	margin-right: 7px;
	height: 16px; display: block; float:left
	 }


.Facebook {
    background:url(facebook.gif) no-repeat;
    padding-left:17px;
	margin-right: 7px;
	height: 16px; display: block; float:left
  }


.StumbleUpon {
    background:url(stumbleupon.gif) no-repeat;
    padding-left:17px;
	height: 16px; display: block; float:left
  }


.Messenger {
    background:url(messenger.png) no-repeat;
    padding-left:17px;
    display: none;
  }


.RSS {
    background:url(feed.gif) no-repeat;
    padding-left:17px;
  }


/* information about the movie*/
#MovieInfos {
    display: block;
    position:absolute;
    top:430px;
    left : 0px;
    width : 350px;
    height : 240px;
    margin-top:5px;
  }


#MovieInfos p{
   display:inline;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    padding:0px 0px 0px 0px;
    width:350px;
    height:15px;
    overflow:hidden;

  }

#MovieInfos div strong {
   display:inline;
    font:bold 10px Verdana, Arial, Helvetica, sans-serif;
  }

#MovieTitle,#MovieGenre {
    width:350px;
    /* height:28px; */

  }

#MovieCast {
    width:350px;
    /* height:42px; */

  }

#MovieGenre  a {
    font:10px Verdana, Arial, Helvetica, sans-serif;
    color:#003366;
    text-decoration:none;
}

#MovieRegionalWebsite a,#MovieOfficiallWebsite a{
    font:10px Verdana, Arial, Helvetica, sans-serif;
    color:#003366;
    text-decoration:none;
}

/*Description of the movie*/
#MovieDescription {
    position:absolute;
    display:block;
    background-color: #fff;
    left:0px;
    top:160px;
    height:100px;
    width: 350px;
    z-index:1;

  }


/*the text of the movie description*/
#MovieDescription p {
    position:relative;
    display:block;
    background-color: #fff;
    font:10px Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
    width: 350px;
    left:0px;
    top:0px;
    height:85px;
    padding:0;
    overflow: hidden;
  }

/*to expand the description of the movie*/
#MovieDescription p.more {
    background : url(more.gif) no-repeat right;
    text-decoration:underline;
    cursor : pointer;
    display : block;
    position : relative;
    text-align : right;
    display:none;
    width : 325px;
    padding-right:25px;
    height:15px;
  }

/*to collapse the description of the movie*/
#MovieDescription p.less {
    background : url(less.gif) no-repeat right;
    text-decoration: underline;
    cursor : pointer;
    position : relative;
    text-align : right;
    width : 325px;
    padding-right:25px;
    display:none;
    height:15px;
  }

/*-----------EmbeddedCode------------*/

#EmbeddedCode {
    position : absolute;
    background-color: #FFFFFF;
    display : block;
/*    width : 350px;*/
    top:360px;

  }

/*the text on the top*/
#EmbeddedCode p {
    position : relative;
    display:block;
    height:42px;
    text-align:center;
    font:bold 9px Verdana, Arial, Helvetica, sans-serif;
    color:#FFFFFF;
/*    width: 350px;*/
    margin:0 5px 0 5px;
  }

/*The code*/
#EmbeddedCode div {
    display:block;
    position : relative;
    background-color: #FFFFFF;
    font:9px Verdana, Arial, Helvetica, sans-serif;
    color:#FFFFFF;

    border:0px solid ;
    overflow: hidden;
    padding:5px 5px 5px 5px;
    margin:0 5px 0 5px;

  }

/*------------the big list of movie  (page list)------------*/

/*the title of the list*/
#BigList-Title {
    display: block;
    position:absolute;
    top:420px;
    left : 0px;
    width : 300px;
    height : 25px;
  }


#BigList-Title h1 {
    margin-top:5px;
    margin-left:5px;
    height : 16px;
    color:#000000;
    font:bold 14px Verdana, Arial, Helvetica, sans-serif;
  }

/*----------the table of the list-------*/
#BigList-Movie {

    position:absolute;
    top:450px;
    left: 0px ;
    width:535px;

    background:#fff;
  }


#BigList-Movie th {
    background:#000;
    height:19px;
    text-align:left;
    color:#fff;
    font:bold 11px Verdana, Arial, Helvetica, sans-serif;
    padding-left:10px;
  }


#BigList-Movie th.First {
    width:300px;
    border:0;
    margin:0;
  }


#BigList-Movie th.Middel {
    width:190px;
    border:0;
    margin:0;
  }


#BigList-Movie th.Last {
    width:45px;
    border:0;
    margin:0;
  }

#BigList-Movie td {
    border:0;
    margin:0;
    color:#000;
    font:10px Verdana, Arial, Helvetica, sans-serif;
    padding:2px 5px 2px 10px;
    vertical-align:top;
    height:12px;
  }

#BigList-Movie tr.BackBlue {
    background:#CCCCCC;
  }



/*----------------  pagination of the  big list--------------*/

div.pagination {
    padding: 3px;
    margin: 3px;
    text-align:center;
  }


div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    text-decoration: none;
    color: #000;
  }


div.pagination a:hover, div.pagination a:active {
    color: #000;
  }


div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    color: #000;
  }


div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    color: #DDD;
  }

/*--------------------------the small list of movie -----------------*/

.SmallMovieList {
    display: block;
    position:absolute;
    top:430px;
    left : 360px;
    width : 115px;
    height : 250px;
    list-style:none;
  }


.SmallMovieList p a {
    font:9px Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
    text-decoration:none;
    background:url(str00000.gif) no-repeat 0px 2px;
    padding-left:1px;
    padding-bottom: 1px;
    display:block;
    border-bottom: 1px dotted #999999;
  }


.SmallMovieList h2 {
    background:#000;
    height:17px;
    color:#fff;
    font:bold 9px Verdana, Arial, Helvetica, sans-serif;
    padding-left:10px;
    padding-top:4px;
    margin-bottom:5px;
  }






/*---------------footer------------------*/


#Copyright {
    display :block;
    height :20px;
    left :0px;
    position : absolute;
    top : 975px;
    width : 535px;
    padding-top:5px;
    text-align:center;
  }


.Copyright a{


    color:#333333;
    font:9px Verdana, Arial, Helvetica, sans-serif;
  }




