/* --------------------------------------------------------------

  reset.css
  Resets default browser CSS.

-------------------------------------------------------------- */

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%;
  vertical-align: baseline;
  background: transparent;
  }

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

ins { text-decoration: none; }
del { text-decoration: line-through; }

table           { border-collapse: collapse; border-spacing: 0; }
table, td, th   { vertical-align:middle;}
caption, td, th { text-align:left; font-weight:normal;}

a img { border: none;}

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
    
-------------------------------------------------------------- */


/* =Headings
-------------------------------------------------------------- */

#container { font-size: 1.2em; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2, h4 { 
  font-size: 14px; 
  color: #d21f26; 
  font-weight: bold;
  margin-bottom: 14px;
  line-height: 1;
  }
h3 { 
  font-size: 14px; 
  color: #7f94b3; 
  font-weight: bold;
  margin-bottom: 14px;
  line-height: 1;
  }
h4 { 

  }
h5 { 
  font-size: 18px; 
  line-height: 1.25; 
  color: #000; 
  font-weight: bold; 
  font-family: Verdana, Arial, helvetica, sans-serif;
  }
h6 { 
  color: #000; 
  font-size: 14px; 
  font-weight: bold;
  font-family: Verdana, Arial, helvetica, sans-serif;
  margin-bottom: 1em;
  }
  
h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
  }


/* =Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 11px; line-height: 1.4em;  }
img.left    { float: left; margin: 0 1.5em 0 0; padding: 0; }
img.right   { float: right; margin: 0 0 1em 1em; }

.txt-right  { text-align: right; }

a:focus, 
a:hover     { text-decoration: underline; }
a           { color: #18154c; text-decoration: none; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* =Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* =Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
th,td       { padding: 4px 10px 4px 5px; vertical-align: top; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* =Misc classes
-------------------------------------------------------------- */

.show       { display: block; }
.hide       { display: none; }
.clear      { clear:both; }

.small      { font-size: 18px !important; }
.large      { font-size: 40px !important; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0 !important; padding-right:0 !important; }
.vert-last  { margin-bottom:0 !important; padding-bottom:0 !important; }
.marginr    { margin-right: 5px; }

.floatr     { float: right; }
.floatl     { float: left; }

.borderbottom { border-bottom: 1px solid #eaeaea; padding-bottom: 15px;}
.bordertop    { border-top: 1px solid #eaeaea; }

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; color: #3f2e31; }
fieldset    { margin: 0 0 .5em 0; border: none; }
legend      { font-weight: bold; font-size:1.2em; }


/* =Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin: 0;
  color: #929292;
  font-size: 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  margin-top: 4px;
  }

select             { background: #fff; }
option             { background: #fff; }

input.error, 
textarea.error, 
select.error       { border:1px solid #ff0000 !important; }
  
input.text, 
input.title { 
  width: 240px; 
  height: 15px;
  padding: 1px 5px 0 5px;  
  background: #fff; 
  }
input.title        { font-size:1.5em; }
input.radio        { 
  vertical-align: middle; 
  padding: 0;
  margin: 0;
  margin-right: 5px;
  }
textarea { 
  padding: 5px; 
  overflow: auto; 
  height: 90px; 
  width: 338px; 
  }

/* =Success, notice and error boxes
-------------------------------------------------------------- */
.errors       { clear: both; }
.messages     { color: green; clear: both; }
.errors div,
.notice, 
.success      { padding: .2em .8em; margin: 6px 0 1em 0; border: 2px solid #ddd; }
.errors ul,
.messages ul  { margin-bottom: 0; }
.errors p     { margin-bottom: 0.1em; font-weight: bold; }
.errors div   { background: #FBE3E4; color: #ff0000; border-color: #FBC2C4; }
.notice       { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success      { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.errors div a { color: #8a1f11; }
.notice a     { color: #514721; }
.success a    { color: #264409; }

/* =Misc
-------------------------------------------------------------- */

.one-line { 
  display: inline;
  float: left; 
  margin: 0 20px 0 0;
  }
.f-line { 
  margin: 0 0 10px 0; 
  clear: both; 
  }

input#embed { margin: 2px 0 0 10px;}


/* -------------------------------------------------------------- 
   
   layout.css
   * Sets up the framework of the site.
    
-------------------------------------------------------------- */

#container {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 996px;
}

#page { 
  padding: 0 0 10px 0; 
  margin-top: 10px;
  text-align: left;
  position: relative;
}
  
#content { 
  margin-bottom: 20px;
}
  
#menu {
  float: left;
  position: relative;
  width: 108px;
  margin-right: 12px;
  overflow: hidden;
  text-align: right;
  }

#main { 
  float: left;
  position: relative;
  width: 876px;
  overflow: hidden;
  margin-top: 30px;
}
    
#header { margin-bottom: 23px; }

#roadblockHeader {
  height:90px;
  margin-bottom:-25px;
  position:relative;
}

#roadblockHeader div {
  bottom:0;
  position:absolute;
  right:0;
}

#main-body {
  display: inline;
  float: left;
  width: 516px;
  overflow: hidden;
  margin-right: 24px;
}

#sidebar {
  float: left;
  width: 336px;
  overflow: hidden;
}
    
#footer { 
  position: relative;
  border-top: 1px solid #8095b4;
  width: 100%;
  padding-top: 12px;
  font-size: 10px;
  color: #18164d;
}



/* -------------------------------------------------------------- 
  
  Site: www.nuvideo.nl
  Author: www.buyways.nl
  
  screen.css
  * main styylesheet.
  
-------------------------------------------------------------- */

html { 
  overflow: -moz-scrollbars-vertical;
  overflow-x: auto;
  }
body { 
  color: #18164c; 
  background: #fff;
  font-size: 62.5%;
  font-family: Arial, helvetica, sans-serif;
  }

.clearfix       { display: inline-block; }
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0; 
    height: 0;
  }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix        { display: block; }
/* End hide from IE-mac */

h1        { height: 102px; }
h1 a span { display: none; }  
h1 a, h1 a.nuz {
  display: block;
  width: 106px;
  height: 135px;
  float: right;
  }
h1 a.nuz {
  background: url(../images/logo_nuz.png) no-repeat top left;
} 
  
/* =Header
-------------------------------------------------------------- */

.header-meta { 
  border-top: 1px solid #8095b4; 
  border-bottom: 1px solid #909898; 
  font-size: 11px; 
  height: 25px;
  line-height: 25px;
  }
.header-title { 
  border-bottom: 1px solid #909898; 
  height: 25px;
  width: 100%;
  overflow: hidden;
  }
.search { 
  float: right; 
  color: #7f94b3; 
  line-height: 25px;
  font-weight: bold;
  position: relative;
  top: 0px;
  } 
.search input.text { 
  margin: 2px 4px 0 4px; 
  *margin: 0px 4px 0 4px; 
  _margin: 3px 4px 0 4px; 
  width: 90px;
  height: 14px;
  } 
.search input.header-zoek { 
  margin: -2px 4px 0 0; 
  vertical-align: middle; 
  }
.search img { vertical-align: middle; margin-left: 2px; } 
#header h2 { line-height: 25px; }
  
/* =navigation
-------------------------------------------------------------- */

#menu ul, 
#menu li { margin: 0; padding: 0; list-style: none; }
#menu ul { line-height: 0px }
#menu li { line-height: 0px; margin-right: 6px; height: 1% }
#menu li a { padding:0 16px 0 0; display: block; line-height: 13px; padding-top: 2px; padding-bottom: 2px; background-image: done; }
#menu li.open ul.subitems li { margin-right: 0px;}
#menu li.open ul.subitems li a { background-image:none; color:#999999; font-weight:normal; margin:0; padding:0 16px 0 0; text-decoration:none; display: block; line-height: 13px; padding-top: 2px; padding-bottom: 2px;}
#menu li.open ul.subitems li.selected a { color:#FF0000; font-weight: bold }
#menu li.closed a {background-image:url(/images/bullet_menu_close.gif); background-position:right 5px; background-repeat:no-repeat; margin:0; }
#menu li.open a {background-image:url(/images/bullet_menu_open.gif); background-position:right 5px; background-repeat:no-repeat; margin:0; }
#menu li.selected a { color: #d40000; font-weight: bold; }
#menu ul.subitems { margin-bottom:15px; }

#menu li.logo-nugroep {
  background: url(../images/nu-logos.gif) no-repeat;
  padding-right: 7px;
  margin-bottom: 5px;
  line-height: 1.1 !important;
  height: 1.1em !important;
}

#menu li.logo-nugroep a {
  display: inline;
  padding: 0px;
  margin: 0px;
  padding-right: 13px;
  line-height: inherit;
}

#menu li.logo-nunl      { background-position: right -122px; }
#menu li.logo-nukaart   { background-position: right -106px; }
#menu li.logo-nuz       { background-position: right -1px; }
#menu li.logo-nusport   { background-position: right -31px; }
#menu li.logo-nujij     { background-position: right -46px; }
#menu li.logo-nuvideo   { background-position: right -61px; }
#menu li.logo-nufoto    { background-position: right -16px; }
#menu li.logo-nubijlage { background-position: right -75px; }
#menu li.logo-nutvgids  { background-position: right -91px; }
#menu li.logo-nuwerk  {
  background: url(../images/nu-logos.jpg) no-repeat;
  background-position: right -121px;
  }
#menu li.logo-nuik      { background-position: right -138px; }
#menu li.logo-nutv      { background-position: right -154px; }
#menu li.logo-nuentoen  { background-position: right -170px; }

/* =Footer
-------------------------------------------------------------- */

#footer ul, 
#footer li { margin: 0; padding: 0; list-style-type: none; }

#footer li { display: inline; }
#footer li span { padding: 0 6px; }

.copy { float: right; }

  
/* =items list
-------------------------------------------------------------- */

.row { 
  width: 540px;
  margin: -24px 0 10px -24px;
  }
.item .inner { padding: 4px; line-height: 1.2; }
.item {
  position: relative;
  display: inline;
  float: left;
  width: 156px;
  height: 189px;
  margin: 24px 0 0 24px;
  background: url(../images/bg_item.jpg) repeat-x bottom left;
  }
.item .cat {
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-size: 11px;
  font-weight: bold;
  color: #999;
  }
.side-item .cat {
  position: absolute;
  bottom: 4px;
  right: 5px;
  font-size: 11px;
  font-weight: bold;
  color: #999;
}
.cat a { color: #999; }
.pagination {
  background: url(../images/dotted.gif) repeat-x top left;
  height: 25px;
  line-height: 24px;
  text-align: center;
  }
.pagination a {
  border: 1px solid #abbede;
  font-weight: bold;
  font-size: 11px;
  color: #7f94b3;
  padding: 2px 5px 1px 5px;
  text-decoration:none;
  }
.pagination a.selected {
  background: #abbede;
  color: #fff;
  } 
.pagination .inner {
  background: url(../images/dotted.gif) repeat-x bottom left;
  }
.pagination a.prev,
.pagination a.next {  
  float: left;
  background: #abbede;
  margin-top: 2px;
  display: block;
  font-size: 11px;
  color: #fff;
  height: 14px;
  line-height: 17px;
  overflow: hidden;
  padding: 0 5px 3px 5px;
  font-weight: bold;
  text-transform: capitalize;
  }
.pagination a.next { float: right; }
.pagination a.passive { 
  background: #d5deef !important;
  border: 1px solid #d5deef;
  cursor: default;
  text-decoration: none !important;
  }
  
/* =sidebar
-------------------------------------------------------------- */

.side-item {
  background: url(../images/bg_side_item.jpg) repeat-x bottom left;
  min-height: 73px;
  height: auto !important;
  height: 73px;
  margin-bottom: 10px;
  position: relative;
  }
.side-item .left  { margin-right: 8px; }
.side-item .inner { padding: 6px 8px 0 0; }
.nobg             { background: none !important; }
.views            { font-size: 10px; color: #7f94b3; margin-top: 2px; }
  
ul.side-list, 
ul.side-list li { margin: 0; padding: 0; list-style-type: none; } 
ul.side-list    { margin-bottom: 20px; }  
ul.side-list li {
  background: url(../images/dotted.gif) repeat-x left bottom;
  line-height: 21px;
  }
ul.side-list a {
  padding-left: 20px;
  background: url(../images/nuvideo_small.gif) no-repeat left center;
  } 
ul.side-list span { 
  position: absolute;
  right: 0;
  font-size: 10px;
  line-height: 20px;
  *line-height: 14px;
  color: #7f93b2;
  }

#sidebar .banner {
  width: 100%;
  margin-bottom: 20px;
}
  
.seperator { height: 10px; }

  
/* =Sidebar tabs
-------------------------------------------------------------- */

.tabs { 
  margin-bottom: 20px; 
  background: url(../images/bg_tabcontent.jpg) repeat-x 0 19px;
  }
.tab-content {
  padding-top: 30px;
  }
#slidetabsmenu {
  float:left;
  width:100%;
  line-height:normal;
  }
#slidetabsmenu ul{
  list-style-type: none;
  margin:0;
  padding:0;
  }
#slidetabsmenu li{
  display:inline;
  margin:0;
  padding:0;
  }
#slidetabsmenu a {
  float:left;
  background:url(../images/tab_left.gif) no-repeat left top;
  margin:0 2px 0 0;
  padding:0 0 0 8px;
  text-decoration:none;
  }
#slidetabsmenu a span {
  float:left;
  display:block;
  background:url(../images/tab_right.gif) no-repeat right top;
  padding:3px 14px 7px 5px;
  font-weight:bold;
  color: #fff;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span           {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span     { color: black; }
#slidetabsmenu .selected a      { background-position:0 -24px; }
#slidetabsmenu .selected a span { background-position:100% -24px; color:#3B3B3B; }
#slidetabsmenu a:hover          { background-position:0% -24px; }
#slidetabsmenu a:hover span     { background-position:100% -24px; }

  
/* =Search
-------------------------------------------------------------- */

.hdr-search { 
  margin-bottom: 10px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  background: url(../images/dotted.gif) repeat-x bottom left; 
  }
.hdr-search h2     { margin: 0; line-height: 24px; }
.hdr-search .inner { background: url(../images/dotted.gif) repeat-x top left; } 
.count             { float: right; font-weight: bold; color: #7f94b3; }


/* =Single
-------------------------------------------------------------- */

.video     { margin-bottom: 10px; }
.video-txt { margin-top: 15px; }
.tags { 
  font-weight: bold; 
  color: #8095b4; 
  margin-top: 8px;
  }
.meta {
  margin: 8px 0 25px 0;
  background: url(../images/dotted.gif) repeat-x bottom left; 
  font-size: 11px;
  }
.meta-1 {
  height: 24px;
  line-height: 24px;
  background: url(../images/dotted.gif) repeat-x top left; 
  }
.meta-2 {
  height: 24px;
  line-height: 24px;
  background: url(../images/dotted.gif) repeat-x top left; 
  }
.meta-1 span { 
  color: #8095b4; 
  padding: 0 8px; 
  font-weight: bold;
  }
.react, .sendto { 
  float: right; 
  padding-right: 30px; 
  background: url(../images/jij.gif) no-repeat center right;
  }
.sendto { 
  display: inline;
  background: url(../images/mail.gif) no-repeat center right;
  margin-right: 2px;
  } 
div#roadblock {
  margin-bottom: 10px;
}
div.hr {
  height: 10px;
  background: url(../images/dotted.gif) repeat-x; 
}

/* -------------------------------------------------------------- 
  search.css
-------------------------------------------------------------- */



.searchOptions {
  background: url(../images/blend_nuvideo.gif) repeat-x scroll 0 0;
  display: block;
  font-size: 10px;
  margin-bottom: 8px;
  padding: 10px;  
  padding-bottom: 12px;
}

.searchOptions table {
  margin-bottom: 0px;
}

.searchOptions input[type=radio], input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

.searchOptions input[type=radio] {
  bottom: 2px;
}

.searchOptions label {
  font-size: 10px;
}

.searchOptions .query { width: 200px }

.searchResult {
  font-size: 12px;
  padding: 0px;
}

.searchResult .searchResultItem {
  border: 1px solid #DCE7F8;
  padding-top: 8px;
  padding-bottom: 8px;  
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 8px;
}  

.searchResult .searchResultItem .title a {
  color: #000366;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}

.searchResult .searchResultItem .updatedAt a {
  font-size: 90%;
  color: #5D629A;
  text-decoration: none;   
}

.searchResult .searchResultItem .excerpt a {
  color: #000366;
  text-decoration: none;
}

.searchResult .searchResultItem .excerpt img {
  float: left;
  border: none;
  padding-right: 7px;
  padding-bottom: 3px;
  display: block;
  width: 67px;
} 

.searchResult .searchResultItem .url a {
  font-size: 90%;
  color: #5D629A;
  text-decoration: underline;    
}

.searchResult .searchResultItem .excerpt,
.searchResult .searchResultItem .url {
  padding-top: 4px;
}  

.searchResultNoResults {
  margin-bottom: 8px;
  font-style: italic;
}

.searchAds {
  border: 1px solid #DCE7F8;
  padding: 8px 15px;
  margin-bottom: 8px;
  color: #000366;
}

.searchAds .sponsored {
	color: #5D629A;
  font-size: 9px;
  font-weight: bold;
  margin-bottom: -5px;
}

.searchAds .ad {
  margin-top: 8px;
}

.searchAds .ad .line1 {
  font-size: 13px;
  font-weight: bold;
}

.searchAds .ad .link a {
  color: #5D629A;
  text-decoration: underline;
}
  
a#tab
{
  background-image: url(../images/survey_overlay_button.jpg) ! important;
}
