/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

.sIFR-flash
{
    display: none !important;
    height: 0;
    width: 0;
    position: absolute;
    overflow: hidden;
}

.sIFR-alternate
{
    visibility: visible !important;
    display: block !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
}


.topForm, #navContainer, #subNavigation, .breadcrumbs, .sIFR-replaced, .footerContainer, .headerbreadcrumbs, .toolsContainer, .logo, .tools-container
{
    display: none;
}

h1.sifrfont
{
    display: block;
}

.printLogo
{
    width: 204px;
    height: 47px;
    display: block;
    padding: .5em 0 .5em 0;
}

.fasteningProduct
{
    float: left;
    padding-right: 10px;
}

#textWrapper
{
    float: left;
    width: 100%
}

#textWrapper table
{
    border: 0;
    border-collapse: collapse;
    width:100%;
}

#textWrapper table td
{
    border-collapse: collapse;
    border: solid 1px #ccc;
    width: 80px;
    white-space: nowrap;
}

#textWrapper table td p
{
    padding: 0;
    margin: 0;
}

table#detailedInfoTable
{
    border-collapse: collapse;
    width: 100%;
}

table#detailedInfoTable th
{
    border: solid 1px #ccc;
    padding: 2px 10px 2px 10px;
    text-align: left;
}

table#detailedInfoTable td
{
    border: solid 1px #ccc;
    padding: 2px 10px 2px 10px;
    white-space: nowrap;
}
