/**************************************************************
	DESCRIPTION: This stylesheet defines styles for
    UCProductRepeater002.ascx. 
		
	CONTENTS:
    - GlobalStyles

**************************************************************/

/***************************
	START: GlobalStyles
***************************/
.productBannerSubHeading {
    float: left;
    font-weight: bold;
    font-size: 17px;
    height: 24px;
    line-height: 24px;       
    text-decoration: none;    
    margin:10px auto 0 auto;
}

.productBannerSubHeading a:link,
.productBannerSubHeading a:visited 	 
{
    text-decoration: none;
}

.productBannerSubHeading a:hover	 
{
    text-decoration: underline;
}

.ProductGroupTitleViewAllLink {
    float: right;
    font-size: 12px;
    text-decoration:underline;
}
/***************************
	END: GlobalStyles
***************************/

/*************************************
START - SSS specific skin
**************************************/

#SSS #productCollection
{
    position: relative;
}

#SSS #productCollection .productBannerSubHeading
{
    position: relative;
    padding: 0 11px;
    float: none;
	background-color:#E9D3BE; 
	color: #660000;
}

#SSS #productCollection .productBannerSubHeading a:link,
#SSS #productCollection .productBannerSubHeading a:visited,
#SSS #productCollection .productBannerSubHeading a:hover,  
#SSS #productCollection .ProductGroupTitleViewAllLink a
{
    color: #660000;
}

#SSS #productCollection .ProductGroupTitleViewAllLink 
{
    position: absolute;
    right: 15px;
    cursor:pointer;
    margin-top: -18px;
}

#SSS .viewAllImage a {
    display: block;
    padding-right:17px;
    background:url('../../../Berries/siteimages/view-all-icon_SB.gif') no-repeat right center;
}

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


/*************************************
START - PFC specific skin
**************************************/

#PFC #productCollection
{
    position: relative;
}

#PFC #productCollection .productBannerSubHeading
{
    position: relative;
    padding: 0 11px;
    float: none;
	color: #333;
}

#PFC #productCollection .productBannerSubHeading a:link,
#PFC #productCollection .productBannerSubHeading a:visited 	 
{
    color: #333;
}

#PFC #productCollection .productBannerSubHeading a:hover,	 
#PFC #productCollection .ProductGroupTitleViewAllLink a
{
    color:#576916;
}

#PFC #productCollection .ProductGroupTitleViewAllLink 
{
    position: absolute;
    right: 15px;
    cursor:pointer;
    margin-top: -18px;
    float: none;
}

#PFC .viewAllImage a 
{
    display: block;
    padding-right:17px;
    background:url('../../../siteimages/view-all-icon_PF.gif') no-repeat right center;
} 
   
/*************************************
END - PFC specific skin
**************************************/


/*************************************
START - PCR specific skin
**************************************/

#PCR #productCollection
{
    position: relative;
}

#PCR #productCollection .productBannerSubHeading {
    position: relative;
    padding: 0 11px;
    float: none;
	background-color:#EFF1FF; 
	color: #001599;
}
    
#PCR #productCollection .productBannerSubHeading a:link,
#PCR #productCollection .productBannerSubHeading a:visited,
#PCR #productCollection .productBannerSubHeading a:hover 
{
    color: #001599;
}

#PCR #productCollection .ProductGroupTitleViewAllLink 
{
    position: absolute;
    right: 15px;
    cursor:pointer;
    margin-top: -18px;
    color:#0027EE;
}

#PCR #productCollection .ProductGroupTitleViewAllLink a
{
    color:#0027EE;
}

#PCR .viewAllImage a {
    display: block;
    padding-right:17px;
    background:url('../../../personalcreations/images/view-all-icon_PC.gif') no-repeat right center;
} 
/*************************************
END - PCR specific skin
**************************************/


/***************************
	START: REDStyles
***************************/
#RED .productBannerSubHeading {
    margin: 24px 10px 5px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    text-transform: lowercase;
}

#RED .ProductGroupTitleViewAllLink {
    font-size: 13px;
    line-height: 16px;
    float: right;
    margin: 32px 4px 0 10px;
    text-transform: lowercase;
}

#RED .viewAllImage a {
    display: block;
    padding-right:17px;
    background:url('../../../RedEnvelope/images/view-all-icon_RED.gif') no-repeat right center;
} 
/***************************
	END: REDStyles
***************************/


/*************************************
START - CMF specific skin
**************************************/
#CMF #productCollection
{
    position: relative;
}

#CMF #productCollection .productBannerSubHeading
{
    position: relative;
    padding: 0 11px;
    float: none;
	color: #75243A;
}

#CMF #productCollection .productBannerSubHeading a:link,
#CMF #productCollection .productBannerSubHeading a:visited,
#CMF #productCollection .productBannerSubHeading a:hover  
{
    color: #75243A;
}

#CMF #productCollection .ProductGroupTitleViewAllLink 
{
    position: absolute;
    right: 15px;
    cursor:pointer;
    margin-top: -18px;
}

#CMF #productCollection .ProductGroupTitleViewAllLink a
{
    color:#8B0336;
}

#CMF .viewAllImage a {
    display: block;
    padding-right:17px;
    background:url('../../../CherryMoonFarms/images/view-all-icon_CMF.gif') no-repeat right center;
} 

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

/*************************************
START - PLA specific skin
**************************************/
#PLA #productCollection
{
    position: relative;
}

#PLA #productCollection .productBannerSubHeading {
    position: relative;
    padding: 0 11px;
    float: none;
	color: #666;
}
    
#PLA #productCollection .productBannerSubHeading a:link,
#PLA #productCollection .productBannerSubHeading a:visited
{
    color: #666;
}

#PLA #productCollection .productBannerSubHeading a:hover,  
#PLA #productCollection .ProductGroupTitleViewAllLink a
{
    color: #C24500;
}

#PLA #productCollection .ProductGroupTitleViewAllLink 
{
    position: absolute;
    right: 15px;
    cursor:pointer;
    margin-top: -18px;
    color:#576916;
}

#PLA .viewAllImage a {
    display: block;
    padding-right:17px;
    background:url('../../../ProPlants/images/view-all-icon_PP.gif') no-repeat right center;
}  
/*************************************
END - PLA specific skin
**************************************/