html
{
	overflow-y: scroll;
	overflow-x: hidden;
}

body
{
	margin: 0px;
	background: #C0F182 url('/images-noindex/background.jpg') repeat-x fixed top;
	font: 10pt/1.5em 'Trebuchet MS', Verdana, Arial;

}

#container
{
	width: 987px;
	margin: 0 auto;
	position: relative;	
}

#header
{
	width: 987px;
	height: 53px;
	background-image: url('/images-noindex/header-background.png');
}

#header-logo
{
	position: absolute;
	left: 100px;
	top: 11px;	
}

#flower
{
	position: absolute;
	left: 10px;
	top: 4px;
}

#leftcolumn
{
	float: left;
	margin-top: 18px;
}

#cart
{
	background-image: url('/images-noindex/cart-background.png');
	width: 242px;
	height: 92px;
	font-size: 8pt;
	font-family: Verdana;
}

#cart-title
{
	height: 31px;
	border-bottom: 1px solid #02592D;
	margin: 0px 8px 0px 8px;	
}

#cart-title-text
{
	padding-top: 7px;	
}

#cart-title-text a
{
	text-decoration: none;
	font-weight: bold;
	color: #535353;
}

#cart-title-text a:hover
{
	color: #000;	
}

#cart-body
{
	height: 40px;
	margin: 10px 15px 0px 15px;	
}

#cart-body-icon
{
	float: left;
}

#cart-body-props
{
	float: left;
	font-weight: bold;
	margin-left: 18px;
	line-height: 1.7em;
}

#navigation
{
	margin-top: 8px;
	width: 242px;
}

#navigation-top
{
	background-image: url('/images-noindex/navigation-background-top.png');
	height: 5px;
	overflow: hidden;
}

#navigation-body
{
	background-image: url('/images-noindex/navigation-background-body.png');
}

#navigation-body img
{
	margin-left: 5px;	
}

#menu
{
	list-style-type: none;
	margin: 0px;
	padding: 8px 8px;
	font-size: 8pt;
	font-family: Verdana;
}

#menu li
{
	margin: 0px;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #02592D;
}

#menu li a
{
	text-decoration: none;
	font-weight: bold;
	color: #535353;
	font-size: 9pt;
}

#menu li a:hover
{
	color: #000;	
}

#navigation-bottom
{
	background-image: url('/images-noindex/navigation-background-bottom.png');
	height: 7px;
	overflow: hidden;
}

#product-logo
{
	text-align: center;
	margin-top: 18px;	
}

#product-logo img
{
	margin: 0px 5px 0px 5px;	
}

#content
{
	float: left;
	margin-top: 18px;
	margin-left: 8px;
	margin-bottom: 18px;
	width: 737px;
}

#content-top
{
	background-image: url('/images-noindex/content-background-top.png');
	height: 5px;
	overflow: hidden;
}

#content-body
{
	background-image: url('/images-noindex/content-background-body.png');
	min-height: 500px;
	padding: 2px 8px 8px 8px;
}

#content-body-crumbtrail
{
	height: 24px;
	border-bottom: 1px solid #02592D;
}

#content-body-crumbtrail ul
{
	list-style-type: none;
	margin: 0px;
	padding: 8px 8px;
	font-size: 8pt;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}

#content-body-crumbtrail li
{
	float: left;
	padding-left: 20px;
	background: url('/images-noindex/crumbtrail-divider.png') no-repeat 8px 11px;
}

#content-body-crumbtrail li:first-child
{
	padding-left: 0px;
	background: none;	
}

#content-body-crumbtrail a
{

}

#content-body-page
{
	margin-top: 20px;	
}

#content-bottom
{
	background-image: url('/images-noindex/content-background-bottom.png');
	height: 7px;
	overflow: hidden;
}

#footer
{
	clear: both;
	width: 987px;
	border-top: 1px solid #02592D;
}

#footer-text
{
	margin-top: 5px;
	margin-bottom: 10px;
	width: 737px;
	margin-left: 250px;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana;
}

#product-list table
{
	border-collapse: separate;
	border-spacing: 5pt;	
}

#product-list img
{
	display: block;
	margin: 0 auto;
}

#product-list td
{
	border: 1px solid #01A753;
	height: 160px;
	width: 220px;
	text-align: center;
	background: #FFF;
}

#product-list td:hover
{
	border: 1px solid #086536;
}

#product-categories
{
	/* list-style-type: none; */
	margin: 0px 0px 30px 20px;
	padding: 0px;
	list-style-position: inside;
}

#product-categories li
{
	width: 200px;	
}

#product-categories a
{
	color: #000;
	/* display: block;
	padding-left: 20px;
	background: url('/images-noindex/expand.png') no-repeat center left; */
	outline: none;
}

#productImageLarge
{
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: 500px;
	background: #F00;
	display: none;
}

#product-description img
{
	float: right;
	border: 1px solid #02592D;
	padding: 10px 30px 10px 30px;
	background: #FFF;
	margin-left: 20px;
	/* cursor: url('/cursor/magnify.cur'), pointer; */
}

#product-extra-description
{
	display: none;	
}

#delivery-address-container,
#delivery-address-new
{
	height: auto;
}

#google-maps
{ 
	margin: 15px 0 10px 0; 
	width: 718px; 
	height: 400px; 
	border: 1px solid #C8CECB; /* background same as Google Maps plan background */ 
	background: #E5E3DF; 
}

table.cart-list
{
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.cart-list th
{
	color: #02592D;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

table.cart-list td
{
	border: 1px solid #C0F182;
	padding: 5px 10px 5px 10px;
}

table.cart-list img
{	
	cursor: pointer;
}

ul.product-properties
{
	margin:  0 0 30px 20px;
	padding: 0;	
	list-style-type: none;
}

ul.product-properties img
{
	position: relative;
	top: 4px;
	margin-right: 5px;	
}

h1
{
	margin: 0px 0px 25px 0px;
	color: #02592D;
	font-size: 16pt;
	font-weight: normal;
}

h2
{
	margin: 15px 0px;
	color: #02592D;
	font-size: 13pt;
	font-weight: normal;	
}

p
{
	margin: 0px 0px 30px 0px;
}

p.error
{
	border: 1px solid #E4181E;
	padding: 5px;
	color: #F00;
	background: #FBDBDC;
}

img
{
	border: none;	
}

a
{
	color: #02592D;	
}

a.more
{
	padding-left: 20px;
	background: url('/images-noindex/expand.png') no-repeat center left;
	outline: none;
}

form
{
	margin: 0px;
}

form label
{
	display: block;
	float: left;
	width: 150px;
}

form label.error
{
	color: #F00;
	font-weight: bold;
}

form span
{
	display: block;
	float: left;
	width: 10px;
	text-align: center;	
}

form div
{
	height: 27px;
}

form hr
{

	text-align: left;
	margin: 20px 0px 20px 0px;
	color: #C0F182;
	height: 1px;
	border: none;
	border-bottom: 1px solid #C0F182;
}
