
        body {
            background: #FFF;
            font-family: Open Sans;
            font-smooth: always;
        }
        
        #vtab {
            margin: auto;
            width: 612px;
            height: 100%;
            cursor:pointer;
        }

        .vtab2 {
            position: relative;
            margin: auto;
            width: 590px;
            height: 100%;
            background-color: #f9f9f9;
            border: 1px solid #DDD;
            margin-top: 10px;
            padding: 10px 10px 10px 10px;

        }
        
        #vtab > ul > li > img { cursor: pointer; }

        #vtab > ul > li {
            width: 150px;
            height: auto;
            background-color: #FFF;
            list-style-type: none;
            display: block;
            text-align: center;
            margin: auto;
            padding-top: 5px;
            padding-bottom: 5px;
            border: 1px solid #DDD;
            position: relative;
            border-right: none; 
            margin-top: 5px;
            margin-bottom: 5px;  
            opacity: 0.8;       
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
            cursor:pointer;
        }
        #vtab > ul > li.home {
            background: url('') no-repeat center center;
        }
        #vtab > ul > li.login {
            background: url('') no-repeat center center;
        }
        #vtab > ul > li.support {
            background: url('') no-repeat center center;
        }
        #vtab > ul > li.selected {
            opacity: 1;
            background-color: #DDD;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);        
            left: 5px;
            z-index: 0;
            position: relative;
        }
        #vtab > ul {
            float: left;
            width: 120px;
            text-align: left;
            display: block;
            margin: auto 0;
            padding: 0;
            position: relative;
            top: 30px;
            cursor:pointer;

        }
        #vtab > div {
            background-color: #f9f9f9;
            margin-left: 145px;
            border: 1px solid #ddd;
            min-height: 500px;
            padding: 12px;
            position: relative;
            z-index: 9;
            cursor:pointer;
        }
        #vtab > div > h3 {
            color: #800;
            font-size: 1.2em;
            border-bottom: 1px #252072;
            padding-top: 5px;
            margin-top: 0;
        }
        #loginForm label {
            float: left;
            width: 100px;
            text-align: right;
            clear: left;
            margin-right: 15px;
        }
        #loginForm fieldset {
            border: none;
        }
        #loginForm fieldset > div {
            padding-top: 3px;
            padding-bottom: 3px;
        }
        #loginForm #login {
            margin-left: 115px;
        }
        
        * {outline: none;}
        img {border: none;}
        h1 {
            font-size: 24px ;
            padding: 0px 0;
            color: #aaa;
            text-align: center;
            }
        h1 span { color: #666; }
        h1 small{
            font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
            text-transform:uppercase;
            letter-spacing: 0.65em;
            display: block;
            color: #666;
        }
        h1 a {color: #FFF !important; text-decoration: none;}
        a {color: #FFF !important; text-decoration: none;}
        
        h2 {
            font-size: 12px;
            line-height: 14px;
            text-align: justify;
        }

        h4 {
            font-size: 10px;
            color: #222;
        }
                
        hr {
        color: 1px solid #DDD;
        }
        
        .szarosc {
            opacity: 0.3;
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
            filter: gray; /* IE6-9 */
            -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        }

    /*--Tooltip Styles--*/
        
        .tip {
            color: #000000;
            background:#fafafa;
            display:none; /*--Hides by default--*/
            padding:10px;
            position:fixed;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-width: 2px;
            border: 1px solid #DDD;
            box-shadow: 0px 0px 30px #a8a8a8;
            z-index: 1;
            }

        span.szarosc > a.tip_trigger .tip {
            margin: -350px;
            opacity: 1;
        }    
    
    .pakiet {
        font-size: 10px;
        font-weight: bold;
        background-color: #29387a;
        color: #FFF;
        cursor: pointer;

    }

    .pakiet_nazwa {
        font-size: 20px;
        font-weight: bold;
        color: #29387a;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 20px;
        cursor: pointer;       
    }

    .pakiet_opis {
        color: #29387a;
        font-size: 13px;
        line-height: 14px;
        cursor: pointer;
    }

    .pakiety_etykieta { 
        text-align: center;
        background: #29387A; 
        color: #FFF; 
        font-size: 13px;       
        margin-right: -30px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 15px;
        }

    label.przycisk {
        text-align: center;
        color: #999;
        border: 1px solid #DDD;
        padding: 2px;
    }

    label.przycisk-zamow {
        text-align: center;
        color: #FFF;
        background: #0165e1;
        border: 1px 014fb1 #DDD;
        border-radius: 4px;
        padding: 4px;
        margin-left: 20%;
        margin-right: 20%;
    }  

    label.przycisk-zamow:hover {
        background: #338eff;
    }  

    input {
        position: relative;
        top: -3px;
    }

    .new {
        background: #0ba200;
        color: #FFF;
        padding: 0px 7px 0px 7px;
        position: relative;
        right: 50px;
        font-size: 12px;
    }

    .logosy {
        display: inline
    }


