﻿
div#lilFlowerFlash
{
	position:absolute;
	left:863px;
}
/*
===========================================================
Big panel for the products page and the main category pages
===========================================================
*/
h1.pageTitle
{
	padding:0;
	margin:0;
	margin-top:-25px;
	margin-bottom:10px;
	text-align:center;
}
h1.noTopMargin
{
	margin-top:0px !important;
}
div#ProductsPanel ul
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
div#ProductsPanel
{
	width:903px;
	position:relative;
	left:15px;
}
div#ProductsPanelTop
{
	background-image:url("Images/ProductsPanelTop.gif");
	width:903px;
	height:27px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-attachment:inherit;
	
}
div#ProductsPanelMiddle
{
	background-image:url("Images/ProductsPanelMiddle.gif");
	background-repeat:repeat-y;
	width:903px;
	padding:25px;
	
}
div.productsText
{
	width:97%;
	margin-bottom:10px;
}
div#ProductsPanelBottom
{
	background-image:url("Images/ProductsPanelBottom.gif");
	width:903px;
	height:27px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-attachment:inherit;
}



/*
==========================================================
products root and product category pages clickable regions
for details.
===========================================================
*/
div#ProductsPanel div.prodCategoryList
{
	

}

div#ProductsPanel div.prodCategoryList div img
{
	/*float:left;
	margin-right:10px;
	margin-bottom:10px;*/
	margin:0 5px 0 0;
}
div#ProductsPanel div.prodCategoryList h3
{
	margin:0 0 5px 0;
}
div#ProductsPanel div.prodCategoryList h3 span.smaller
{
	font-size:.8em !important;
}
div#ProductsPanel div.prodCategoryList h3.smallest
{
	font-size:.85em;
}
div#ProductsPanel div.prodCategoryList div a
{
	background:none;
	
	padding:0;
	margin:0;
}
div.prodPanelTop
{
	background-image:url("Images/ProductPanel_top.gif");
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:inherit;
	width:862px;
	height:10px;
	margin-bottom:0px;
	padding:0px;
	_margin-bottom:-8px;
	
}
div.prodPanelMiddle
{
	
	background-image:url("Images/ProductPanel_middle.gif");
	background-position:top center;
	background-attachment:inherit;
	background-repeat:repeat-y;
	padding:0 10px 0px 10px;
	width:842px;
}
div.prodPanelBottom
{

	background-image:url("Images/ProductPanel_bottom.gif");
	background-position:top center;
	background-attachment:inherit;
	background-repeat:no-repeat;
	width:862px;
	height:18px;
	margin-bottom:10px;
}






div#ProdPageMenu
{
	min-height:340px;
	position:relative;
	left:30px;
}

div#ProductsPanel ul.AspNet-Menu li 
{
	list-style:none;
	color:#b1a28f;
	float:left;	
	margin-bottom:-10px;
	
	
}

div#ProductsPanel ul.AspNet-Menu li
{
	background:url("Images/ProductClickBox.gif");
	background-repeat:no-repeat;
	width:351px;
}
div#ProductsPanel ul.AspNet-Menu a
{	
	display:block;
	width:351px;
	color:#b1a28f;
	text-decoration:none;
	padding-top:20px;
	padding-bottom:55px;
	margin:7px;
}
div#ProductsPanel ul.AspNet-Menu
{
	display:block;
	width:100%;
	text-align:center;
	font-size:1.5em;
}
div#ProductsPanel ul.AspNet-Menu span
{
	display:none;
}

/*
=====================================
columns for the product category pages
=====================================
*/
div#ProductsPanelMiddle div#ProdColumns
{
	min-height:500px;
	margin-left:10px;
}
div#ProductsPanelMiddle div#ProdLeftCol
{
	width:480px;
	float:left;
}
div#ProductsPanelMiddle div#ProdRightCol
{
	width:350px;
	float:right;
	margin-right:20px;
}
div#ProdColumns ul.AspNet-Menu
{
	position:relative;
	left:-80px;
	
}
div#ProdColumns div#TextImage
{
	float:right;
	width:255px;
	height:219px;
	margin:5px;
	
}
