﻿/*

	FLSmidth
	Print styles

	Author: Creuna Danmark A/S / www.creuna.dk
	Copyright: 2009, Creuna Danmark A/S. All rights resevered

-----------------------------------------------------------------------*/


/* Elements */

body
{
    background: none;
    color: #000;
    margin: 0;
    padding: 0;
}

h1, h2, h3
{
    color: #000 !important;
}

a, a:active, a:visited
{
    color: #000;
}

.content p a
{
    text-decoration: underline;
}

/* Hide irrelevant information */
.globalMenu,
.search,
.mainNavigation,
.languages,
.actionLinks,
.footer,
.frontpage .subTop
{
    display: none;
}

.frontpage .subTop
{
    display: none;
    filter: none !important;
}

.page
{
    width: 100%;
    margin: 0;
}

.logo
{
    margin: 0 0 8px 0;
}

.subTop
{
    padding: 0;
    border-width: 0 0 2px 0;
    background: #fff none;
}
    .subTop .breadCrumb li
    {
        margin: 0;
        padding-right: 0;
        background: #fff none;
    }
        .subTop .breadCrumb li a
        {
            color: #000;
            padding: 0 4px 0 6px;
        }
        .subTop .breadCrumb li.last
        {
            padding-left: 6px;
        }
            .subTop .breadCrumb li.last .print
            {
                display: none;
            }
    .subTop .breadCrumb a.home
    {
        display: none;
    }
    .subTop .breadCrumb .accessibility
    {
        position: static;
    }
        .subTop .breadCrumb .accessibility a
        {
            padding-left: 0;
            color: #000;
        }

.sectionPage,
.categoryPage
{
    width: 100%;
}


.imageAndRelations
{
    width: 100% !important;
    border: 0;
    background: #fff none !important;
    min-height: 50px;
    filter: none !important; /* IE6 png filter */
}
    .imageAndRelations .related
    {
        padding-left: 0;
    }

    .imageAndRelations .text
    {
        width: 50% !important;
        padding: 0 !important;
        border-top: 0;
        float: left;
    }
        .imageAndRelations .text h1
        {
            font-size: 22px !important;
        }
        .imageAndRelations .text,
        .imageAndRelations .text h1,
        .imageAndRelations .text h3
        {
            color: #000 !important;
        }
    .imageAndRelations .image
    {
        width: 40%;
        float: right;
    }
    
    .imageAndRelations li a,
    .imageAndRelations a 
    {
        color:#000;
    }

.aside
{
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}
    .aside .links
    {
        display: none;
    }

    .aside h2.print
    {
        page-break-before: always;
        margin-bottom: 15px;
    }
    .contacts li
    {
        float: left;
        margin-right: 30px;
    }
    
.pictureText
{
    display: none;
}

.sectionPage .aside
{
    margin: 0;
    padding: 0;
}

.content
{
    float: none;
    width: 100% !important;
    margin-bottom: 35px;
}
    .content .column1,
    .content .column2
    {
        width: 50%;
    }

.frontPage
{
    background: #fff;
}

.frontPage .blueBox 
{
    border: 0;
}

.frontPage .teasers
{
    border: 0;
    background: none;
    width: 100%;
    padding: 0;
    height: auto !important;
    filter: none !important;
}
    .frontPage .teasers ul li
    {
        width: auto;
        margin-bottom: 20px;
        float: none;
        clear: both;
        height: 50px;
    }
        .frontPage .teasers ul li .icon
        {
            display: none;
        }
        .frontPage .teasers ul li .text
        {
            width: 100%;
            float: left;
            position: static;
        }

/* Helpers */

.print
{
    display: block;
    display: inline-block;
}



/* Tabs */
ul.tabs
{
    display: none;
}
.content .tabContent div.tab
{
    display: block;
}

/* eHighlights */
.eHighlights .logo,
.eHighlights .mediaGallery,
.eHighlights .pagination,
.eHighlights .mainNavigationWrapper,
.eHighlights .aside,
.eHighlights .pollArea,
.eHighlights .imageAndRelationsInner,
.eHighlights .spotStories,
.eHighlights .singleSpot,
.eHighlights .topArticles
{
    display: none;
}
.eHighlights *
{
    color: #000 !important
}
.eHighlights .content
{
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
