﻿body
{
	background: #cccccc;
	font-family: Verdana, Sans-Serif;
	font-size: 0.9em;
	color: Black;
	overflow-y: scroll;
}

/* ==================================
	Page containers
	================================== */

div.Container
{
	width: 1000px;
	margin: auto;
	border: 1px solid black;
	background: white;
	min-height: 600px;
	position: relative;
}

div.BannerPanel 
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 960px;
	height: 156px;
	z-index: 10;
}

div.SearchPanel 
{
	position: absolute;
	left: 460px;
	top: 110px;
	width: 400px;
	z-index: 100;
}

div.ContentPanel 
{
	width: 960px;
	position: relative;
	padding-top: 180px;
	margin-left: 20px;
}

div.PagePanel 
{
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	min-height: 340px;
	margin-bottom: 20px;	
}

div.InnerPagePanel 
{
	padding: 10px;
}

.DimmerPanel
{
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	z-index: 200;
	background: black;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.LargeImagePanel
{
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 300;
	width: 99%;
}

.LargeImageTitle 
{
	font-size: 1.2em;
	font-weight: bold;
	color: White;
	display: block;
	margin-bottom: 5px;
}
.LargeImagePanel div 
{
	width: 1000px;
	margin: auto;
}

.LargeImagePanel img 
{
	border: 2px solid white;
}

.PopupClose 
{
	display: block;
	width: 80px;
	float: right;
	position: absolute;
	right: 0;
	color: Blue;
	background: white;
	cursor: pointer;
	z-index: 310;
	font-size: 0.8em;
	border: 1px solid #f0f0f0;
	padding: 4px;
}
/* ==================================
	Copyright panel
	================================== */
	
div.CopyrightPanel
{
	width: 1000px;
	margin: auto;
	font-size: 9px;
	margin-top: 5px;
}

div.CopyrightPanel .Left 
{
	float: left;
	margin-left: 10px;
}

div.CopyrightPanel .Right 
{
	float: right;
	margin-right: 10px;
}

/* ==================================
	Sub-links
	================================== */

div.SubLinksPanel 
{
	position: absolute;
	right: 35px;
	top: 100px;
	z-index: 100;
}

div.SubLinksPanel a 
{
	
	display: block;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 3px;
	text-align: right;
}
	
/* ==================================
	Logo / Image Containers
	================================== */

div.LogoPanel 
{
	position: absolute;
	left: 20px;
	top: 34px;
	width: 360px;
}

div.TagLinePanel
{
	position: absolute;
	left: 405px;
	top: 53px;
}

/* ==================================
	Tabs
	================================== */
.TabPanel 
{
	border-top: 1px solid white;
}

.TabPanel ul 
{
	margin: 0;
	padding: 0;
}

.TabPanel ul li 
{
	list-style: none;
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.TabPanel ul li.Active
{
	background: #008000;
	background-image: url(images/tab_active_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 25px;
}

.TabPanel ul li.Inactive
{
	background: #91d492;
	background-image: url(images/tab_inactive_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 25px;	
}

.TabPanel ul li.Active span 
{
	background-image: url(images/tab_active_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

.TabPanel ul li.Inactive span 
{
	background-image: url(images/tab_inactive_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

.TabPanel ul li.Active a
{
	text-transform: uppercase;
	color: White;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	top: 3px;
}

.TabPanel ul li.Inactive a 
{
	float: left;
	text-transform: uppercase;
	color: Black;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 30px;
	top: 3px;
}

.TabPanel ul li.Inactive a:hover 
{
	color: White;
}

.TabBorderPanel
{
	clear: both;
	height: 30px;
	background: #008000;
}

/* ==================================
	Campaign panel
	================================== */
	
div.CampaignPanel 
{
	width: 210px;
	background: #e8e8ff;
	border: 1px solid #c0c0c0;
	padding: 10px;
	float: left;
}

div.CampaignPanel hr 
{
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #d0d0f0;
}

.CampaignLabel 
{
	font-size: 0.7em;
	display: block;
	margin-bottom: 10px;
}

.CampaignItem 
{
	clear: both;
	margin-bottom: 5px;
}


.CampaignItemImage 
{
	float: left;
	width: 100px;
	margin-right: 10px;
}

.CampaignItemTitle 
{
	font-weight: bold;
}

.CampaignItemTitle, .CampaignItemPrice
{
	font-size: 0.7em;
	display: block;
	margin-left: 5px;
}

/* ==================================
	Centre panel
	================================== */

div.CenterPanel 
{
	float: left;
	width: 380px;
	margin-left: 10px;
	font-size: 0.8em;
	line-height: 15px;
}

div.CenterPanelWide
{
	float: left;
	width: 680px;
	margin-left: 10px;
	font-size: 0.8em;
	line-height: 15px;
}

h1 
{
	font-size: 1.1em;
	letter-spacing: normal;
	font-weight: bold;
}

/* ==================================
	Photo panel
	================================== */

div.PhotoPanel 
{
	width: 300px;
	margin-left: 15px;
	float: left;
}

div.PhotoPanel ul 
{
}

div.PhotoPanel ul li	
{
	margin-left: -5px;
	padding: 0px;
}

div.PhotoPanel img
{
	border: 1px solid #cccccc;
	cursor: pointer;
}


/* ==================================
	Search List
	================================== */

.SearchList 
{
	z-index: 100;
	width: 250px !important;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	border: 1px outset;
	background: #f0f0f0;
	height: 200px;
	overflow-y: scroll;
}

.SearchListItem, .SearchListItemHighlighted
{
	list-style-type: none;
	margin: 0 !important;
	padding: 3px !important;
	background: #f0f0f0;
	font-size: 0.8em;
	cursor: default;
}

.SearchListItemHighlighted 
{
	background: #cccccc;
}

/* ==================================
	Search results (Plants page)
	================================== */

.SearchTerm
{
	font-weight: bold;
	font-style: italic;
	color: #008000;
}

.SearchTotalItemCount 
{
}
	
.SearchResultPanel 
{
}

.SearchResultPanel .Link 
{
	margin-left: 30px;
}

.SearchResultPanel .Image 
{
	float: left;
	width: 65px;
	height: 65px;
}
.SearchResultPanel .Image img 
{
	margin: 5px;
}


.PlantResultPanel 
{
	min-height: 500px;
}


.PlantResultPanel .Photo 
{
	width: 300px;
	float: right;
	margin-left: 30px;
	padding: 1px;
	border: 1px solid #cccccc;
	background: #f0f0f0;
	margin-bottom: 30px;
}

.NoImageLabel 
{
	font-size: 0.8em;
	display: block;
	text-align: center;
	color: #cccccc;
	border: 1px solid #f0f0f0;
	padding: 2px;
}

.PaginationPanel 
{
	margin-top: 10px;
}

.PlantResultPanel .Name 
{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	background: #91d492;
	padding: 2px;
	color: White;
}

.PlantResultPanel .Description 
{
	display: block;
	text-align: justify;
}

.ResultsTable 
{
	margin: 30px;
}


td.ResultsLabel 
{
	width: 100px;
}

div.Link .New 
{
	color: red;
	font-size: 0.8em;
	font-style: italic;
}

/* ==================================
	Full catalog page
	================================== */
body.Catalog 
{
	background: white;
	margin: 20px;
}

div.CatalogHeading 
{
	width: 600px;
	text-align: center;
}

.CatalogAddress 
{
	display: block;
	font-size: 0.7em;
	width: 600px;
	color: #555;
	margin-bottom: 40px;
}	

.CatalogName 
{
	font-size: 0.8em;
	margin-left: 20px;
}

.CatalogFamily 
{
	font-size: 0.7em;
	font-style: italic;
	margin-left: 20px;
}

.CatalogDescription 
{
	display: block;
	font-size: 0.7em;
	margin: 7px 0 14px 20px;
	width: 600px;
}

.CatalogPosition, .CatalogSoil, .CatalogHeight, .CatalogTemp, .CatalogPrice 
{
	display: inline-block;
	font-size: 0.7em;
	float: left;
	margin-left: 30px;
}

.ImageAvailableIcon 
{
	margin-left: 20px;
}

.CatalogClear 
{
	clear: both;
	margin-top: 20px;
	margin-left: 20px;
	border-bottom: 1px solid #eee;
	width: 600px;
}

/* ==================================
	Letter Links
	================================== */

.LetterLinks 
{
	position: relative;
	float: right;
	margin-top: 4px;
	margin-right: -10px;
}

		.LetterLinks ul 
		{
			margin: 0;
			padding: 0;
			list-style: none;
			border-bottom: 1px solid #ccc;
		}
		
				.LetterLinks ul li 
				{
					margin: 0 0 0 0;
					padding: 0;
					height: 18px;
					width: 22px;
				}

						.LetterLinks ul li a 
						{
							margin-left: 5px;
							color: Black;
							text-decoration: none;
							font-size: 9px;
							display: block;
							font-weight: bold;
							position: relative;
							top: 2px;
						}
				
				.LetterLinks	 ul li.active 
				{
					background: url(images/lettertab_active.gif) top right no-repeat;
				}
				
					
				.LetterLinks	 ul li.inactive 
				{
					background: url(images/lettertab_inactive.gif) top right no-repeat;
				}
					 



/* ==================================
	General styles
	================================== */

.Clear 
{
	clear: both;
}