﻿.ProductCategory, .ProductGroup
{
    /* any styling etc. */
    margin: 0 2em 3em 0em;
    width: 115px;
}

#content .ProductCategory img, #content .ProductGroup img
{
    margin-bottom: 14px;
}

#content .ProductCategory p, #content .ProductGroup p 
{
    margin-bottom: 0.1em;
}

#content .ProductCategory p.CategoryTitle, #content .ProductGroup p.ProductGroupTitle 
{
    color:			#00592d;
    font-size:		1.2em;
    font-weight:	bold;
}

#content .ProductGroup p.ProductGroupTitle 
{
	height: 54px;
}


#content .ProductCategory a, #content .ProductGroup a
{
    color:			#00592d;
    font-weight:	bold;
}


/* ----- PRODUCT STYLES ----- */

#content #Product #leftColumn, #content #Product #rightColumn 
{
    width: 48%;   
    padding: 0 0 30px 0;
    margin: 0;
}

#Product #rightColumn
{
    text-align: center;
}

#Product #rightColumn #ProductFooter 
{
    text-align: left;
}

#ProductPricing 
{
    display: none;
}

#ProductInfo p 
{
    font-size: 1.1em;
}

#ProductInfo p.intro
{
    color: #00592d;
    font-weight: bold;
    font-size: 1.2em;
}


/* ----------- PRODUCT GALLERY/ASSETS -------------- */
#ProductGallery, #ProductCaseStudies
{
	padding: 0; border: 0; margin: 0;
	background-image:		url(../images/GreenArrow.gif);
	background-position:	left 12px;
	background-repeat:		no-repeat;
	padding-left:			30px;
	min-height:				35px;
}
	* html #ProductGallery
	{
		height: 35px;
	}

