﻿/* Category Pages - via Coleman.master use this CSS */


/* SideBar Menu for Categories and Products */
.CatMenu
{
}
.CatMenu LABEL A
{
	color: #ede3a9;
}
.CatMenu LABEL A:hover
{
	background: #3f5a3f;	/* 607b58; */
}
.CatMenu LABEL.Selected A
{
	background: #607b57;
}
.CatProducts LABEL A
{
}
.CatProducts LABEL.Selected A
{
	background: #456041;
}


/* SideBar Ads per Category */
.CatAds
{
}
.CatAds IMG
{
}


/* Top Category Info with Heading, Text and optional Lifestyle Image */
.contentHeading		/* Container for the CatInfo */
{
}
.CatInfo
{
}
.CatInfo H1
{
	color: #2a4c30;
}
.CatInfo DIV
{
}
.CatInfo P
{
}
.CatInfo TD.Lifestyle	/* Not used, only there in case we want to switch to a Table version */
{
}
.CatInfo IMG
{
}


/* Category and Product Thumbnail Links section */
.contentLinks
{
}

.div-Categories		/* Container for Category Links / thumbnails */
{
}

/* Category.ascx control */
.category 
{
}
.category TD
{
}

.hires TD
{
    border: 1px solid #aaaaaa;
}

.category A, .category A:visited
{
    color: #3d4242;
}
.category A:hover
{
    color: blue;
}

.category TD A IMG
{
}

.category TD A.boxed, .category TD A:visited.boxed
{
	border: 12px solid #ffffff;
}
.category TD A:hover.boxed
{
	border: 12px solid #ddd3b0;
}
.category TD A.boxed
{
	width: 192px;
	height: 192px;
	line-height: 192px;
}
.category LABEL
{
}
