/* This file contains the layout styles for Pseudo Product used in landing001.ascx template. */

.PseudoProduct
{
    text-align: center;
}

.TopSellers
 {
	border:1px solid #a9c032;
	float:left;
	width: 180px;
	height:284px;
	overflow:auto;
}

.TopSellers .SectionHeader {
	padding:5px;
	background-color:#e6edc1;
}

	.TopSellers ol {
		margin:5px 0 0 30px;
		padding:0;
		font-weight:bold;
	}

	.TopSellers ol li { margin-bottom:8px; }

	.TopSellers ol li a {
		position:relative;
		left:-3px;
		font-weight:normal;
	}


/* Begin Brand Specific styles for using only pseudo products on templates */

    #RED .productContainer {
	    float: left;
	    width: 238px;
        margin:2px;
    }

    #PCR #productCollection .productContainer,
    #PFC #productCollection .productContainer, 
    #SSS #productCollection .productContainer, 
    #CMF #productCollection .productContainer,
    #PLA #productCollection .productContainer   {
        float: left;
        width: 194px;
    }