/* $Id: index.css,v 1.8 2011/08/10 13:59:11 awaes.i Exp $ */
/*-----------------------------------------------------------------------------*/

 @import "pageSpecific/indexGallery.css";

/**** Text Styles
************************************************************************************************/

.specialOffers p.indexOffers {
	background:transparent url(themes/meon/images/pageElements/background/indexTitlesSprite.gif) no-repeat scroll 0 -30px;
	height:19px;
	left:7px;
	position:relative;
	text-indent:-9000px;
	top:6px;
}
#indexContainer .ourDestinations p.introText {
	background:transparent url(themes/meon/images/pageElements/background/indexTitlesSprite.gif) no-repeat scroll 0 -15px;
	height:15px;
	left:13px;
	position:relative;
	text-indent:-9000px;
	top:8px;
	width:140px;
}
#indexContainer .ourDestinations a.viewAll,
.specialOffers a.viewAllOffers {
	background:transparent url(themes/meon/images/pageElements/icons/viewAll.gif) no-repeat scroll 0 0;
	color:#fff;
	display:block;
	height:0;
	left:160px;
	margin-top:0;
	overflow:hidden;
	padding-top:14px;
	position:relative;
	top:-5px;
	width:56px;
}
.specialOffers a.viewAllOffers {
	top:-10px;
}
/**** Index Middle Column
************************************************************************************************/

#rightColumn.index {
	border: none!important;
}
#indexContainer .ourDestinations {
	background:transparent url(themes/meon/images/pageElements/background/homeMapBg.gif) no-repeat scroll;
	float: left;
	height: 335px;
	padding: 5px;
	width:390px;
}
.ourDestinations h3.destinations {
	font-size:1.2em;
	margin:7px 0 0;
}
#indexContainer .ourDestinations ul {
	float:left;
	margin:0;
	padding:0 0 10px 15px;
	width:112px;
}
#indexContainer .ourDestinations ul li {
	padding: 3px 0;
}
#indexContainer .ourDestinations ul li a {
	font-weight: normal;
}
#indexContainer .ourDestinations p.allDestinations {
	clear:left;
	margin-left:10px;
	width:338px;
}
#indexContainer .ourDestinations p span {
	float:right;
	padding:0;
}
#indexContainer .specialOffers {
	background: url(../images/pageElements/background/specialOffersScrollyBg.jpg) no-repeat bottom;
	scroll: center bottom;
	float:right;
	height:341px;
}
#indexContainer .specialOffers .specialOffersContainer {
	padding:7px;
	width:225px;
}
.textContainer {
	background: url(../images/pageElements/background/gradientGreyBoxBg.jpg) no-repeat bottom;
	clear: both;
}
.textContainer .textContainerTop {
	background: url(../images/pageElements/background/gradientGreyBoxBgTop.jpg) no-repeat top;
	padding: 10px;
}
.textContainerTop div {
	background: url(../images/pageElements/logos/whyMeonLogo.gif) no-repeat 0 50%;
	padding: 16px 16px 16px 175px;
}

/**** Scrollable Special Offers
************************************************************************************************/

div.scrollable {
	height:259px;
	overflow:hidden;
	margin-left:7px;
	position:relative;
	top:-26px;
	width:220px;
}
#thumbs {
	margin:0;
	padding:0;
	position:absolute;
	width:20000em;
}
a.prev, a.next {
	margin-top:118px;
}
#thumbs div {
	background: #FCFCFC;
	cursor:pointer;
	float:left;
	margin-top:-29px;
	width:230px;
}
#thumbs div .offerPrice {
	color:#397B9B;
	font-weight:bold;
}
#thumbs img {
	border:2px solid #DBD7CC;
	height:100px;
	width:130px;
}
#thumbs img.rating {
	border:none;
	height:17px;
	padding:2px 0;
	width:102px;
}
#thumbs img.sleeps {
	border:none;
	height:19px;
	width:19px;
}
#thumbs div img.viewOffer {
	border: none;
	float:right;
	height:27px;
	position:relative;
	right:15px;
	top:40px;
	width:57px;
}
#thumbs h3 {
	color:#903315;
	font-size:1.1em;
	margin:7px 0;
}
a.prev, a.next, a.prevPage, a.nextPage {
	cursor:pointer;
	display:block;
	float:left;
	margin:0;
}
a.prev, a.prevPage {
	background: url(../images/pageElements/buttons/indexOffersPrev.gif) no-repeat;
	clear:right;
	height:20px;
	left:-6px;
	position:relative;
	top:280px;
	width:43px;
}
a.next, a.nextPage {
	background:transparent url(../images/pageElements/buttons/indexOffersNext.gif) no-repeat scroll 0 0;
	clear:right;
	height:20px;
	left:189px;
	position:relative;
	top:1px;
	width:43px;
}
p.offerContent {
	margin-bottom: 5px;
}

/**** Main Index Offers
************************************************************************************************/

#s3slider {
   width: 634px;
   height: 243px;
   position: relative;
   overflow: hidden;
}
#s3sliderContent {
   width: 400px;
   position: absolute;
   top: 0;
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}
.s3sliderImage {
   float: left;
   position: relative;
   display: none;
}
.s3sliderImage img {
	height: 240px;
	width: 634px;
}
.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 634px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.6; /* here you can set the opacity of box with text */
   color: #fff;
   display: none;
   bottom: 0;
}
.clear {
   clear: both;
}

/**** Main Index Offers
************************************************************************************************/

.balancePaymentForm table {
	margin: 10px;
}
.balancePaymentForm tr {
	height: 40px;
}
.balancePaymentForm tr td {
	width: 180px;
	vertical-align:middle;
}

.balancePaymentForm tr td select {
	margin-left:8px;
}
/* Mozilla Fix */
html>body form table.balancePaymentTable input{
    background-attachment:scroll;
    background:transparent url(../images/pageElements/background/sprFormBg.png) no-repeat fixed 0 -108px;
	border:medium none;
	height:25px;
	margin:0 0 0 5px;
	padding:5px;
	width:142px;
	background-attachment:scroll;
}

table tr td input.bookingRef,
table tr td input.leadName {
	background:transparent url(../images/pageElements/background/sprFormBg.png) no-repeat fixed 0 -108px;
	border:medium none;
	height:25px;
	margin:0 0 0 5px;
	padding:5px;
	width:142px;
}

#btAwards {padding: 10px; background:transparent url(../images/pageElements/background/voteMeon.jpg) no-repeat top left; width: 248px; height: 78px; margin-bottom: 10px; } 
#btAwards p {font-size: 16px; line-height: 19px; font-weight: bold; font-family: Arial, Verdana, Sans-serif;}
#btAwards p img {margin-top: 15px;}
