﻿html
{
    background-color: #252525;    
    padding-top: 10px;
    padding-bottom: 20px;
    background-image: url('/img/background.png');
    background-repeat: repeat;
    background-size: 66px 6px;
}

body
{
    margin: auto;
    width: 980px;
    background-color: white;
    font-family: Arial, Calibri, Tahoma, Verdana, Geneva, sans-serif;
    font-size: 18px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

body a
{
    text-decoration: none;
}

body img
{
    border-width: 0px;
}

body ul li
{
    padding-left: 0px;
    padding-right: 0px;
}

#titleBlock
{
    float: left;
    width: 100%;
    height: 124px;
}

    #upperPageBorder
    {
        width: 100%;
        height: 8px;
        background-color: #000000;
    }

    #titleBlockLeft
    {
        /*
        float:left;
	    display: inline-block;
        */

        position: absolute;        
	    zoom: 1;
    }

        #logo
        {
            padding-top: 6px;
            padding-left: 8px;            
            cursor: pointer;
        }

        #LogoImage {
            width: 150px;
        }

            #titleScot
            {
                font-family: 'Modern No. 20', Fallback, serif;
                font-size: 72px;                    
                color: #2E3092;    
                width: 400px;
                text-align: center;
                line-height: 70px;
            }

            #titleArdox
            {
                font-family: 'Modern No. 20', Fallback, serif;
                font-size: 14px;    
                color: #000000;
                padding-left: 8px;    
                width: 400px;
                text-align: center;
                line-height: 12px;
            }

    #titleBlockCenter {
        float: left;
        display: inline-block;
        position: relative;
        width: 300px;
        padding-right: 20px;
    }
        
        #promoImageTop {
            position: absolute;
            left: 220px;
            top: 8px;
            width: 300px;
            height: 100px;
        }

    #titleBlockRight
    {
        float: right;
	    display: inline-block;	
	    zoom: 1;
	    position: relative;
	    width: 500px;
    }

        #titleRight
        {
            font-family: 'Modern No. 20', Fallback, serif;
            position: absolute;
	        left: 0px;
            top: 16px;
            
	        width: 480px;
            text-align: right;
            font-size: 32px;
            color: #000000;	
            padding-right: 20px;
            padding-top: 20px;	
            font-style: italic;
            overflow: hidden;
            clear: both;
        }

        #titleRightSearch {
            position: absolute;
	        left: 100px;
            top: 78px;
            height: 28px;
	        width: 390px;
            text-align: right;
            font-size: 12px;
            color: #000000;	
            padding-right: 0px;
            padding-top: 10px;	            
            overflow: hidden;
            clear: both;
            font-weight: bold;
        }

        #titleRightSearch input, select, option {
            font-size: 12px;
            font-weight: normal;
        }

#dropdown
{
    float: left;
    width: 100%;
}

#bodyAll
{
    float: left;
    padding: 20px;
}

.bodyContent
{
    width: 940px;
    overflow: hidden;
}

#footer
{
    position: relative;
    float: left;
    width: 100%;
    background-color: black;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    height: 24px;
    overflow: hidden;
}


#footerText
{
    position: absolute;
    top: 5px;
    left: 10px;    
    color: white;
    font-size: 10px;    
}

#footerTextRight {    
    text-align: right;
    color: white;
    font-size: 10px;
    padding-top: 5px;
    padding-right: 10px;    
}

#footerTextRight a {    
    color: white;
}

#footerTextRight a:hover {
    font-weight: bold;
}

#footerPadding
{
    clear: both;
}

.bodyContentHeader
{
    display: block;
    font-size: 24px;
    font-weight: bold;
    vertical-align: top;    
    background-color: white;
}

.bodyContentHeaderText
{
    display: block;    
    vertical-align: top;
    padding-top: 10px;
    background-color: white;
}

.bodyContentBlockHeader, h1
{
    display: block;
    font-size: 24px;
    font-weight: bold;
    vertical-align: top;
    padding-top: 10px;    
    padding-bottom: 10px;    
    background-color: white;
    margin: 0;
}

.bodyContentBlockSubHeader, h2 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: white;
    margin: 0;
}

.bodyContentBlockText
{
    display: block;    
    vertical-align: top;
    padding-top: 12px;
    padding-left: 35px;
    font-size: 16px;
    background-color: white;
}

.bodyContentBlockTextSmall
{
    display: block;    
    vertical-align: top;
    padding-top: 12px;
    padding-left: 35px;
    font-size: 12px;
    background-color: white;
}

/* these styles are for the group.aspx page */

.groupBodyLeft
{
    float: left;
    width: 630px;    
    /*border: 1px solid black;*/    
    padding-bottom: 60px;
}

#groupBodyTitle
{
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
}

#groupBodyHeaderTextList
{
    font-size: 12px;
    width: 450px;
    float: left;
}

.groupBodyUL
{
   margin: 10px;
   padding: 5px;
}

.groupBodyUL li
{
    padding-bottom: 2px;
}

#groupBodyHeaderPhoto
{
    width: 180px;
    float: left;    
    padding-bottom: 14px;
}

.groupBodyHeaderPhotoFile
{
     width: 180px;
}

#groupBodyModelTable
{
    float: left;
    width: 630px;
}

    #groupBodyModelTable table
    {
        border-collapse: collapse;
        width: 630px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
    }

    #groupBodyModelTable th
    {    
        border: 1px solid black;
        padding: 5px;
        background-color: #DDDDDD;
    }

    #groupBodyModelTable tr:hover
    {    
        background-color: #EEEEEE;
    }

    #groupBodyModelTable .trEngData:hover {
        background-color: inherit;
    }

    #groupBodyModelTable td
    {
        border: 1px solid black;
        height: 105px;
    }

        #groupBodyModelTable td img
        {
            width: 150px;
            height: 105px;
            z-index: 99;
        }        

    #groupBodyModelTable .tdEngData {
        height: auto;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-weight: normal;        
    }

    #groupBodyModelTable .tdEngData a {
        color: blue;
        text-decoration: underline;

    }

    .placeholder
    {
        width: 150px;
        height: 105px;
    }

    .modelTableCellNoShade 
    {
        background-color: #FFFFFF !important;
    }

.groupBodyRight
{
    float: left;
    width: 280px;
    /*border: 1px solid black;*/
    padding-left: 15px;
}

.groupBodyRightCurveFile
{
    width: 260px;
}

.groupBodyRightRangeTableFile
{
    width: 260px;
}

#groupBodyFeaturesHeader
{
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
}

#groupBodyFeaturesList
{
    font-size: 12px;
    width: 100%;
}

#groupBodyGroupNo 
{
    width: 100%;
    padding-top: 20px;
    font-size: 10px;
    text-align: right;
}

/* these styles are for the spec.aspx page */

#specTop
{
    /*height: 150px; */
    width: 950px; 
    background-color: white;
    overflow: hidden;    
}

#PumpNo
{    
    width: 740px; 
    float: left;    
    font-size: 28px;
    font-weight: bold;
}

#specHeader
{    
    width: 740px;
    /*height: 150px;        */
    float: left;
}

#PumpObsoleteNotes {
    display: none;
    float: left;
    width: 740px;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#PumpOBSNotes, #PumpObsoleteReplacements {
    display: inline-block;
    vertical-align: top;
    width: 360px;    
}

#PumpObsoleteReplacements {
    text-align: center;
}

#PumpObsoleteReplacementsHeader {
    display: block;
}

#PumpObsoleteReplacementsTableDiv {
    display: inline-block;
}

#PumpObsoleteReplacements table {
    border-collapse: collapse;
    margin: 12px;
}

    #PumpObsoleteReplacements table tr td {
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    #PumpObsoleteReplacements table tr td a {
        color: blue;
        font-weight: bold;
    }

.pumpBullets {
    font-size: 12px;
    max-width: 180px;
    min-width: 140px;
    padding-right: 10px;
    float: left;
    text-align: left;
}

.pumpBullets ul
{
    margin: 10px;
    padding: 5px;
}

.pumpBullets ul li
{
    padding-bottom: 2px;
}

#PumpPhoto
{
    width: 190px; 
    height: 150px; 
    float: right;
}

#specTabBar
{
    display: block; 
    width: 940px; 
    overflow: hidden;
}

#specTabBarLeftPad
{
    float: left; 
    width: 36px; 
    height: 22px;
    background-color: white; 
    border-top: 1px solid white; 
    border-bottom: 1px solid #777777;
}

.specTabBarTab 
{
    float: left;    
    height: 22px;
    overflow: hidden;    
    background-color: white;
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}

#specTabCurve
{
    width: 110px;
    border-left: 1px solid #777777;
}

#specTabDrawing
{
    width: 150px;
}

#specTabConstruction
{
    width: 160px;
}

#specTabSeal
{
    width: 140px;
}

#specTabDocuments
{
    width: 140px;
}

#specTabRepair
{
    width: 140px;
}

.specTabBarTabText
{
    width: 100%; 
    text-align: center;
    font-size: 14px;    
    line-height: 22px;
    vertical-align: middle;
}

#specTabBarRightPad
{
    float: left; 
    width: 36px; 
    height: 22px;
    background-color: white; 
    border-top: 1px solid white; 
    border-bottom: 1px solid #777777;    
}

#specBottom
{    
    width: 920px; 
    background-color: #EEEEEE;
    display: block;        
}

.specBottomBody
{
    display: none;    
    color: black;
    text-align: center;
    padding: 20px;
}

.specBottomBody img
{
    border: 1px solid black;
    max-width: 460px;
}

.specBottomBody table
{
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 12px;
    background-color: white;
    width: 100%;
}

.specBottomBody table th
{
    border: 1px solid black;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.specBottomBody table td
{
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.specBottomBody table .tdBordered
{
    border: 1px solid black;
}

.specBottomBody table td a
{
    text-decoration: underline;
    color: darkblue;
    font-weight: bold;
}

#specBottomDrawingTable
{
    width: 700px;
    padding-top: 20px;
    margin: 0 auto;   
}

#specBottomConstructionTable
{
    width: 700px;
    padding-top: 20px;
    margin: 0 auto;  
}

#specBottomRepairTable
{
    width: 700px;
    padding-top: 20px;
    margin: 0 auto;  
}

#specBottomDocuments
{
    text-align: center;
}

.specBottomDocumentsButton
{
    display: inline-block;    
    border: 2px solid gray;
    background-color: white;
    border-radius: 8px;
}

.specBottomDocumentsButton :hover
{    
    background-color: #CCCCCC;
}

.specBottomDocumentsButtonText
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
}

.tableLeftAlign
{
    text-align: left;
}

/* These styles are used by the news pages in the Ag and Industrial catalogs */

.refButtonContainer {
    padding-left: 30px;
}

.refButtonInvisibleFrame {
    display: inline-block;
    padding: 10px;
}

.refButtonVisibleFrame {
    display: inline-block;
    border: 2px solid #555555;    
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
    height: 116px;
    overflow: hidden;    
    text-align: center;
}

.refButtonVisibleFrame:hover {
    background-color: #DEDEDE;
    border-color: black;    
}

.imageSmall {    
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 100px;
}

.refButtonLink {
    height: 100px;    
    line-height: 100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.refButtonLinkText {
    display: inline-block;    
    vertical-align: middle;
    line-height: normal;
    font-size: 14px;    
}

.refButtonLinkIcon {
    font-size: 24px;
    font-weight: normal;
}

.shady {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: darkgray;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.imageLargeFrame {
    position: fixed;
    top: 20px;
    left: 0px;
    background-color: white;
    border: 4px solid black;
    width: 600px;
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.imageLarge {    
    width: 600px;
}