/* Shared lightbox search css */

.lightbox-container {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 2;
}

.ie7 .lightbox-overlay {
    display: none !important;
}

.ie7 .lightbox-results {
    border: solid 2px;
}

.lightbox {
    position: relative;
    margin: 0 auto;
    z-index: 3;
}

a.lightbox-reset {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #fff;
    background-image: url('http://www.startpagina.nl/layouts/_shared/img/bookmark/close.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    border: 1px solid #8c8c8c;
}

.headertext {
    width: 810px;
    height: 23px;

    position: absolute;
    top: 15px;
}

.lightbox-results:before {
    position: absolute;
    top: -28px;
    left: 255px;
    width: 0;
    height: 0;
    border-width: 15px 45px 15px 45px;
    border-style: solid;
    border-color: transparent transparent #f0f7ff transparent;
    content: '';
}

.lightbox-results {
    width: 855px;
    top: 48px;
    margin-left: -225px;
    margin-bottom: 40px;
    position: absolute;
    background-color: #f0f7ff;
    border-radius: 4px;
    padding: 50px 0 0 15px;
}

.lightbox-results ul {
    padding: 0;
    border-style: none;
    margin: 0;
}

.lightbox-results ul {
    list-style: none;
}

.lightbox li a {
    text-decoration: none;
    color: #000;
}

.lightbox-results .column {
    float: left;
    width: 195px;
    margin: 0 15px 0 0;
    min-height: 1px;
}

.lightbox-results .column.last {
    margin: 0;
}

.lightbox-results .column-wide {
    width:405px;
}

.lightbox-results .block {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.lightbox-results .block h1,
.lightbox-results .block h2 {
    position: relative;
    height: 22px;
    background-color: #005884;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    padding: 0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lightbox-results .block.orange h1,
.lightbox-results .block.orange h2 {
    background-color: #e77913;
}

.lightbox-results .block.red h1,
.lightbox-results .block.red h2 {
    background-color: #d12007;
}

.lightbox-results .block.green h1,
.lightbox-results .block.green h2 {
    background-color: #008d16;
}

.lightbox-results .block.dark-red h1,
.lightbox-results .block.dark-red h2 {
    background-color: #9d1502;
}

.lightbox-results .block.light-blue h1,
.lightbox-results .block.light-blue h2 {
    background-image: none;
    background-color: #6cf;
}

.lightbox-results .block.pink h1,
.lightbox-results .block.pink h2 {
    background-image: none;
    background-color: #f20094;
}

.lightbox-results .block.invisible h1,
.lightbox-results .block.invisible h2 {
    display: none;
}

.lightbox-results .block h1 a,
.lightbox-results .block h2 a {
    color: #fff;
    text-decoration: underline;
}

.lightbox-results .block-content,
.lightbox-results .widget-content {
    background-color: #fcebc7;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #bbe1f3;
}

.lightbox-results .invisible .block-content,
.lightbox-results .invisible .widget-content {
    border-width: 1px;
}

.block-content li {
    line-height: 15px;
    padding: 3px 5px 2px 5px;
}

/* Used for filtered search */
.lightbox-results .block-content li a.highlight {
    background-color: #ff0;
}

.lightbox-results .block-content li a span.label {
    color: #f00;
    font-size: 11px;
}

.lightbox-results li.image {
    overflow: auto;
    padding: 3px 5px;
    border-top: 1px solid #bbe1f3;
}

.lightbox-results .block-content li.image:first-child {
    border-top-width: 0;
}

.lightbox-results .block-content li.image.first {
    border-top-width: 0;
}

.lightbox-results .block-content li.image img,
.lightbox-results .widget-content li.image img {
    float: left;
    margin-right: 5px;
}

.lightbox-results span.link-image {
    background-repeat: no-repeat;
}

.lightbox-results li.image_20x20 {
    border-top-width: 0;
    line-height: 20px;
}

.lightbox-results li.image_40x194 {
    padding: 0px !important;
    width: 193px;
    height: 40px;
    overflow: hidden;
    text-indent: -1000px;
}

.lightbox-results li.image_80x194 {
    border-top-width: 0;
    padding: 0px !important;
    width: 193px;
    height: 80px;
    overflow: hidden;
    text-indent: -1000px;
}

.lightbox-results li.image_120x194 {
    border-top-width: 0;
    padding: 0px !important;
    width: 193px;
    height: 120px;
    overflow: hidden;
    text-indent: -1000px;
}

.lightbox-results li.image span.link-image {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background-position: center;
    margin-right: 5px;
}

.lightbox-results li.image_20x20 span.link-image {
    width: 20px;
    height: 20px;
}

.lightbox-results li.image_40x194 span.link-image {
    width: 193px;
    height: 40px;
}

.lightbox-results li.image_80x194 span.link-image {
    width: 193px;
    height: 80px;
}

.lightbox-results li.image_120x194 span.link-image {
    width: 193px;
    height: 120px;
}

.lightbox-results .block-content > span.link-image {
    display: block;
    height: 100px;
    /*background-size:193px 100px;*/
    background-position: center;
}

.lightbox-results .block-content li.more {
    background-color: #fff;
}

.lightbox-results .block-content li.more a {
    color: #069;
    text-decoration: none;
}

.lightbox-results .block-content li.more a .icon {
    -spriteme-group: sprite;
    display: inline-block;
    float: none;
    width: 3px;
    height: 5px;
    background-image: url('/layouts/light_startpagina/img/more.png');
    margin-bottom: 2px;
}

.lightbox-results .ie7 .block-content li.more a .icon {
    margin-bottom: 4px;
}

.lightbox-results .block-content li a:hover {
    color: #b22222;
}

.lightbox-results .block-content li a.klein {
    font-size: 84%;
}

.lightbox-results .block-content li a.bold {
    font-weight: bold;
}

.lightbox-results .block-content li a.groen {
    color: green;
}

.lightbox-results .block-content li a.rood {
    color: red;
}

.lightbox-results .widget .block-content,
.lightbox-results .widget-content,
.lightbox-results .widget-content h3 {
    font-size: 12px;
}

.lightbox-results .widget-content {
    padding: 2px 5px;
}

.lightbox-results .widget-content p a {
    color: #136798;
    font-style: italic;
}

.lightbox-results .ie7 a span {
    cursor: pointer;
}

.lightbox-results-footer {
    clear: both;
    font-size: 14px;
    text-align: center;
    padding: 50px 0 10px;
}
.lightbox-results-footer a {
    color: #000;
}

.lightbox-results-footer .google-logo {
    position: relative;
    display: inline-block;
    top: 7px;
}

.lightbox-results-footer .logo_overview {
    width: 110px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.ahsearchresult .name {
    max-height: 30px;
    overflow: hidden;
}

.ahsearchresult .label {
    display: inline-block;
}

.daughterblockssearchresult li.image,
.daughterpagessearchresult .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.daughterpagessearchresult .title {
    width: 100%;
}

.thema-description .widget-content {
    padding : 0;
}

.thema-description .widget-content p {
    padding : 2px 5px;
}

