/* ------- The browser window ------ */

html { height: 100%; }
body { min-height: 100%; height: 100%; }

#pageBack {
}

body {
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	line-height:18px;
}

#wrapper {
}

#page {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;
	vertical-align: bottom;
}

#pageLeft {
	width: 24px;
}

#pageRight {
	width: 24px;
}

#pageMid	{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#wrapper {
	position: relative;
}

/* ------  All content generated by XSL files ------ */
#pageContent {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 1%;
	padding-top: 0px;
}

/* ------ Content below toolbar and above page bottom ------ */
#main	{
	padding: 0px;
	margin: 0px;
	display: block;
	padding: 0px;
	height: 1%;
	background: url(images/outline.gif) bottom right no-repeat;
	padding-bottom: 100px;
}


/* ------ Left hand menu containing catalogue and member menus ------ */
#menu	{
	vertical-align: top;
	text-align: left;
	width: 284px;
	float: left;
	background: url(images/logo.gif) no-repeat 17px 17px;
	padding-top: 150px;
}

/* ------ Content within main to the right of the category and member menu and to the left of admin and hotitems menu ------ */
#pageBody {
	padding-left: 23px;
	text-align: left;
	vertical-align: top;
    float: left;
    padding-top: 52px;
	width: 640px;
}

.pageThin #pageBody {
	width: 50%;
}

/* ------ Contains admin menu and hot items ------ */
#rightMenu {
	float: left;
	margin-top: 20px;
	margin-left: 16px;
	padding: 21px;
	width: auto;
	border-top: dotted 1px #BDBDBD;
}


.pageWide #rightMenu {
	float: right;
	margin: 0;
	padding: 0;
	width: 240px;
	margin-top: 66px;
	clear: none;
	border: none;
	border-left: dotted 1px #BDBDBD;
	padding-bottom: 21px;
}

.pageWide #rightMenu .inner {
	padding-left: 24px;
}



/* ------ PAGE BOTTOM contains copyright info and simple category links ------ */
#pageBottom	{
	padding: 0px;
	margin: 0px;
	text-align: right;
	white-space: nowrap;
	clear: both;
	padding: 21px;
	border-top: solid 1px #008806;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 0px;
}

.pageWide #pageBottom {
}

.bodyText	{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.smalltext
{
	font-size: 8px;
}

.hide {
	display: none;
}


#ownerId {
	height: 90px;
	border: solid 1px #aaaaaa;
}

.scroll {
	overflow: auto;
}

.loading {
	background-image: url(images/admin/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	padding-top: 20px;
	color: #6FACCB;
}

a.helpText {
	font-size: 12px;
	padding-top: 1px;
	background-image: url(images/admin/helpDocument.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin: 10px;
	height: 18px;
	padding-top: 1px;
	color: #c00000;
}

a.helpText:hover
{
	font-size: 9pt;
	color: #c00000;
}

.border
{
	width: 1px;
	height: 1px;
	background-color: #aca899;
}

.tableBorder {
	border: 1px solid #aca899;
	margin-bottom: 11px;
}

.tableBorder td {
	padding: 3px;
}

.columnHeader, th
{
	border-bottom: 1px solid;
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	background: url(images/tableHeaderBack.gif) #ece9d6 bottom left repeat-x ;
	color: #000000;
	text-align: center;
}

.shade
{
}

input[type="submit"], input[type="button"], input[type="submit"]:visited, input[type="button"]:visited, input[type="submit"]:link, input[type="button"]:link
{
	text-decoration: none;
	text-transform: none;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	text-decoration: none;
	text-transform: none;
}


/* ------ All text input fields and text area fields ------ */
.inputText	  {
	font-size:13px;
}

/* ------  input controls and textarea tags with manditoiry attribute set to true ------ */
input[mandatory=true], textarea[mandatory=true]		{
}

/* ------  STANDARD HTML TAG STYLES  ------  */
a:link
{
	text-decoration: underline;
	color: #008806;
	outline: none;
}

a:hover
{
	text-decoration: underline;
	color: #008806;
	outline: none;
}

a:visited
{
	text-decoration: none;
	color: #008806;
	outline: none;
}

a:active
{
	text-decoration: none;
	color: #008806;
	outline: none;
}

a img {
	border: none;
}

#scriptResult table
{
 	border: solid 1px #000000;
	border-collapse: collapse;
}

#scriptResult td
{
 	border-top: solid 1px #000000;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 0px;
}

td	{
  	font-size: 1em;
}


/* --  Provides user feedback on screen details  -- */
.indicator
{
	font-weight: bold;
	color: #3fd600;
}

/* --  Used to format attribute names for custom attributes Users, Products, Orders  -- */
.attributeName
{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

.section {
	margin: 8px;
	padding: 8px;
	border: solid 1px #000000;
	background-color: #ffffff;
}

/* -- Defined classes and HTML Tags used in editor  --  */
.title, H1
{
	font-size: 22px;
	font-weight: normal;
	font-family: "century gothic", arial, verdana;
	margin-top: 8px;
	margin-bottom: 4px;
}

.heading, H2
{
	-moz-border-radius:5px;
	background:#008806 none repeat scroll 0 0;
	color:#FFFFFF;
	font-family:arial,verdana;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:2px;
	margin-top:4px;
	padding-left:8px;
}

.subHeading, H3
{
	font-size: 14px;
	font-weight: bold;
}

#pageBottomCategories {
	float: left;
}

#pageBottomCategories a
{
	color:#000000;
	text-decoration:none;
}

#siteCopyright {
	text-align: right;
	white-space: nowrap;
	float: right;
	font-size: 10px;
	display: none;
}

#siteCopyright a {
	font-size: 10px;
}

#logon {
	background-repeat: no-repeat;
	background-position: top right;
}

#forgotPassword {
	background-repeat: no-repeat;
	background-position: top right;
}

#userEdit {
	background-repeat: no-repeat;
	background-position: top right;
}

#orderByAttribute {
	text-align: right;
	color: #777777;
	font-weight: normal;
}

#orderByAttribute select {
	width: 150px;
}

#emailBody {
	margin: 20px;
	padding: 20px;
}

#emailLogo {
	background: url(designImages/logo.jpg) top right no-repeat;
	float: right;
	height:50px;
	width:179px;
}

#welcomeText {
}

#imageMap {
	position: relative; 
	padding: 0px; 
	margin: 0px;
}

#imageMap td.caption {
	vertical-align: middle;
	color: #121212;	
}

#imageMap td.caption span {
	padding: 2px;
	padding-left: 10px;
	padding-right: 8px;
	background-color: #ffffff;
}

#imageMap a img {
	height: 23px;
	border: solid 1px #000000;
}

/* ------  PRODUCT  ------
Start of product specific styles that can be dupliucated into seperate display styles in library/productStyles  */
.product	{
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #C4C4C4;
}

#menu .product {
	background: url(images/menuProductBack.gif) bottom left no-repeat;
	padding: 0;
	margin-bottom: 22px;
	padding-bottom: 22px;
	padding-left: 27px;
	padding-right: 27px;
	border: none;
}


#menu .productBody, #menu .productCaption, #menu .productActionButtons {
	background: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.productCaption {
	text-align: left;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #121212;
}

.productBody {
	margin: 0px;
	padding: 0px;
	float: none;
	padding-bottom: 10px;
}

.productDefinition {
	padding: 3px;
	color: #FFFC66;
	font-weight: bold;
	padding-left: 20px;
	background-image: url('images/admin/items.gif');
	background-repeat: no-repeat;
}

.productViews {
	padding: 3px;
	color: #FFFC66;
	font-weight: bold;
	padding-left: 20px;
	background-image: url('images/admin/itemViews.gif');
	background-repeat: no-repeat;
}

.productDate {
	padding: 3px;
	color: #FFFC66;
	font-weight: bold;
	padding-left: 20px;
	background-image: url('images/admin/date.gif');
	background-repeat: no-repeat;
}

.statusCANCELED {
	padding: 3px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url('images/admin/canceled.gif');
	color: #ff0000;
	background-repeat: no-repeat;
}

.statusEXPIRED {
	padding: 3px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url('images/admin/expired.gif');
	color: #777777;
	background-repeat: no-repeat;
}

/* Image settings for an item */
.shadow {
	float: left;
	border: 1px solid #E1E3E2; 
	margin-right: 8px;
	padding: 2px;
}

#menu .shadow {
	border: none;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 8px;
}

.productImage {
}

.productImage img {
	background-color: #ffffff;
 	display: block; 
 	width: 150px;
	height: auto;
}

#rightMenu .product {
	float:left;
	width:310px;
	border: none;
	margin: 0px;
	padding: 0px;
	margin-right:10px;
}

.pageWide #rightMenu .product {
	text-align: left;
	clear: none;
	float: none;
	width: auto;
	margin-bottom:20px;
}

#rightMenu .productCaption {
}

.pageWide #rightMenu .productImage {
	float: none;
}

.pageWide #rightMenu .productImage .shadow {
	margin: 0px;
	float: none;
	display: block;
	text-align: center;
}

#menu .productImage img, #rightMenu .productImage img {
	width: auto;
	border: none;
}

#rightMenu .productImage img {
	width: 150px;
}

.pageWide #rightMenu .productImage img {
	padding: 0px;
	margin: auto;
	width: 200px;
}

#rightMenu .attValue {
	float: none;
}

.productDetails .adminDetails .td {
	line-height: 20px;
	padding: 20px;
}

.productActionButtons .publicButtons .productActionButton {
	border: none;
	font-weight: bold;
	margin: 0;
	background: #008806;
	color: #ffffff;
	text-decoration: none;
	margin-left: 1px;
	-moz-border-radius:5px;
}

.publicButtons a.productActionButton:hover {
	color: #000000;
	background: #6ade6f;
	border: none;
}

/* Buttons for an item */
#itemMenu {
	float: left; 
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* ------  Product Section End  ------ */

#menu #categoryMenu {
	padding-bottom: 22px;
	background: url(images/categoryMenuBottom.gif) bottom left no-repeat;
}

#categoryMenu .title {
	display: none;
}

/* -- The entire member menu list as an entity -- */
#menu #categoryMenu ul {
	margin: 0px;
	padding: 27px;
	padding-top: 17px;
	padding-bottom: 17px;
    list-style-type: none;
	background: url(images/categoryMenuTop.gif) top left no-repeat;
}

#menu #categoryMenu ul ul {
	padding: 0px;
	background: none;
}

/* -- Each item in the member menu list -- */
#categoryMenu li {
	margin: 0px;
	vertical-align: middle;
    height: 1%;
	padding-top: 5px;
}

#menu .level2 {
	padding-top: 12px;
	padding-bottom: 8px;
}

#menu ul ul ul ul {
	border-bottom: none;
}

/* -- Each link item in the category menu list default resting state -- */
#categoryMenu a, #categoryMenu a:link, #categoryMenu a:visited {
	text-decoration: none;
	display: block;
	padding-left: 10px;	
	margin: 0px;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

#categoryMenuItemOn a, #categoryMenuItemOn a:link, #categoryMenuItemOn a:visited {
	font-weight: bold;
}

#categoryMenuItemOn ul a, #categoryMenuItemOn ul a:link, #categoryMenuItemOn ul a:visited {
	font-weight: normal;
}


#categoryMenu ul.level2 li a {
	padding-left: 25px;
	font-size: 11px;
	border: none;
	line-height: 15px;
	background: url(images/menuItem.gif) 20px 6px no-repeat;
}

#categoryMenu ul.level2 li a:hover {
	background: url(images/menuItemOn.gif) 22px 6px no-repeat;
	color: #008806;
	padding-left: 25px;
	line-height: 15px;
	font-size: 11px;
}

#categoryMenu ul.level3 li a {
	padding-left: 40px;
	font-size: 10px;
	line-height: 10px;
	border: none;
	background: url(images/menuItem.gif) 35px 4px no-repeat;
}

#categoryMenu ul.level3 li a:hover {
	color: #008806;
	padding-left: 40px;
	font-size: 10px;
	line-height: 10px;
	background: url(images/menuItemOn.gif) 37px 4px no-repeat;
}

#categoryMenu ul.level4 li a {
	padding-left: 58px;
	font-size: 10px;
	border: none;
}

#categoryMenu li a.AR {
	color: #cc0000;
	text-decoration: blink;
}

#categoryMenu li a.AR:hover, #categoryMenuItemOn a.AR {
	color: #cc0000;
	text-decoration: none;
}

#categoryMenu li a.MR {
	color: #008806;
}

#categoryMenu li a.MR:hover, #categoryMenuItemOn a.MR {
	color: #008806;
}

/* ------  SECFTION END  ------  */

/*  --  Column of child categories of the current category. This is displayed above page content
        And allows for the navigation to sub categories.
*/

#categoryPath {
	padding-left: 0px;
	font-size: 10px;
	display: none;
}

#categoryBranch {
	padding-bottom: 0px;
	color: #C4C4C4;
	display: none;
}

#categoryPath a {
	text-decoration: none;
}

#childCategoryMenu {
	display: block;
	padding-top: 4px;
}

#childCategoryItem {
	margin-bottom: 8px;
	float: right;
	margin-left: 10px;
}

#childCategoryItem a {
	padding-bottom: 3px;
}

#childCategoryItem a:hover {
}

#categoryBranch  a .subHeading, #categoryBranch .subHeading {
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}

#categoryBranch  a:hover .subHeading, #categoryBranch .subHeading {
	text-decoration: none;
	font-size: 10px;
}

/* ------  SECFTION END  ------  */


/* ------  MEMBERS MENU  ------  */
/* This is user specific buttons and links such as longon, logoff edit
profile, view order. */

#userMenu {
	padding-bottom: 22px;
	background: url(images/categoryMenuBottom.gif) bottom left no-repeat;
}

#userMenu .title	 {
	padding: 0px 37px;
	color:#121212;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
}

.menuLogon		   {
  display: none;
}

/* -- The entire member menu list as an entity -- */
#userMenu ul {
	margin: 0px;
	padding: 27px;
	padding-top: 0px;
	padding-bottom: 17px;
    list-style-type: none;
	background: url(images/categoryMenuTop.gif) top left no-repeat;
}

/* -- Each item in the member menu list -- */
#userMenu li
{
	margin: 0px;
	vertical-align: middle;
    height: 1%;
	padding-top: 5px;
}

/* -- Each link item in the member menu list rollover state -- */
#userMenu a:hover, #userMenu a:active
{
}

/* -- Each link item in the member menu list default resting state -- */
#userMenu a
{
	text-decoration: none;
	display: block;
	padding-left: 10px;	
	margin: 0px;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

/* ------  BUTTONS ------  */

#imageButton {
	padding-left: 20px;
	background-image: url('images/admin/images.gif');
}

#editButton {
	padding-left: 20px;
	background-image: url('images/admin/editItemType.gif');
}

#setMapButton {
	padding-left: 20px;
	background-image: url('images/admin/map.gif');
}

#viewMapButon {
	padding-left: 20px;
	background-image: url('images/admin/map.gif');
}

#deleteButton {
	padding-left: 20px;
	background-image: url('images/admin/delete.gif');
}

#copyToButton {
	padding-left: 20px;
	background-image: url('images/admin/copy.gif');
}

#ownerButton {
	padding-left: 20px;
	background-image: url('images/admin/members.gif');
}

#orderButton {
}

#readMoreButton {
}


#accountButton {
	padding-left: 20px;
	background: url('images/admin/accounts.gif') no-repeat;
}

#documentsButton {
	padding-left: 20px;
	background: url('images/admin/emailDocuments.gif') no-repeat;
}

#itemButton {
	padding-left: 20px;
	background: url('images/admin/items.gif') no-repeat;
}

#rolesButton {
	padding-left: 20px;
	background: url('images/admin/roles.gif') no-repeat;
}

#reminderButton {
	padding-left: 20px;
	background: url('images/admin/viewReminders.gif') no-repeat;
}

#deleteUserButton {
	padding-left: 20px;
	background: url('images/admin/deleteUser.gif') no-repeat;
}

#editUserButton {
	padding-left: 20px;
	background: url('images/admin/editUser.gif') no-repeat;
}

/* ------  DISPLAY FOR HOT ITEM CATEGORIES ------  */
#hotItem {
	font-size:11px;
	line-height:18px;
	text-align:justify;
	margin-bottom: 20px;
}

#hotItem .title, .productCaption {
	color:#121212;
	font-size:14px;
	font-weight:bold;
	margin: 0;
	margin-bottom:4px;
	text-align:left;
	font-family: arial;
}

#hotItem a {
	float: right;
	clear: both;
	margin-top: 10px;
}

#menu #hotItem {
	border-bottom: dotted 1px #BDBDBD;
	margin-bottom:22px;
	margin-left: 16px;
	margin-right: 16px;
	padding: 21px;
}

#rightMenu #hotItem {
	margin-right:10px;
	width:310px;
	float: left;
}

.pageWide #rightMenu #hotItem {
	width: auto;
	float: none;
	clear: both;
}


/* ------  RESULT SETS FOR PAGE COUNT in ORDER, PAYMENT, PRODUCT, USER ------ */
#resultSets {
	font-size: 10px;
	text-decoration: none;
	color: #777777;
}

#resultSets .subHeading {
	line-height: 30px;
	float: left;
	padding-right: 8px;
}

.resultSet:link, .resultSet:visited
{
	width: 32px;
	height: 32px;
	text-align: center;
	display: block;
	float: left;
	font-size: 14px;
	color: #ffffff;
	background: url(images/pageNum.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
}

.resultSet:hover, .resultSet:active
{
	background: url(images/pageNumOn.gif) no-repeat;
	color: #777777;
}

.currentResultSet:link, .currentResultSet:hover, .currentResultSet:active, .currentResultSet:visited
{
	width: 32px;
	height: 32px;
	text-align: center;
	display: block;
	float: left;
	font-size: 14px;
	color: #777777;
	background: url(images/pageNumOn.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
}

#resultSets .first {
	width: auto;
	background: none;
	color: #008806;
	padding-right: 10px;
}

/* ------ USER SPECIFIC STYLING ------ */

#userButtons {
	text-align: right;
	margin-top: 18px;
	margin-bottom: 22px;
}

.userActionButton span {
	padding-top: 5px;
	padding-bottom: 5px;
}

.orderActionButton span {
	background: no-repeat;
}

/* ------  TOOLBAR CONTROL  ------  */
#toolbar   {
	padding: 0px;
	margin: 0px;
	text-align: right;
	vertical-align: top;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	z-index: 90;
	width: 640px;
	height:23px;
	left:307px;
}

#toolbarImageBack	{
	display: none;
}

#toolbarImage	{
	height: 0;
}

/*  Strip containing buttons on the toolbar  */
#toolbarButtons	{
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	text-align: left;
	float: right;
	height: 23px;
	margin-right: 0px;
}


/*  Left end of the button strip  */
#toolbarButtonsLeft	{
	display: none;
}

/*  Right end of the button strip  */
#toolbarButtonsRight {
	display: none;
}

.buttonDivide {
	display: none;
}

/*  Individual button on the toolbar  */
.toolbarButton {
	padding: 0px;
	margin: 0px;
	margin-left: 1px;
	margin-right: 1px;
	white-space: nowrap;
	display: block;
	line-height: 23px;
}

/*  Button link not cuttent page and not hover  */
.toolbarButton a, .toolbarButton a:visited {
	padding-left: 13px;
	padding-right: 13px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #bdbdbd;
	font-size: 1.1em;
	text-transform: uppercase;
}

.toolbarButton a:hover, .toolbarButton a:active {
	background: #008806;
	color: #ffffff;
	text-decoration: none;
}


.toolbarButtonOn {
	padding: 0px;
	margin: 0px;
	margin-left: 1px;
	margin-right: 1px;
	white-space: nowrap;
	display: block;
	line-height: 23px;
}

.toolbarButtonOn a, .toolbarButtonOn a:visited {
	padding-left: 13px;
	padding-right: 13px;
	display: block;
	color: #ffffff;
	background: #008806;
	font-size: 1.1em;
	text-transform: uppercase;
}

.toolbarButtonOn a span, .toolbarButtonOn a:visited span {
}

.toolbarButtonOn a:hover, .toolbarButtonOn a:active {
}

#logo	{
	display: none;
}

#simpleSearch		{
	text-align: left;
	margin: 0px;
	display: block;
	vertical-align: top;
	position: absolute;
	top: 9px;
	right: 0px;
	z-index: 10;
	display: none;
}

#simpleSearch .inputText {
	background: #ffffff url('images/admin/search.gif') 1px 50% no-repeat;
	padding-left: 21px;
	color: #5f5f5f;
	margin-right: 5px;
	width: 120px;
}

#simpleSearch h3	  {
 	display: none;
}

#setCurrency		{
	text-align: left;
	margin: 0px;
	vertical-align: top;
	width: 170px;
	position: absolute;
	right: 190px;
	background-repeat: no-repeat;
	background-image: url('images/buttons/currency.gif');
}

#setCurrency select {
	width: 90px;
	color: #5f5f5f;
}

#setCurrency h3	  {
	display: none;
}

.attribute {
	clear: none;
}

.attribute .attValue {
	float:none;
	font-size:11px;
	line-height:18px;
	text-align:justify;
}

h3.date {
	border: solid 1px #222222;
	background: #E5E5E5;
	padding: 4px;
	margin: 0px;
}

#Calendar td {
	vertical-align: top;
}

h3.date span {
	display: block;
	font-size: 12px;
	text-align: center;
}

h3.date .day {
	font-size: 16px;
}

h3.date .year {
	display: none;
}

.adminDetails {
	float:right;
}

.productActionButton span, .userActionButton span, .orderActionButton span {
	font-size:1.1em;
	padding-left:13px;
	padding-right:13px;
	text-transform:uppercase;
	line-height: 22px;
}

.code, pre {
	display: block;
	white-space: pre;
	background: #000000;
	color: #ffffff;
	padding: 4px;
	font-family: "courier new";
	font-size: 12px;
}

#itemMenu .productActionButton {
	background:#DDDDDD;
	float:left;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
	text-transform:uppercase;
	width:120px;
	border: none;
}

#toolbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	margin-right: 0px;
	width: 140px;
}

#toolbar ul li {
	display:block;
	line-height:23px;
	padding:0;
	white-space:nowrap;
	height: 1%;
}

#toolbar ul li a {
	background:#008806 none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:1.1em;
	padding-left:13px;
	padding-right:13px;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
}

#toolbar ul li ul {
	display: none;
	margin: 0;
}

#toolbar ul li.hover ul {
	display: block;
}

#toolbar ul li ul li {
	float: none;
	margin: 0;
	border-top: solid 1px #ffffff;
}

#toolbar ul li.hover ul li a {
	display: block;
	text-decoration: none;
	text-align: left;
	background: #BDBDBD;
}

#toolbar ul li.hover ul li a:hover {
	background: #CCF1FF;
	color: #000000;
}

#gantChart {
	border: solid 1px #008806;
	overflow: scroll;
	position: relative;
	height: 400px;
}

#today {
	position: absolute;
	width: 5px;
	background: #ffcc00;
	height: 400px;
}

.planting {
	position: relative;
	display: block;
	line-height: 18px;
	font-size: 10px;
	color: #000000;
}

span.attribute.Pest {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 24px;
	background: url(images/pest.gif) no-repeat;
}

span.attribute.Pest span {
	display: none;
}

.product .author span {
	display: none;
}

.product .author {
	background: none;
}