/* GENERIC STYLES */

@import url("reset.css");
@import url("slider.css");
@import url("slider1.css");


body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #6d6d6d;
	background-color: #415b83;
	width: 100%;
	text-align: center; /* Needed for IE5x Bug */
}

h1 { margin: 5px 0 15px 0; padding: 0; font-size: 22px; font-weight: normal; color: #c18501; text-align: left; letter-spacing: 1px; }
h2 { margin: 0 0 15px 0; padding: 0; font-size: 18px; font-weight: normal; color: #32496f; text-align: left; }
h3 { margin: 0 0 5px 0; padding: 0; font-size: 13px; font-weight: bold; color: #000; text-align: left; }
h4 { margin: 0 0 5px 0; padding: 0; font-size: 14px; font-weight: normal; color: #fedb85; text-align: left; }
h5 { margin: 0 0 5px 0; padding: 0 0 0 15px; font-size: 15px; font-weight: bold; color: #6d6d6d; text-align: left; }
h6 { margin: 0 0 10px 0; padding: 0; font-size: 14px; font-weight: bold; color: #38446c; text-align: left; }
p { margin: 7px 0 15px 0; padding: 0; text-align: justify; line-height: 1.4em; font-size: 14px; }
p.small { margin: 5px 0 8px 0; padding: 0; text-align: justify; line-height: 1.3em; font-size: 11px; }
a { color: #428ce9; text-decoration: none; }
a:focus { outline:none }
a:hover { color: #c18501; text-decoration: underline; }
sup { font-size: 8px; font-weight: normal; }
sub { height: 0; line-height: 1; vertical-align: baseline; vertical-align: bottom; position: relative; top: .5ex; }
ol { text-align: left; margin-top: -5px; }
ul { text-align: left; margin: 5px 0 0 18px; padding: 0; list-style-type: square; font-size: 14px; line-height: 1.4em; }
li { padding: 3px; }
li.li2 { list-style-type: none; font-size: 12px; text-align: left; margin: 3px 0 0 35px; padding: 0 }
.clear { clear: both; height: 0px; font-size: 0px; line-height: 0px; }

.legendAvailable { border:1px solid #d5d9ea; background-color:#ebeff7; width:15px; height: 15px; font-size: 8px; }
.legendOccupied { border:1px solid #d5d9ea; background-color:#C5C5C5; width: 15px; height: 15px; font-size: 8px; }

/* LAYOUT STYLES */

.layout { margin: 0 auto; width: 980px; }

#header { min-width: 980px; max-width: 5000px; padding: 0 15px; height: 100px; text-align: center; border-bottom: 1px solid #fff; background: transparent url(../images/headerBKG2.jpg) repeat-x top center; }
#headerLayout { margin: 0 auto; width: 980px; height: 100px; background: transparent url(../images/headerBKG.jpg) no-repeat top center; }

#logo { float: left; padding-top: 20px; }

#contact { float: right; padding-top: 15px; color: #fff; font-size: 11px; text-align: right; }
#contact a { color: #fff; font-size: 11px; text-decoration: none; }
#contact a:hover { color: #fedb85; text-decoration: underline; }

#heroLayout { min-width: 980px; max-width: 5000px; padding: 25px 15px 10px 15px; height: 250px; background-color: #fff; text-align: center; }
#hero { border: 1px solid #a4b4c5; padding: 2px; background-color: #fff; width: 974px; }

#content { min-width: 980px; max-width: 5000px; padding: 15px 15px 25px 15px; background-color: #fff; text-align: left; }
.contentLeft { float: left; width: 48%; text-align: left; }
.contentRight { float: right; width: 48%; text-align: left; }
.bestdeal p { float: left; width: 80%; text-align: left; }
.bestdeal img { float: right; display: block; margin-left: auto; margin-right: auto; }
.bestdeal h2 { margin: 25px 0 5px 0; padding: 0; font-size: 18px; font-weight: normal; color: #32496f; text-align: left; }
.bestdeal a { margin: 0; padding: 0; color: #ca9943; font-size: 10px; }

.kidsfree p { float: right; width: 60%; text-align: left; margin: 6px 0 0 5px; padding: 0; }
.kidsfree img { float: left; display: block; margin-left: auto; margin-right: auto; }
.kidsfree a { margin: 0; padding: 0; color: #ca9943; font-size: 10px; }


#footer { min-width: 980px; max-width: 5000px; padding: 23px 0 40px 0; text-align: left; }
.footerLinks { padding-left: 2px; }
.footerLinks a { font-size: 11px; color: #fff; text-decoration: none; line-height: 1.5em; }
.footerLinks a:hover { color: #fedb85; text-decoration: underline; }

.centerColumn { width: 500px; padding: 0 35px 0 25px; }
.leftColumn { width: 210px; }
.rightColumn { width: 210px; }
.rightColumnInside { width: 740px; padding: 0 0 0 30px; }
.leftColumnProperty { width: 300px; margin-top: 0; padding: 0; }
.rightColumnProperty { width: 650px; padding: 0 0 0 30px; }
.leftColumnProperty p { font-size:12px; margin: 12px 0 0 0; }

.divider { margin: 14px 0 0 0; padding: 0; border-bottom: 1px solid #767B87; border-top: 1px solid #767B87; background-color: #8A8F9C; }
.divider h2 { margin: 0; padding: 3px 0 3px 2px; font-size: 18px; font-weight: normal; color: #FFFFFF; text-align: left; }
.divider p { margin: 0; padding: 3px 3px 3px 0; font-size: 10px; font-weight: normal; color: #FFFFFF; text-align: right; }
.divider a { color: #FFFFFF; text-decoration: none; }

.box { margin: 10px 0 25px 0; padding: 13px 0 0 0; border-top: 1px solid #e2b590; }
.box1 { margin: 10px 0 25px 0; padding: 13px 0 0 0; }
.boximg { float: left; margin: 0 10px 50px 0; border: 1px solid #a3b2c3; padding: 2px; background-color: #fff; }
.boximgtight { float: left; margin: 0 10px 10px 0; border: 1px solid #a3b2c3; padding: 2px; background-color: #fff; }
.box p { font-size: 13px; line-height: 1.3em; margin: 0 0 5px 0; padding: 0; text-align: justify; }
.box1 p { font-size: 13px; line-height: 1.3em; margin: 0 0 5px 0; padding: 0; text-align: justify; }
.box h1 { margin: 0 0 5px 0; padding: 0; font-size: 12px; font-weight: bold; color: #4e5774; text-align: left; text-transform: uppercase; font-family: helvetica, arial, verdana, sans-serif; }
.box h2 { margin: 0 0 5px 0; padding: 0; font-size: 12px; font-weight: bold; color: #4e5774; text-align: left; text-transform: uppercase; font-family: helvetica, arial, verdana, sans-serif; }
.box h3 { margin: 0 0 5px 0; padding: 0; font-size: 12px; font-weight: bold; color: #4e5774; text-align: left; text-transform: uppercase; font-family: helvetica, arial, verdana, sans-serif; }
.box h4 { margin: 0 0 5px 0; padding: 0; font-size: 12px; font-weight: bold; color: #4e5774; text-align: left; text-transform: uppercase; font-family: helvetica, arial, verdana, sans-serif; }
.box h5 { margin: 0 0 5px 0; padding: 0; font-size: 12px; font-weight: bold; color: #4e5774; text-align: left; text-transform: uppercase; font-family: helvetica, arial, verdana, sans-serif; }
.box h6 { margin: 0 0 5px 0; padding: 0; font-size: 12px; font-weight: bold; color: #4e5774; text-align: left; text-transform: uppercase; font-family: helvetica, arial, verdana, sans-serif; }



.box1 h1 { display: inline; margin: 0 0 5px 0; padding: 0; font-size: 18px; color: #c18501; text-align: left; text-transform: uppercase; font-family: helvetica, arial, verdana, sans-serif; }
.box1 h2 { display: inline; margin: 0 0 5px 0; padding: 0; font-size: 12px; color: #4e5774; text-align: right; text-transform: uppercase; font-family: helvetica, arial, verdana, sans-serif; }
.link { float: right; margin: 0; padding: 1px 0 0 20px; background: transparent url(../images/arrow.gif) no-repeat center left; color: #c18501; font-size: 12px; font-weight: normal; }
.link:hover { color: #4e5774; text-decoration: underline; }

/* MISC STYLES */

hr { border: 1px solid #e2b590; }

.search input { background-color: #fff; width: 178px; border: none; padding: 4px 5px; font-size: 11px; color: #585858; }

#newsletter { margin: 0; padding: 0 0 0 50px; background: transparent url(../images/newsletter.gif) no-repeat top left; }
#newsletter p { margin: -2px 0 7px 0; padding: 0; text-align: justify; line-height: 1.3em; font-size: 12px; color: #fff; }
#newsletter input { background-color: #fff; width: 145px; border: none; padding: 4px 5px; font-size: 11px; color: #343434; }
#newsletter .submitbtn { width: 18px; height: 19px; border: none; background: url(../images/newsletterArrows.gif) no-repeat top center; }

#amenities { margin: 10px 0 0 0; padding: 0 0 0 10px; width: 640px; }
#amenities ul { margin: 0 0 0 18px; }

#roomtype {margin: 0; padding: 0; width: 640px; }
#roomtype ul {margin: 0 0 0 30px;}
#roomtype li {font-size: 12px; list-style-type: disc; margin: 0; padding: 0;}



.sliderlist p { display: block; margin: 0 0 20px 0; padding: 0; font-size: 12px; color: #4e5774; text-align: left; font-family: helvetica, arial, verdana, sans-serif; }
.sliderlist p.title { display: block; margin-bottom:15px; font-size: 18px; color: #4e5774; text-align: left; font-family: helvetica, arial, verdana, sans-serif; }
.sliderlist p.question { display: block; font-weight: bold; margin-bottom:3px; font-size: 14px; color: #4c556a; text-align: left; font-family: helvetica, arial, verdana, sans-serif; }
.sliderlist .small { display: inline; font-weight: normal; margin-bottom:15px; font-size: 10px; color: #4e5774; font-family: helvetica, arial, verdana, sans-serif; }
.sliderlist ul { padding: 0; font-size: 12px; font-weight:bold; color: #4c556a;}
.sliderlist li { list-style-type:none; padding: 0; margin: 15px 0 0 0; font-size: 14px; font-weight:bold; color: #4c556a;}
.sliderlist li.li2 { padding: 0; list-style-type:circle; margin:0 0 0 35px; color: #4e5774; font-size: 12px; font-weight: normal;}



.list { width: 100%; margin: -5px 0 0 0; padding: 0; line-height: 1.5em; }
.list td { width: 33%; padding-right: 50px; }
.list p.heading { font-size: 16px; font-weight: bold; color: #32496f; margin: 20px 0 10px 0; padding: 0 0 3px 5px; border-bottom: 1px solid #e2b590; }
.list a { padding-left: 5px; }

.forms { width: 100%; margin: 0; padding: 0; line-height: 1.5em; }
.forms th { font-size: 16px; font-weight: bold; color: #32496f; margin: 20px 0 10px 0; padding: 0 0 3px 5px; border-bottom: 1px solid #e2b590; }
.forms td { padding: 10px 0 0 5px; vertical-align: middle; text-align: left; }
.forms input { border: 1px solid #a4b4c5; padding: 2px 4px; background-color: #f1f2f8; color: #5c5c5c; }
.forms select { color: #5c5c5c; }
.forms .firstline { padding: 10px 0 0 5px; }

.formsubmit { font-size: 12px; font-weight: bold; color: #000; text-align: center; padding: 5px 10px; text-decoration: none; margin-top: 20px;
				 border: 1px solid #dea303; background: #fff url(../images/submitBKG.gif) repeat center left; }
.formsubmit:active { outline: none; }
.formsubmit:hover { border: 1px solid #dd9509; background-color: #fff; background-image: none; color: #b56101; text-decoration: none; }

.border { padding: 2px; border: 1px solid #a3b2c3; width: 210px; }

.link { margin: 0; padding: 1px 0 0 20px; background: transparent url(../images/arrow.gif) no-repeat center left; color: #c18501; font-size: 12px; font-weight: normal; }
.link:hover { color: #4e5774; text-decoration: underline; }

.link2 { margin: 0; padding: 1px 0 0 20px; background: transparent url(../images/arrow.gif) no-repeat center left; color: #c18501; font-size: 14px; font-weight: normal; }
.link2:hover { color: #4e5774; text-decoration: underline; }

.error { color: red; font-weight: bold; margin-bottom: 20px; }

.top { float: right; height: 13px; line-height: 13px; font-size: 12px; vertical-align: middle; text-align: left; padding-left: 21px;  background: url(../images/top.gif) no-repeat center left; }

.check { margin: 20px 0 5px 0; padding: 1px 0 0 33px; font-size: 16px; font-weight: bold; color: #38446c; text-align: left; height: 23px; line-height: 24px; vertical-align: middle; background: url(../images/check.gif) no-repeat center left; }


/* PROMO STYLES */

#promos { width: 210px; margin-top: 10px; text-align: left; }
#promos a { display: block; width: 200px; line-height: 1.2em; padding: 8px 5px; text-align: left; text-decoration: none; color: #38446c; font-size: 12px;
			background: transparent url(../images/dot.gif) repeat-x bottom left; }
#promos a.last { background: none; }
#promos a:hover { background: #8b9bb3 url(../images/dot.gif) repeat-x bottom left; text-decoration: none; color: #fff; }
#promos a.last:hover { background-color: #8b9bb3; background-image: none; text-decoration: none; color: #fff; }
#promos a.conditions { font-size: 10px; display: block;}

.promo { margin: 0 0 8px 0; width: 317px; height: 110px; background: url(../images/promoBKG.gif) no-repeat center right; text-align: left; }
.promo img { float: left; }
.promo p.title { margin: 0; padding: 10px 15px 5px 67px; color: #fff; font-size: 14px; font-weight: bold; }
.promo p { margin: 0; padding: 0 15px 0 67px; color: #fff; font-size: 12px; line-height: 1.3em; }
.promo p.black { margin: 0; padding: 7px 15px 2px 67px; color: #242836; font-size: 12px; font-weight: bold; }
.promo p.small { margin: 0; padding: 0 15px 5px 67px; color: #242836; font-size: 10px; }

/* TESTIMONIAL STYLES */

#testimonial { margin: 20px 0 0 0; padding: 0 4px 0 33px; background: transparent url(../images/quote.gif) no-repeat top left; }
#testimonial p { margin: 7px 0 5px 0; padding: 0; text-align: justify; line-height: 1.3em; font-size: 12px; color: #6f7b97; }
#testimonial a { width: 100%; margin: 0; padding: 0 0 0 18px; color: #626773; font-size: 11px; text-decoration: none; display: block; background: transparent url(http://images.enjoyvacations.com/images/arrow.gif) no-repeat center left; }
#testimonial a:hover { color: #b56101; text-decoration: underline; }
#testimonial .tag { font-size: 11px; font-weight: normal; color: #919090; text-align: right; margin: 0; padding: 0; }


/* REZ BOX STTYLES */

#rezbox { width: 210px; padding: 0 0 10px 0; color: #fff; font-size: 11px; text-align: center; background-color: #8a8f9c; }
#rezbox .title { background-color: #767b87; color: #fff; font-weight: bold; font-size: 14px; letter-spacing: 1px; width: 210px; display: block; padding: 7px 0; margin-bottom: 5px; text-align: center; text-transform: uppercase; border-bottom: 1px solid #fff; }

#propRez { width: 317px; height: 110px; padding: 0; color: #fff; font-size: 11px; text-align: center; background: #fff url(../images/propRezBKG.gif) no-repeat top center; }
#propRez .title { color: #fff; font-weight: normal; font-size: 14px; letter-spacing: 1px; width: 317px; display: block; padding: 8px 0 15px 15px; margin: 0; text-align: left; text-transform: uppercase; }

.submitButton { font-size: 11px; font-weight: bold; color: #2a3352; text-align: center; padding: 3px 0; margin: 5px 0 0 0;
				border: 1px solid #dea303; background: #fff url(../images/submitBKG.gif) repeat-x center left; }
.submitButton:active { outline: none; }
.submitButton:hover { border: 1px solid #dd9509; background-color: #fff; background-image: none; color: #b56101; text-decoration: none; }


/* PACKAGE STYLES */

.pax { margin: 0; padding: 0; border: 0; width: 100%; font-size: 12px; line-height: 1.3em; }
.pax img {float: left; margin: 0 10px 10px 0; }
.pax h2 {margin: 5px 10px 20px 0; padding-top: 2px;}

.package h1 { font-size: 15px; font-weight: bold; color: #565656; margin-bottom: 20px;}
.package h2 { font-size: 14px; font-weight: normal; color: #4a557c;}
.package { margin: 0; padding: 0; border: 0; width: 100%; font-size: 12px; line-height: 1.3em; }
.package table { margin-bottom: 25px;}
.package tr { background-color: #ebecf0; }
.package th { background: #9d9c9d url(../images/th42Grey.gif) repeat-x top left; height: 42px; line-height: 26px; vertical-align: middle; padding: 0 10px; color: #fff; font-weight: bold; text-align: center; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.package th.th2 { background: none; background-color: #919baa; }
.package th.th3{ background: url(../images/th42Grey.gif) repeat-x top left; font-size: 10px; height: 15px; text-transform: none; line-height: 15px; color: #565656; font-weight: normal; padding: 7px 7px 7px 10px; border-top: 1px solid #dadada; border-right: 1px solid #dadada; border-bottom: 1px solid #dadada; }
.package td { padding: 6px 10px 5px 10px; color: #000; text-align: center; vertical-align: top; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.package td.td2 { padding: 6px 10px 5px 10px; color: #000; text-align: center; vertical-align: top; border-bottom: 1px solid #b5b5b5; }
.package .left { text-align: left; }
.package .left1 { text-align: left; border-bottom: 1px solid #b5b5b5; }
.package .alt { background-color: #dddee2; }
.package a { color: #32496f; }
.package a:hover { color: #c18501; }
.package p { vertical-align: middle; font-size: 10px; padding: 0 0 2px 0; margin: 0; color: #FFF; text-align: center;}
.package .book { font-size: 11px; color: #2a3352; text-align: center; padding: 3px 10px; text-decoration: none; margin: 0;
				 border: 1px solid #dea303; background: #fff url(../images/submitBKG.gif) repeat-x center left; }
.package .book:active { outline: none; }
.package .book:hover { border: 1px solid #dd9509; background-color: #fff; background-image: none; color: #b56101; }

.package1 { margin: 0; padding: 0; border: 0; width: 100%; font-size: 12px; line-height: 1.3em; }
.package1 tr { background-color: #ebecf0; }
.package1 th { background: #9d9c9d url(../images/th42Grey.gif) repeat-x top left; height: 42px; line-height: 26px; vertical-align: middle; padding: 0 10px; color: #fff; font-weight: bold; text-align: center; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.package1 th.th2 { background: none; background-color: #919baa; }
.package1 td { padding: 6px 10px 5px 10px; color: #000; text-align: center; vertical-align: top; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.package1 td.td2 { padding: 6px 10px 5px 10px; color: #000; text-align: center; vertical-align: top; border-bottom: 1px solid #b5b5b5; }
.package1 .left { text-align: left; }
.package1 .left1 { text-align: left; border-bottom: 1px solid #b5b5b5; }
.package1 .alt { background-color: #d4e3d1; }
.package1 a { color: #32496f; }
.package1 a:hover { color: #c18501; }
.package1 p { vertical-align: middle; font-size: 10px; padding: 0 0 2px 0; margin: 0; color: #FFF; text-align: center;}

.package2 { margin: 0; padding: 0; border: 0; width: 100%; font-size: 12px; line-height: 1.3em; }
.package2 tr { background-color: #ebecf0; }
.package2 th { background: #9d9c9d url(../images/th42Grey.gif) repeat-x top left; height: 42px; line-height: 26px; vertical-align: middle; padding: 0 10px; color: #fff; font-weight: bold; text-align: center; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.package2 th.th2 { background: none; background-color: #919baa; }
.package2 td { padding: 6px 10px 5px 10px; color: #000; text-align: center; vertical-align: top; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.package2 td.td2 { padding: 6px 10px 5px 10px; color: #000; text-align: center; vertical-align: top; border-bottom: 1px solid #b5b5b5; }
.package2 .left { text-align: left; }
.package2 .left1 { text-align: left; border-bottom: 1px solid #b5b5b5; }
.package2 .alt { background-color: #e3d1d1; }
.package2 a { color: #32496f; }
.package2 a:hover { color: #c18501; }
.package2 p { vertical-align: middle; font-size: 10px; padding: 0 0 2px 0; margin: 0; color: #FFF; text-align: center;}

.packageGolf { margin: 0; padding: 0; border: 0; width: 100%; font-size: 12px; line-height: 1.3em; }
.packageGolf  tr { background-color: #ebecf0; }
.packageGolf  th { background: #9d9c9d url(../images/th42Grey.gif) repeat-x top left; height: 26px; line-height: 26px; vertical-align: middle; padding: 0 10px; color: #fff; font-weight: bold; text-align: center; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.packageGolf  th.th2 { background: none; background-color: #919baa; }
.packageGolf  td { padding: 6px 10px 5px 10px; color: #000; text-align: center; vertical-align: top; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.packageGolf  .left { text-align: left; }
.packageGolf  .alt { background-color: #dddee2; }
.packageGolf  a { color: #32496f; }
.packageGolf  a:hover { color: #c18501; }
.packageGolf  p { vertical-align: middle; font-size: 10px; padding: 0 0 2px 0; margin: 0; color: #FFF; text-align: center;}


.olympicpackage { margin: 0; padding: 0; border: 0; width: 100%; font-size: 12px; line-height: 1.3em; }
.olympicpackage tr { background-color: #ebecf0; }
.olympicpackage th { background: #9d9c9d url(../images/th42Grey.gif) repeat-x top left; height: 42px; line-height: 26px; vertical-align: middle; padding: 0; margin: 0; color: #fff; font-weight: bold; text-align: center; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.olympicpackage th.th2 { background: none; background-color: #919baa; }
.olympicpackage td { padding: 2px; color: #000; text-align: center; vertical-align: middle; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.olympicpackage .left { text-align: left; padding: 0 0 0 5px; }
.olympicpackage .alt { background-color: #dddee2; }
.olympicpackage .small { font-size: 10px; padding: 0; margin: 0; color: #FFF; text-align: center; }
.olympicpackage .event{ vertical-align: top; text-align: left; font-size: 11px; font-weight:  bold; padding: 5px 0 5px 5px; margin: 0; color: #C1853A; }
.olympicpackage .details{ vertical-align: top; font-size: 10px; font-weight: normal; color: #000; }
.olympicpackage .venue{ text-align: center; vertical-align: middle; padding: 10px 10px 10px 10px; font-size: 12px; font-weight: bold; color: #000; }
.olympicpackage a { color: #32496f; }
.olympicpackage a:hover { color: #c18501; }


/* CUSTOM PACKAGE */
.custompkg { margin: 0; padding: 40px 0 5px 0; width: 100%; background-image: url("../images/search-gradient.gif"); background-repeat: repeat-x; background-position: top left; }
.custompkg .star { float: left; margin: 0 10px 0 0; }
.custompkg ul { list-style: disc; padding: 0; margin: 0; }
.custompkg li { margin: 0 0 0 25px; padding: 0; text-align: left; color: #595959; font-size: 11px; }
.custompkg li.nomargin { font-weight: bold; padding: 0; margin: 0 0 0 85px; text-align: left; color: #595959; font-size: 12px; line-height: 1.5em;}
.custompkg p.left { float: left; vertical-align:text-top; margin: 5px 0 0 0; text-align: left; color: #595959; font-size: 12px; line-height: 1.5em; }
.custompkg p.misc { float: left; margin: 8px 0 0 0; text-align: left; color: #595959; font-size: 11px; line-height: 1.5em; }
.custompkg .name { margin: 0; line-height: 16px; vertical-align: middle; color: #4e5774; font-weight: bold; font-size: 15px;  }

.custompkg .avDates { margin: 0 5px 0 0;}
.custompkg .alignright {float: right; color: #4e5774; font-size: 10pt; padding-right:10px;}
.custompkg .line { margin: 6px 0 10px 0; width: 730px; height: 1px; line-height: 1px; background-color: #e2b590; }
.custompkg .photo { float: left; padding: 2px; border: 1px solid #a3b2c3; }
.custompkg .details { float: right; padding: 0; width: 515px; }
.custompkg .description { float: left; width: 350px; }
.custompkg p { margin: 10px 0 0 0; text-align: left; color: #595959; font-size: 12px; line-height: 1.5em; }
.custompkg .right { margin: 10px 0 0 15px; text-align: left; color: #595959; font-size: 12px; line-height: 1.5em; display: }
.custompkg a { text-decoration: none; }
.custompkg .rate { float: right; margin-top: 8px; padding: 0 0 0 8px; width: 75px; text-align: center; font-size: 12px; color: #4a6cbe; line-height: 1.7em; border-left: 1px solid #b4b4b4; }
.custompkg .priceLarge { color: #bd0000; font-size: 20px; }
.custompkg .button { background-color: #fff; width: 73px; padding-left: 4px; }
.custompkg .book { margin: 10px; float: right; display: block; font-size: 11px; font-weight: normal; color: #333333; text-align: center; width: 60px; height: 17px; line-height: 17px; vertical-align: middle; text-decoration: none;
				 border: 1px solid #dea303; background: #fff url(../images/submitBKG.gif) repeat-x center left; }
.custompkg .view:active { outline: none; }
.custompkg .view:hover { border: 1px solid #6274a1; background-color: #fff; background-image: none; color: #32487e; text-decoration: none; }

.bkCusPkg { width: 100%; padding: 5px 0 15px 0; border-bottom: 1px solid #f5f3ea;}

/* CUSTOM PACKAGE 1 */
.custompkg1 { margin: 0; padding: 0 0 5px 0; width: 100%; background-repeat: repeat-x; background-position: top left; }
.custompkg1 .star { float: left; margin: 0 10px 0 0; }
.custompkg1 ul { list-style: disc; padding: 0; margin: 0; }
.custompkg1 li { margin: 0 0 0 25px; padding: 0; text-align: left; color: #595959; font-size: 11px; }
.custompkg1 li.nomargin { font-weight: bold; padding: 0; margin: 0 0 0 85px; text-align: left; color: #595959; font-size: 12px; line-height: 1.5em;}
.custompkg1 p.left { float: left; vertical-align:text-top; margin: 5px 0 0 0; text-align: left; color: #595959; font-size: 12px; line-height: 1.5em; }
.custompkg1 p.misc { float: left; margin: 12px 0 0 0; text-align: left; color: #595959; font-size: 11px; line-height: 1.5em; }
.custompkg1 .name { margin: 0; line-height: 16px; vertical-align: middle; color: #4e5774; font-weight: bold; font-size: 15px;  }
.custompkg1 img.text {margin: 35px 0 0 0; padding: 0;}
.custompkg1 p.blue { color: #5c5c5c; font-size: 13px;}

.custompkg1 .avDates { margin: 0 5px 0 0;}
.custompkg1 .alignright {float: right; color: #4e5774; font-size: 10pt; padding-right:10px;}
.custompkg1 .line { margin: 6px 0 10px 0; width: 730px; height: 1px; line-height: 1px; background-color: #dadada; }
.custompkg1 .photo { float: left; padding: 2px; border: 1px solid #a3b2c3; }
.custompkg1 .details { float: right; padding: 0; width: 520px; }
.custompkg1 .description { float: left; width: 400px; }
.custompkg1 p { margin: 10px 0 0 0; text-align: left; color: #595959; font-size: 12px; line-height: 1.5em; }
.custompkg1 .right { margin: 10px 0 0 15px; text-align: left; color: #595959; font-size: 12px; line-height: 1.5em; display: }
.custompkg1 a { text-decoration: none; }
.custompkg1 .rate { float: right; margin-top: 8px; padding: 0 0 0 8px; width: 75px; text-align: center; font-size: 12px; color: #4a6cbe; line-height: 1.7em; border-left: 1px solid #b4b4b4; }
.custompkg1 .priceRed { color: #bd0000; font-size: 16px; }
.custompkg1 .button { background-color: #fff; width: 73px; padding-left: 4px; }
.custompkg1 .book { margin: 10px; float: right; font-size: 11px; font-weight: normal; color: #333333; text-align: center; width: 60px; height: 17px; line-height: 17px; vertical-align: bottom; text-decoration: none;
				 border: 1px solid #9cbbe1; background: #fff url(../images/submitBKG.gif) repeat-x center left; }
.custompkg1 .view:active { outline: none; }
.custompkg1 .view:hover { border: 1px solid #6274a1; background-color: #fff; background-image: none; color: #32487e; text-decoration: none; }


/* SEARCH RESULTS STYLES */

.results { margin: 0; padding: 40px 0 5px 0; width: 730px; background-image: url("../images/search-gradient.gif"); background-repeat: repeat-x; background-position: top left; }
.results .star { float: left; margin: 0 10px 0 0; }
.results .name { margin: 0; line-height: 16px; vertical-align: middle; color: #4e5774; font-weight: bold; font-size: 15px;  }
.results .golfname { margin: 0; padding: 0; line-height: 16px; vertical-align: bottom; text-align: left; color: #4e5774; font-weight: bold; font-size: 15px; }
.results .location { color: #818181; margin:5px 0 0 8px; font-size: 12px; font-weight: normal; vertical-align: bottom; display:inline;}
.results .avDates { margin: 0 5px 0 0;}
.results .alignright {float: right; color: #4e5774; font-size: 10pt; padding-right:10px;}
.results .olypictable { width: 493px; margin-top: 20px; vertical-align: bottom;}
.results .line { margin: 6px 0 10px 0; width: 730px; height: 1px; line-height: 1px; background-color: #e2b590; }
.results .photo { float: left; padding: 2px; border: 1px solid #a3b2c3; }
.results .details { float: right; padding: 0; width: 510px; }
.results .description { float: left; width: 395px; }
.results p { margin: 10px 0 0 0; text-align: left; color: #595959; font-size: 12px; line-height: 1.5em; }
.results .right { margin: 10px 0 0 15px; text-align: left; color: #595959; font-size: 12px; line-height: 1.5em; display: }
.results a { text-decoration: none; }
.results .golfdescription { float: left; width: 510px; margin-bottom: 12px; text-align: justify; color: #595959; font-size: 13px; line-height: 1.5em; }
.results .rate { float: right; margin-top: 8px; padding-left: 8px; width: 88px; text-align: left; font-size: 12px; color: #4a6cbe; line-height: 1.7em; border-left: 1px solid #b4b4b4; }
.results .priceLarge { color: #bd0000; font-size: 20px; }
.results .priceSmall { color: #bd0000; font-size: 12px; }
.results td { height: 17px; line-height: 17px; vertical-align: middle; font-size: 12px; color: #393d59; }
.results td.td2 { margin: 0; padding: 0; height: 17px; line-height: 17px; vertical-align: bottom; text-align: left; font-size: 12px; color: #393d59; }
.results .button { background-color: #fff; width: 73px; padding-left: 4px; }
.results .book { float: right; display: block; font-size: 11px; font-weight: normal; color: #333333; text-align: center; width: 77px; height: 17px; line-height: 17px; vertical-align: middle; text-decoration: none;
				 border: 1px solid #dea303; background: #fff url(../images/submitBKG.gif) repeat-x center left; }
.results .book:active { outline: none; }
.results .book:hover { border: 1px solid #dd9509; background-color: #fff; background-image: none; color: #b56101; text-decoration: none; }
.results .golfbook { float: right; display: block; font-size: 11px; font-weight: normal; color: #333333; text-align: center; width: 100px; height: 17px; line-height: 17px; vertical-align: middle; text-decoration: none;
				 border: 1px solid #dea303; background: #fff url(../images/submitBKG.gif) repeat-x center right; }	
.results .golfbook:active { outline: none; }
.results .golfbook:hover { border: 1px solid #dd9509; background-color: #fff; background-image: none; color: #b56101; text-decoration: none; }
.results .view { display: block; font-size: 11px; font-weight: normal; color: #333333; text-align: center; width: 77px; height: 17px; line-height: 17px; vertical-align: middle; text-decoration: none;
				 border: 1px solid #b3b3b3; background: #fff url(../images/viewBKG.gif) repeat-x center left; }
.results .view:active { outline: none; }
.results .view:hover { border: 1px solid #6274a1; background-color: #fff; background-image: none; color: #32487e; text-decoration: none; }

.resultsPromo { margin: 0; padding: 40px 0 5px 0; width: 730px; background-image: url("../images/search-gradient.gif"); background-repeat: repeat-x; background-position: top left; }
.resultsPromo .toplineleft { float: left;}
.resultsPromo .toplineright { float: right; padding-right: 15px;}
.resultsPromo .star { float: left; margin: 0 10px 0 0; }
.resultsPromo .name { margin: 0; line-height: 16px; vertical-align: middle; color: #4e5774; font-weight: bold; font-size: 15px;  }
.resultsPromo .golfname { margin: 0; padding: 0; line-height: 16px; vertical-align: bottom; text-align: left; color: #4e5774; font-weight: bold; font-size: 15px; }
.resultsPromo .location { color: #818181; margin:5px 0 0 8px; font-size: 12px; font-weight: normal; vertical-align: bottom; display:inline;}
.resultsPromo .avDates { margin: 0 5px 0 0;}
.resultsPromo .alignright {float: right; color: #4e5774; font-size: 10pt; padding-right:10px;}
.resultsPromo .olypictable { width: 493px; margin-top: 20px; vertical-align: bottom;}
.resultsPromo .line { margin: 6px 0 10px 0; width: 730px; height: 1px; line-height: 1px; background-color: #e2b590; }
.resultsPromo .photo { float: left; padding: 2px; border: 1px solid #a3b2c3; }
.resultsPromo .details { float: right; padding: 0; width: 510px; }
.resultsPromo .description { float: left; width: 395px; }
.resultsPromo p { margin: 10px 0 0 0; text-align: left; color: #595959; font-size: 12px; line-height: 1.5em; }
.resultsPromo .right { margin: 10px 0 0 15px; text-align: left; color: #595959; font-size: 12px; line-height: 1.5em; display: }
.resultsPromo a { text-decoration: none; }
.resultsPromo .golfdescription { float: left; width: 510px; margin-bottom: 12px; text-align: justify; color: #595959; font-size: 13px; line-height: 1.5em; }
.resultsPromo .rate { float: right; margin-top: 8px; padding-left: 8px; width: 88px; text-align: left; font-size: 12px; color: #4a6cbe; line-height: 1.7em; border-left: 1px solid #b4b4b4; }
.resultsPromo .priceLarge { color: #bd0000; font-size: 20px; }
.resultsPromo .priceSmall { color: #bd0000; font-size: 12px; }
.resultsPromo td { height: 17px; line-height: 17px; vertical-align: middle; font-size: 12px; color: #393d59; }
.resultsPromo td.td2 { margin: 0; padding: 0; height: 17px; line-height: 17px; vertical-align: bottom; text-align: left; font-size: 12px; color: #393d59; }
.resultsPromo .button { background-color: #fff; width: 73px; padding-left: 4px; }
.resultsPromo .book { float: right; display: block; font-size: 11px; font-weight: normal; color: #333333; text-align: center; width: 77px; height: 17px; line-height: 17px; vertical-align: middle; text-decoration: none;
				 border: 1px solid #dea303; background: #fff url(../images/submitBKG.gif) repeat-x center left; }
.resultsPromo .book:active { outline: none; }
.resultsPromo .book:hover { border: 1px solid #dd9509; background-color: #fff; background-image: none; color: #b56101; text-decoration: none; }
.resultsPromo .golfbook { float: right; display: block; font-size: 11px; font-weight: normal; color: #333333; text-align: center; width: 100px; height: 17px; line-height: 17px; vertical-align: middle; text-decoration: none;
				 border: 1px solid #dea303; background: #fff url(../images/submitBKG.gif) repeat-x center right; }	
.resultsPromo .golfbook:active { outline: none; }
.resultsPromo .golfbook:hover { border: 1px solid #dd9509; background-color: #fff; background-image: none; color: #b56101; text-decoration: none; }
.resultsPromo .view { display: block; font-size: 11px; font-weight: normal; color: #333333; text-align: center; width: 77px; height: 17px; line-height: 17px; vertical-align: middle; text-decoration: none;
				 border: 1px solid #b3b3b3; background: #fff url(../images/viewBKG.gif) repeat-x center left; }
.resultsPromo .view:active { outline: none; }
.resultsPromo .view:hover { border: 1px solid #6274a1; background-color: #fff; background-image: none; color: #32487e; text-decoration: none; }

#SRpromo { margin: 0 0 10px 0; padding: 0 0 6px 0; width: 730px; border-bottom: 1px solid #e2b590; }
.promotxt { text-align: right; color: #a20000 !important; font-weight: bold; font-size: 12px; }
.pricetag { padding: 0 0 0 33px; background: url(../images/pricetag.gif) no-repeat center left; }

.daily { width: 100%; margin-top: 8px; }
.daily th { padding: 4px 8px 3px 8px; text-align: center; vertical-align: middle; font-size: 11px; color: #546395; letter-spacing: 1px; text-transform: capitalize; font-weight: bold; background: #fff;  border-bottom: 1px solid #e0e0e0; }
.daily th.left { text-align: left; letter-spacing: 0.1px; }
.daily td { padding: 2px 8px 2px 8px; line-height: 1.3em; vertical-align: middle; text-align: center; font-size: 11px; border-bottom: 1px solid #e0e0e0; }
.daily td.left { text-align: left; }
.daily .cross { text-decoration: line-through; }

.bkCusPkg { padding: 5px 0 5px 0; border-bottom: 1px solid #c6ddf3;}

/* PACKAGE VIEW STYLES */

.packageView { margin: 15px 0 0 0; padding: 0; width: 730px; }
.packageView .name { margin: 0; line-height: 16px; vertical-align: middle; color: #4e5774; font-weight: bold; font-size: 15px; }
.packageView .line { margin: 6px 0 10px 0; width: 730px; height: 1px; line-height: 1px; background-color: #e2b590; }
.packageView .photo { float: left; margin-bottom: 15px; padding: 2px; border: 1px solid #a3b2c3; }
.packageView .details { float: right; padding: 0; width: 510px; }
.packageView .description { float: left; width: 350px; }
.packageView .description p { margin: 0 0 12px 0; text-align: left; color: #595959; font-size: 13px; line-height: 1.4em; }
.packageView .rate { float: right; width: 90px; text-align: left; font-size: 12px; color: #4a6cbe; line-height: 1.7em; }
.packageView .priceLarge { color: #bd0000; font-size: 20px; }
.packageView .book { float: right; font-size: 12px; font-weight: bold; color: #2a3352; text-align: center; padding: 3px 10px; text-decoration: none; margin-top: 10px;
				 border: 1px solid #dea303; background: #fff url(../images/submitBKG.gif) repeat-x center left; }
.packageView .book:active { outline: none; }
.packageView .book:hover { border: 1px solid #dd9509; background-color: #fff; background-image: none; color: #b56101; }
.packageView .remove { font-size: 11px; font-weight: normal; color: #333333; text-align: center; width: 60px; padding: 1px 0; text-decoration: none; margin-top: 7px;
				 border: 1px solid #b3b3b3; background: #fff url(../images/viewBKG.gif) repeat-x center left; }
.packageView .remove:active { outline: none; }
.packageView .remove:hover { border: 1px solid #6274a1; background-color: #fff; background-image: none; color: #32487e; }


/* MAIN NAVIGATION */

#nav { min-width: 980px; max-width: 5000px; padding: 0 15px; height: 30px; background: transparent url(../images/navBKG.gif) repeat-x top left; }

#navLayout { width: 980px; margin: 0 auto; } 

#menu { padding: 0; margin: 0 auto; list-style-type:none; }

#menu li { float: left; background: transparent url(../images/navDivide.gif) no-repeat bottom right; padding: 0 1px 0 0; margin: 0 auto;  }

#menu a { float: left; display: block; height: 30px; line-height: 30px; vertical-align: middle; font-size: 13px; text-align: center; padding: 0 24px; color:#fff; font-weight: normal; text-decoration: none; }

#menu a.first { background: transparent url(../images/navDivide.gif) no-repeat bottom left; }

#menu a:hover { color: #fedb85; background: transparent url(../images/navBKG2.gif) repeat-x top left; text-decoration: none; }

#menu a.selected { color: #38446c; background-color: #fff; }
#menu a.selected:hover { background-image: none; background-color: #fff; color: #38446c; }

/* US SKI TEAM LOGO */

#usski { margin: 0; width: 210px; background-color: #e4e5e8; }
#usski .title { background-color: #8b9bb3; color: #fff; font-weight: bold; font-size: 12px; text-align: center; letter-spacing: 1px; width: 200px; display: block; padding: 5px; border-bottom: 1px solid #fff; }
#usski .img {padding: 10px 10px 10px 45px;}

/* SUB NAVIGATION */

#subnav { margin: 0; width: 210px; background-color: #e4e5e8; }
#subnav .title { background-color: #8b9bb3; color: #fff; font-weight: bold; font-size: 14px; letter-spacing: 1px; width: 180px; display: block; padding: 4px 15px; text-transform: uppercase; border-bottom: 1px solid #fff; }
#subnav ul { list-style-type: none; padding: 8px 4px; margin: 0; width: 202px; font-size: 14px; }
#subnav li { margin: 0; padding: 0; }
#subnav a { font-size: 13px; color: #606571; display: block; margin: 0; padding: 0 5px 0 11px; height: 28px; line-height: 28px; vertical-align: middle; text-decoration: none; background-color: #e4e5e8; }
#subnav a:active { outline: none; }
#subnav a:hover { color: #cb862d; background-color: #fff; text-decoration: none; }


/* AVAILABILITY */

.avail{	float: left; width:317px; border-collapse:collapse; border: 4px solid #d5d9ea; font-size:12px; color: #6d6d6d; }
.avail td { border:1px solid #d5d9ea; background-color:#fbfbfb;}
.avail td.available { background-color:#ffffff; }
.avail td.occupied { background-color:#ffffff; }
.avail th { border:1px solid #d5d9ea; background-color:#999dad; color:#ffffff; font-weight: bold; text-align: center; vertical-align: middle; height: 20px; line-height: 20px; }
.avail th.t2 { border:1px solid #d5d9ea; background-color:#afb3c6; color:#ffffff; font-weight: bold; height: 16px; line-height: 16px; }
.avail th a { color:#ffffff; text-decoration: none; font-weight: bold; font-size: 12px; display: block; width:100%; height: 20px; line-height: 20px; vertical-align: middle; background-color: #5E5B7E; }
.avail th a:hover { background-color:#ff9231; }
.avail th.th2 { border: none; padding: 0; }

.availRates{ width:100%; border-collapse:collapse; border:0px solid #d5d9ea; font-size:11px; color: #6d6d6d; }
.availRates td { border:0px solid #d5d9ea; background-color:#fbfbfb; padding: 2px 4px 0 4px; }
.availRates td.available { background-color:#ebeff7; }
.availRates td.occupied { background-color:#C5C5C5; }

.legend { padding-left: 5px; margin: 15px 18px 0 0; height: 15px; line-height: 15px; vertical-align: middle; font-size: 11px; float: left; }


.golfpackage { width: 730px; height: 137px; background: transparent url(../images/golf-package-backing.gif) no-repeat center left; }
.golfpackage img { margin: 4px; float: left; margin: 10px 10px 0 0; padding: 2px; border: 1px solid #ccc; } 
.golfpackage h1 { font-size: 17px; margin: 10px 0 15px 0; color: #b73a3a; display: block; font-weight: bold; font-family: helvetica, arial, verdana, sans-serif; letter-spacing: 0.5px;}
.golfpackage table { float: left; margin-top: 10px; width: 435px; margin: 0; padding: 0; border: none; }
.golfpackage .green { font-size: 14px; color: #c5ca59; font-weight: normal; }
.golfpackage .accommodation { background: transparent url(../../images/bed.gif) no-repeat center left; padding-left: 40px; margin: 0 5px 2px 0; color: #6d6d6d; line-height:24px; font-size: 14px; font: arial; vertical-align: bottom; display: block;}
.golfpackage .greenfees { background: transparent url(../../images/club.gif) no-repeat center left;  padding-left: 40px; margin: 0 5px 5px 0; color: #6d6d6d; line-height:42px; font-size: 14px; font: arial; vertical-align: bottom; display: block;  }
.golfpackage .person {float: right; margin: 10px 10px 40px 0; border: none; vertical-align: top; vertical-align: top; }
.golfpackage .book { float: right; margin: 0 10px 0 0; width: 90px; height: 38px; background: #fff url(../../images/golf-book.gif) no-repeat center left; }
.golfpackage .book:active { outline: none; }
.golfpackage .book:hover { background-color: #fff; background: #fff url(../../images/golf-book-hover.gif) no-repeat center left; color: #b56101; }

/* Reviews */

.ratingConstraint { width: 650px; height: 800px; overflow: auto;}
.ratings {width: 630px;}
.ratings .heading {width: 510px; margin-bottom: 5px;}
.ratings .heading  img {display: inline;}
.ratings .heading .quote { font-weight: bold; color: #4a557c; vertical-align:text-bottom;}
.ratings .star {float: left; margin: 0; padding: 0;}
.ratings .from {font-size: 12px; color: #856140;}
.ratings .description { width: 630px; margin: 5px 0 0 0; padding: 0;}

.ratings table {width: 630px; background-image: none; margin: 0 0 40px 0; padding: 0;}
.ratings th { padding: 4px 8px 3px 8px; text-align: center; vertical-align: middle; font-size: 11px; color: #546395; letter-spacing: 1px; text-transform: capitalize; font-weight: bold; background: #fff;  border-bottom: 1px solid #e0e0e0; }
.ratings th.left { text-align: left; letter-spacing: 0.1px; }
.ratings td { padding: 2px 8px 2px 8px; line-height: 1.3em; vertical-align: middle; text-align: center; font-size: 11px; border-bottom: 1px solid #c4c4c4; }
.ratings td.left { text-align: left; }

.skipackages { margin: 0 0 15px 0; padding: 0; width: 730px; height: 113px; line-height: 1.3em; text-align: left;}
.skipackages .copy { float: left; width:551px; }
.skipackages .promo { float: right; width:149px; margin-bottom: 55px;}
.skipackages .box2 { height: 112px; float: left; width: 242px; padding-right: 1px; background: #fff url(/images/ski-package-box1.jpg) no-repeat;  }
.skipackages .box3 { height: 112px; float: left; width: 242px; padding-right: 1px; background: #fff url(/images/ski-package-box2.jpg) no-repeat;  }
.skipackages .box4 { height: 112px; float: left; width: 242px; background: #fff url(/images/ski-package-box3.jpg) no-repeat;  }
.skipackages .content { padding: 22px 0 0 22px; }
.skipackages .heading { font-family:"Verdana", Times, serif; font-size: 16px; color:#4a557c; padding-bottom: 5px;  display: block;}
.skipackages .instruction { font-family:"Verdana", Times, serif; font-size: 11px; color:#565656; display: block;}
.skipackages .dropdown { font-family:"Verdana", Times, serif; font-size: 11px; color:#565656; padding-top: 10px; display: block;}

.skipackages th { 	
	background-color: #e1e2e4; 
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
	text-align: left; 
	letter-spacing:.7px; 
	line-height: 25px; 
	text-transform: uppercase; 
	color: #4a557c; 
	font-weight: bold; 
	padding: 7px 7px 7px 10px; 
	border-top: 1px solid #b8c7dd; 
	border-right: 1px solid #b8c7dd; 
	border-bottom: 1px solid #b8c7dd; 
} 
.skipackages th.left { text-align: left; border-left: 1px solid #b8c7dd;}

.skipackages th.headerSortUp { 
	background-color: #d4deed; 
    background-image: url(/images/asc.gif); 
} 

.skipackages th.headerSortDown { 
	background-color: #d4deed; 
    background-image: url(/images/desc.gif); 
} 	

.skipackages td { text-align: center; vertical-align: middle;  padding: 6px 5px; color: #565656; border-right: 1px solid #b8c7dd; border-bottom: 1px solid #b8c7dd; }
.skipackages td.left { text-align: left; border-left: 1px solid #b8c7dd; padding-left: 10px;}

.skipackages .roomtype { margin: 0;  font-family:"Verdana", Times, serif; font-size: 10px; color:#7a7a7a; }
.skipackages .lifttickets { margin: 0;  font-family:"Verdana", Times, serif; font-size: 11px; color:#565656; }
.skipackages .price { margin: 0;  font-family:"Verdana", Times, serif; font-size: 12px; color:#cb4646; }

.skipackages a { margin: 0;  font-family:"Verdana", Times, serif; font-size: 12px; color:#576a87; }
.skipackages a:hover { color:#294570; }
.skipackages a.booknow { display: block; width: 96px; height: 23px; margin: 0; padding: 0; background: #ffffff url(/images/book-now-blue.gif); background-repeat: no-repeat;}
.skipackages a.booknow:active { outline: none; background: #ffffff url(/images/book-now-blue.gif); background-repeat: no-repeat;}
.skipackages a.booknow:hover { outline: none; background: #ffffff url(/images/book-now-grey.gif); background-repeat: no-repeat;}
