/**************************************************************************************/
/*  __  ___                              ____         __ _                            */
/*  \ \/ (_)_ __ ___   ___ _ __   __ _  / ___|  ___  / _| |___      ____ _ _ __ ___   */
/*   \  /| | '_ ` _ \ / _ \ '_ \ / _` | \___ \ / _ \| |_| __\ \ /\ / / _` | '__/ _ \  */
/*   /  \| | | | | | |  __/ | | | (_| |  ___) | (_) |  _| |_ \ V  V / (_| | | |  __/  */
/*  /_/\_\_|_| |_| |_|\___|_| |_|\__,_| |____/ \___/|_|  \__| \_/\_/ \__,_|_|  \___|  */
/*                                                                                    */
/*  --------------------------------------------------------------------------------  */
/*	Author: tt media (Sino Boeckmann)                                                 */
/*	Last change on: 03.03.2010 @ 14:20:30                                             */
/*	Filename: x3Toolbar.css                                                           */
/*	                                                                                  */
/*	This document is copyright protected. All rights are reserved.                    */
/**************************************************************************************/

#x3Toolbar { position:fixed;z-index:3333;top:-96px;width:100%;height:82px;background-image:url("../images/wysiwyg/background_repeat.png");background-repeat:repeat-x; }
	#x3Toolbar .titleL { float:left;background-image:url("../images/wysiwyg/title_left.png");height:82px;width:89px; }
	#x3Toolbar .titleR { float:right;background-image:url("../images/wysiwyg/title_right.png");height:82px;width:252px; }
	
	#x3Buttons { float:left;height:82px;padding-top:7px; }
		#x3Buttons ul { margin:0px;padding:0px;list-style:none; }
			#x3Buttons ul li { float:left;margin-right:5px; }
				#x3Buttons ul li ul li { float:none;margin-right:0px;display:block;width:28px;height:28px;background-image:url("../images/wysiwyg/button_background.png");margin-bottom:2px; }
					#x3Buttons ul li ul li img { padding:3px; }
						#x3Buttons ul li ul li img:hover { cursor:pointer; }

					#x3Buttons ul li ul li .disabled { opacity:0.3; }

			#x3Buttons .hr { float:left;margin-right:10px;margin-left:7px; }
				#x3Buttons .hr ul { list-style:none;margin:0px;padding:0px; }
					#x3Buttons .hr ul li { display:block;width:3px;height:61px;background-image:url("../images/wysiwyg/background_horizontal_line.png"); }
					
			#x3Buttons .bb { float:left;margin-right:10px; }
				#x3Buttons .bb ul { list-style:none;margin:0px;padding:0px; }
					#x3Buttons .bb ul li { display:block;width:61px;height:59px;overflow:hidden;background-image:none; }
					  #x3Buttons .bb ul li img { padding:0px; }
					  
	#x3Toolbar .toggle { width:82px;height:23px;background-image:url("../images/wysiwyg/background_toogle.png");position:relative;float:right;top:-16px;right:15px;z-index:8887; }
		#x3Toolbar .toggle:hover { cursor: pointer; }