
#box{
 
 width:150px;
  right:100px;
  height:30px;
  position:fixed;
  bottom:0%;
}

#tab{
    float: bottom;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;

}

#tab li span{
    display: block;
    padding: 0 5px;
    position: relative;
}

#links{
    width: 80px;
    padding: 10px;
    float: left;
    border-left: 0px solid #B4B8BB;
}

.show, .hide{
    /* we specify the transition length for hiding and showing */
            transition: margin-bottom .4s ease-in;
    -webkit-transition: margin-bottom .4s ease-in;
}

.hide{
    margin-bottom:0px;
}

.show{
    margin-bottom:105px;
}

#arrow, .bt{
    cursor: pointer;
}

.bt{
    width: 177px;
    height: 140px;
    margin: -1px;
    text-align:center;
    border:1px solid #858fa6;
    font: bold 13px Helvetica,Arial,sans-serif;
    text-shadow:0px 0px 5px rgba(0, 0, 0, 0.75);
    background:#014464;
         background-image: -o-linear-gradient(left, #1F82AF, #002F44);
        background-image: -ms-linear-gradient(left, #1F82AF, #002F44);
       background-image: -moz-linear-gradient(left, #1F82AF, #002F44);
    background-image: -webkit-linear-gradient(left, #1F82AF, #002F44);
    background-image: -webkit-gradient(linear, left top, right top, from(#1F82AF), to(#002F44));
}

.bt a{
    line-height: 40px;
    color: #fff;
    display: block;
}

.bt:hover{
    transition: background .3s linear;
    background: #32A3D3;
         -o-transition: background .3s linear;
       -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
}

#deco{
    width:100%;
    float: left;
    left:0px;
    height:115px;
            box-shadow:0px 0px 0px #000;
       -moz-box-shadow:0px 0px 0px #000;
    -webkit-box-shadow:0px 0px 0px #000;
 margin-top:-15px;
 background:#0C3C9A;
   position:fixed;
 opacity: 0.9;

	 

}


