div#toolbar, div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 0px;
  z-index: 9999; /* keep the bar on top  */
  height: 36px;
  background: url(../images/toolbar/toolbar_bg.png);
  /* 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-box-shadow: 0px 1px 10px #666;
  -webkit-box-shadow: 0px 1px 10px #666;
  /* CSS3 end */
  border-top: 1px solid #de9700;
  border-left: 1px solid #de9700; 
  border-right: 1px solid #de9700;  
}

div#toolbar {
  width: 980px;
  min-width: 700px; /* to limit the width when an excessive window resize */
  margin: 0px auto; /* centered toolbar */
  left: 0px;
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 15px;
  margin-right: 15px;
  display: none;
}
#toolbarbut span.showbar { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #ffffff;
}
#toolbarbut span.showbar a { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #ffffff;
}

#toolbar div.leftside {
  float: left;
}

#toolbar div.rightside {
  float: right;
}

/*-- Left Side --*/
#toolbar div.leftside ul#social {
  display: inline;  
}
#toolbar div.leftside ul#social li {
  display: inline;  
}

#toolbar a.rss {
  display: inline-block;
  width: 104px;
  height: 35px;
  margin-left: 5px;
  background: url(../images/toolbar/rss.png) no-repeat;
}
#toolbar a.vshine {
  display: inline-block;
  width: 90px;
  height: 35px;
  margin-left: 0px;
  background: url(../images/toolbar/vshine.png) no-repeat;
}
#toolbar a.games {
  display: inline-block;
  width: 200px;
  height: 35px;
  margin-left: 0px;
  background: url(../images/toolbar/hotest.png) no-repeat;
}
#toolbar a.facebook, a.twitter, a.digg, a.delicious {
  display: inline-block;
  width: 40px;
  height: 35px;        
  margin-top: 1px;
}

#toolbar a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.games:hover, a.vshine:hover {
  background-position: 1px 1px; /* simple css hover effect */
}

#toolbar a.facebook {
  background: url(../images/toolbar/facebook.png) no-repeat;
}

#toolbar a.twitter {
  background: url(../images/toolbar/twitter.png) no-repeat;
}

#toolbar a.delicious {
  background: url(../images/toolbar/delicious.png) no-repeat;
}

#toolbar a.digg {
  background: url(../images/toolbar/digg.png) no-repeat;
}

#toolbar div.tip {
  position: absolute; /* important */
  top: -75px;
  width: 250px;
  height: 78px;
  background: url(../images/toolbar/tip.png) no-repeat;
  float: left;
  display: none;
}
#toolbar div.tip ul {
  padding: 22px 0 0 25px;
}

#toolbar div.tip ul li {
  display: inline;
  padding-left: 3px;
}

#toolbar div.tip ul li a {
  font-size: 18px;
  color: #989898;
}       

#toolbar div.tip ul li a:hover {
  color: #666;
}

#toolbar div.tip ul li small {
  font-size: 10px;
}
/* custom distances for the icons */
#tiprss {
  left: 115px; 
}
#tipfacebook {
  left: 215px; 
}

#tiptwitter {
  left: 255px; 
}

#tipdelicious {
  left: 300px; 
}

#tipdigg {
  left: 345px; 
}

#tipgames {
  left: 390px; 
}



/*-- Right Side --*/

#toolbar div.rightside span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #a4a4a4;
}

#toolbar div.rightside span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url(../images/toolbar/downarrow.png) no-repeat 5px 7px;
}

#toolbar div.rightside span.menu_title {
  background: #a87000;
  border-left: 1px solid #e9b954;   
  padding: 10px; 
}
#toolbar div.rightside span.menu_title a {
  font-size: 16px;
  line-height: 34px;
  color: #fff;
}

#toolbar div.quickmenu {
  position: absolute; /* important */
  top: -251px;
  right: 46px;
  width: 260px;
  height: 250px;
  background: #e4e4e4;
  border-top: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4; 
  border-right: 1px solid #a4a4a4;
  /* CSS3 */
  -moz-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  -khtml-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  -webkit-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  /* CSS3 end */
  display: none; /* important */
}

#toolbar div.quickmenu ul {
  padding-top: 20px;
}

#toolbar div.quickmenu ul li {
  border-bottom: 1px solid #989898;    
  padding: 5px 10px;
  margin: 0 15px 0 15px;
}

#toolbar div.quickmenu ul li a {
  font-size: 18px;
  color: #989898;
  display: block;
}

#toolbar div.quickmenu ul li a:hover {
  color: #666;
}
