#dock {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:25px;
  background:transparent url(/themes/airpics/dock-bg.png) repeat-x 0 0;
  z-index: 100000;	
}       

.dock_icon {
    overflow: hidden;
    float:left;
    width:102px;
    height:20px;
    line-height:19px;
    background: url(/themes/airpics/button-bg2.png);
    text-align:left;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight:700;
    margin-top:3px;
    margin-right:1px;
    margin-left:1px;
    padding-left:3px;
    cursor:pointer;
    color:#123456;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
}       
.dock_icon_active {
    overflow: hidden;
    float:left;
    width:102px;
    height:20px;
    line-height:19px;
    background: url(/themes/airpics/button-bg.png);
    text-align:left;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight:700;
    margin-top:3px;
    margin-right:1px;
    margin-left:1px;
    padding-left:3px;
    cursor:pointer;
    color:#123456;
    border-top: 1px solid #114A98;
    border-left: 1px solid #114A98;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#theme {       
  float:right; 
  margin-top:3px;
  margin-right:15px;
}
