/*******************************************************************************************
  DESCRIPTION: 
    This stylesheet defines styles for the template page101.ascx AND page103.ascx. 
    This template contains a single image at the top with rows of product groups below.
    The only difference between Page101.ascx and Page103.ascx template is grid vs coordinate,
    respectively, and this is not controlled by css.
    Page101 herotile is used for grids vs Page 103 for coordinates setup via content block.

	CONTENTS:
	- TemplateLayout
	- Brand Specific Styles(Skins)
********************************************************************************************/

/*******************************
	START: TemplateLayout
*******************************/
#Page101 #heroTile,
#Page103 #heroTile
{
	width: 970px;
	margin: 0 auto 2px auto;
}

/*************************************
END - TemplateLayout
**************************************/

/*************************************
START - PFC specific skin
**************************************/
#PFC #bodyContainer {
	background-color: white;
}

#PFC #Page101,
#PFC #Page103 {
	padding: 0 8px 8px;    
}

/*************************************
END - PFC specific skin
**************************************/

/*************************************
START - SSS specific skin
**************************************/
#SSS #Page101,
#SSS #Page103 {
	padding:0 8px;
	border:1px solid #fff5eb;
}

/*************************************
END - SSS specific skin
**************************************/

/*************************************
START - PCR specific skin
**************************************/
#PCR #Page101,
#PCR #Page103 
{
	margin-top: 8px;
	margin-right: 9px;
	margin-left: 9px;
}

/*************************************
END - PCR specific skin
**************************************/

/*************************************
START - CMF specific skin
**************************************/
#CMF #Page101,
#CMF #Page103 {
	margin-top: 8px;
	margin-right: 9px;
	margin-left: 9px;
} 

/*************************************
END - CMF specific skin
**************************************/

/*************************************
START - FES specific skin
**************************************/
#FES #bodyContainer {
	background-color: white;
}

#FES #Page101,
#FES #Page103 {
	padding: 0 8px 8px;    
}

/*************************************
START - FEP specific skin
**************************************/
#FEP #bodyContainer {
	background-color: white;
}

#FEP #Page101,
#FEP #Page103 {
	padding: 0 8px 8px;    
}

/*************************************
START - PLA specific skin
**************************************/
#PLA #bodyContainer {
	background-color: white;
}

#PLA #Page101,
#PLA #Page103 {
	padding: 8px;    
}

/*************************************
END - PLA specific skin
**************************************/