body,div,ul,ol,li,th,h1 { 
	margin:0;
	padding:0;
}



/*-- Bottom Toolbar --*/

div#toolbar, div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 0px;
  z-index: 9999; /* keep the bar on top  */
background: url("images/qbar-gloss.jpg") repeat-x scroll left top #E2E2E2;
    border-left: 1px solid #228EE8;
    border-radius: 8px 8px 0 0;
    border-right: 1px solid #228EE8;
    border-top: 1px solid #228EE8;
    bottom: 0;
    box-shadow: 0 -1px 7px #A7A7A7;
}

div#toolbar {
  width: 95%;
  min-width: 700px; /* to limit the width when an excessive window resize */
  margin: 0px auto; /* centered toolbar */
  left: 0px;
	background: url("images/qbar-gloss.jpg") repeat-x scroll left top #E2E2E2;
    border-left: 1px solid #228EE8;
    border-radius: 8px 8px 0 0;
    border-right: 1px solid #228EE8;
    border-top: 1px solid #228EE8;
    bottom: 0;
    box-shadow: 0 -1px 7px #A7A7A7;
    height: 32px;

    padding: 0;


    z-index: 9996;
}

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: #989898;
}

.leftside {
  float: left;
}

.rightside {
  float: right;
}

/*-- Left Side --*/

ul#social li {
  display: inline;
  line-height:15px;
}

ul#social li a 
{
	
}

a.ebar {
  display: inline-block;
  width: 60px;
  height: 32px;
  margin-left: 5px;
  background:url(images/ebar.png) no-repeat;
}

a.bottom_btn_bar
{
  display: inline-flex;
  width: 150px;
  height: 32px;
  margin-left: 5px; padding-bottom:8px;
  color:#3B3B3B;
  font-weight:bold;  
  margin-bottom:-4px;
  }
  
a.bottom_btn_bar:hover
{
  color:#FF7400;

  }

a.bottom_btn_bar img{margin-right:10px; height:18px; width:18px; margin-bottom:3px;}

a.rss {
  display: inline-block;
  width: 42px;
  height: 32px;
  margin-left: 5px;
  /*background: url(images/rss.png) no-repeat;*/
  background:url(images/account-msn.png) no-repeat;
}

a.facebook, a.twitter, a.digg, a.delicious, a.stumble, a.wonauctions,a.autobidtool, a.supporttool {
  display: inline-block;
  width: 42px;
  height: 32px;        
  margin-top: 1px;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover, a.wonauctions:hover, a.autobidtool:hover, a.supporttool:hover {
  background-position: 1px 1px; /* simple css hover effect */
}

a.facebook {
  background: url(images/mybids.png) no-repeat;
}

a.twitter {
  background: url(images/watchlist.png) no-repeat;
}

a.delicious {
  background: url(images/delicious.png) no-repeat;
}

a.digg {
  background: url(images/digg.png) no-repeat;
}

a.stumble {
  background: url(images/stumble.png) no-repeat;
}

a.wonauctions {
  background: url(images/wonauctions.png) no-repeat;
}
a.autobidtool{background: url(images/myautobid.png) no-repeat;}

a.supporttool{background: url(images/support.png) no-repeat;}

.tip {
  position: absolute; /* important */
  top: -75px;
  width: 250px;
  height: 78px;
  background: url(images/tip.png) no-repeat;
  float: left;
  display: none;
}

/* custom distances for the icons */
#tipfacebook {
  left: 45px; 
}

#tiptwitter {
  left: 90px; 
}

#tipdelicious {
  left: 135px; 
}

#tipdigg {
  left: 180px; 
}

#tipstumble {
  left: 225px; 
}

#wonauctions{left: 135px;}
#tipautobid{left: 180px;}
#tipsupport{left: 225px;}

.tip ul {
  padding: 22px 0 0 25px;
}

.tip ul li {
  display: inline;
  padding-left: 3px;
}

.tip ul li a {
  font-size: 18px;
  color: #333;
}       

.tip ul li a:hover {
  color: #666;
}

.tip ul li small {
  font-size: 10px;
}

/*-- 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(images/downarrow.png) no-repeat 5px 7px;
}

span.menu_title {
  background: #e4e4e4;
  border-left: 1px solid #a4a4a4;
  padding: 10px;
}

span.menu_title a {
  font-size: 16px;
  line-height: 34px;
  color: #9a9a9a;
}

.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 */
}

.quickmenu ul {
  padding-top: 20px;
}

.quickmenu ul li {
  border-bottom: 1px solid #989898;    
  padding: 5px 10px;
  margin: 0 15px 0 15px;
}

.quickmenu ul li a {
  font-size: 18px;
  color: #989898;
  display: block;
}

.quickmenu ul li a:hover {
  color: #666;
}