﻿
.ProductPanel
{
	width:162px;
	height:184px;
	margin : 0px;
	padding:0px;
	background-color:#fffdf6;
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
}
.ProductPanel:hover
{
	background-position: -162px 0;
}

.pTop
{
	width:162px;
	height:68px;
	margin : 0px;
	padding:0px;
}
.pTopLeft
{
	width:68px;
	height:68px;
	float:left;
	position:relative;
}
.pTopRight
{	
	width:94px;
	height:68px;
	float:right;
}

.ProductImage
{
	width:60px;
	height:60px;
	left: 4px;
	top: 4px;
	padding:0px;
	position: absolute;
	background: #FFFFFF;
}

.ClickbeePrice
{
	width:93px;
	height:23px;
	padding: 4px 0px 0px 0px;
	text-align:center;
	font-size : 14px; 
	font-weight:bold;
	cursor: pointer;
}

.PriceInfo
{
	right : 2px;
	width:90px;
	font-family : "Microsoft Sans Serif";
	position: relative;	
}
.PriceInfo.RetailerPrice
{
	color:#0d46d6;	
	font-size : 9px; 
	text-align:right;
}

.PriceInfo.CashbackValue
{
	top:2px;
	color:#944505;	
	font-size : 9px; 
	text-align:right;
}
.PriceInfo.SavePercentage
{
	top:3px;	
	color:#215308;	
	font-size : 9px; 
	text-align:right;
}

.ProductBox
{	
	overflow:hidden;
	width:152px;
	left:0px;
	padding:0px;	
	font-family : "Microsoft Sans Serif";
	position:relative;
}

.ProductName
{
	height:32px;
	max-height:32px;
	text-align:center;
	top : 4px;
	font-size : 12px; 
}
.ProductDescription
{
	max-height:41px;
	text-align:justify;
    color:#343434;
	top : 8px;
	height:41px;
	font-size : 10px; 
}
.AffiliateName
{
	height:12px;
	max-height:53px;
	overflow:hidden;
    text-align:center;
    color:#343434;
	top : 22px;
	font-size : 10px; 
	font-weight:bold;
	cursor: pointer;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 