/**************************************************************
	DESCRIPTION:
	This stylesheet defines the styles for the RED category
    page.
	
	CONTENTS:
	- TitleDescription
    - TEST:BeautyShot
    - FooterText
**************************************************************/

/**********************************
    START: TitleDescription
**********************************/
.productGroupTitle {
    border-bottom: 1px solid #CCC;
    padding-bottom: 4px;
    margin: 20px 0 4px;
    font-size: 15px;
    font-weight: bold;
}

/**********************************
    END: TitleDescription
**********************************/


/**********************************
    START: TEST:BeautyShot
**********************************/
.beautyShot {
    position: relative;
    float: left;
    width: 480px;
    height: 632px;
    margin: 2px;
    overflow: hidden;
}

.beautyShot .productContainer {
    width: 226px;
    height: 66px;
    position: absolute;
    left: 6px;
    bottom: 6px;
    margin: 0;
    background-color: transparent;
}

.beautyShot .productImage {
    display: none;
}

.beautyShot .productContainer .productInformation {
    left: 0;
    bottom: 0;
    background: #FFF none;
}
/**********************************
    END: TEST:BeautyShot
**********************************/

/**********************************
    START: FooterText
**********************************/
.productGroupFooterBox {
	margin-bottom: 25px;
	text-align: left;
	font-size: 11px;
}

.productGroupFooterBox a {
    text-decoration: underline;
	font-weight: bold;
}

.productGroupFooterBox li {
    margin-left: 14px;
}
/**********************************
    END: FooterText
**********************************/