/*Toolbar Styles*/

#toolbar_container{
	background: url('http://ak.imgfarm.com/images/sstb/toolbar_elements/toolbar_step_back.png') no-repeat;
	width:705px;
	height: 46px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.toolbar_arrow{
	height: 17px;
	width: 14px;
	background-repeat: no-repeat;	
	float: left;
	position: absolute;
	margin-top: 6px;
	z-index: 100;
}

.TB_logo{ float: left; margin-top: 3px;	}

.toolbar_arrow:hover{ background-position: left bottom; }
.leftArrow{left: -15px; z-index: 20; background-image: url(http://ak.imgfarm.com/images/sstb/toolbar_elements/arrow_left.png); }
.rightArrow{ right: -20px; background-image: url(http://ak.imgfarm.com/images/sstb/toolbar_elements/arrow_right.png); float: right;}

.toolbar{
  padding: 2px 3px;
  background: url(http://ak.imgfarm.com/images/sstb/toolbar/toolbar_back.png) repeat-x;
  float: left;
  padding-right: 0px;
  line-height: 20px;
  overflow: hidden;
  height: 23px;
  border: 1px solid #FFF;
}

.toolbar ul{
  float: left;
  margin: 0 0;
  padding: 0 0;
  height: inherit;
}

.toolbar li{
	margin-right:10px;
	background-repeat: no-repeat;
	height:23px;
	text-align:center;
	cursor:pointer;
	list-style-type: none;
	float: left;
	font-size: 13px;
	line-height: 20px;
}

.toolbar li img{
	margin-right:3px;
	float: left;
	margin-top: 4px;
}

.toolbar .search {
	background: url(http://ak.imgfarm.com/images/sstb/toolbar_elements/search.png) no-repeat;
	width:88px;
	height:23px;
	margin-left:5px;
	cursor:pointer;
	float: left;
}

#toolbar_save_btn{
   height: 31px;
   width: 29px;
   float: left;
   background-image: url(http://ak.imgfarm.com/images/sstb/toolbar_elements/save.gif);
   margin-right: 5px;
   cursor: pointer;
}
