@charset "UTF-8";
/* CSS Document */
.dealsContent {
    margin-top: 0;
    margin-bottom: 20px;
}
.deal {
    border-bottom: 1px solid #CACACA;
    height: 110px;
    overflow: hidden;
    left: 0;
    max-width: 648px;
    position: relative;
    z-index: 999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.deal > a {
    height: inherit;
    text-decoration: none;
	display:block;
	padding:10px 10px 10px 0;
}
.deal > a:hover{ background-color:#E7D6B0;}
.dealThumb {
    float: left;
    position: relative;
    left: 0px;
    display: inline;
    margin-right: 20px;

    width: 200px;
    height: inherit;
}
.dealText {
    font-size: 14px;
    height: inherit;
    max-height: 224px;
    overflow: hidden;
    position: relative;
    width: 280px;
}
.product_wrapper .deal{ margin:0; }
.product_wrapper .dealValidity h2{ margin-top:7px; font-size: 21px; color: #706D6D; -webkit-font-smoothing: antialiased;}
.dealValidity h2 {
    margin: 20px 0 4px;
}
.dealValidity {
    bottom: 0px;
    color: #000000 !important;
    font-size: 13px;
    
    text-align: left;
    width: 100%;
    color: #FFFFFF;
    line-height: 1em;
	overflow:hidden;

}
.dealCopy {
    color: #004482;
    font-weight: bold;
    position: absolute;
    right: 140px;
    text-align: right;
    top: 15px;
    width: 100px;
    z-index: 999;
}
.pricePoint {
    height: 60px;
    left: 525px;
    position: absolute;
    text-align: left;
    top: 12px;
    width: 120px;
    z-index: 999;
}
.dealPrice {
    color: #932B0B;
    font-weight: bold;
    line-height: 2em;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    top: -8px;
    width: 100%;
    z-index: 10;
}
.priceLand {
    display: inline;
}
.dealDollarSign {
    font-size: 18px;
    margin-right: -3px;
    position: relative;
    top: 0;
}
.dealDollarSign, .dealCost, .dealCost {
    display: inline;
}
.priceAir {
    display: none;
}
.dealCost {
    font-size: 24px;
}
.dealPP {
    display: inline;
    font-size: 0.9em;
    margin-top: -4px;
}
ul.inclusions{ margin-left:15px;	}
.inclusions {
    height: auto;
    margin-bottom: 20px;
	margin-top:10px;
    padding-left: 15px !important;
    width: inherit;
}

.inclusions ul {
    margin-left: 0;
    margin-top: 5px;
    padding-left: 0;
}

.inclusions li {
    float: left;
    line-height: 1.2em;
    margin-bottom: 4px;
    margin-right: 18px;
	font-size:15px;
	clear:both;
	width:597px;
	color:rgb(60, 60, 60);
   
}