/* CSS Document */

	div.bannerGeneric 
	{
	    background: #fff url(../css-images/offers/montage-header.jpg) top left no-repeat;
	}
	
	#marker 
	{
	    left:840px;
	    display:block;
	}

	/*styling for the ten pound room offer on the offers home page*/
	#tenpound 
	{
	  padding-bottom:40px;
	  border-bottom:1px solid #E5E5E5;
	  margin-bottom:7px;
	  background:transparent url(../css-images/offers/queens-head-strip-bckgrnd.jpg) bottom left no-repeat;
	  overflow:hidden; 
	}

	#specialPackageDeals, #offersByEmail 
	{
	  border-bottom:1px solid #E5E5E5;
	  margin-bottom:7px;
	  overflow:hidden; 
	}
	
	/*styling for the list elements on the special packages page*/
	.TitleHilight 
	{
	display:block;
	width:auto;
	height:auto;
	padding-left:10px;
	background-color:#E5E5E5;
	color:#000;	
	}
