﻿.mainadv
{
    position:relative;
}

.advmain
{
}

.advsub
{
    top: 50px;
    left: 0;
    position: absolute;
    text-align: left;
    /*z-index: 999;*/
}

.advsub ul
{
    text-align: left;
}

.advsub ul li
{
    display:none;
}


.h1class
{
    color:white;
    text-transform:none;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}

.g-btn-lg {
    font-size: 15px;
    padding: 10px 20px;
    vertical-align: middle;
    vertical-align: baseline;
    min-width: 50px;
    cursor: pointer;
}

.g-btn-prg, .g-btn-prg:link, .g-btn-prg:visited, .g-btn-prg-inactive {
    display: inline-block;
    background: #7fb133;
    background: -moz-linear-gradient(top, #99ca4b 0, #66991c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99ca4b), color-stop(100%, #66991c));
    background: -webkit-linear-gradient(top, #99ca4b 0, #66991c 100%);
    background: -o-linear-gradient(top, #99ca4b 0, #66991c 100%);
    background: -ms-linear-gradient(top, #99ca4b 0, #66991c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ca4b', endColorstr='#66991c', GradientType=0);
    background: linear-gradient(top, #99ca4b 0, #66991c 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    color: white;
    border: 1px solid #668f28;
    -webkit-box-shadow: inset 0 1px 1px #cde7a4;
    box-shadow: inset 0 1px 1px #cde7a4;
    text-shadow: 0 -1px 1px #5a8a11;
    line-height: 1;
    text-align: center;
}
.g-btn-prg:hover {
    background: #a3d061;
    _background: #7fb133;
    background: -moz-linear-gradient(top, #bde086 0, #85bc34 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bde086), color-stop(100%, #85bc34));
    background: -webkit-linear-gradient(top, #bde086 0, #85bc34 100%);
    background: -o-linear-gradient(top, #bde086 0, #85bc34 100%);
    background: -ms-linear-gradient(top, #bde086 0, #85bc34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bde086', endColorstr='#85bc34', GradientType=0);
    background: linear-gradient(top, #bde086 0, #85bc34 100%);
    border: 1px solid #9abf64;
    _border: 1px solid #668f28;
    -webkit-box-shadow: inset 0 1px 1px #d5ebb1;
    box-shadow: inset 0 1px 1px #d5ebb1;
    text-shadow: 0 -1px 1px #7fb134;
    text-decoration: none;
}
.g-btn-prg:active, .g-btn-prg-active {
    display: inline-block;
    background: #7db032;
    background: -moz-linear-gradient(top, #87b940 0, #72a824 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87b940), color-stop(100%, #72a824));
    background: -webkit-linear-gradient(top, #87b940 0, #72a824 100%);
    background: -o-linear-gradient(top, #87b940 0, #72a824 100%);
    background: -ms-linear-gradient(top, #87b940 0, #72a824 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b940', endColorstr='#72a824', GradientType=0);
    background: linear-gradient(top, #87b940 0, #72a824 100%);
    border: 1px solid #417c0c;
    -webkit-box-shadow: inset 0 0 3px #376e06;
    box-shadow: inset 0 0 3px #376e06;
    text-shadow: 0 -1px 1px #56870d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    color: white;
    font-family: arial;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
a.g-btn-prg-active:hover {
    color: white!important;
}
.g-btn-prg-inactive, a.g-btn-prg-inactive {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
    text-decoration: none!important;
    color: white!important;
}
.g-btn-prg-inactive span, .g-btn-prg span, .g-btn-prg-active span {
    font-size: 11px;
    color: #e5ffbc;
    font-weight: normal;
    display: block;
    margin-top: 3px;
}
:root .g-btn-prg, :root .g-btn-prg:hover, :root .g-btn-prg:active:root .g-btn-prg-active {
    filter: none 0/IE9;
}