/*Toolbar States*/
.toolshoriz li a{display:block;float:left;}

.toolspace{width:100%;margin-top:20px;position:relative;}
#toolset{background:transparent;padding-right:0px;}
	#toolarea{height:22px;padding-top:10px;}
		#tools{height:20px;padding-left:25px;}
		#tools ul {display:inline;height:20px;margin:0;}
		#tools li {	height:20px; overflow:hidden;display:inline;background: none;margin: 0;padding: 0 0px 0 0;}
		#tools a {padding-top:20px;height:0;overflow:hidden;background-position: 0 0;background-repeat:no-repeat;font-size:0px;text-indent:0;}
		#tools li a:hover {background-color:transparent;}

/* Open/Close Toolbox */
#toolbox {height:0px;background:#fff;float:right;}
#toolbutton {padding-top:7px;height:20px;}

/*Width Setting buttons*/

#tools li a#spacera {background-image:url(../images/tools/spacer.png); width:20px; background-position: 0 0;}


#tools li a#Width_75 {background-image:url(../images/tools/w_75.gif); width:20px; background-position: 0 -40px;}
#tools li a#Width_85 {background-image:url(../images/tools/w_85.gif); width:20px; background-position: 0 -40px;}
#tools li a#Width_95 {background-image:url(../images/tools/w_95.gif); width:20px; background-position: 0 -40px;}
#tools li a#Width_650 {background-image:url(../images/tools/w_650.gif); width:20px; background-position: 0 -40px;}
#tools li a#Width_770 {background-image:url(../images/tools/w_770.gif); width:20px; background-position: 0 -40px;}
#tools li a#Width_920 {background-image:url(../images/tools/w_920.gif); width:20px; background-position: 0 -40px;}

#tools li a#t_Width {background-image:url(../images/tools/w_thin.gif); width:20px; background-position: 0 -40px;}
#tools li a#w_Width {background-image:url(../images/tools/w_wide.gif); width:20px; background-position: 0 -40px;}
#tools li a#tf_Width {background-image:url(../images/tools/w_tfluid.gif); width:20px; background-position: 0 -40px;}
#tools li a#wf_Width {background-image:url(../images/tools/w_wfluid.gif); width:20px; background-position: 0 -40px;}

/*Color Scheme buttons*/
#tools li a#color2 {background-image:url(../images/tools/2.png); width:20px;  background-position: 0 -40px;}
#tools li a#color1 {background-image:url(../images/tools/1.png); width:20px; background-position: 0 -40px;}
#tools li a#color3 {background-image:url(../images/tools/3.png); width:20px; background-position: 0 -40px;}
#tools li a#color4 {background-image:url(../images/tools/4.png); width:20px; background-position: 0 -40px;}
/*Font Size buttons*/
#tools li a#sfonts {background-image:url(../images/tools/sfonts.png); width:20px; background-position: 0 -40px;}
#tools li a#mfonts {background-image:url(../images/tools/mfonts.png); width:20px; background-position: 0 -40px;}
#tools li a#lfonts {background-image:url(../images/tools/lfonts.png); width:20px; background-position: 0 -40px;}

/*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#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_920: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#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_920.active-option
{background-position: 0 -20px; }

