.home-toolbar-row
{
	width: 960px;
	padding: 10px 0 10px 0;
	overflow-x: hidden;
}

.home-toolbar-cell1,
.home-toolbar-cell2,
.home-toolbar-cell3,
.home-toolbar-cell4
{
	_display: inline;
	position: relative;
	float: left;
	margin: 0 10px 0 10px;
	padding: 30px 5px 5px 5px;
	border: 1px solid #cfcfcf;
	background: #ffffff;
}

.home-toolbar-cell1
{
	width: 208px;
}

.home-toolbar-cell2
{
	width: 448px;
}

.home-toolbar-cell3
{
	width: 688px;
}

.home-toolbar-cell4
{
	width: 928px;
}

.toolbar-cell
{
	_display: inline;
	position: relative;
	float: left;
	width: 208px;
	margin: 0 10px 20px 10px;
	padding: 30px 5px 5px 5px;
	border: 1px solid #cfcfcf;
	background: #ffffff;
}

.toolbar-item
{
}

.toolbar-item-header
{
	position: absolute;
	top: -11px;
	left: -11px;
	width: 122px;
	height: 27px;
	padding: 9px 10px 0 10px;
	color: #000000;
	background-color: transparent;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
}

.toolbar-item-header a,
.toolbar-item-header a:hover
{
	color: #000000;
	text-decoration: none;
}
	
.theme-blue .toolbar-item-header
{
	background-image: url(../images/theme/blue_header.png);
	_background-image: url(../images/theme/blue_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.theme-green .toolbar-item-header
{
	background-image: url(../images/theme/green_header.png);
	_background-image: url(../images/theme/green_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.theme-turquoise .toolbar-item-header
{
	background-image: url(../images/theme/turquoise_header.png);
	_background-image: url(../images/theme/turquoise_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.theme-purple .toolbar-item-header
{
	background-image: url(../images/theme/purple_header.png);
	_background-image: url(../images/theme/purple_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.theme-orange .toolbar-item-header
{
	background-image: url(../images/theme/orange_header.png);
	_background-image: url(../images/theme/orange_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.theme-yellow .toolbar-item-header
{
	background-image: url(../images/theme/yellow_header.png);
	_background-image: url(../images/theme/yellow_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.theme-grey .toolbar-item-header
{
	background-image: url(../images/theme/grey_header.png);
	_background-image: url(../images/theme/grey_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.theme-dog .toolbar-item-header
{
	background-image: url(../images/theme/dog_header.png);
	_background-image: url(../images/theme/dog_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	color: #ffffff;
}

.theme-dog .toolbar-item-header a,
.theme-dog .toolbar-item-header a:hover
{
	color: #ffffff;
}

.theme-horse .toolbar-item-header
{
	background-image: url(../images/theme/horse_header.png);
	_background-image: url(../images/theme/horse_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	color: #ffffff;
}

.theme-horse .toolbar-item-header a,
.theme-horse .toolbar-item-header a:hover
{
	color: #ffffff;
}

.theme-livestock .toolbar-item-header
{
	background-image: url(../images/theme/livestock_header.png);
	_background-image: url(../images/theme/livestock_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.theme-flower .toolbar-item-header
{
	background-image: url(../images/theme/flower_header.png);
	_background-image: url(../images/theme/flower_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	color: #ffffff;
}

.theme-flower .toolbar-item-header a,
.theme-flower .toolbar-item-header a:hover
{
	color: #ffffff;
}

.theme-map .toolbar-item-header
{
	background-image: url(../images/theme/map_header.png);
	_background-image: url(../images/theme/map_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.toolbar-item-body
{
}

/*
.theme-blue .toolbar-item-body h1,
.theme-blue .toolbar-item-body h2,
.theme-blue .toolbar-item-body h3,
.theme-blue .toolbar-item-body h4,
.theme-blue .toolbar-item-body h5
{
	color: #90b2d9;
}

.theme-blue .toolbar-item-body a
{
	color: #90b2d9;
}

.theme-green .toolbar-item-body h1,
.theme-green .toolbar-item-body h2,
.theme-green .toolbar-item-body h3,
.theme-green .toolbar-item-body h4,
.theme-green .toolbar-item-body h5
{
	color: #a4d6a8;
}

.theme-green .toolbar-item-body a
{
	color: #a4d6a8;
}

.theme-turquoise .toolbar-item-body h1,
.theme-turquoise .toolbar-item-body h2,
.theme-turquoise .toolbar-item-body h3,
.theme-turquoise .toolbar-item-body h4,
.theme-turquoise .toolbar-item-body h5
{
	color: #90d9bd;
}

.theme-turquoise .toolbar-item-body a
{
	color: #90d9bd;
}

.theme-purple .toolbar-item-body h1,
.theme-purple .toolbar-item-body h2,
.theme-purple .toolbar-item-body h3,
.theme-purple .toolbar-item-body h4,
.theme-purple .toolbar-item-body h5
{
	color: #c77dd0;
}

.theme-purple .toolbar-item-body a
{
	color: #c77dd0;
}

.theme-orange .toolbar-item-body h1,
.theme-orange .toolbar-item-body h2,
.theme-orange .toolbar-item-body h3,
.theme-orange .toolbar-item-body h4,
.theme-orange .toolbar-item-body h5
{
	color: #e7976f;
}

.theme-orange .toolbar-item-body a
{
	color: #e7976f;
}

.theme-yellow .toolbar-item-body h1,
.theme-yellow .toolbar-item-body h2,
.theme-yellow .toolbar-item-body h3,
.theme-yellow .toolbar-item-body h4,
.theme-yellow .toolbar-item-body h5
{
	color: #e1c988;
}

.theme-yellow .toolbar-item-body a
{
	color: #e1c988;
}

.theme-grey .toolbar-item-body h1,
.theme-grey .toolbar-item-body h2,
.theme-grey .toolbar-item-body h3,
.theme-grey .toolbar-item-body h4,
.theme-grey .toolbar-item-body h5
{
	color: #eaeaea;
}

.theme-grey .toolbar-item-body a
{
	color: #eaeaea;
}
*/

.toolbar-item-button
{
}

.toolbar-item-button a
{
	display: block;
	width: 124px;
	margin: 0 auto 0 auto;
	padding: 5px 8px 5px 8px;
	background: #157df0;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.toolbar-item-button a:hover
{
	color: #ffffff;
	text-decoration: none;
}

/*
.toolbar-item-button .curvybutton
{
	float: none;
	margin: 0 auto 0 auto;
}

.toolbar-item-button .curvybutton a
{
	padding: 5px 3px 5px 3px;
}
*/

.toolbar-item-type-home_gallery-image
{
	float: left;
	width: 90px;
	height: 70px;
	margin: 0 5px 5px 0;
	line-height: 0px;
}

.toolbar-item-type-home_gallery .scroller
{
	float: right;
	width: 210px;
}

.toolbar-item-type-home_gallery .scroller-wider
{
	float: none;
	margin: 0 auto;
	width: 310px;
}

.toolbar-item-type-home_gallery .scroller-list
{
	width: 200px;
	height: 160px;
	border: 5px solid #eaeaea;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.toolbar-item-type-home_gallery .scroller-list-wider
{
	width: 300px;
}

.toolbar-item-type-home_gallery .scroller-control
{
	height: 20px;
	margin: 5px auto 0 auto;
	overflow: auto;
}

.toolbar-item-type-home_gallery .scroller-control a
{
	float: left;
	display: block;
	height: 10px;
	width: 10px;
	margin: 0 0 0 2px;
	background: url(../images/scroller/dot.gif) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.toolbar-item-type-home_gallery .scroller-control a.first
{
	margin: 0;
}

.toolbar-item-type-home_gallery .scroller-control a.selected
{
	background: url(../images/scroller/dot-selected.gif) top left no-repeat;
}

.toolbar-item-type-home_shows-scroller
{
	float: right;
	width: 210px;
}

.toolbar-item-type-home_shows-scroller-list
{
	width: 200px;
	height: 160px;
	border: 5px solid #eaeaea;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.toolbar-item-type-home_shows-scroller-control
{
	height: 20px;
	margin: 5px auto 0 auto;
	overflow: auto;
}

.toolbar-item-type-home_shows-scroller-control a
{
	float: left;
	display: block;
	height: 10px;
	width: 10px;
	margin: 0 0 0 2px;
	background: url(../images/scroller/dot.gif) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.toolbar-item-type-home_shows-scroller-control a.first
{
	margin: 0;
}

.toolbar-item-type-home_shows-scroller-control  a.selected
{
	background: url(../images/scroller/dot-selected.gif) top left no-repeat;
}

