div#toolbar, div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 0px;
  z-index: 999; /* keep the bar on top  */
  height: 35px;
  background: url("toolbar_images/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 #C69C6D, inset 1px 1px 0px #C69C6D; /* inset creates a inner-shadow */
  -khtml-box-shadow: 0px 1px 10px #C69C6D;
  -webkit-box-shadow: 0px 1px 10px #C69C6D;
  /* CSS3 end */
	border-top: 1px solid #eee;
  border-left: 1px solid #eee; 
  border-right: 1px solid #eee;  
}

div#toolbar {
  width: 85%;
  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: 3%;
  display: none;
}

span.showbar a { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #000000;
}

.leftside {
  float: left;
  vertical-align:top;
}

.rightside {
  float: right;
}

ul,ol,li{ 
	margin:0;
	padding:0;
}

/*-- Left Side --*/

ul#social li {
  display: inline;
  margin: 0px;
}

a.rss, a.facebook, a.twitter, a.linkedin, a.youtube {
  display: inline-block;
  width: 40px;
  height: 35px;        
  margin-top: 1px;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.linkedin:hover, a.youtube:hover {
  background-position: 1px 1px; /* simple css hover effect */
}

a.rss {
  background: url("toolbar_images/rss.png") no-repeat;
}

a.facebook {
  background: url("toolbar_images/facebook.png") no-repeat;
}

a.twitter {
  background: url("toolbar_images/twitter.png") no-repeat;
}

a.linkedin {
  background: url("toolbar_images/linkedin.png") no-repeat;
}

a.youtube {
  background: url("toolbar_images/youtube.png") no-repeat;
}

.tip {
  position: absolute; /* important */
  top: -75px;
  width: 250px;
  height: 78px;
  background: url("toolbar_images/tip.png") no-repeat;
  float: left;
  display: none;
}

/* custom distances for the icons */
#tiprss {
  left: -35px; 
}

#tipfacebook {
  left: 10px; 
}

#tiptwitter {
  left: 55px; 
}

#tiplinkedin {
  left: 100px; 
}

#tipyoutube {
  left: 145px; 
}

.tip ul {
  padding: 22px 0 0 25px;
}

.tip ul li {
  display: inline;
  padding-left: 3px;
}

.tip ul li a {
  font-size: 11px;
  color: #9DD369;
  font-weight:bold;
}       

/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #a4a4a4;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url("toolbar_images/downarrow.png") no-repeat 5px 7px;
}

span.menu_title {
  padding: 10px;
}

span.menu_title a {
  font-size: 11px;
  line-height: 34px;
  color: #FFFFFF;
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.quickmenu {
  position: absolute; /* important */
  top: -177px;
  right: 46px;
  width: 170px;
  height: 175px;
  background: url("toolbar_images/quick_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 #C69C6D, inset 1px 1px 0px #C69C6D; /* inset creates a inner-shadow */
  -khtml-box-shadow: 0px 1px 10px #C69C6D;
  -webkit-box-shadow: 0px 1px 10px #C69C6D;
  /* CSS3 end */
	border-top: 1px solid #eee;
  border-left: 1px solid #eee; 
  border-right: 1px solid #eee;  
  display: none; /* important */  
}

.quickmenu ul {
  padding-top: 5px;
}

.quickmenu ul li {
  border-bottom: 1px solid #FFFFFF;    
  padding: 5px 10px;
  margin: 0 15px 0 15px;
  list-style-type:none;
}

.quickmenu ul li a {
  font-size: 11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #9DD369;
  display: block;
}

.quickmenu ul li a:hover {
  color: #C69C6D;
}