﻿body {
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
h2
{
     font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    }
p
{
    margin-top: 10px;
    margin-bottom: 20px;
}
.divHomePage
{
    background-position: 30px 30px;
    padding: 20px 26px 20px 85px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    background-image: url('../images/misc/gamo-Icon.png');
    background-repeat: no-repeat;
}
 .outerDiv
{
    /*background-image: url( '../images/misc/background_screen.gif' );*/
    background-repeat: no-repeat;
    background-position: center center;
    height: 800px;
}
            .btnExpander{
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
        .tdExpanderButton
    {
            width: 660px;
            height: 20px;
            border: 1px solid #000000;
            padding-left: 6px;
        }
    .collapsePanelContainer{
       
        width: 660px;
    }
    .tablePelletHeader
    {
        border: 1px solid #000000;
        width : 660px;
        height : 18px;
        background-color: #c6c6c6;
        margin-top: 4px;
        font-family: arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 3px;
        margin-left: 20px;
    }
    .tablePelletContent
    {
        border-width: 1px;
        border-color: #000000;
        width : 660px;
        height : 22px;
        font-family: arial, Helvetica, sans-serif;
        font-size: 11px;
        border-bottom-style: solid;
        margin-left: 20px;
    }
    .linkImage{border-style: none; vertical-align: middle}
    .nonLeadPellets
{
    background-position: 20px center;
    font-family: arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    background-image: url('../images/ammo/non_lead_pellets.png');
    height: 46px;
    background-repeat: no-repeat;
    line-height: 46px;
}
 .LeadPellets
{
    background-position: 20px center;
    font-family: arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    background-image: url('../images/ammo/lead_pellets.png');
    height: 46px;
    background-repeat: no-repeat;
    line-height: 46px;
    margin-top: 20px;
}
.ComboPacks
{
    background-position: 20px center;
    font-family: arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    background-image: url('../images/ammo/combo_pellets.png');
    height: 46px;
    background-repeat: no-repeat;
    line-height: 46px;
    margin-top: 20px;
}
.RoundPellets
{
    background-position: 20px center;
    font-family: arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    background-image: url('../images/ammo/round_pellets.png');
    height: 46px;
    background-repeat: no-repeat;
    line-height: 46px;
    margin-top: 20px;
}
.ShotShell
{
    background-position: 20px center;
    font-family: arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    background-image: url('../images/ammo/shot_shell.png');
    height: 46px;
    background-repeat: no-repeat;
    line-height: 46px;
    margin-top: 20px;
}

