﻿div.results_cache
{
    background: transparent url(/img/flex/bg-results-bottom.png) no-repeat 0 100%;
    padding-bottom: 8px;
    margin-bottom: 15px;
    width: 690px;
    clear: left;
}
div.results_cache div.top 
{
    background: transparent url(/img/flex/bg-results-top.png) no-repeat;
    padding-top: 8px;
}
div.results_cache div.bottom 
{
    background: transparent url(/img/flex/bg-results.png) repeat-y;
    padding: 0px 15px 5px 15px;
}

div.results_cache2
{
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    width: 688px;
    clear: left;
    border: solid 1px #dfdfdf;
    background-color: #f1f1f1;
}



.dateHeader{  }
.dateHeaderVisible { width: 13px; background-color:#EEEEEE; text-align: center; color: #15a8e0; font-weight: bold; border: solid 1px #DDDDDD; z-index: 2; position: absolute; }

.weekDay { background-color:#DDDDDD; font-weight: bold; text-align: center; padding: 2px 0px 2px 0px; }

.weekCell {
    width: 40px;
    height: 35px; 
    text-align: right;
    vertical-align: bottom; 
    font-size: 16px; 
    color: #666666; 
    font-weight:bold;
    padding: 0px 5px 5px 0px;
    background-color: #FFFFFF;
}

.dateCell 
{
    width: 80px;
    height: 35px;
    background-color: #FFFFFF;
    border-spacing: 0px;
    border: none;
    padding: 0px 5px 5px 0px;
}
.lastDateCell
{
    padding-right: 0px;
}

.cacheEmpty {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    
    background-image: url(/img/flex/flex_price_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.cacheEmpty a { color: #666666; text-decoration: none; }
.cacheEmpty:hover {  
    color: #FFFFFF;
    font-size: 16px; 
}


.cacheBestPrice 
{
    cursor: pointer;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    
    background-image: url(/img/flex/flex_cheapest.png);
	background-repeat: no-repeat;
	background-position: center;
}
.cacheBestPrice a { color: #FFFFFF; text-decoration: none; }
.cacheBestPrice:hover { font-size: 16px; }




.cacheSelectedPrice 
{
    cursor: pointer;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;

    
    background-image: url(/img/flex/flex_selected.png);
	background-repeat: no-repeat;
	background-position: center;
}
.cacheSelectedPrice a { color: #FFFFFF; text-decoration: none; }
.cacheSelectedPrice:hover { font-size: 16px; }


.cachePrice 
{
    cursor: pointer;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;

    
    background-image: url(/img/flex/flex_price_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.cachePrice a { color: #FFFFFF;  font-size: 16px; 
    background-image: url(/img/flex/flex_over.png);
	background-repeat: no-repeat;
	background-position: center;
}
