/*Toolbar States*/
.toolshoriz li a{display:block;float:left;}

.toolspace{position:relative;height:0;}
#toolset{background:transparent;height:0;position:absolute;right:20px;}
	#toolarea{height:0;padding-top:0px;}
		#tools{height:30px;padding-left:15px;}
		#tools ul {display:inline;height:30px;margin:0;}
		#tools li {	height:30px; overflow:hidden;display:inline;background: none;margin: 0;padding: 0 0px 0 0;}
		#tools li a {height:0;overflow:hidden;background-position: 0 0;background-repeat:no-repeat;font-size:0px;text-indent:0;padding: 0 2px;padding-top:30px;}
		#tools li a:hover {background-color:transparent;}

/* Open/Close Toolbox */
#toolbox {height:0px;background:#fff;float:left;}
#toolbutton {padding-top:7px;height:30px;}

/*Width Setting buttons*/

#tools li a#spacera {background-image:url(../images/tools/spacer.png); width:30px; background-position: 0 0;}


#tools li a#Width_75 {background-image:url(../images/tools/w_75.gif); width:30px; background-position: 0 -60px;}
#tools li a#Width_85 {background-image:url(../images/tools/w_85.gif); width:30px; background-position: 0 -60px;}
#tools li a#Width_95 {background-image:url(../images/tools/w_95.gif); width:30px; background-position: 0 -60px;}
#tools li a#Width_650 {background-image:url(../images/tools/w_650.gif); width:30px; background-position: 0 -60px;}
#tools li a#Width_770 {background-image:url(../images/tools/w_770.gif); width:30px; background-position: 0 -60px;}
#tools li a#Width_930 {background-image:url(../images/tools/w_930.gif); width:30px; background-position: 0 -60px;}

#tools li a#t_Width {background-image:url(../images/tools/w_thin.gif); width:30px; background-position: 0 -60px;}
#tools li a#w_Width {background-image:url(../images/tools/w_wide.gif); width:30px; background-position: 0 -60px;}
#tools li a#tf_Width {background-image:url(../images/tools/w_tfluid.gif); width:30px; background-position: 0 -60px;}
#tools li a#wf_Width {background-image:url(../images/tools/w_wfluid.gif); width:30px; background-position: 0 -60px;}

/*Color Scheme buttons*/
#tools li a#color2 {background-image:url(../images/tools/2.png); width:30px;  background-position: 0 -60px;}
#tools li a#color1 {background-image:url(../images/tools/1.png); width:30px; background-position: 0 -60px;}
#tools li a#color3 {background-image:url(../images/tools/3.png); width:30px; background-position: 0 -60px;}
#tools li a#color4 {background-image:url(../images/tools/4.png); width:30px; background-position: 0 -60px;}
#tools li a#color5 {background-image:url(../images/tools/5.png); width:30px;  background-position: 0 -60px;}
#tools li a#color6 {background-image:url(../images/tools/6.png); width:30px; background-position: 0 -60px;}
#tools li a#color7 {background-image:url(../images/tools/7.png); width:30px; background-position: 0 -60px;}
#tools li a#color8 {background-image:url(../images/tools/8.png); width:30px; background-position: 0 -60px;}

/*Font Size buttons*/
#tools li a#sfonts {background-image:url(../images/tools/sfonts.png); width:30px; background-position: 0 -60px;}
#tools li a#mfonts {background-image:url(../images/tools/mfonts.png); width:30px; background-position: 0 -60px;}
#tools li a#lfonts {background-image:url(../images/tools/lfonts.png); width:30px; background-position: 0 -60px;}

/*Hover States Positioning*/
#tools li a#color2:hover,#tools li a#color1:hover,#tools li a#color3:hover,#tools li a#color4:hover,#tools li a#color5:hover,#tools li a#color6:hover,#tools li a#color7:hover,#tools li a#color8:hover,
#tools li a#sfonts:hover,#tools li a#mfonts:hover,#tools li a#lfonts:hover,#tools li a#t_Width:hover,#tools li a#w_Width:hover,#tools li a#tf_Width:hover,#tools li a#wf_Width:hover,
#tools li a#Width_75:hover,#tools li a#Width_85:hover,#tools li a#Width_95:hover,#tools li a#Width_650:hover,#tools li a#Width_770:hover,
#tools li a#Width_930:hover
{background-position: 0 0px; }
/*Active State Positioning*/
#tools li a#color2.active-option,#tools li a#color1.active-option,#tools li a#color3.active-option,
#tools li a#color4.active-option,#tools li a#color5.active-option,#tools li a#color6.active-option,#tools li a#color7.active-option,
#tools li a#color8.active-option,#tools li a#sfonts.active-option,#tools li a#mfonts.active-option,#tools li a#lfonts.active-option,
#tools li a#t_Width.active-option,#tools li a#w_Width.active-option ,#tools li a#tf_Width.active-option,#tools li a#wf_Width.active-option ,
#tools li a#Width_75.active-option,#tools li a#Width_85.active-option,#tools li a#Width_95.active-option,#tools li a#Width_650.active-option,
#tools li a#Width_770.active-option,#tools li a#Width_930.active-option
{background-position: 0 -30px; }

