/* ------  TOOLBAR CONTROL  ------

Written by Olmec Sinclair of doLithe Internet for use with the abode system,
part of the eSemble framework.

How to use this file: The index.xsl file for the site can load any number of CSS files. By loading a unique toolbar.css file
for each ategory page (0-9) it is possible to create a much mor varied graphical site. There can be up to 10 unique toolbars.
Create duplicate toolbar.css files and number them toolbar[x].css [X represents a decimal from 0 - 9]. Configure index.xsl file
to load one toolbar file by setting the path dynamcally based on current category ID. (use "$categoryId mod 9"). Now each page
will load one of ten possible toolbar.css files which will contain all nesicary formatting instructio9n for that unique toolbar.

*/


#toolbar
{
	margin: 0px;
	padding: 0px;
	height: 165px;
	background-image: url("images_21/clownFacePageTop.jpg");
	background-repeat: no-repeat;
	border-bottom: solid 2px #000000;
	background-color: #24BAC0;
}

#toolbarTop
{

}

#toolbarButtons
{
	background-color: #9D0B0B;
	margin-top: 5px;
	margin: 0px;
	padding: 0px;
	height: 24px;
	border-top: solid 1px #B69486;
	border-bottom: solid 1px #B69486;
}

.toolbarButtonsLeft
{
	height: 24px;
	width: 102px;
	border-right: solid 1px #B69486;
	margin: 0px;
}

.toolbarButtonsRight
{
	height: 24px;
	margin: 0px;
}

#toolbarButton
{
	padding: 0px;
	margin: 0px;
	height: 24px;
}

#toolbarButtonOn
{
	padding: 0px;
	margin: 0px;
	height: 24px;
}

#toolbarButton a, #toolbarButton a:visited
{
	color: #C4A99E;
	font-size: 8pt;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 16px;
	padding-right: 40px;
	white-space: nowrap;
	height: 24px;
	border-right: solid 1px #B69486;
	background-image: url("images/toolbarArrow.gif");
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

#toolbarButton a:hover, #toolbarButton a:active
{
	color: #C4A99E;
	font-size: 8pt;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 16px;
	padding-right: 40px;
	white-space: nowrap;
	height: 24px;
	border-right: solid 1px #B69486;
	background-image: url("images/toolbarArrow.gif");
	background-repeat: no-repeat;
	background-position: 4px 0px;
	background-color: #2F221D;
	text-decoration: none;
}

#toolbarButtonOn a:hover, #toolbarButtonOn a:active, #toolbarButtonOn a, #toolbarButtonOn a:visited
{
	color: #C4A99E;
	font-size: 8pt;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 16px;
	padding-right: 40px;
	white-space: nowrap;
	height: 24px;
	border-right: solid 1px #B69486;
	background-image: url("images/toolbarArrow.gif");
	background-repeat: no-repeat;
	background-position: 4px 0px;
	background-color: #2F221D;
	text-decoration: none;
}

.toolbarButtonDivide
{
}

/*  --  Controls the print icon or print category box --  */
#printCategory
{
	text-align: right;
	height: 20px;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
}

#printCategory a
{
}

#logo
{
	vertical-align: bottom;
	text-align: left;
	background-image: url("images/carousel.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 52px;
	border-bottom: solid 1px #2F221D;
}

#simpleSearch
{
	width: 121px;
	height: 60px;
	padding-left: 9px;
	margin-bottom: 20px;
}

#simpleSearch .subHeading
{
	color: #424242;
	border: none;
}
