html {
  overflow:hidden;
}
body {
  background-color:#FAFAFA;
  color:#1A1A1A;
  font-family:"lucida grande",verdana,tahoma,arial,sans-serif;
  font-size:12px;
  margin: 0pt; 
  padding: 0pt; 
  overflow: hidden; 
  height: 100%;
}
ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0 0 0 0.5em;
  padding:0 0 0 0.5em;
}
li {
  display:inline-block;
  float:left;
  font-family:Cambria,Georgia,Palatino,Palatino Linotype,Myriad Pro,Serif;
  margin:0;
  padding:0;
}
img {
  border:0px;
}
.webtoolbar {
  background: #426271 url(../images/toolbar_bg.jpg);
  height:34px;
  min-width:760px;
  overflow:hidden;
  position:absolute;
  top:0;
  width:100%;
  z-index:2;
  text-align:center;
}
.webtoolbar a {
  color:#1A1A1A;
  display:block;
  font-size:12px;
  font-weight:normal;
  line-height:16px;
  margin:0;
  padding:8px 0 4px 0;
  text-decoration:none;
  white-space:nowrap;
}

#tool_left{
	width:250px;
	float:left;
}
#tool_right{
	width:250px;
	float:right;
}
#tool_middle{
	width:250px;
	margin-left:auto;
	margin-right:auto;
}

#back{
    background:transparent url(../images/toolbars_tabs_icons_2.png) no-repeat -30px;
    display:block;
    height:30px;
    margin:0px 4px;
    padding:0;
    width:32px;
    text-indent:-999px;
	float:left;
}

#home{
    background:transparent url(../images/toolbars_tabs_icons_2.png) no-repeat scroll ;
    display:block;
    height:30px;
    margin:0px 4px;
    padding:0;
    width:32px;
    text-indent:-999px;
	float:left;
}

#delicious{
	background:transparent url(../images/delicious_logo.png) no-repeat scroll ;
    display:block;
    height:24px;
    margin:6px 4px;
    padding:0;
    width:24px;
    text-indent:-999px;
	float:left;
}
#toolbarTwitter{
	background:transparent url(../images/twitter_toolbar.png) no-repeat scroll ;
    display:block;
    height:24px;
    margin:6px 4px;
    padding:0;
    width:24px;
    text-indent:-999px;
	float:left;
}

#ilike{
    background: transparent url(../images/toolbars_tabs_icons_2.png) no-repeat scroll -63px -3px;
    height:24px;
    margin-top:4px;
    padding:5px 0 0 15px;
    width:100px;
    color:#fff;
    font-weight:bold;
    float:left;
}
#notmytype{
    background: transparent url(../images/toolbars_tabs_icons_2.png) -178px -3px no-repeat;
    height:24px;
    margin-top:4px;
    padding:5px 0 0 0px;
    width:115px;
    color:#fff;
    text-indent:0px;
    font-weight:bold;
	float:left;
	display:block;
}

#logo{

    background: transparent url(../images/toolbars_tabs_icons_2.png) no-repeat scroll -295px 0;
    height:33px;
    margin-top:0px;
    padding:0;
    text-indent:-999px;
    width:131px;
    display:block;
	float:right;
}
#closeButton{
    background: transparent url(../images/toolbars_tabs_icons_2.png) no-repeat -430px -8px;
    width:15px;
    height:15px;
    display:block;
    padding:0px;
	float:right;
	margin:7px 5px 0 10px;
}
