/* Pricing Hover Panel CSS */

.pricePanel{
	position: absolute;
    margin:2em 10px 4em; 
    font-family: Helvetica, sans-serif;
    z-index: 3000;
	
	padding: 0;
	min-width: 140px;
	width: 140px;
	vertical-align: middle;
	text-align: left;
	display: none;
}
.pricePanel:before{
    content:"";
    position:absolute; 
    z-index:-2;

    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.2);
    box-shadow:0 0 15px rgba(0,0,0,0.2);
    top:0;
	bottom: 0;
	left: 0;
	right: 0;
/* 	width: 98%; */
	background-color: #fff;

}
.pricePanel>a{
	text-decoration: none;
	background-color: #fff;
	/* margin-bottom: 50px; */
	display: block;
	/*width: 98%;*/
}
.pricePanel>a:hover, .calendarHoverPanel a:hover{
	background-color: #fafafa;
}
.flexslider .slides .pricePanel_caret { 

	float:none !important;
	display: inline;
}

.pricePanel_caret{
	float:none !important;
	display: inline;
	padding-left: 2px;
	
}

.pricePanel_item{
/* 	margin: 2px 0; */
	padding: 7px 10px;
}
.pricePanel_itemHover{
    background-color: #fafafa;
}
.pricePanel_price{
	font-size: 12px;
	font-weight: bold;
	border: none;
	line-height:12px;
}
.pricePanel_price img{
	border: none;
}
.pricePanel_productName{
	color: #666;
	font-size: 10px;
}
.pricePanel_notAvailOnline{
	font-size: 10px;
	color: #c61820;
}
.pricePanel_notAvailOnline img{
	border: none;
}
.pricePanel_title{
	color: #666;
	font-size: 14px;
}
.pricePanel_category{
	padding: 12px;
	background-color: #999;
	color: #fff;
	font-size: 13px;
}
.pricePanel_lotNumber{
	margin-top: 5px;
	padding: 5px 10px;
	font-size: 12px;
	background-color: #ddd;
	color: #000;
}


/* EVERYDAY SPECIFIC */
.pricePanel_everyday{
	color: #ed1d24;
}


/* BEST PRICE SPECIFIC */
.pricePanel_bestprice{
	color: #2a2a86;
}


/* MONTH SPECIFIC */
.pricePanel_monthPriceType{
}
.pricePanel_monthPriceType .pricePanel_item{
	display: table;
}
.pricePanel_month{
	color: #999;
}
.pricePanel_monthPrice{
	background-color: #999;
	color: #fff;
	text-align: center;
}
.pricePanel_monthPriceRangeWrapper{
	padding-right: 8px;
	color: #999;
}
.pricePanel_monthPriceRangeDash{
	padding: 0 3px;
}
.pricePanel_monthInline{
	display:table-cell;
	vertical-align: top;
}
.pricePanel_monthTableCell{
	display: table-cell; 
	vertical-align: middle;
}
.pricePanel_monthPadding{
	padding: 5px;
}
.pricePanel_monthMaxWidthDiv{
	width: 100%;
}

.pricePanel_monthVCenter {
	display: table;
	overflow: hidden;
	float: left;
}
