﻿/*  AtHome-specific classes */
.athome .ChildMenuItem
{
	background-color: #f2f7eb;
	background-image: url(images/athome-menu-gradient.jpg)!important;
}

.IE .athome .ChildMenuItem
{
	margin-left: 220px;
}

.athome .ChildMenuItem:hover, .athome .ChildMenuItem:active
{
	background-image: url(images/athome-menu-gradient_on.jpg)!important;
	background-color: #e5f0d7;
}


.IE .athome .ChildMenuItem
{
	margin-left: 0px;
}

.athome .side-banner
{
	width: 190px;
	height: 411px;
/*
	background-color: #e5f0d8;
	background-image: url(images/athome-gradient.gif)!important;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
*/
}

.athome ol
{
  list-style-image: url(images/athome-tick-1.gif);
}

.athome ol.Tick2
{
  list-style-image: url(images/athome-tick-2.gif);
}

.athome ul
{
  list-style-image: url(images/athome-bullet-1.gif);
}

.athome ul.Tick2
{
  list-style-image: url(images/athome-bullet-2.gif);
}
/* defined in global */
.athome h1
{
}
.athome h2
{
}
.athome #cim_main-content a.external-link
{

}
.athome #cim_main-content a.mail-link
{
}
.ContentPaneA
{
	/*  For FF - prevents a white box in the left-hand (menu) column that happens when the content of */
	/*  contentPaneA is less tall than the sidebar graphic  */
	/*min-height: 605px;  */
}