
/* Style Id:133 ResetCSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* others */

blockquote, ul, ol, li{
	margin-top: 0;
}

sup { 
	font-size: 0.7em;
 	left: 0;
 	line-height: 0;
 	position: relative;
 	top: -0.6em;
}

.clear
{
	clear: both;
}
/* Style Id:134 DefaultStyles (For frontend)*/

.Seeems-Text ul,
.Seeems-Text ol{
	margin-left:16px;
	list-style:outside disc;
}

p {
	padding-bottom: 20px;
}
/* Style Id:136 Body*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3d3d3d;
}
/* Style Id:502 Body (For frontend)*/

body{
	background:#ffffff url('/files/layout/body_back.png') repeat-x;
}
/* Style Id:148 HeaderMenu*/

ul.header-menu li{
	float:left;
	padding-right:15px;
}

ul.header-menu li a{
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

/* Style Id:160 Logo*/

.Logo-Content-Wrapper{
	position:relative;
}

.Logo-Additional-Content-Wrapper{
	position:absolute;
	right:0px;
	top:5px;
	
}
/* Style Id:166 MainMenu*/

/*--------------------------| level 0 |--------------------------*/

ul.main-menu.level0{
	height:52px;
	padding-top:25px;
}

ul.main-menu.level0 li{
	float:left;
}
/*
ul.main-menu.level0 li.last{
	display:none;
}
*/
ul.main-menu.level0 li a{
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
	color:#333e49;
	font-weight:bold;
	font-size:20px;
	background:url('/files/layout/mainmenu_divider.png') no-repeat right 2px;
}

ul.main-menu.level0 li.first a{
	padding-left:0px;
}

ul.main-menu.level0 li.last a{
	padding-right:0px;
	background:none;
}

ul.main-menu.level0 li.selected a{
	color:#006c9a;
}

ul.main-menu.level0 li.selected a span{
	cursor:pointer;
	height:52px;
	display:inline-block;
	background:url('/files/layout/mainmenu_selected_bullet.png') no-repeat center bottom;
}

/*--------------------------| level 1 |--------------------------*/

ul.main-menu.level1{
	padding-top:14px;
	background:#ff00ff;
	clear:both;
	height:48px;
	background:url('/files/layout/mainmenu_level1_back.png') no-repeat bottom;
}

ul.main-menu.level1 li{
	float:left;
}

ul.main-menu.level1 li a{
	text-decoration:none;
	padding-left:7px;
	padding-right:9px;
	color:#333e49;
	font-weight:bold;
	font-size:14px;
	background:url('/files/layout/mainmenu_divider.png') no-repeat right 2px;
}

ul.main-menu.level1 li.first a{
	padding-left:0px;
}

ul.main-menu.level1 li.last a{
	background:none;
}

ul.main-menu.level1 li.selected a{
	color:#006c9a;
}
/* Style Id:309 SubMenu*/

.SubMenu-Content-Wrapper{
	padding-bottom:14px;
	background:url('/files/layout/submenu_back.png') no-repeat bottom;
}

/*--------------------------| level 0 |--------------------------*/

ul.sub-menu{
	border:1px solid #d1d1d1;
	padding:4px 5px 4px 5px;
}

ul.sub-menu li{
	border-bottom:1px solid #d4d4d4;
	padding:10px 10px 10px 20px;
}

ul.sub-menu li.last{
	border-bottom:none;
	margin-bottom:20px;
}

ul.sub-menu li.selected{
	background:#f5f5f5;
}

ul.sub-menu li a{
	display:inline-block;
	text-decoration:none;
	color:#333e49;
	font-weight:bold;
	font-size:16px;
}

ul.sub-menu li.selected a{
	color:#006c9a;
}

ul.sub-menu li.selected.has-children{
	padding-bottom:5px;
}


/*--------------------------| level 1 |--------------------------*/

ul.sub-menu .level1 li{
	border-bottom:none;
	padding:0px 0px 5px 0px;
}

ul.sub-menu .level1 li.first{
	margin-top:5px;
}

ul.sub-menu .level1 li.last{
	margin-bottom:2px;
}

ul.sub-menu .level1 li a{
	text-decoration:none;
	font-weight:normal;
	color:#333e49;
	font-size:13px;
	border-bottom:none;
}

ul.sub-menu .level1 li.selected a{
	color:#006c9a;
}

/* Style Id:202 PageHeading*/

.PageHeading{
	color:#333e49;
	font-size:39px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	border-bottom:1px solid #d4d7da;
}
/* Style Id:351 Form*/

.Seeems-TextBoxField{
	border:1px solid #d4d4d4;
	height:35px;
	margin-bottom:10px;
	padding:5px;
}

.Seeems-FormItemLabelBottomMargin{
	margin-bottom:2px;
}

.Seeems-FormButton a{
	display:block;
	background:#009ddf;
	padding:8px 18px 8px 18px;
	color:#fefefe;
	font-size:17px;
	text-decoration:none;
}
/* Style Id:334 Headings*/

.Seeems-SmallHeading{
	font-size:13px;
	margin-top:8px;
	margin-bottom:8px;
	padding:0px;
}

.Seeems-NormalHeading{
 	font-size:18px;
	margin-top:8px;
	margin-bottom:8px;
	padding:0px;
}

.Seeems-LargeHeading{
	font-size:24px;
	margin-top:8px;
	margin-bottom:8px;
	padding:0px;
}

.Seeems-VeryLargeHeading{
 	font-size:39px;
	margin-top:8px;
	margin-bottom:8px;
	padding:0px;
}
/* Style Id:488 Main*/

.Main{
	line-height:19px;
}
/* Style Id:331 Links*/

a{
	color:#006C9A;
	font-weight:bold;
}

/* Style Id:1134 Links (For frontend)*/

.Seeems-Link
{
color : #006C9A;
}
/* Style Id:238 MainEasyBox*/

.MainEasyBox{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	background:url('/files/layout/main_easybox_back.png') no-repeat bottom;
}

.MainEasyBox .Info{
	float:left;
	width:126px;
	height:260px;
	padding:15px;
	background:#009ddf;
}

.MainEasyBox .Image{
	float:right;
	width:800px;
	height:290px;
	padding-left:4px;
}

.MainEasyBox .Heading{
	font-size:22px;
	line-height:25px;
}

.MainEasyBox .Description{
	padding-top:10px;
	line-height:16px;
}

.MainEasyBox .Link{
	padding-top:8px;
}

.MainEasyBox .Link a{
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
	border-bottom:1px solid #ffffff;
	display:inline-block;
	line-height:13px;
}

/* Style Id:258 MediumEasyBox*/

.MediumEasyBox{
	font-size:13px;
	line-height:19px;
}

.MediumEasyBox .Heading{
	font-size:22px;
	font-weight:bold;
	color:#333e49;
	padding-bottom:2px;
}

.MediumEasyBox .Link a{
	color:#006c9a;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #006c9a;
	display:inline-block;
	line-height:13px;
}

/* Style Id:281 SmallEasyBox*/

.SmallEasyBox{
	font-size:12px;
	line-height:17px;
}

.SmallEasyBox .Heading{
	font-size:14px;
	font-weight:bold;
	color:#333e49;
}

.SmallEasyBox .Description{
	padding-top:2px;
}

.SmallEasyBox .Link a{
	color:#006c9a;
	cursor:pointer;
	text-decoration:none;
	border-bottom:1px solid #006c9a;
	display:inline-block;
	line-height:12px;
}

/* Style Id:293 Footer*/

.Footer{
	color:#6b6b6b;
	font-size:11px;
	background:url('/files/layout/footer_back.png') no-repeat;
}

.Footer a{
	color:#6b6b6b;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}

.floatright {
	float: right;
}
/* Style Id:464 SkinsStyles*/

.imgs{
height: 206px;
width: 152px;
}

.TopRow
{
	font-weight: bold;
}
.StampdataCell
{
	text-align: left;
	height: 23px;
}


/* Style Id:490 ProductionFilms*/

.FilmDescriptionHtml
{
	line-height: 19px;
	font-size: 13px;
}

.ImageMovieTitle
{
	text-align: center;
	height: 54px;
	color: #2EC1FF;
	overflow: hidden;
}

.FilmDescriptionComment
{
	width: 213px;
	height: 80px;
	border: 1px solid #D4D7DA;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}

.FilmItem
{
	width:150px; 
	height:244px;
	border: 1px solid #D4D7DA; 
	background-image: url(/files/layout/Background-Film-paDVD.jpg); 
	background-repeat: no-repeat; 
	float: left;
	margin-bottom: 30px;
	margin-right: 5px;
	background-color: #1E252B;
}

.FilmItem a
{
	text-decoration: none;
}

.FilmItem.Last
{
	margin-right: 0px;
}

.FilmImage
{
	height: 186px; 
	width: 146px; 
	border: 2px solid black;
}


.FilmImage img
{
	height: 186px; 
	width: 146px; 
}
.PagerTable .PagerTablePages	
{
	height: 24px;
	border: 1px solid #D5D5D5;
	text-align: center;
	vertical-align: center;
}

.PagerTable
{
	display: inline-block;
}

.PagerTablePagesLast, .PagerTablePagesNext 
{
	border: 1px solid #D5D5D5;
	text-align: center;
	vertical-align: center;
}

.PagerTablePagesLast a, .PagerTablePagesNext a
{
	text-decoration: none;
	color: #78B0C7;
}

.PagerTablePagesLast
{
	width: 60px;
}

.PagerTablePagesNext
{
	width: 46px;
}

 .PagerTablePages a
{		
	display: inline-block;
	align: center;
	width: 24px;
	text-decoration: none;
	color: #78B0C7;
}

.PagerTablePages .SelectedPage
{
	color: black;
}
/* Style Id:1716 PrintStyle*/

@media print
{

.HeaderMenu, .MainMenu, .Logo, .Footer, .SubMenu{
	display:none;
}

body{
	background:none;
}

}
/* Style Id:3738 Tablesorter*/

/* tables */

table.tablesorter
{
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 13px;
	width: 100%;
	text-align: left;
	border-collapse: separate;
}

table.tablesorter thead tr .header
{
	cursor: pointer;
}

table.tablesorter tbody td
{

	vertical-align: top;
}

th.header.headerSortDown
{
	/*color: ;*/
	font-weight: bold;
	
}

th.header a.InsideNavn
{
	background: url('files/facebookpage/asc.png') no-repeat;
	height: 15px;
	font-size: 13px;
	background-position: 34px 7px;
	display: block;
	color: #333E49;
}

th.header a.InsideGenn
{
	background: url('files/facebookpage/asc.png') no-repeat;
	height: 15px;
	font-size: 13px;
	padding-right: 16px;
	background-position: 255px 7px;
	display: block;
	color: #333E49;
}

th.header.headerSortUp a.InsideGenn,th.header.headerSortDown a.InsideGenn
{
	background: url('files/facebookpage/blue_asc.png') no-repeat;
	height: 15px;
	font-size: 13px;
	background-position: 255px 7px;
	display: block;
}

th.header.headerSortUp a.InsideNavn,th.header.headerSortDown a.InsideNavn
{
	background: url('files/facebookpage/blue_asc.png') no-repeat;
	height: 15px;
	font-size: 13px;
	background-position: 34px 7px;
	display: block;
}


th.header a.InsideNavn:hover
{
	background: url('files/facebookpage/blue_asc.png') no-repeat;
	height: 15px;
	font-size: 13px;
	background-position: 34px 7px;
	display: block;
	color: #006C9A;
}

th.header a.InsideSkib
{
	background: url('files/facebookpage/asc.png') no-repeat;
	height: 15px;
	font-size: 13px;
	background-position: 30px 7px;
	display: block;
	color: #333E49;
}

th.header.headerSortUp a.InsideSkib,th.header.headerSortDown a.InsideSkib
{
	background: url('files/facebookpage/blue_asc.png') no-repeat;
	height: 15px;
	font-size: 13px;
	background-position: 30px 7px;
	display: block;
}

th.header a.InsideSkib:hover
{
	background: url('files/facebookpage/blue_asc.png') no-repeat;
	height: 15px;
	font-size: 13px;
	background-position: 30px 7px;
	display: block;
	color: #006C9A;
}


th.header a.InsideKm
{
	background: url('files/facebookpage/asc.png') no-repeat right;
	height: 15px;
	font-size: 13px;
	background-position: 90px 7px;
	padding-right: 16px;
	display: block;
	color: #333E49;
}

th.header.headerSortUp a.InsideKm,th.header.headerSortDown a.InsideKm
{
	background: url('files/facebookpage/blue_asc.png') no-repeat;
	height: 15px;
	font-size: 13px;
	background-position: 90px 7px;
	display: block;
}

th.header a.InsideKm:hover
{
	background: url('files/facebookpage/blue_asc.png') no-repeat right;
	height: 15px;
	font-size: 13px;
	background-position: 90px 7px;
	padding-right: 16px;
	display: block;
	color: #006C9A;
}
th.header a.InsideGenn:hover
{
	background: url('files/facebookpage/blue_asc.png') no-repeat right;
	height: 15px;
	font-size: 13px;
	background-position: 255px 7px;
	padding-right: 16px;
	display: block;
	color: #006C9A;
}

.RowsAlign
{
	padding-top: 4px;
    padding-left: 3px;
    padding-bottom: 5px;
}

table.tablesorter tbody tr.odd td
{
    background: #ffffff;
}

table.tablesorter tbody tr.even td
{
    background: #F1F1F1;
}

table.tablesorter tbody td 
{
    background: ;
}
/* Style Id:3752 facebook link*/

#HeaderMenu0 .last {
	margin-left: 341px;
	background-image:url('/files/layout/fb-ikon.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
}
/* Style Id:10811 MaritimeList*/

.MaritimeLinksMenu {
  border: 1px solid #94d8f7;
  background: #d8eef8;
  padding: 15px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif; }
  .MaritimeLinksMenu a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif; }

.MaritimeLink {
  margin-top: 30px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #d5eefa;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .MaritimeLink p {
    padding: 0px !important;
    font-family: Arial, Helvetica, sans-serif; }
  .MaritimeLink .Heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }
  .MaritimeLink a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px; }

/* Style Id:10845 File Explorer*/

.FileExplorer {
  border: 1px solid #94d8f7;
  background: #d8eef8;
  padding: 15px;
  box-sizing: border-box; }
  .FileExplorer a {
    margin-right: 10px; }

/* Style Id:11462 Movie styles*/

#Table_id260 #TR_id260 .Seeems-Columns-Td-Halign-Left div {
  /* float:left; */ }

.CategoryLine {
  float: left;
  margin-bottom: 30px; }
  .CategoryLine .Film {
    float: left;
    box-sizing: border-box; }
    .CategoryLine .Film .FilmLink {
      min-height: 244px;
      background-image: url(/files/layout/Background-Film-paDVD.jpg);
      background-repeat: no-repeat;
      background-color: #1d242a;
      text-decoration: none;
      width: 100%;
      float: left; }
      .CategoryLine .Film .FilmLink .Image {
        border: 2px solid #000000;
        height: 186px;
        width: 146px; }
      .CategoryLine .Film .FilmLink p {
        padding-bottom: 0;
        text-align: center;
        color: #2EC1FF;
        overflow: hidden;
        margin-bottom: 0.6em;
        min-height: 40px; }

.FilmsContainer {
  float: left;
  width: 100%; }
  .FilmsContainer h3 {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 2em; }
  .FilmsContainer .CategoryLine {
    width: 100%;
    margin-left: 5px; }
    .FilmsContainer .CategoryLine .Film {
      width: 25%;
      padding: 0 5px 0 0; }
      .FilmsContainer .CategoryLine .Film .FilmLink img {
        /* border: 2px solid black; */ }

.MovieDetails {
  float: left;
  width: 100%; }
  .MovieDetails .Aside {
    float: left;
    width: 37.2%;
    padding: 0 1em 0 0;
    box-sizing: border-box; }
    .MovieDetails .Aside .Image .fancyzoom {
      width: 216px;
      height: 318px; }
    .MovieDetails .Aside .Notes {
      width: 100%;
      border: 1px solid #D4D7DA;
      font-weight: bold;
      padding: 1em 1.5em;
      box-sizing: border-box; }
      .MovieDetails .Aside .Notes p {
        padding-bottom: 0; }
  .MovieDetails .MainContent {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding-left: 1em; }
    .MovieDetails .MainContent .LineContent {
      float: left;
      width: 100%;
      min-height: 318px; }
    .MovieDetails .MainContent .Links {
      float: left;
      width: 100%;
      margin-top: 0.3em; }
      .MovieDetails .MainContent .Links .ExternalLink {
        margin-bottom: 1.8em; }
      .MovieDetails .MainContent .Links a {
        float: left;
        display: inline-block; }
    .MovieDetails .MainContent .Description {
      margin-bottom: 1em;
      padding-bottom: 0; }
    .MovieDetails .MainContent h1 {
      margin-top: -5px;
      line-height: 28px; }

.HideCurrentLine {
  display: none; }

.SeeMoreLink {
  float: left;
  width: 100%;
  background-color: #e8e8e8;
  padding: 0.4em 1em;
  cursor: pointer;
  margin-bottom: 2em;
  text-transform: uppercase;
  box-sizing: border-box; }

.HomeFilmsContainer {
  float: left;
  width: 100%; }
  .HomeFilmsContainer .CategoryLine {
    width: 100%; }
    .HomeFilmsContainer .CategoryLine .Film {
      width: 153px;
      padding: 0 3px 0 0; }

.MovieDetails {
  float: left;
  width: 100%; }
  .MovieDetails .Aside {
    float: left;
    width: 37.2%;
    padding: 0 1em 0 0;
    box-sizing: border-box; }
    .MovieDetails .Aside .Notes {
      width: 100%;
      border: 1px solid #D4D7DA;
      font-weight: bold;
      padding: 1em 1.5em;
      box-sizing: border-box; }
      .MovieDetails .Aside .Notes p {
        padding-bottom: 0; }
  .MovieDetails .MainContent {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding-left: 1em; }
    .MovieDetails .MainContent .LineContent {
      float: left;
      width: 100%;
      min-height: 318px; }
    .MovieDetails .MainContent .Links {
      float: left;
      width: 100%;
      margin-top: 0.3em; }
      .MovieDetails .MainContent .Links .ExternalLink {
        margin-bottom: 1.8em; }
      .MovieDetails .MainContent .Links a {
        float: left;
        width: 100%; }
    .MovieDetails .MainContent .Description {
      margin-bottom: 1em;
      padding-bottom: 0; }
    .MovieDetails .MainContent h1 {
      margin-top: -5px;
      line-height: 28px; }

.HideFilm, .HideMovieLine {
  display: none; }

.MonthFilmsContainer {
  float: left;
  width: 100%; }
  .MonthFilmsContainer h3 {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 2em; }
  .MonthFilmsContainer .CategoryLine {
    width: 100%; }
    .MonthFilmsContainer .CategoryLine .Film {
      width: 153px;
      padding: 0 3px 0 0; }

.MovieDetails {
  float: left;
  width: 100%; }
  .MovieDetails .Aside {
    float: left;
    width: 37.2%;
    padding: 0 1em 0 0;
    box-sizing: border-box; }
    .MovieDetails .Aside .Notes {
      width: 100%;
      border: 1px solid #D4D7DA;
      font-weight: bold;
      padding: 1em 1.5em;
      box-sizing: border-box; }
      .MovieDetails .Aside .Notes p {
        padding-bottom: 0; }
  .MovieDetails .MainContent {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding-left: 1em; }
    .MovieDetails .MainContent .LineContent {
      float: left;
      width: 100%;
      min-height: 318px; }
    .MovieDetails .MainContent .Links {
      float: left;
      width: 100%;
      margin-top: 0.3em; }
      .MovieDetails .MainContent .Links .ExternalLink {
        margin-bottom: 1.8em; }
      .MovieDetails .MainContent .Links a {
        float: left;
        width: 100%; }
    .MovieDetails .MainContent .Description {
      margin-bottom: 1em;
      padding-bottom: 0; }
    .MovieDetails .MainContent h1 {
      margin-top: -5px;
      line-height: 28px; }

.PdfFilmsContainer {
  float: left;
  width: 100%; }
  .PdfFilmsContainer .Allfilm, .PdfFilmsContainer .CategoryFilms {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 1em 1em 1em; }
  .PdfFilmsContainer .CategoryFilms a {
    margin-bottom: 0.5em;
    float: left; }
  .PdfFilmsContainer .CategoryFilms h3 {
    font-size: 25px;
    margin-bottom: 0.5em; }
  .PdfFilmsContainer .Allfilm a img {
    width: 250px; }

/* Style Id:11464 Pager styles*/

.ArticleSearchPager .Links .PagerPage, .ArticleSearchPager .Links .CurrentPage, .ArticleSearchPager .Links .PagerNext, .ArticleSearchPager .Links .TotalItems, .ArticleSearchPager .Links .PagerPrevious {
  text-decoration: none;
  color: #000;
  float: left;
  padding: 8px 16px;
  -webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
  transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s; }
.ArticleSearchPager .Links a:hover {
  color: #000000 !important;
  background-color: #cccccc !important; }
.ArticleSearchPager .Links .CurrentPage {
  color: #fff !important;
  background-color: #006c9a !important; }

.FilmPager {
  margin: 1.5em 0;
  width: 100%;
  float: left; }

/* Style Id:11517 Search film styles*/

.SearchContainer {
  border: 1px solid #ccc;
  margin-bottom: 2em;
  box-sizing: border-box;
  padding: 1em;
  float: left;
  width: 100%; }
  .SearchContainer .SearchMovieButton {
    width: 100%;
    float: right;
    background-color: #006C9A;
    box-sizing: border-box;
    text-align: center;
    margin-top: 2em;
    color: #ffffff;
    cursor: pointer;
    height: 50px;
    line-height: 50px; }
  .SearchContainer .AditionalSearchOptions {
    width: 100%;
    float: left;
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #ccc; }
    .SearchContainer .AditionalSearchOptions .GenreSearch, .SearchContainer .AditionalSearchOptions .ActorSearch {
      float: left;
      width: 100%; }
    .SearchContainer .AditionalSearchOptions .ActorSearch label {
      float: left;
      line-height: 41px;
      font-weight: bold;
      margin-right: 1em; }
    .SearchContainer .AditionalSearchOptions .ActorSearch #actor {
      width: 175px;
      height: 43px;
      background: #ececec;
      border: none;
      font-size: 10pt;
      float: left;
      color: #000000;
      padding-left: 15px; }
    .SearchContainer .AditionalSearchOptions .GenreSearch label {
      float: left;
      line-height: 41px;
      font-weight: bold;
      padding-right: 1em;
      width: 25%;
      box-sizing: border-box; }
    .SearchContainer .AditionalSearchOptions .GenreSearch .SelectGenre {
      background: #ececec;
      border: none;
      float: left;
      color: #000000;
      padding-left: 15px;
      height: 43px;
      width: 75%;
      box-sizing: border-box; }

.container-4 {
  overflow: hidden;
  width: 592px;
  vertical-align: middle;
  white-space: nowrap; }

.container-4 input#search {
  width: 576px;
  height: 50px;
  background: #ececec;
  border: none;
  font-size: 10pt;
  float: left;
  color: #000000;
  padding-left: 15px; }

.container-4 input#search::-webkit-input-placeholder {
  color: #65737e; }

.container-4 input#search:-moz-placeholder {
  /* Firefox 18- */
  color: #65737e; }

.container-4 input#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #65737e; }

.container-4 input#search:-ms-input-placeholder {
  color: #65737e; }

.container-4 .icon {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  border: none;
  background: #8b9298;
  height: 51px;
  width: 50px;
  color: #ffffff;
  opacity: 0;
  font-size: 10pt;
  position: relative;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
  cursor: pointer; }

.container-4 .icon .fa {
  position: absolute;
  top: 37%;
  left: 40%; }

.container-4:hover .icon, .container-4:active .icon, .container-4:focus .icon {
  outline: none;
  opacity: 1;
  margin-left: -50px; }

.container-4:hover .icon:hover {
  background: #006c9a; }

.ArticleSearchPager .Links a, .ArticleSearchPager .Links span {
  text-align: center;
  float: none;
  margin: 0px auto; }

.NoResultsFound {
  float: left;
  width: 100%;
  background-color: #f0d3d3;
  box-sizing: border-box;
  padding: 1em; }
  .NoResultsFound p {
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    padding-top: 20px; }
    .NoResultsFound p img {
      width: 48px;
      margin: 1em auto;
      display: block; }


