/**************************************************************
	DESCRIPTION:
	This stylesheet defines the styles for the RED product
    template which tiles 4 products across a 970px page.
	
	CONTENTS:
	- ProductStyles    
**************************************************************/

/**********************************
    BEGIN: ProductStyles
**********************************/
.productContainer {
	float: left;
	width: 238px;
	height: 315px;
	margin: 2px;
	overflow:hidden;		
	background-color: #DEE0E2;
	position: relative;
}

.productContainer .productInformation 
{
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: 214px;
    height: 64px;
    padding: 2px 6px 0;
    text-align: left;
    background: transparent url("../../../../../../../248/497/0001/origin.prvd.com/RedEnvelope/images/prodDetailBG.png") repeat-x left top;
}

.productContainer .productInformation .name {
    height: 28px;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
}

.productContainer .productInformation .name .newAttribute {
    font-weight: bold;
    color: #990000;
}
	
.productContainer .productInformation .name a {
    text-decoration: none;
}

.productContainer .productInformation .reviewHolder {
    margin-top: 3px;
    height: 14px;
    overflow: hidden;
}
	
.productContainer .productInformation .reviewHolder .reviewWrapper {
	position: relative;
	top: -1px;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
}

.productContainer .productInformation .mainPrice {
    font-weight: bold;
    color: #333;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
}

.productContainer .productInformation .mainPrice .strikePrice {
    text-decoration: line-through;
    font-weight: bold;
    color: #666;
}

.productContainer .productInformation .mainPrice .discountPercentage {
    color: #666;
    font-weight: normal;
}

.hasStrike
{
    color:#A52428;
}
/**********************************
    END: ProductStyles
**********************************/