div#toolbar img {
  border: none;
}
div#toolbarbut img {
  border: none;
}
div#toolbar ol,ul {
    list-style:none;
    margin:0;
    padding:0;
}
div#toolbar {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 0px;
  z-index: 9999; /* keep the bar on top  */
  height: 210px;
  background: url('../images/bcktool.png') #f3f3f3;
  /* CSS3
  -moz-border-radius-topleft: 8px;
    -khtml-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -khtml-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; 
  inset creates a inner-shadow */
  -khtml-border-radius-topright: 8px;
  -khtml-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -khtml-box-shadow: 0px 1px 10px #666;
  /* CSS3 end */
  -webkit-box-shadow: 0px 1px 10px #666;
  -moz-box-shadow:    0px 1px 10px #666;
  box-shadow:         0px 1px 10px #666;
    border-top: 1px solid #eee;
  border-left: 1px solid #eee; 
  border-right: 1px solid #eee;  
      margin:0;
    padding:0;
}

div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 0px;
  z-index: 9999; /* keep the bar on top  */
  height: 210px;
  /* CSS3 */
  
      margin:0;
    padding:0;
}

div#toolbar {
  width: 1020px;
  margin: 0px auto; /* centered toolbar */
  left: 0px;
}

div#toolbarbut { /* div for the 'hide status' */
  width: 200px;
  height: 100px;
  margin-right: 3%;
  display: none;
  text-align:center;
}

span.showbar a { /* show button */
  padding: 5px;  
  font-size: 14px;
  color: #989898;
}

span.bgpolit a{
    color: #111;
}

.leftside {
  float: left;
  width: 970px;
}

.leftside a{
  font-size: 20px;
}

.rightside {
  float: right;
  width: 50px;
}

/*-- Left Side --*/



span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #a4a4a4;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 210px;
  padding: 25px 0 0 10px;
  background: url('../images/downarrow.png') no-repeat 5px 7px;
}