/* This file contains the layout styles for Pseudo Product */

.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 #productCollection .productContainer {
    float: left;
    width: 242px;
    height: 319px;
}

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