._pToolbarMain {
	float: left;
}

._pToolbarMove {
	overflow: hidden;
	overflow-x: hidden;
	float: left;
	margin: 0 5px 0 2px;
}

._pToolbar {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

._pToolbarLeft,
._pToolbarRight {
	width: 5px;
	height: 10px;
}

._pToolbarDrop {
	width: 20px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url('images/tab.png') no-repeat center center;
}

._pToolbarLeft {
	background: url('images/left.png') no-repeat center center;
}

._pToolbarRight {
	background: url('images/right.png') no-repeat center center;
}

/**
	TABS
**/

._pToolbarTabHover .Tab {
	background-image: url('images/tabs.gif');
	background-repeat: no-repeat;
	background-position: left -112px;
	float: left;
	height: 18px;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
}

._pToolbarTab .Tab {
	background-image: url('images/tabs.gif');
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
	color: #000;
}

._pToolbarTabActive .Tab {
	background-image: url('images/tabs.gif');
	background-repeat: no-repeat;
	background-position: left -18px;
	float: left;
	height: 18px;
	cursor: pointer;
	margin-left: 5px;
	text-align: center;
	color: #000;
}

._pToolbarTabHover span,
._pToolbarTabActive span,
._pToolbarTab span {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 2px;
	float: left;
	text-align: center;
}

._pToolbarTabHover .Right {
	height: 18px;
	width: 3px;
	float: left;
	background-image: url('images/tabs.gif');
	background-repeat: no-repeat;
	background-position: right -95px;	
}

._pToolbarTab .Right {
	height: 18px;
	width: 3px;
	float: left;
	background-image: url('images/tabs.gif');
	background-repeat: no-repeat;
	background-position: right -36px;
}

._pToolbarTabActive .Right {
	height: 18px;
	width: 3px;
	float: left;
	background-image: url('images/tabs.gif');
	background-repeat: no-repeat;
	background-position: right -54px;	
}

/* Blocks */
._pToolbarBlock {
	float: left;
	clear: both;
	padding: 2px;
	background: url('images/block_bg.png') 2px center no-repeat;
	padding-left: 15px;
}

._pToolbarBlock .sButtonSeperator {
	border-left: 1px solid #edede9;
	margin-top: 4px;
}


