@charset "utf-8";
/* CSS Document */
/** left sliding panel **/
#panel{height:495px;position:relative;right:-1px;top:0px;width:100%;z-index:9; background:#6C6B6B;}
#panel_contents{height:495px;overflow:hidden;}

.panel_button{cursor:pointer;height:495px;left:-34px;margin:0;position:absolute;top:0;width:34px;z-index:10;}
.panel_button img{border:none;position:relative;}
.panel_button a{position:relative;}


#toolbar { background:url('../images/toolbar.png') right top no-repeat; height:495px;overflow:hidden;}

#toolbar .sides{float:left;height:475px;margin:0 10px 10px 10px; padding:0 10px 10px 10px; width:165px; border:solid 0px #FFF;} /* replace border 0 with 1 for testing */
#toolbar .divider{background:#999;float:left;height:475px;margin:2px;padding:0;position:relative;width:2px;}

#toolbar .toolbutton {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    width:100%;
    text-align: center; 
    padding-bottom:4px;
    text-decoration: none;
    display: inline-block;
    text-transform:uppercase;
    font-weight: bold;
    color: #666;
    margin:5px 0px 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DCDAD8));
    background-image: -webkit-linear-gradient(top, #FFF, #DCDAD8);
    background-image: -moz-linear-gradient(top, #FFF, #DCDAD8);
    background-image: -ms-linear-gradient(top, #FFF, #DCDAD8);
    background-image: -o-linear-gradient(top, #FFF, #DCDAD8);
    background-image: linear-gradient(to bottom, #FFF, #DCDAD8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFF, endColorstr=#DCDAD8);
}
#toolbar hr{background:#ebebeb; height:1px; margin:5px 0px 0px -15px; width:120%;}
/*may not be needed*/

.help
a.help,a.help:link,a.help:active,a.help:visited{color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:10px;font-weight:bold;margin:0;overflow:hidden;text-transform:uppercase;}
#toolbar header h1{color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;line-height:1.7;margin-top:20px;margin-bottom:0;text-transform:uppercase;}
#toolbar h2{color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;margin:0;text-transform:uppercase;}
#toolbar h3{color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;margin:8px 0 2px;text-decoration:underline;text-transform:uppercase;}
#toolbar #trackingNumbers{border:1px solid #999;width:100%; border-radius:0;font-size:11px;min-height: 85px;resize: none;}
#toolbar ul{margin:0;padding:0;}
#toolbar li{font-family:Arial, Helvetica, sans-serif;font-size:12px;list-style:none;margin:0;padding:0;width: 100%;}
#toolbar li a,#toolbar li a:link,#toolbar li a:visited{background:none;color:#cfcecd;display:block;height:18px;line-height:18px;margin:0;padding-left:0;padding-top:0;text-decoration:none;}
#toolbar li a:hover{background:#b60e14;color:#fff;text-decoration:none;}
.panel_button a:hover,a.help:hover{color:#999;}
@media (max-width: 800px){
    #panel{
        /*width: 0 !important;*/
    }
}
/*#toolbar .middle{float:left;height:475px;margin:0;padding:10px 10px 10px;width:175px; }*/