@import url(fusion.css);
@import url(search.css);

html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6{
  position: relative;
}

body {
  height: 100%;
  margin: 0px;
  background-color: #ffffff;
  background-image: url(../backgroundTop.gif);
  background-repeat: repeat-x;
}

a img{
  border: 0px;
}

a {
  text-decoration: none !important;
  color: #B52B45;
}

a:hover{
  text-decoration: underline !important;
}

body, input, select, td, p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

#background {
  background:#F3F3F3 url(../mainBackground.gif) repeat-x scroll 0 0;
}

#page {
  width: 970px;
  margin: 0 auto;
  position: relative;
}

#header {
  height: 126px;
  position: relative;
}

#logo {
  border: 0px;
  position: absolute;
  top: 13px;
}

#header #phone {
  position: absolute;
  left: 600px;
  top: 30px;
}

#tabRow {
  height: 29px;
  padding-top: 97px;
}

#tabRow ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#tabRow ul li{
  float: left;
  height: 29px;
  margin-right: 3px;
  line-height: 29px;
  background-repeat: no-repeat;
  background-image: url(../tabInactiveL.gif);
}

#tabRow ul li a{
  padding: 0 13px 0 13px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../tabInactiveR.gif);
  background-position: right;
}

#tabRow ul li.active{
  background-image: url(../tabActiveL.gif);
  background-color: #F4F4F4;
}

#tabRow ul li.active a{
  background-image: url(../tabActiveR.gif);
  color: #D32744;
}


#tabRow ul li:hover{
  background-image: url(../tabActiveL.gif);
  background-color: #F4F4F4;
}

#tabRow ul li:hover a{
  background-image: url(../tabActiveR.gif);
  color: #D32744;
}

#footer {
  background-image: url(../footer.gif);
  background-repeat: repeat-x;
  height: 147px;
  background-color: #ffffff;
  width:100%;
  float:left;
  clear:both;
}

#footerInner {
  height: 147px;
  width: 970px;
  margin: 0 auto;
  position: relative;
}

#main {
  background-color: #f4f4f4;
  margin: 30px 0 0 0;
  padding-bottom:30px;
}

#links {
  text-align:center;
  padding-top: 19px;
}

#externalLinks {
  text-align:center;
  padding-top: 5px;
}

#externalLinks a.last, #links a.last{
  background-image: none;
  padding-right: 0px;
}

#links a, #externalLinks a {
  color: #B52B45;
  font-size: 10px;
  background:transparent url(../footerLinksDivider.gif) no-repeat scroll 100% 2px;
  padding:0 6px 0 2px;
}

#info {
  color: #999999;
  text-align: center;
  font-size: 11px;
}

h1.balloon, h2.balloon{
  font-size: 15px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  height: 40px;

  background-image: url(../balloonR.gif);
  background-repeat: no-repeat;
  background-position: right;
  margin: 0px;
}

h1.balloon span, h2.balloon span{
  background-image: url(../balloonL.gif);
  background-repeat: no-repeat;
  display: block;
  height: 31px;
  overflow: hidden;
  padding: 7px 0 0 8px;
}

h1.balloonGrey, h2.balloonGrey{
  font-size: 15px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  height: 40px;

  background-image: url(../balloonGreyR.gif);
  background-repeat: no-repeat;
  background-position: right top;
  margin: 0px;
}

h1.balloonGrey span, h2.balloonGrey span{
  background-image: url(../balloonGreyL.gif);
  background-repeat: no-repeat;
  display: block;
  height: 31px;
  overflow: hidden;
  padding: 7px 0 0 8px;
}

select{
  font-size: 11px;
  padding: 2px 1px;
  color: #444444;
}

body > .button{
  width: auto;
  min-width: 70px;
}

.button{
  display: block;
  background-image: url(../buttonL.gif);
  background-repeat: no-repeat;
  height: 25px;
  width: 70px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

.button span{
  display: block;
  background-image: url(../buttonR.gif);
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
}

.button:hover{
  text-decoration: none;
}

.clear{
  height: 0px;
  clear: both;
}

.lowcostBox{
  background-color: #ffffff;
  color:#333333;
  font-size:12px;
  line-height:1.4em;
  background-image: url(../whiteBoxTop.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.lowcostBox h1{
  color:#70ACAC;
  font-size:16px;
  margin-top: 0px;
}

.lowcostBox h2{
  color:#70ACAC;
  font-size:14px;
  margin-bottom: 5px;
}

.lowcostBox h3{
  color:#70ACAC;
  font-size:12px;
  margin-bottom: 5px;
}

.lowcostBox p{
}

.lowcostBoxContent{
  padding: 10px;
  background-image: url(../whiteBoxBottom.gif);
  background-repeat: no-repeat;
  background-position: bottom left
}

.lowcostBoxContent img{
  margin: 0px 0 20px 20px;
}


.lowcostBoxWithSearch{
  background-color: #ffffff;
  color:#333333;
  font-size:12px;
  line-height:1.4em;
  background-image: url(/uploaded/1254760772.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.lowcostBoxWithSearch h1{
  color:#70ACAC;
  font-size:16px;
  margin-top: 0px;
}

.lowcostBoxWithSearch h2{
  color:#70ACAC;
  font-size:14px;
  margin-bottom: 5px;
}

.lowcostBoxWithSearch h3{
  color:#70ACAC;
  font-size:12px;
  margin-bottom: 5px;
}

.lowcostBoxWithSearch p{
}

.lowcostBoxWithSearchContent{
  padding: 10px;
  background-image: url(/uploaded/1254760773.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  height: auto;
  overflow: hidden;
}

.lowcostBoxWithSearchContent img{
  margin: 0 0 20px 20px;
}


.faqs ul{
  margin-bottom: 20px;
}

.faqs ul li{
  list-style: none;
  padding: 0 0 0 15px;
  background-image: url(../bullet.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
  margin-bottom: 10px;
}

.faqs ul li strong{
  color: #B52B45;
}

.faqs h2{
  margin-bottom: 10px;
}

.lowcostBoxContent .sep{
  height:1px;
  border-bottom: 1px dotted #D0D0D0;
  padding-top: 5px;
  margin-bottom: 4px;
}

.lowcostBoxContent ul{
  margin-bottom: 20px;
}

.lowcostBoxContent ul li{
  list-style: none;
  padding: 0 0 0 15px;
  background-image: url(../bullet.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
  margin-bottom: 10px;
}

.offersContainer{
  margin-top: 10px;
  width: 700px;
  position: relative;
}

.offersBox{
  background-color: #ffffff;
  color:#333333;
  font-size:12px;
  line-height:1.4em;
  background-image: url(../offersBoxTop.gif);
  background-repeat: no-repeat;
  background-position: top left;
  width: 480px;
  margin-top: 10px;
  float: left;
  margin-right: 10px;
  position: relative;
  height: 220px;
}

.offersBox img{
  border: 4px solid #EEEEEE;
  margin: 20px 0 20px 20px;
}

.offersBox h2{
  color:#70ACAC;
  font-size:14px;
  margin-top: 0px;
}

.offersBoxContent{
  padding: 10px;
  background-image: url(../offersBoxBottom.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 200px;
}

.offersBox table tr td{
  font-size: 11px;
}

.offersBox table tr td.head{
  font-weight: bold;
}

.offersBoxImg{
 position: absolute;
 top: 30px;
 right: 10px;
 width: 140px;
 border:4px solid #EEEEEE;
}

.offersBoxPrice{
 height: 27px;
 width: 200px;
 position: absolute;
 bottom: 10px;
 right: 10px;
 color: #D22644;
 font-weight: bold;
 font-size: 16px;
 line-height: 30px;
 text-align: right;
 padding-right: 80px;
}

.offersBoxPrice a{
  position: absolute;
  right: 0px;
  bottom: 0px;
}


.linesBox{
  background-color: #ffffff;
  color:#333333;
  font-size:12px;
  line-height:1.4em;
  background-image: url(../whiteBoxTop.gif);
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: 10px;
  position: relative;
}

.linesBoxContent{
  padding: 10px;
  background-image: url(../whiteBoxBottom.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.linesBoxContent h2{
  color:#70ACAC;
  font-size:14px;
  margin-top: 0px;
}

#itineraryform h1{
  color:#70ACAC;
  font-size:16px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.addon{
   margin-bottom: 10px;
}

.addon td {
  font-size: 11px;
}

.addon h1{
  color: #d32744 !important;
  margin-top: 0px !important;
  padding-bottom: 20px;
}

.flightsAddon tr td{
  padding-bottom: 10px;
}

#flightdepdivouttext, #flightdepdivintext{
   color: #666666;
   font-size: 10px;
   padding-top: 5px;
}

.linksBox{
  margin-top: 12px;
  background-color: white;
  background-image: url(../leftBoxBottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height: normal;
}

.linksBox h1, .linksBox h3{
  color:#70ACAC;
  font-size:14px;
  margin:0 0 0 0;
}

.linksBoxContent, .linksBoxContentOneCol{
  padding: 10px;
  background-image: url(../leftBoxTop.gif);
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  height: auto;
}

.linksBoxContentOneCol a{
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 15px;
  background-image: url(../bullet.gif);
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
  font-size: 11px;
  width: 200px;
}

.linksBoxContent a{
  display: block;
  width: 100px;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 15px;
  background-image: url(../bullet.gif);
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
  font-size: 11px;
}

.staticpageoffers{
  margin-top: 10px;
  width: 700px;
  padding-bottom: 50px;
}

.staticOffersBox{
  background-color: white;
  background-image: url(/uploaded/1254762668.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 340px;
  height: 170px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.staticOffersBoxContent{
  background-image: url(/uploaded/1254762667.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 10px;
}

.staticOffersBoxContent img.offersBoxImg{
  width: 140px;
  position: absolute;
  border: 4px solid #EEEEEE;
  right: 10px;
  top: 30px;
}

.staticOffersBoxContent h4{
  position: relative;
  z-index: 1;
  background-color: white;
  margin-bottom: 10px !important;
}

.staticOffersBoxContent table{
  width: 160px;
  position: relative;
  z-index: 2;
}

.staticOffersBoxContent table tr td{
  padding-bottom: 5px;
  font-size: 11px;
}

.staticOffersBoxBookButton{
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.execlusiveOfferBoxes a:hover{
  text-decoration: none !important;
}

.execlusiveOffer{
  margin-bottom: 15px;
  position: relative;
  height: 106px;
  cursor: pointer;
}

.execlusiveOffer .lowcostBoxWithSearchContent{
  height: 86px;
}

.execlusiveOffer ul{
  padding: 0;
  margin: 0;
}

.execlusiveOffer h2{
  margin-top: 0;
}

.execlusiveOffer ul li{
  list-style: none;
  padding: 0 0 0 15px;
  background-image: url(../bullet.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
  margin-bottom: 0;
  font-size: 11px;
}

.rciOfferImg{
  position: absolute;
  top: 0px;
  right: 0px;
}

.sticker{
  background-image: url(http://www.lowcostcruising.com/uploaded/1255444136.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 38px;
  height: 39px;
  font-family: Arial;
  font-weight: bold;
  color: white;
  font-size: 12px;
  padding-top: 11px;
  padding-left: 12px;
  line-height: normal;
}

#linesBox{
  margin-top: 12px;
  background-color: white;
  background-image: url(../leftBoxBottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#linesBox h1, #linesBox h3{
  color:#70ACAC;
  font-size:14px;
  margin:0 0 0 0;
}

#linesBoxContent{
  padding: 10px 0 4px 10px;
  background-image: url(../leftBoxTop.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#linesBoxLinks {
  margin: 15px 0px 5px 5px;
}

#linesBoxLinks a{
  display: block;
  width: 90px;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 15px;
  background-image: url(../bullet.gif);
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
  font-size: 11px;
}

/* DESTINATIONS PAGE */

#destinationsContainer{
   width: 710px;
}

.destination{
  width: 343px;
  height: 136px;
  margin: 0 10px 10px 0;
  float: left;
  position: relative;
  left: -3px;
  top: -3px;
}

.destinationImage{
  width: 133px;
  height: 136px;
  float: left;
  background-image: url(../destinationsImageBox.gif);
  background-repeat: no-repeat;
  position: relative;
}

.destinationImage img {
  position: relative;
  left: 9px;
  top: 8px;
}

.destinationText{
 margin: 3px 0 0 0;
 float: right;
 width: 183px;
 height: 110px;
 background-image: url(../whiteboxDestinations.jpg);
 background-repeat: no-repeat;

 padding: 10px;

 font-family: Arial,Helvetica,sans-serif;
}

.destinationText a{
 font-size: 11px;
 border-bottom: 1px dotted #B52B45;
}

.destinationText a:hover{
  text-decoration: none;
  border: 0px;
}

.destinationText h2 a, .destinationText h2{
   font-size: 14px;
   color: #D22643;
   margin: 0;
   border: 0px;
}

.destinationText p{
  color: #666666;
  font-size: 11px;
  margin: 5px 0 0 0;
}

.destinationText a{
 font-size: 11px;
 border-bottom: 1px dotted #B52B45;
}

.destinationText a:hover{
  text-decoration: none;
  border: 0px;
}

#map{
 margin-bottom: 10px;
}

.liveChat{
  position: absolute;
  right: -4px;
  top: -2px;
  z-index: 1;
}

#shipinfo{
float:right;
margin-left:5px;
width:690px;
}

#shipinfo .shipinfoheader{background-color:#fff;background-image:url(../shipinfohead.gif);background-position:top center;background-repeat:no-repeat}
#shipinfo .shipinfoheadercontent {background-image:url(../shipinfofoot.gif);background-position:bottom center;background-repeat:no-repeat;padding:5px;}
#shipinfo .shipinfoheadercontent h2 {color:#70acac;margin:5px 0;font-weight:normal;font-weight:18px;}
#shipinfo .shipinfoheadercontent img {width:190px;background-image:url(../shipimagebg.gif);padding:8px;}
/*#shippage #searchBox {z-index:1001;}*/
#shippage .cabintab {background-color:red;}
#shippage #searchForm select.large, #shippage #searchForm select {visibility:visible !important;}
#cabintypes, #facilities, #shipdecks, #cruises {background-color:#fff;padding:10px;}
#cabintypes b {color:#70acac;}
#cabintypes img {width:151px;}
#cabintypes td {border-bottom:1px dashed #E5E5E5;padding:10px 0;}
#cabintypes table {margin:0!important;}
#shipsubnav {margin:10px 0 0 0;padding:0;}
#shipsubnav li {float:left;width:95px;height:29px;list-style-type:none;background-image:url(../greytabbg.gif);text-align:center;line-height:29px;margin:0 2px 0 0;}
#shipsubnav li a {color:#fff;text-decoration:none;padding:6px 10px;}
#shipsubnav li a:hover, #shipsubnav li a:active, #shipsubnav li a:focus {color:#d22644;text-decoration:none;border:none;}
#shipsubnav li:hover, #shipsubnav li:active, #shipsubnav li:focus {background-image:url(../whitetabbg.gif);border:none;}
#shipsubnav .cruises a {padding:6px 20px;}
#shipsubnav .cabintypes a {padding:6px 11px;}
#shipsubnav .facilities a {padding:6px 20px;}
#shipsubnav .decks a {padding:6px 11px;}
#cruises h2 {color:#47acac;font-size:12px;margin:5px 0;}
#cruises p {color:#666666;margin:0 0 10px 0;}
#cruises h3 {color:#666666;margin:5px 0;font-size:12px;}
#cruises a {color:#666666;text-decoration:underline;}
#facilities .facilityitem {width:220px;min-height:200px;float:left;}
#facilities  h4 {color:#70acac;margin:0;font-size:12px;}
#facilities li {}
#shippage .searchforprices {width:199px;height:24px;text-align:center;float:right;margin:20px 0;background-image:url(../searchforprices.gif)}
#shippage .searchforprices a {color:#fff;text-decoration:none;line-height:24px;}
.tabon, #cruisesli .tabon {background-image:url(../whitetabbg.gif)!important;}
#shipsubnav .tabon a {color:#D22644!important;}

.rciGridPageText p{
  color: #666666;
  font-size: 11px;
}

.rciGridPageText p span.red{
  color: #D22644;
}

.msgBox{
  background-image: url(../gridpage/msgBoxBottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.msgBoxContent{
  background-image: url(../gridpage/msgBoxTop.gif);
  background-repeat: no-repeat;
  padding: 5px 10px 5px 10px;
  line-height: normal;
}

.msgBoxContent p{
  padding: 0;
  margin: 0;
}

.msgBoxContent h2{
  padding: 0;
  margin: 0;
  color: #70ACAC;
  font-size: 12px;
}

div.grid{
  background-color: #D4EDED;
  margin-top: 15px;
  background-image: url(../gridpage/gridBoxBottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

div.gridContent{
  padding: 5px;
  background-image: url(../gridpage/gridBoxTop.gif);
  background-repeat: no-repeat;
}

table.grid{
  background-color: #D4EDED;
}

table.grid tr.alt td{
  background-color: #F4FDFD;
}

table.grid tr th{
  color: #333333;
  font-weight: normal;
  text-align: left;
  height: 30px;
}

table.grid tr td{
  color: #666666;
}

table.grid tr td.price{
  color: #D22644;
}

table.grid tr td, table.grid tr th{
  font-size: 11px;
  padding: 2px;
}

div.gridContact{
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: right;
}

div.gridContact a{
  padding-left: 22px;
  background-repeat: no-repeat;
  margin-left: 20px;
  font-size: 11px;
}

div.gridContact a.enquireLink{
  background-image: url(../gridpage/enquire.gif);
}

div.gridContact a.callLink{
  background-image: url(../gridpage/telephone.gif);
}

.leftBox{
  margin-top: 12px;
  background-color: white;
  background-image: url(../leftBoxBottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height: normal;
}

.leftBox h1, .leftBox h3{
  color:#70ACAC;
  font-size:14px;
  margin:0 0 0 0;
}

.leftBoxContent{
  padding: 10px;
  background-image: url(../leftBoxTop.gif);
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  height: auto;
}

ul.squareBullets{
  padding: 0;
  margin: 0;
}

ul.squareBullets li{
  list-style: none;
  padding: 0 0 0 15px;
  background-image: url(../bullet.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
  margin-bottom: 0;
}

.execlusiveOfferNew:hover{
  background-color: #FFFFDF;
}

#sitemapLeftColumn{
  float: left;
  width: 250px;
}

#sitemapRightColumn{
  float:right;
  margin-left:5px;
  width:690px;
}

#sitemapRightColumn h3 a{
  color: #70ACAC;
}

.sitemapBlock{
 float: left;
 width: 330px;
 margin-bottom: 20px;
}

.sitemapBlockFirst{
 float: left;
 width: 330px;
 margin-bottom: 20px;
}

.sitemapBlock ul li, .sitemapBlockWide ul li{
  float: left;
  width: 150px;
}

.sitemapBlock ul li a, .sitemapBlockWide ul li a{
  font-size: 11px;
  color: #666666;
}

#sitemapRightColumn h2{
  clear: both;
  border-top: 1px dotted #C0C0C0;
  padding: 20px 0 15px 0;
  color: #B52B45;
}

#sitemapRightColumn h2.first{
  border: none;
  padding: 0;
}

#sitemapRightColumn h3{
  padding-top: 20px;
}

#sitemapRightColumn h3.first{
  padding: 0px;
}

.sitemapBlockWide{
 float: left;
 width: 660px;
 margin-bottom: 30px;
}

#sitemapRightColumn ul{
  list-style: none;
  list-style-position: outside;
  padding: 0px;
  margin: 0px;
}

#sitemapRightColumn ul li{
}



#breadcrumbs{
  list-style: none;
  padding: 0;
  margin: -24px 0 6px 0;
  clear: both;
  height: 18px;
  width: 686px;
  background-image: url(../breadcrumbs/bar.gif);
  background-repeat: no-repeat;
  padding-left: 4px;
  color: #ffffff;
  font-size: 11px;
}

#breadcrumbs.first{
  background-image: url(../breadcrumbs/barFirst.gif);
}

#breadcrumbs li{
  float: left;
  padding: 0 15px 0 15px;
  line-height: 18px;
}

#breadcrumbs li.previous{
  background-image: url(../breadcrumbs/arrowL.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

#breadcrumbs li.past{
  background-color: #D4EDED;
  color: #999999;
}

#breadcrumbs li.first{
  padding-left: 5px;
}

#breadcrumbs li.current{
  background-color: #46ADAD;
  background-image: url(../breadcrumbs/arrowR.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

#faqList {
	list-style-type:none;
	margin-bottom:0px;
	margin-left:0px;
	padding-left:0px;
}
#faqList li{
	background-image:url();
	list-style-type:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
#faqList ul{
	list-style-type:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
#faqList a{
	color:#000;
}
#faqList_sub {
	list-style-type:none;
}
#faqList_sub li{
	background-image:url();
	list-style-type:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
#faqList_sub ul{
	list-style-type:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
#faqList_sub a{
	color:#000;
}

/* Generic Offer Styles  */

#offerContainer{
  position: relative;
  overflow: hidden;
  height: auto;
}

#offerContainer .offerShadow{
  width: 263px;
  height: 130px;
  background-image: url(../dest/destOffersShadow.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 6px;
  margin-bottom: 7px;
}

#offerContainer .offer{
  width: 257px;
  height: 130px;
  border: 1px solid #666666;
  position: relative;
  background-image: url(../dest/destOfferBack.gif);
  background-repeat: repeat-x;
  background-color: #ffffff;
}

#offerContainer .offerContent{
  padding: 7px;
  text-align: center;
}

#offerContainer .offer h4{
  font-size: 16px;
  font-weight: bold;
  color: #48adad;
  text-align: center;
  margin-bottom: 5px;
}

#offerContainer .offer p{
  color: #666666;
  font-size: 11px;
  text-align: center;
  margin: 3px 0 5px 0;
}

#offerContainer .offer p span.destDate{
  color: #d32744;
}

#offerContainer .offer p.offerPrice{
  text-align: right;
  font-size: 12px;
  z-index: 2;
  margin: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#offerContainer .offer p.offerPrice span {
  color: #D52943;
  font-size: 20px;
}

#offerContainer .offer p.offerPrice img{
  bottom: inherit;
  left: inherit;
  position: static;
  width: auto;
}

#offerContainer .offer img{
  bottom: 5px;
  left: 5px;
  position: absolute;
  width: 95px;
}

.lowcostBoxWithSearchContent ul.squareBullets li{
	font-size: 11px;
	color: #666666;
}