
/********************
	Basic structure 
********************/
body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	background: #ececec;
}

#container {
	width: 975px;
	margin: 0 auto;
	padding: 0 4px;
	text-align: left;
	background: url(../images/container_tile_bg.gif) repeat-y 0 0;
}

/******************
	Headings
*******************/
h3
{
	color: #e00;
	font-size: 16px;
/*	font-weight: bold;  
	margin: 2px 0 4px 0;  
	margin:0; 
	display: inline;  */
	font-family: Arial, Helvetica,sans-serif !important;
/*	float: left;   */
}

h4
{
	color: #e00;
	font-size: 13px;
	font-weight: bold;
	margin: 4px 0;
}

/**********************
	Print Specific Items 
***********************/
.printHeader, .printFooter
{
	display: none;
	clear: both;
	width: 520px;
	height: 77px;
	margin: 0;
	padding: 8px 0 8px 32px;	
}

/*********************
	Basic Form elements
**********************/
form {
	padding: 0;
	margin: 0;
}

button {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

input,
textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	background: url(../images/form_bg.gif) no-repeat top left #fff;
	border: 1px solid #f7f7f7;
	padding: 4px 0 1px 4px;
}
input 
{
	height: 16px;	
}

select{
	font-family: Verdana, Arial, sans-serif;
	background: url(../images/form_bg.gif) no-repeat #fff;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	padding: 1px 0 0 1px;
	scrollbar-arrow-color: #e00;
	height: 18px;
}

form ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/**********************
	Basic Links
***********************/
a:link {
	color: #ee0000;
	text-decoration: none;
}

a:visited {
	color: #ee0000;
	text-decoration: none;
}

a:active, a:focus {outline: 0;}

img {
	border: none;
}


/*********************
	Header
**********************/
#header {
	height: 133px;
	background: url(../images/header_bg.gif);
	position: relative;
	font-size: 0.7em;
}

/*  taken out for Beta logo
#logo {
	height: 133px;
	width: 754px;
	background: url(../images/pilot.jpg) no-repeat 4px 0;
}


#logo a {
	display: block;
	height: 133px;
}
*/
#logo .betainfo {
	margin:0;
	width:300px;
	height:133px;
	float:left;}

#logo .betainfo img a {
	cursor:pointer;}
	
#logo .betacaptain {
	margin:0 0 0 5px;
	float:left;}


#logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#session {
	position: absolute;
	top: 0;
	right: 3px;
	width: 860px;
	text-align: right;
}

#session ul {
	padding: 0;
	margin: 7px 0 0 0;
	float: right;
	list-style-type: none;
}

#session li {
	float: left;
	padding: 0 10px;
	
	border-left: 1px solid #000;
}

#session li.welcome {
	border:medium none;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
}

#session a:hover {
	text-decoration: underline;
}

#socialBookmarks {
	float:right;
	margin-top:5px;
}

#header #searchBox {
	position: absolute;
	top: 40px; 
	right: 8px; /* ie6.css & ie7.css */
	width: 199px; /* ie6.css & ie7.css */
}

#header #searchBox .searchField {
	float: left;
	width: 130px;
	
}

#header #searchBox input {
	width: 130px;
	height: 16px;
	border: 0;
	background:url(../images/search_field_bg.gif) no-repeat 0 0;
	padding: 4px 0 1px 4px;
	margin-top: 4px;
	font-size: 11px;
}

#header #searchBox .searchButton {
	float: right;
	margin-top: 4px;
}
#header #searchBox .searchLabel {
	padding: 0 0 2px 2px;
}

#header #searchBox .advancedSearch { /* ie6.css & ie7.css */
	white-space: nowrap;
	float: left;
	padding-left: 1px;
}

#CatalogSearchForm .searchButton button{
	width:60px;

}

#askConsultant {
	position: absolute;
	top: 85px;
	right: 12px;
	width: 194px;
	height: 40px;
	background: url(../images/button_ask_consultant.jpg) no-repeat 0 0;
}

#askConsultant a {
	display: block;
	height: 37px;
}

#askConsultant a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/********************
	TopNav
********************/
#topNav {
	height: 57px;
	margin: 1px;
	background: url(../images/top_nav_bg.gif) repeat 0 0;
}

#topNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#topNav li {
	float: left;
	height: 36px;
	position: relative;
	font-size: 11px;
}

.topNavElement {
	float: left;
	position: relative;
	font-size: 11px;
	display:block;
	height: 36px;
}

.topNavElementOver
{
	float: none;
	background-position: 0 -36px;
	background-repeat:no-repeat;
	display:block;
	height: 36px;
	filter: alpha(opacity=0); 
    -moz-opacity: 0.0; 
    opacity: 0.0;
    position:relative;
}

#topNav li#nav1, #topNav li#nav1 a#nav1Over  {
	width: 61px;
	background-image: url(../images/topnav_home.png);
}

#topNav li#nav2, #topNav li#nav2 a#nav2Over  {
	width: 64px;
	background-image: url(../images/topnav_flights.png);	
}

#topNav li#nav3, #topNav li#nav3 a#nav3Over  {
	width: 78px;
	background-image: url(../images/topnav_holidays.png);	
}

#topNav li#nav4, #topNav li#nav4 a#nav4Over  {
	width: 133px;
	background-image: url(../images/topnav_accommodation.png);	
}

#topNav li#nav5, #topNav li#nav5 a#nav5Over   {
	width: 74px;
	background-image: url(../images/topnav_specials.png);
}

#topNav li#nav6, #topNav li#nav6 a#nav6Over   {
	width: 123px;
	background-image: url(../images/topnav_booking.png);
}

#topNav li#nav7, #topNav li#nav7 a#nav7Over   {
	width: 61px;
	background-image: url(../images/topnav_extras.png);
}

#topNav li#nav8, #topNav li#nav8 a#nav8Over   {
	width: 70px;
	background-image: url(../images/topnav_experts.png);
}

#topNav li#nav9, #topNav li#nav9 a#nav9Over   {
	width: 93px;
	background-image: url(../images/topnav_contactus.png);
}

#topNav li#nav10, #topNav li#nav10 a#nav10Over   {
	width: 193px;
	background-image: url(../images/button-lowest-airfare-guarantee.png);
	background-repeat: no-repeat;
}

#topNav li {
	display: block;
	height: 36px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

#topNav a.selected, #topNav li.selected {
	background-position: 0 -36px;
	cursor: default;
}

#topNav span {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}
#topNav ul ul {
	position: absolute;
	top: 36px;
	left: -1px;
	width: 700px;
	display: none;
}


#topNav li#nav1 ul { 
	width: 977px;
}

#topNav li#nav2 ul { 
	width: 980px;
	left: -60px;
	padding-left: 0px;
}

#topNav li#nav3 ul { 
	width: 980px;
	left: -125px;
	padding-left: 0px;
}

#topNav li#nav4 ul { 
	width: 800px;
	left: -60px;
	padding-left: 0px;
}

#topNav li#nav5 ul { 
	width: 500px;
	left: 0px;
	padding-left: 0px;
}

#topNav li#nav6 ul { 
	width: 530px;
	left: 0px;
	padding-left: 0px;
}

#topNav li#nav7 ul { 
	width: 920px;
	left: -500px;
	padding-left: 0px;
}

#topNav li#nav8 ul { 
	width: 780px;
	left: -487px;
	padding-left: 0px;
}

#topNav li#nav9 ul { 
	width: 947px;
	left: -660px;
	padding-left: 0px;
}

#topNav li#nav10 ul { 
	width: 180px;
	left: 0px;
	padding-left: 0px;
}

#topNav li ul li a :hover
{
	text-decoration: underline;
}



/* turns the parent rollover on */
#topNav :hover > a {
	text-decoration:none;
}

#topNav li#nav1 li,
#topNav li#nav2 li,
#topNav li#nav3 li,
#topNav li#nav4 li,
#topNav li#nav5 li,
#topNav li#nav6 li,
#topNav li#nav7 li,
#topNav li#nav8 li,
#topNav li#nav9 li,
#topNav li#nav10 li{
	float: left;
	height: 16px;

	padding: 4px 0 0 11px;
}

#topNav li#nav1 li a,
#topNav li#nav2 li a,
#topNav li#nav3 li a,
#topNav li#nav4 li a,
#topNav li#nav5 li a,
#topNav li#nav6 li a,
#topNav li#nav7 li a,
#topNav li#nav8 li a,
#topNav li#nav9 li a,
#topNav li#nav10 li a {
	background: none;
	height: 14px;
	padding-top: 1px;
}

#topNav li li a {
	color: #333;
	padding-right: 11px;
	border-right: 1px solid #333;
}

#topNav li li:hover {
	background: #ddd;
}

#topNav li li a:hover {
	text-decoration: underline;
}

#topNav li li.end a {
	border-right: none;
}

/***************** 
	Content
*****************/
#content {
	background: url(../images/content_top_bg.gif) repeat-x 0 0;
	margin: 0 1px;
}

.contentWrapper {
	background: url(../images/content_bottom_bg.gif) repeat-x left bottom;
	/*padding-bottom: 10px;*/
}

/********************** 
	Home page 
**********************/
.home #colOne {
	float: left;
	width: 434px;
	padding: 14px 0 0 11px;
}

.home #colTwo {
	margin-left: 454px; /* ie6.css */
	padding: 14px 0 0 0;
}

/*
 * Information Spot
 */
.home #info-spot {
	background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/special_box_bg.png);
	background-repeat:no-repeat;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-left:8px;
	padding-top:8px;
	text-align:left;
}

.home #info-spot ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.home #info-spot input, .home #info-spot textarea, .home #info-spot select {
	background:none;
	background-color:#fff;
	border:1px solid #D3D3D3;
}

.home #info-spot input {
	padding-top:2px;
}

.home #info-spot input:focus, .home #info-spot textarea:focus, .home #info-spot select:focus {
	border:1px solid #A0A0A0;
}

.home #info-spot select {
	padding:1px 0 0 1px;
	margin:0px;
}

.home #info-spot select, .home #spot-content {
	font-size:11px;
}

.home #info-spot-title {
	background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/info-spot/info-spot-title-bg.gif);
	height:33px;
	width:415px;
}

.home #info-spot-title img {
	display:inline;
	float:left;
}

.home #info-spot-body {
	background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/info-spot/info-spot-bg.gif);
	background-repeat:no-repeat;
	float:left;
	height:258px;
	width:423px;
}

.home #info-spot-ctn {
	float:left;
	width:166px;
}

.home #info-spot-help {
	float:left;
	height:30px;
	padding-left:4px;
	padding-top:5px;
	width:160px;
}

.home #info-spot-tabs {
	padding-left:10px;
	padding-top:16px;
	float:left;
}

.home #info-spot-tabs ul li {
	display:block;
	float:left;
	margin-bottom:3px;
}

.home #info-spot-tabs ul li a {
	background-image:url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/info-spot/tab-bg.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	font-weight:bold;
	height:15px;
	padding:5px 5px 5px 18px;
	width:134px;
}

.home #info-spot-tabs ul li a.selected {
	background-image:url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/info-spot/tab-bg-selected.gif');
	background-repeat:no-repeat;	
	color:#e20000;
}

.home #info-spot-tabs ul li a:hover {
	xbackground-color:#ececec;
}

.home #spot-content {
	float:left;
	height:200px; 
	margin-top:10px;
	overflow: hidden; 
}

.home #spot-content p {
	margin-bottom:3px;
	margin-top:0px;
	padding-top:5px;
}

.home #spot-content input {
	font-size:11px;
}

.home #spot-content select {
	height:20px;
}

.home #spot-content .spot {
	height:200px;
	float:left;
	padding-top:1px;
	padding-left:9px;
	width:234px;
}

/*
INFORMATION SPOT - Stores
*/

.home #spot-stores .submit-btn {
	float:right;
	height:20px;
	margin-right:14px;
}

.home #spot-stores button {
	cursor:pointer;
}

/*
INFORMATION SPOT - Destinations
*/

.home #spot-destinations.spot {
	padding-top:10px;
}

.home #spot-destinations .dest-form-ctn {
	float: left;
	height:32px;
	width: 228px;
}

.home #spot-destinations select {
	float:left;
	width:176px;
}

.home #spot-destinations .submit-btn {
	float:right;
	margin-top:-2px;
	xmargin-right:5px;
}

.home #spot-destinations .experiences-promotions {
	float:left;
}

.home #spot-destinations .dest-btn-ctn {
	height:74px;
	float:left;
	margin-bottom:2px;
	margin-right:2px;
	overflow:hidden;
	position:relative;
	width:110px;
}

.home #spot-destinations a.dest-btn {
	background-repeat:no-repeat;
	display:inline-block;
	height:74px;
	position:relative;
	width:110px;
}

.home #spot-destinations a.dest-btn img {
	position:relative;
	top:0px;
}

.home #spot-destinations a.dest-btn:hover img {
	margin-top:-74px;
}

/*
INFORMATION SPOT - Experiences
*/

.home #spot-experiences.spot {
	padding-left:11px;
	padding-top:10px;
}

.home #spot-experiences .experiences-select {
	float:left;
}

.home #spot-experiences select#experiences-select {
	margin-top:8px;
	width:216px;
}

.home #spot-experiences select#destinations-select {
	margin-top:8px;
	width:170px;
}

.home #spot-experiences .experiences-nav {
	float:left;
}

.home #spot-experiences a.prev-btn {
	border-right:1px solid #FFF;
	display:inline-block;
	background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/info-spot/slide-arrow-left.gif);
	background-position:0 0;
	height:125px;
	width:12px;
	z-index:0;
}

.home #spot-experiences a.prev-btn:hover {
	background-position:12px 0;
}

.home #spot-experiences a.next-btn {
	border-left:1px solid #FFF;
	display:inline-block;
	background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/info-spot/slide-arrow-right.gif);
	background-position:12px 0;
	height:125px;
	width:12px;
	z-index:0;
}

.home #spot-experiences a.next-btn:hover {
	background-position:0 0;
}

.home #spot-experiences .submit-btn {
	float:right;
	margin-right:11px;
	margin-top:8px;
}

.home #spot-experiences #experience-scroll {
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	font-size:12px;
	float:left;  
	font-weight:bold; 
	position: relative; 
	overflow:hidden; 
	height:123px; 
	width:192px;
}

/*
INFORMATION SPOT - Deals
*/

.home #spot-deals li {
	display:block;
}

.home #spot-deals p {
	font-size:11px;
}

.home #spot-deals label {
	display:inline-block;
	font-size:11px;
	line-height:27px;
	width:98px;
}

.home #spot-deals select {
	height:23px;
	width:124px;
}

.home #spot-deals .submit-btn {
	clear:both;
	float:right;
	height:20px;
	margin-right:10px;
	margin-top:4px;
}

.home #spot-deals .submit-btn button {
	width:85px;
}

/*
INFORMATION SPOT - Newsletter
*/

.home #spot-subscribe li {
	height:25px;
}

.home #spot-subscribe label {
	display:inline-block;
	font-size:11px;
	line-height:25px;
	width:80px;
}

.home #spot-subscribe input {
	width:130px;
}

.home #spot-subscribe #subscribe-salutation {
	width:auto;
}

.home #spot-subscribe input#subscribe-postcode {
	width:50px;
}

.home #subscribe-dob_day, .home #subscribe-dob_month, .home #subscribe-dob_year {
	width:40px;
}

.home #spot-subscribe .submit-btn {
	float:right;
	height:20px;
	margin:0px;
	padding-right:8px;
	margin-top:-25px;
}

/*
INFORMATION SPOT - Deals
*/
.home #spot-commitment.spot {
	padding-left:4px;
	padding-top:5px;
}

/*
 * Search Compare Book
 */
.home #searchCompareBox li {
	float: left;
}

.home #compareDropDown label {
	font-size: 9px;
	color: #fff;
	float: left;
	margin: 5px 0 0 7px; /* mac.css & ie6.css & ie7.css */
}

#colOne .flashWrapper {
	padding: 44px 0 0 8px;
}

.home #explore, .home #searchCompare
{
	font-size: 11px;	
}

.home #searchCompareBox {
	width: 509px;

	margin: 0;
	position: relative;
	background: url(../images/search_compare_bg.gif) no-repeat 0 0;
	font-size: 11px;


	text-align: center;
}

.home ol#compareDropDown {
	position: absolute;
	top: 12px;
	left: 184px;
}

#wcmHomeBottom {
	 text-align: left !important;
	 font-size: 0.65em;
	 padding: 0px 25px;
	 color: #767676;
	 clear:both;
}
#content-foot-link {
	height: 80px;
}

#wcmHomeFooter {
	position:absolute;
	float:left;
	padding-left:10px;
}

#wcmHomeFooter li {
	float:left;
	padding-right:5px;
	padding-left:0px;
}
#wcmHomeFooter li a {
	font-size:1em;
	color:#EE0000 !important;
	font-weight:normal !important;
	font-family:Verdana,Arial,sans-serif;
	padding-left:10px;
	padding-right:5px;
	margin-left:0px;
	background:url(../images/bullet-double-arrow.gif) 0px 9px no-repeat;
	float:left;
}
#wcmHomeFooter li a:hover {
	color:#EE0000 !important;
	background:url(../images/bullet-double-arrow.gif) 0px 9px no-repeat !important;
	text-decoration:underline;
}

#searchCompareBox #destination {
	position: absolute;
	top: 49px;
	left: 18px;
}

#searchCompareBox #destination input,
#searchCompareBox #flightType input {
	float: left;
	margin: 0 4px 0 20px; /* ie6.css & ie7.css */
	padding: 0;
}

#searchCompareBox #destination label,
#searchCompareBox #flightType label {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#searchCompareBox #destination label {
	margin-right: 20px;
}
#searchCompareBox #flightType {
	position: absolute;
	top: 49px;
	left: 324px;
}

#searchCompareBox #flightType input {
	margin-left: 10px;
}

#searchCompareBox #destination label.radioOff,
#searchCompareBox #flightType label.radioOff {
	padding: 0 0 0 16px;
	display: block;
	background: transparent url(../images/radio_off.gif) no-repeat left center;
}

#searchCompareBox #destination label.radioOn,
#searchCompareBox #flightType label.radioOn {
	padding: 0 0 0 16px;
	display: block;
	background: transparent url(../images/radio_on.gif) no-repeat left center;
}

#searchCompareBox #toFrom {
	position: absolute;
	top: 76px;
	left: 13px;
}

#searchCompareBox #toFrom label {
	font-weight: bold;
	float: left;
	padding: 5px 0 0 0; /* ie6.css & ie7.css & mac.css */
	width: 46px;
}

#searchCompareBox #toFrom #fromCity,
#searchCompareBox #toFrom #toCity,
#searchCompareBox #toFrom #class {
	width: 209px;
	float: left;
	margin-right: 7px; /* ie6.css & ie7.css */
}

#searchCompareBox #toFrom #fromDate,
#searchCompareBox #toFrom #toDate {
	width: 61px; /*ie6.css & ie7.css */
	float: left;
	border: none;
	height: 18px;
	background-color: transparent;
	margin: 2px 0 0 1px; /*ie6.css & ie7.css */
	padding: 3px 0 0 3px; /*ie6.css & ie7.css */
}

#searchCompareBox #toFrom #fromTime,
#searchCompareBox #toFrom #toTime {
	width: 88px;
	float: left;
}

#searchCompareBox #fromDetails span,
#searchCompareBox #toDetails span {
	float:left;
	background: url(../images/feild_calendar_bg.png) no-repeat 0 0;
	width: 95px;
	height: 22px;
}

#searchCompareBox #toFrom a {
	float: left;
	padding-top: 2px;
	margin: 1px 2px 0 3px; /* ie6.css & ie7.css */
}

#WCMBookingTabText {
	padding-bottom:5px;
}

#bookingContentLeft {
	width:318px;

	float: left;
	padding-right: 5px;
}

#bookingContentRight {

}
.centerContent #searchCompareBox {
	clear: both;
	text-align:center;
}

	
#toFrom #toDetails,
#toFrom #passengers,
#toFrom #classOption {
	margin-top: 5px;
}

#passengers span {
	float: left;
}

#passengers #adults,
#passengers #children,
#passengers #infants {
	width: 38px;
}

#passengers #childSelect label {
	width: 125px;
	margin-left: 5px;
	margin-right: 3px;
}

#passengers #infantSelect label {
	width: 108px;
	margin-left: 26px;
}

#toFrom #classOption a {
	padding-top: 5px;
}

#searchCompareBox li.submit {
	width: 300px;
	margin: 10px 0 0 43px; /* ie6.css & ie7.css & mac.css */
	position: relative;
}

#searchCompareBox li.submit img.carriers {
	position: absolute;
	top: 0; /* ie6.css & ie7.css */
	left: 69px; /* ie6.css & ie7.css */
}

#searchCompareBox p {
	position: absolute;
	bottom: 1px; /* ie6.css & ie7.css */
	left: 12px;
}

#searchCompareBox p strong {
	color: #ee0000;
}

#specialsBox {
	position: relative;
	margin-top: 11px;
	background: url(../images/specials_box_bg.png) no-repeat 0 25px;
	padding: 25px 8px 0 8px;
	height: 214px; /* ie6.css */
}

#specialsBox h2 {
	background: url(../images/specials_title.gif) no-repeat 0 0;
	position: absolute;
	top: 7px;
	left: 16px; /* ie6.css */
	height: 17px;
	width: 67px;
	margin: 0;
	font-family: Arial, Helvetica,sans-serif;
}

#specialsBox h2 span {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

#specialsBox #specialsNav {
	position: absolute;
	top: 2px;
	right: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 32px;
}

.spNavElement {
	float: left;
	height: 30px;
	text-decoration: none;
}

.spNavElementOver
{
	float: none;
	height: 30px;
	background-position: 0 -36px;
	background-repeat:no-repeat;
	display:block;
	filter: alpha(opacity=0); 
    -moz-opacity: 0.0; 
    opacity: 0.0;
	text-decoration: none;
}

#specialsBox #specialsNav li {
	float: left;
	height: 30px;
	cursor: pointer;
}

#specialsBox #specialsNav #spNav1, #specialsBox #specialsNav #spNav1 a {
	width: 67px;
	background-image: url(../images/tab_airfare.png);
}

#specialsBox #specialsNav #spNav2, #specialsBox #specialsNav #spNav2 a {
	width: 51px;
	background-image: url(../images/tab_hotels.png);
}

#specialsBox #specialsNav #spNav3, #specialsBox #specialsNav #spNav3 a {
	width: 39px;
	background-image: url(../images/tab_cars.png);
}

#specialsBox #specialsNav #spNav4, #specialsBox #specialsNav #spNav4 a {
	width: 66px;
	background-image: url(../images/tab_holidays.png);
}

#specialsBox #specialsNav #spNav5, #specialsBox #specialsNav #spNav5 a {
	width: 58px;
	background-image: url(../images/tab_cruises.png);
}

#specialsBox #specialsNav #spNav6, #specialsBox #specialsNav #spNav6 a {
	width: 48px;
	background-image: url(../images/tab_tours.png);
}

#specialsBox #specialsNav #spNav7, #specialsBox #specialsNav #spNav7 a {
	width: 84px;
	background-image: url(../images/tab_rewards.png);
}

#specialsBox #specialsNav a.selected, #specialsBox #specialsNav li.selected  {
	background-position: 0 -36px;
	cursor: pointer;
}
#specialsBox #specialsNav a:hover{
	text-decoration: none;
}

#specialsBox #specialsNav span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#specialsBox .specialsContent p.yourCity {
	position: absolute;
	top: 26px; /* ie6.css & ie7.css */
	left: 18px; /* ie6.css & ie7.css */
	font-size: 12px;
}

#specialsBox .specialsContent p.yourCity a {
	font-size: 10px;
	padding-left: 18px;
}

#specialsContent {
	position: absolute;
	height:20px;
}

#specialsBox .specialsContent p.taxInfo {
	font-size:11px;
	margin:0px 0px 10px 10px;
	padding-bottom:8px;
	top:100px;
}

.specialsList {
	margin: 10px 0 0 0; /* ie6.css & ie7.css */
	padding: 0;
	list-style-type: none;
}

.specialsList li {
	float: left;
	font-size: 12px;
	padding: 3px 10px 4px 10px; /* mac.css */
	width: 180px;
	font-weight: bold;
	position: relative;
	cursor:pointer;
}

.specialsList li:hover,
.specialsList li.odd:hover {
	background: #fcdddd;
}

.specialsList li.firstCol {
	margin-right: 16px;
}

.specialsList li.odd {
	background: #fff;
}

.specialsList li.even {
	padding-top: 4px;
}

.specialsList li span {
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	top: 3px;
	right: 8px;
}

.specialsList li a {
	font-size: 12px;
}

.specialsList li strong {
	font-size: 12px;
}

.specialsList li.moreLink {
	text-align: right;
}

.specialsList li.moreLink:hover {
	background: #fff;
}

.specialsList li.moreLink a {
	font-size: 11px;
	color: #e00;
}

#specialsHighlightBox {
	background:transparent url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/bg-hp-latest-offers-info.gif) no-repeat scroll -1px 0;
	height: 274px;
	margin-top: 11px;
	padding:0px;
	width: 510px;
}

#specialsHighlightBox #mainBox {
	margin-bottom: 2px;
}

#specialsHighlightBox #secondBox {
	float: left;
}

#specialsHighlightBox #thirdBox {
	margin-left: 230px; /* ie6.css */
}

#specialsHighlightBox .smallPic
{
	float: left;
	display: inline;
}

#specialsHighlightBox #specialsTitle {
	height:31px;
	padding-top:8px;
	margin-left:8px;
}

#specialsHighlightBox .specialsBorderBox {
	border-width:0px;	
	height:220px;
	margin-left:8px;
}

#specialsHighlightBox #sbctn {
	background-color:#FFF;
	border:1px solid #FFF;
	float:left;
	height:218px;
	margin-left:0px;
	margin-right:0px;
	overflow:hidden;
	padding-left:0px;
	width:287px;	
}

#specialsHighlightBox #scrollCtn {
	width:267px;
}

#specialsHighlightBox #specials_noscroll {
	border-left:3px solid #CCCCCC;
	border-right:3px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	float:left;	
}

#specialsHighlightBox #specials_noscroll img {
	border-bottom:3px solid #ccc;
	clear:both;
	margin-bottom:0px;
}

#specialsHighlightBox .pics {  
    border:  1px solid #fff; 
	border-bottom:0px;
	border-top:0px;
    height:  190px;  
    width:   265px;  
    padding: 0;  
    margin:  0;  
} 
 
#specialsHighlightBox .pics img {  
	border:0px;
    height:  191px;  
    width:   265px; 
	padding: 0px;
    top:  0; 
    left: 0 ;
} 

#specialsHighlightBox #specials_prev {
	background-image:url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/scrollbanner/arrow-left.jpg');
	margin:0px;
	padding:0px;
}

#specialsHighlightBox #specials_next {
	background-image:url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/scrollbanner/arrow-right.jpg');
}

#specialsHighlightBox #prev {
	background-image:url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/scrollbanner/arrow-left.jpg');
	display:inline-block;
	height:218px;
	overflow:hidden;
	width:10px;
}

#specialsHighlightBox #next {
	background-image:url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/scrollbanner/arrow-right.jpg');
	display:inline-block;
	height:218px;
	overflow:hidden;
	width:10px;
}

#specialsHighlightBox #prev:hover {
	background-image:url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/scrollbanner/arrow-left-over.jpg');
}

#specialsHighlightBox #next:hover {
	background-image:url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/scrollbanner/arrow-right-over.jpg');
}

#specialsHighlightBox #nextNav {
	position:relative;
	top:0px;
}

#specialsHighlightBox #specials_nav {
	border-left:1px solid #fff;
	float:left;
	margin-left:0px;
}

#specialsHighlightBox #specials_nav a { 
	border: 0px; 
	background: #ffffff;
	background-image:url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/scrollbanner/button-deal1.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	xborder-top:1px solid #ccc;
	color:#000;
	display:inline-block;
	font-size:8pt;
	font-weight:bold;
	height:28px;
	line-height:28px;
	margin: 0px; 
	padding: 0px 0px 0px 6px;
	text-decoration: none; 	
	width:47px;
}

#specialsHighlightBox #specials_nav a:hover { 
	background-image:url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/scrollbanner/button-deal1-2.jpg');
	border-top-width:0px;
	color:#fff;
}

#specialsHighlightBox #specials_nav a.activeSlide { 
	background-image:url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/scrollbanner/button-deal1-2.jpg');
	color:#fff;
}

#specialsHighlightBox #specials_nav a:focus { 
	outline: none; 
}


/*------------------------------------------- Specials Box Styles -*/

#specialsBox {
	background:transparent url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/special_box_bg.png') no-repeat scroll 0 0px;
	height:274px;
	margin-top:0px;
	padding:8px 8px 0;
	position:relative;
}

#specialsBox #specialsNavWrapper {
	background-image:url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/specials_nav_bg.gif');
	background-repeat:repeat-x;
	height:40px;
	position:relative;
	width:415px;
}

#specialsBox #specialsNav {	
	display:table;
	list-style-type:none;
	margin:3px 0 0 0;
	padding:0;
	position:relative;
	right:0px;
	top:0px;
	width:415px;
}

#specialsBox #specialsBoxTitle {
	height:33px;
	width:350px;
}

.specialsList {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
}

#specialsSingleLine .specialsList li {
	margin:0;
}



#specialsBox #specialsBoxContent {
	background:transparent url('/wcsstore/ConsumerDirectStorefrontAssetStore/images/gradient-specials.gif') repeat-y scroll 0 0;
}

.specialsList li {
	margin:0px;	
}

/**********************
	ColumnBox General
***********************/
 .columnBox
{
	margin: -3px 0 0 0;
	padding: 5px 10px 3px 12px;
	width: 168px;
	background: url(../images/red_box_bg.gif) repeat-y;
	font-size: 11px;
	color: #333;	
}

.columnBox p
{
	margin: 3px 0;
}

.columnBox img
{
	margin: 8px 0 0 0;
}

.columnBox ul
{
	padding-left:25px;
	margin:0px;
}

.columnBox li
{
	padding-bottom:5px;
	margin:0px;
}

/*********************
	Breadcrumbs
**********************/
#breadcrumb
{
	clear: both;
	padding: 8px 0 4px 15px;
	margin: 0;
	list-style-type: none;
	height: 26px;
	font-size: 11px;	
}

#breadcrumb li {
	float: left;
	margin-right: 10px;
}

#breadcrumb a {
	color: #333;
}

a:hover {
	text-decoration: underline;
}

/**********************
	Product Detail
***********************/

.productDetail {
	margin-top:5px;	
}

.productDetail #colOne
{
	float: left;
	width: 190px;
	padding: 0 0 0 11px;
	margin: 0;
	background: url(../images/side_column_bg.gif) repeat-y right;
}

.productDetail #colOne .headImage
{
	width: 190px;
	/*height: 36px;*/
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
}

.productDetail #colTwo {
	float: left;
	width: 553px;
	padding: 0 0 0 10px;
	margin: 0;
	color: #333;
	background: url(../images/center_column_bg.gif) repeat-y right;
}

.productDetail #colTwo .headImage
{
	/*width: 533px;*/
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
}

.productDetail #colThree 
{
	float: right;
	width: 190px;
	margin: 0 10px 0 0px;
	padding:0px;
/*	background: url(../images/side_column_bg.gif) repeat-y right;   MF - 24-8-09  Enquiry Options*/
}

.productDetail #colThree .headImage
{
	width: 190px;
	height: 35px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
}

.productDetail img
{
	padding: 0;
	margin: 0;
}

.productDetail .columnHeading
{
	background: url(../images/column_heading_bg.gif) repeat-x;
	height: 23px;
	margin: 0 4px 1px 4px;
	padding: 7px 0 0 10px;
	color: #333;
	font-size: 13px;
	font-weight: bold;	
}

#cityLabel, #headLeft
{
	margin-top: -3px;
}

#cityList,#travelCategoryList
{
	padding: 0 0 3px 12px;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	color: #333;
}

#cityList li, #travelCategoryList li
{
	padding: 0;
	margin: 2px 0 0 0; /*ie6.css */
}

#citySelect
{
	padding: 0;
	margin: 4px 0 10px 14px;
	width: 160px;
	font-size: 11px;
	color: #333;	
}

#dateSelect 
{
	height: 26px;
	padding: 4px 0 0 10px;
}


#dateSelect img
{
	margin: 0 0 0 2px;
	padding: 0;
	vertical-align: -25%;
}

#dateSelect #dateGo
{
	margin: 0;/*ie6.css */
	padding: 0;
	vertical-align: -20%;
}

.productDetail #fromDate
{
	width: 94px;
	height: 14px;
	background-color: #fff;
	font-weight: normal;
	font-size: 11px;
}

/*.productDetail .columnBox
{
	margin: -3px 0 0 0;
	padding: 5px 6px 3px 16px;
	width: 168px;
	background: url(../images/red_box_bg.gif) repeat-y;
	font-size: 11px;
	color: #333;	
}*/

.productDetail .columnBox p
{
	margin: 3px 0;
}

.productDetail .columnBox img
{
	margin: 8px 0 0 0;
}

.productDetail .columnFoot
{
	width: 190px;
	position: relative;
	bottom: 0;
	right: 0;
	margin: 0 0 -3px 0;
	padding: 0;
}

.miniBreak
{
	background: url(../images/mini_breakline.gif) repeat-x;
	height: 2px;
	overflow: hidden;
	clear: both;
	width: 170px;
	margin: 0;
}

.productDetail #centerContent
{
	width: 517px;
	float: right;
	margin: 0;
	padding: 0 19px 0 0;
	color: #333;
	font-size: 11px;
}

.cityPhoto
{
	padding: 1px 0 10px 10px;
	float: right;
}

.productDetail .centerList, .generic .centerList, .researchPlan .centerList
{
	padding: 0 0 0 16px;
	margin: 0;
	list-style-type: disc;
	list-style-image: url(../images/bullet_red.gif);/*ie6.css*/
	font-size: 12px;
	color: #333;
}

.productDetail .centerList li, .generic .centerList li, .researchPlan .centerList li
{
	padding: 4px 0;
	margin: 0;
}

.researchPlan #callConsultant
{
	padding: 0 35px 0 0;
	margin: 0;
	width: 200px;
	float: right;
}

.boldPhone
{
	font-weight: bold;
	color: #e00;	
}

.productDetail #centerFoot
{
	width: 553px;
	height: 25px;
	position: relative;
	bottom: 0;
	right: 0;
	margin: 0 0 -3px 0;
	padding: 0;
}

.breakline
{
	clear: both; 
	border-bottom: 1px solid #dedede;
	margin: 4px 0;

}

.productDetail .breakline
{
	margin: 4px 0 10px 0;
}

#colThree .columnHeading
{
	color:#e00;
}

/* Enquiry Options Menu Styles */

div#links-box {
	background-color:#F7F7F7;
	border:1px solid #E7E7E7;
	font-size:11px;
	
	width:184px;
}

div#links-box .innerBorder {
	background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/enquiry-options-bg.jpg);
	background-repeat:no-repeat;
	border:1px solid #FFFFFF;
}

#links-box ul, #links-box li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#links-box ul ul {
	width:182px;
}

#links-box input {
	font-size:11px;
	width:155px;	
}

#links-box label {
	clear:both;
	display:block;
	margin:7px 0 2px 0;	
}

#links-box select {
	border:1px solid #F7F7F7;
	float:left;
	font-size:11px;
	height:20px;
	margin:0 0 5px;
}

#links-box textarea {
	font-size:11px;
	height:50px;
	margin:0;
	width:155px;
	overflow:auto;
}

#links-box .theButtonHolder {
	float:right;
	margin:10px 0 0 0;
	text-align:right;
	padding-bottom:10px;
}

.slidingOption {
/*	display:none;    */
	background-color:#F1F1F1;
	color:#333333;
	font-size:11px;
	text-align:left;
}

.slidingOptionBox {
	background-color:#F1F1F1;
	border-top:1px solid #FFF;
	color:#333333;
	padding:6px 6px 0px 10px;
	width:166px;
}

.slidingOptionBox a {
	cursor:pointer;
}

.productDetail p.bbordertext {
	border-bottom:1px dotted #ccc; 	
	padding-bottom:5px;
	margin:1px 0 4px 0;
}

#phoneBtn, #emailBtn, #addShortlistBtn, #shortlistBtn, #sendFriendBtn, #visitBtn, #printBtn {
	background-repeat:no-repeat;
	background-position:9px 0px;
	display:inline-block;
	height:30px;
	margin-bottom:2px;
	margin-top:2px;
	width:182px;
}

#phoneBtn {
	background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/enquiry_btn_phone.gif);
	margin-top:10px;
}

#emailBtn {background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/enquiry_btn_email.gif);}

#addShortlistBtn {background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/enquiry_btn_addShortlist.gif);}

#shortlistBtn {background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/enquiry_btn_viewShortlist.gif);}

#sendFriendBtn {background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/enquiry_btn_send.gif);}

#visitBtn {background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/enquiry_btn_visitStore.gif);}

#printBtn {background-image:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/enquiry_btn_print.gif);}

#shortlistItem {
	border-bottom:1px dotted #CCCCCC;
	padding:5px 0;
	width:100%;
}

#shortlistItem .productTitle {
	color:#333333;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:0 0 5px;
	text-align:left;
	width:100%;
}

#shortlistItem .price {
	color:#EE0000;
	float:left;
	font-size:12px;
	font-weight:bold;
}

#links-box #emailGeneralEnquiryCtn {
	padding-left:10px;
}

.remove {
	float:right;
	height:10px;
}

.close {
	float:left;
	font-size:9px;
	padding:10px 0 0;
	width:40px;
}

.remove a, .close a{
	font-size:9px;
	text-decoration:none;
}

.remove a:hover, .close a:hover{
	text-decoration:underline;
}


/* End Enquiry Options Menu Styles */

#enquiryHeading
{
	margin-top: -3px;
}

/*.productDetail #enquiryOptions, .destination #enquiryOptions
{
	width: 190px;
	height: 209px;
	padding-top: 44px;
	text-align: center;
	background: url(../images/enquiry_options_prod.gif) no-repeat;
}

#enquiryOptions ul, #enquiryOptions li
{
	margin: 0;
	padding: 0;
	list-style: none;
}*/
.columnBox #postcode
{
	width: 155px;
}

.productDetail #postCode
{
	width: 106px;
	height: 14px;
	margin: 4px 0;
	background-color: #fff;
	font-weight: normal;
	font-size: 11px;
}

.productDetail #findButton
{
	margin: 0;
	padding: 0;
	vertical-align: -23%;/*ie6.css */
}

.productDetail #yourEmail
{
	width: 160px;
	height: 14px;
	margin: 6px 0 2px 0;
	background-color: #fff;
	font-weight: normal;
	font-size: 11px;
}

.productDetail #subscribe
{
	margin:  0 0 1px -2px;/*ie6.css */
	padding: 0;
}

.productDetail .headingSymbol
{
	float: right;
	margin: 3px 8px 0 0;
	padding: 0;
	clear: none;
}

#sku
{
	color: #333;
	font-size: 9px;
	margin: 0 0 0 10px;
	padding: 0;
}

/**********************
	Destination
***********************/
.destination #colOne
{
	float: left;
	width: 190px;
	padding: 0 0 0 11px;
	margin: 0;
	background: url(../images/side_column_bg.gif) repeat-y right; 
	color: #333;
}

.destination #colOne .headImage
{
	width: 190px;
	/*height: 36px;*/
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
}

.destination #colTwo {
	float: left;
	width: 553px;
	padding: 0 0 0 10px;
	margin: 0 0 0px 0;
	color: #333;
	background: url(../images/center_column_bg.gif) repeat-y right;
}

.destination #colTwo .headImage
{
	/*width: 533px;*/
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
}

.destination #TMCol {
	float: left;
	width: 715px;
	padding: 0 0 0 10px;
	margin: 0 0 0px 0;
	color: #333;
}

.destination #colThree 
{
	float: left;
	width: 190px;
	padding: 0 0 0 10px;
	margin: 0;
/*	background: url(../images/side_column_bg.gif) repeat-y right;   mf - 24-8-09 Enquiry Options */
}

.destination #colThree .headImage
{
	width: 190px;
	height: 35px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
}

.destination img
{
	padding: 0;
	margin: 0;
}

.destination .columnHeading
{
	background: url(../images/dest_info_opt_bg.gif) repeat-x;
	height: 20px;
	margin: 0 4px 1px 4px;
	padding: 5px 0 0 10px;
	color: #e00;
	font-size: 11px;
	font-weight: bold;	
}

.destination .columnHeading img
{
	float: right;
	padding: 4px 6px 0 0;
}

.destination .columnHeading a
{
	color: #e00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.hoverPointer
{
	cursor: pointer;
}


.optionContainer
{
	height: 0px;
	overflow: hidden;
}

#destContain1
{
	/*height: 78px; /*ie6.css*/	
}


.toolList
{
	padding: 0 0 3px 0px;
	margin: 0px 4px 0px 4px;
	list-style-type: none;
	font-size: 11px;
	color: #333;
	background-color: #f1f1f1;
	border-bottom: 1px solid #fff;
	/*overflow: hidden;*/
}

.toolList li
{
	padding: 3px 0 3px 12px;
	margin: 0 0 0 0; /*ie6.css */
}

.toolList li img
{
	vertical-align: 15%;	
}

.toolList .currentLoc
{
	background-color: #d9d9d9;
}

/* .columnBox
{
	margin: -3px 0 0 0;
	padding: 5px 6px 3px 16px;
	width: 168px;
	background: url(../images/red_box_bg.gif) repeat-y;
	font-size: 11px;
	color: #333;	
}*/

 .destination .columnBox
{
	margin: -3px 0 0 0;
	padding: 5px 10px 3px 12px;
	width: 168px;
	background: url(../images/red_box_bg.gif) repeat-y;
	font-size: 11px;
	color: #333;	
}

.destination .columnBox p
{
	margin: 3px 0;
}

.destination .columnBox img
{
	margin: 8px 0 0 0;
}

.destination .columnFoot
{
	width: 190px;
	position: relative;
	bottom: 0;
	right: 0;
	margin: 0 0 -3px 0;
	padding: 0;
}

#weatherBox
{
	padding: 2px 6px 0 4px;
	width: 180px;
}

.destination .columnBox .weatherImage
{
	padding: 0 0 0 8px;	
}

.destination .weatherPeaks
{
	float: right;
	margin: 0;
	padding: 10px 8px 0 0;
	text-align: right;
	
}

.destination .weatherCurrent
{
	clear: both;
	margin: 8px 0 0 0;
	padding: 2px 0 2px 8px;
	text-align: left;
	background: url(../images/weather_gradient.gif) repeat-y;
	
}

.destination .columnPic
{
	margin: 0 0 -3px 0;
	padding: 0;
}

.destination #centerContent
{
	width: 497px;
	float: right;
	margin: 0;
	padding: 10px 29px 0 10px;
	color: #333;
	font-size: 11px;
}

.destination #priceFrom
{
	float: right;
	display: inline;
	padding: 0;
	margin: 4px 0 4px 0;
	width: 200px;
	text-align: right;
	color: #333;
}

.destination #priceFrom .priceFeature
{
	font-size: 13px;
	color: #e00;
	font-weight: bold;
}

.cityPhoto
{
	/*margin: 1px 0 10px 0px;*/
	float: right;
}

.destination .centerList
{
	padding: 0 0 0 16px;
	margin: 0;
	list-style-type: disc;
	font-size: 11px;
	color: #333;
}

.destination .centerList li
{
	padding: 4px 0;
	margin: 0;
}

.destination #callConsultant
{
	padding: 0 50px 0 0;
	margin: 0 0 10px 0;
	width: 180px;
	float: right;
}



#findADealHoliday
{
	width: 534px;
	height: 85px;
	clear: both;
	margin: 0 0 0px 0;
	padding: 60px 0px 0 19px;
	background-color: #fff;
	background: url(../images/dest_find_a_deal_short.gif) no-repeat;
	font-size: 11px;
}

#findADealHoliday #byContinent
{
	font-size: 11px;
	width: 165px;
	margin-right: 4px;
}

#findADealHoliday #byCountry
{
	font-size: 11px;
	width: 165px;
	margin-right: 4px;
}
#findADealHoliday #byType
{
	font-size: 11px;
	width: 142px;
	margin-right: 4px;
}

#findADealHoliday #byPrice
{
	font-size: 11px;
	width: 140px;
	margin-right: 4px;	
}

#findADealHoliday #byExperience
{
	font-size: 11px;
	width: 200px;
	
}

#findADealHoliday #byCategory
{
	font-size: 11px;
	width: 140px;
	margin: 6px 1px 0 0;/*ie6.css*/
}

#findADealHoliday button
{
	vertical-align: -45%;
}


.destination #findADeal
{
	width: 534px;
	height: 85px;
	clear: both;
	margin: 0 0 0px 0;
	padding: 60px 0px 0 19px;
	background-color: #fff;
	background: url(../images/dest_find_a_deal.gif) no-repeat;
	font-size: 11px;
}

.destination #findADeal #byType
{
	font-size: 11px;
	width: 142px;
	margin-right: 4px;
}

.destination #findADeal #byPrice
{
	font-size: 11px;
	width: 115px;
	margin-right: 4px;	
}

.destination #findADeal #byExperience
{
	font-size: 11px;
	width: 228px;
	
}


.destination #findADeal #byCategory
{
	font-size: 11px;
	width: 266px;
	margin: 6px 1px 0 0;/*ie6.css*/
}

.destination #findADeal button
{
	vertical-align: -45%;
}

.searchResults #enquiryOptions
{
	width: 190px;
	height: 78px;
	padding-top: 44px;
	text-align: center;
	background: url(../images/enquiry_options_dest.gif) no-repeat;
}

.generic #enquiryOptions, .researchPlan #enquiryOptions
{
	width: 190px;
	height: 176px;
	padding-top: 44px;
	text-align: center;
	background: url(../images/enquiry_options_generic.gif) no-repeat;
}

.destination #postCode
{
	width: 106px;
	height: 14px;
	margin: 4px 0;
	background-color: #fff;
	font-weight: normal;
	font-size: 11px;
}

.destination #findButton
{
	margin: 0;
	padding: 0;
	vertical-align: -23%;/*ie6.css */
}

.destination #yourEmail
{
	width: 160px;
	height: 14px;
	margin: 6px 0 2px 0;
	background-color: #fff;
	font-weight: normal;
	font-size: 11px;
}

.destination #subscribe
{
	margin:  0 0 1px -2px;/*ie6.css */
	padding: 0;
}

.destination .headingSymbol
{
	float: right;
	margin: 3px 8px 0 0;
	padding: 0;
	clear: none;
}

.destination #destName
{
	width: 166px;
	height: 25px;
	background: url(../images/dest_name.gif) no-repeat;
	padding: 10px 11px 0 13px;
	margin: 0 0 0px 0;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.destination .destPicHead
{
	width: 533px;
	height: 84px;
	padding: 10px 0px 0 20px;
	margin: 0 0 0 0;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	background: url(../images/destination_loc_head.jpg) no-repeat;
}

.destination .disclaim
{
	padding: 10px 0 12px 0;
	margin-top: -2px;
	font-size: 10px;
	color: #7f7f7f;
}


/**********************************
Tourism Media
************************************/

#colThree .tabcontainer {
	background: transparent url(../images/red_box_bg.gif) repeat-y;
	color: #333;
	font-size: 11px;
	padding: 0px 10px 0px 12px;
	width: 168px;
}

#colThree .tabcontainer a{
	color: #333;
	padding: 0px 0px 0px 9px;
}

#colThree .tabcontainer a.active{
	color: #ee0000;
	background: transparent url(../images/bullet-double-arrow.gif) no-repeat scroll 0 5px;
}

#colThree .tabcontainer li{
	padding: 4px 0px 4px 0px;
	background: url(../images/mini_breakline.gif) no-repeat;
	border-bottom: 1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #e7e7e7;
}

.tourismMediaNav {
	padding-bottom: 15px;
	background: #fff;
}

#TMHeader{
	padding-left:9px;
	background: #fff;
	height:34px;
}

#TMContentArea{
	margin-left: 8px;
	background: transparent url(../images/TMContentBackground.gif) repeat-y;
	width: 740px;
	margin-right: 8px;
}
#TMContentArea #tmc{
	padding: 0px 20px 20px 20px;
}

#TMBorderBottom {
	margin-top:-6px;
	margin-left:8px;
}



/***************************
	Your Shorlist, Search Results, Make an Enquiry, Contact Us. Generic
*****************************/
.destination p, .productDetail p, .yourShortlist p, .searchResults p, .makeEnquiry p, .contactUs p, .generic p
{
	margin: 0;
	padding: 0;	
}

#travelOptions input
{
	background-image: none;
	padding: 0;
	border: 0;
	background-color: #f1f1f1;
}

.yourShortlist #colOne, .searchResults #colOne, .makeEnquiry #colOne, .contactUs #colOne, .generic #colOne
{
	float: left;
	width: 190px;
	padding: 0 0 0 11px;
	margin: 0;
	background: url(../images/side_column_bg.gif) repeat-y right; 
	color: #333;
}

.yourShortlist #colOne .headImage, .searchResults #colOne .headImage, .makeEnquiry #colOne .headImage, .contactUs #colOne .headImage, .generic #colOne .headImage
{
	width: 190px;
	/*height: 36px;*/
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
}

.yourShortlist #colTwo, .searchResults #colTwo, .makeEnquiry #colTwo, .contactUs #colTwo, .generic #colTwo 
{
	float: left;
	width: 553px;
	padding: 0 0 0 10px;
	margin: 0;
	color: #333;
	background: url(../images/center_column_bg.gif) repeat-y right;
}

.yourShortlist #colTwo .headImage, .searchResults #colTwo .headImage, .makeEnquiry #colTwo .headImage, .contactUs #colTwo .headImage, .generic #colTwo .headImage
{
	/*width: 533px;*/
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
}

.yourShortlist #colThree,.searchResults #colThree, .makeEnquiry #colThree , .contactUs #colThree, .generic #colThree 
{
	float: left;
	width: 190px;
	padding: 0 0 0 10px;
	margin: 0;
/*	background: url(../images/side_column_bg.gif) repeat-y right;     MF - 24/8/09 Enquiry Options  */
}

.yourShortlist #colThree .headImage, .searchResults #colThree .headImage, .makeEnquiry #colThree .headImage, .contactUs #colThree .headImage, .generic #colThree .headImage
{
	width: 190px;
	height: 35px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
}

.yourShortlist img, .searchResults img, .makeEnquiry img, .contactUs img, .generic img
{
	padding: 0;
	margin: 0;
}

.searchResults .leftList, .generic .leftList
{
	padding: 0 0 3px 12px;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	color: #333;
}

.searchResults .leftList li, .generic .leftList li
{
	padding: 0;
	margin: 2px 0 0 0; /*ie6.css */
}

.searchResults #colOne .dropList,.generic #colOne .dropList
{
	padding: 0;
	margin: 4px 0 10px 14px;
	width: 160px;
	font-size: 11px;
	color: #333;	
}

.searchResults #colOne #dateSelect, .generic #colOne #dateSelect 
{
	height: 26px;
	padding: 4px 0 0 10px;
}

.searchResults #dateSelect #fromDate, .generic #dateSelect #fromDate
{
	width: 68px;
	height: 14px;
	background-color: #fff;
	font-weight: normal;
	font-size: 11px;
	float: left;
}

.searchResults #colOne #dateSelect img, .generic #colOne #dateSelect img
{
	margin: 2px 0 0 2px;
	padding: 0;
	vertical-align: -25%;
	float: left;
}

.searchResults #colOne #dateSelect #dateGo, .generic #colOne #dateSelect #dateGo
{
	margin: -2px 0 0 4px; /*ie6.css*/
	padding: 0;
	float: left;
}

.yourShortlist .columnHeading, .searchResults .columnHeading, .makeEnquiry .columnHeading, .contactUs .columnHeading, .generic .columnHeading
{
	background: url(../images/column_heading_bg.gif) repeat-x;
	height: 23px;
	margin: 0 4px 1px 4px; /* ie6.css */
	padding: 7px 0 0 10px;
	color: #333;
	font-size: 13px;
	font-weight: bold;	
}

.yourShortlist .centerContent, .searchResults .centerContent, .makeEnquiry .centerContent, .contactUs .centerContent, .generic .centerContent
{
	width: 500px;
	float: right;
	margin: 0;
	padding: 10px 28px 0 0;
	color: #333;
	font-size: 11px;
}

.yourShortlist #headText, .searchResults #headText, .makeEnquiry #headText, .contactUs #headText, .generic #headText
{
	width: 492px;
	padding-left: 8px;
}

.yourShortlist .callConsultant, .searchResults .callConsultant, .makeEnquiry .callConsultant, .contactUs .callConsultant, .generic .callConsultant
{
	padding: 0 20px 0 0;
	margin:  4px 0 0 0;
	width: 200px;
	float: left;
	color: #333;
	font-size: 11px;
}

.yourShortlist .sendShortlist, .searchResults .sendShortlist
{
	padding: 0 8px 0 9px;
	margin:  4px 0 0 0;
	float: left;
}

.yourShortlist #resultsList, .searchResults #resultsList
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.yourShortlist .shortlistItem
{
	clear: both;
	border-bottom: 1px dotted #dedede;
	padding: 15px 0px 2px 10px;
}

.searchResults .resultItem
{
	clear: both;
	padding: 15px 0px 2px 10px;
}

.searchResults .dottedLine
{
	border-bottom: 1px dotted #dedede;
	height: 1px !important;
	overflow: hidden;
	padding: 0;
	margin: 4px 0;
	clear: both;
}

.yourShortlist .lastListItem, .searchResults .lastListItem
{
	border-bottom: none;
	margin-bottom: -14px;
}

.yourShortlist .shortlistPic, .searchResults .resultsPic
{
	width: 85px;
	text-align: left;
	float: left;
}

.yourShortlist .shortlistText, .searchResults .resultsText
{
	width: 390px;
	text-align: left;
	float: left;
	color: #333;
	font-size: 11px;
	padding: 0;
	margin: -3px 0 0 0;
}

.yourShortlist .shortlistText a:hover, .searchResults .resultsText a:hover /*,.searchResults .resultsText a:hover h4.yourShortlist .shortlistText a:hover h4,*/
{
	text-decoration: underline;
}

.yourShortlist .shortlistText h4, .searchResults .resultsText h4
{
	color: #e00;
	font-size: 13px;
	margin: 0;
	padding: 0;
	display: inline;
}

.yourShortlist .priceFrom, .searchResults .priceFrom, .researchPlan .priceFrom
{
	float: right;
	display: inline;
	padding: 0;
	margin: -2px 0 0 0;
	width: 150px;
	text-align: right;
	color: #333;
	font-size: 11px;
}

.yourShortlist .priceFrom .priceFeature, .searchResults .priceFrom .priceFeature, .researchPlan .priceFrom .priceFeature
{
	font-size: 13px;
	color: #e00;
	font-weight: bold;
}

.yourShortlist #centerFoot, .searchResults #centerFoot, .makeEnquiry #centerFoot, .contactUs #centerFoot, .generic #centerFoot
{
	width: 553px;
	height: 25px;
	position: relative;
	bottom: 0;
	right: 0;
	margin: 0 0 -3px 0;
	padding: 0;
}

.largeBreakline 
{
	clear: both;
	border-bottom: 5px solid #f1f1f1;
	width: 545px;
	margin: 0 0 0 4px;
	padding: 0px 0 0 0;
}

/*.yourShortlist .columnBox, .searchResults .columnBox, .makeEnquiry .columnBox, .contactUs .columnBox
{
	margin: -3px 0 0 0;
	padding: 5px 6px 3px 16px;
	width: 168px;
	background: url(../images/red_box_bg.gif) repeat-y;
	font-size: 11px;
	color: #333;	
}*/

.yourShortlist .columnBox p, .searchResults .columnBox p, .makeEnquiry .columnBox p, .contactUs .columnBox p, .generic .columnBox p
{
	margin: 3px 0;
}

.yourShortlist .columnBox img, .searchResults .columnBox img, .makeEnquiry .columnBox img, .contactUs .columnBox img, .generic .columnBox img
{
	margin: 8px 0 0 0;
}

.yourShortlist .columnFoot, .searchResults .columnFoot, .makeEnquiry .columnFoot, .contactUs .columnFoot, .generic .columnFoot
{
	width: 190px;
	position: relative;
	bottom: 0;
	right: 0;
	margin: 0 0 -3px 0;
	padding: 0;
}

.yourShortlist #enquiryOptions
{
	width: 190px;
	height: 111px;
	padding-top: 44px;
	text-align: center;
	background: url(../images/enquiry_options_shortlist.gif) no-repeat;
}

.yourShortlist #postCode, .makeEnquiry #postCode, .generic #postCode
{
	width: 106px;
	height: 14px;
	margin: 4px 0;
	background-color: #fff;
	font-weight: normal;
	font-size: 11px;
}

.yourShortlist #findButton, .makeEnquiry #findButton, .generic #findButton
{
	margin: 0;
	padding: 0;
	vertical-align: -23%;/*ie6.css */
}

.yourShortlist #yourEmail, .searchResults #yourEmail, .makeEnquiry #yourEmail, .contactUs #yourEmail, .generic #yourEmail
{
	width: 155px;
	height: 14px;
	margin: 6px 0 2px 0;
	background-color: #fff;
	font-weight: normal;
	font-size: 11px;
}

.yourShortlist #subscribe, .searchResults #subscribe, .makeEnquiry #subscribe, .contactUs #subscribe, .generic #subscribe
{
	margin:  0 0 1px -2px;/*ie6.css*/
	padding: 0;
}

.yourShortlist .columnPic, .searchResults .columnPic, .makeEnquiry .columnPic, .contactUs .columnPic, .generic .columnPic
{
	margin: 0 0 -3px 0;
	padding: 0;
}

.yourShortlist .largeGap, .searchResults .largeGap
{
	margin: 0 0 -3px 0;
	padding: 12px 0 0 0;
	background-color: #FFF;
}

.searchResults .breakline
{
	clear: both; 
	border-bottom: 1px solid #dedede;
	margin: 0px 0;
}

.boldRed
{
	font-weight: bold;
	color: #e00;	
}

.searchAgain
{
	color: #333;
	font-size: 11px;
	width: 523px;
	height: 32px;
	padding: 44px 15px 0 15px;
	background: url(../images/search_results_head.gif) no-repeat top;	
}

.searchAgain #searchQuery
{
	font-size: 11px;
	color: #333;
	width: 200px;
}

.searchAgain button
{
	vertical-align: -45%;
}

.searchAgain .searchRadio
{
	vertical-align: -20%;
	
}

#destGuide ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}

#destGuide li
{
	margin: 0px 0 0px 0;
	/*padding: 0 0 0 0px;*/
	padding: 3px 0 2px 10px;
	list-style: none;
}


/***************************
	Enquiry form items
****************************/

.makeEnquiry h4
{
	font-size: 13px;
	font-weight: bold;
	color: #e00;
	margin-left: 10px;	
}

.makeEnquiry .requiredMark, #feedback .requiredMark
{
	float: right;
	padding-top: 6px;/*ie6.css*/
	padding-right: 6px;
}

.makeEnquiry .requiredMark#noPad
{
	float: right;
	padding-top: 6px;/*ie6.css*/
}

.makeEnquiry .breakline, .contactUs .breakline
{
	height: 1px;
	overflow: hidden;	
}

.makeEnquiry #enquiryForm .enqLabel
{
	width: 124px;
	padding: 7px 0 7px 10px;
	display: block;
	float: left;
	clear: both;
	color: #333;
}

#enquiryForm .indentedText
{
	padding-left: 10px;
	display: block;		
}

.makeEnquiry #enquiryForm .formItem
{
	display: block;
	float: left;
	font-size: 11px;
	color: #333;
	padding: 5px 0;
}

#enquiryForm .formItem input, #enquiryForm .formItem select
{
	font-size: 11px;
	color: #333;
	margin-left: 2px;
}

#enquiryForm .formItem select
{
	height: 20px;
}

#enquiryForm #firstName, #enquiryForm #surname
{
	width: 135px;
}

#enquiryForm #newsNo, #enquiryForm #contactPhone
{
	margin-left: 9px;	
}

#enquiryForm #mobPhone
{
	margin-left: 5px;
}

#enquiryForm .enquiryRadio 
{
	margin-left: 0;
	padding-left: 0;	
	background-image: none;
	border: none;
	vertical-align: -30%;
}

#enquiryForm .radioLabel
{
	font-size: 11px;
	color: #333;
	
}

#enquiryForm .greyList
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#enquiryForm .greyList li
{
	height: 22px;
	background-color: #f1f1f1;
	border-top: 1px solid #fff;
	display: block;
	padding: 6px 0 0 5px;
}

#enquiryForm .greyList li .removeLink
{
	float: right;
	padding: 1px 5px 0 0;
	text-align: right;
}

#enquiryForm #returnField, #enquiryForm #departField
{
	width: 64px;
	margin-top: 0;
}

#enquiryForm #enquiryPostCode, #enquiryForm #numTravellers
{
	width: 54px;
}

.calPic
{
	vertical-align: -40%; /*ie6.css*/	
}

#enquiryForm #travelOptions
{
	margin: 4px 0;
	padding: 6px;
	background-color: #f1f1f1;
}

#enquiryForm #travelOptions input
{
	vertical-align: -40%;
	margin-left: 4px;
	padding-left: 4px;
}

.makeEnquiry .dottedLine
{
	border-bottom: 1px dotted #dedede;
	height: 1px !important;
	overflow: hidden;
	padding: 0;
	margin: 6px 0;
	clear: both;
}	

.makeEnquiry #commentArea
{
	width: 344px;
	font-size: 11px;
	color: #333;
	margin-bottom: 8px;
	margin-left: 10px;
}

.makeEnquiry .sendEnquiry
{
	padding: 0 8px 0 9px;
	margin:  4px 0 0 0;
	float: left;/*ie6.css*/
}


/**************************
	Advanced Search
***************************/
.advancedSearch .centerContent p, .researchPlan .centerContent p
{
	padding: 0 0px;	
}

.advancedSearch .formItem
{
	display: block;
	float: left;
	font-size: 11px;
	color: #333;
	padding: 5px 0;
}

.advancedSearch .searchLabel
{
	width: 137px;
	padding: 7px 0 7px 10px;
	display: block;
	float: left;
	clear: both;
	color: #333;
}

.advancedSearch select
{
	width: 235px;
	font-family: Verdana, Arial, sans-serif;
	background: url(../images/form_bg.gif) no-repeat #fff;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	scrollbar-arrow-color: #e00;
	padding: 1px 0 0 1px;
	font-size: 11px;
		
}

.advancedSearch input
{
	width: 233px;
	font-family: Verdana, Arial, sans-serif;
	background: url(../images/form_bg.gif) no-repeat top left #fff;
	border: 1px solid #f7f7f7;
	padding: 2px 0 2px 4px;
	font-size: 11px;
}

.advancedSubmit
{
	float: left;
	padding-top: 5px;
	margin-left: 145px; /*ie6.css*/
	padding-bottom: 10px;
}

.advancedSearch #callConsultant
{
	padding: 0 20px 0 4px;
	margin:  4px 0 0 0;
	width: 180px;
	float: left;
	color: #333;
	font-size: 11px;
}


/***************************
	Research And Plan & Specials & Experiences
****************************/
.researchPlan .centerContent{
	width: 519px;
	padding: 10px 16px 0 0;
}

/*
.researchPlan h3
{
	margin-left: 10px;	
}
*/
.researchPlan .centerContent p
{
	margin-bottom: 6px;
}

.researchPlan .priceFrom
{
	margin-right: 10px;
	padding-top: 6px;	
}

.researchPlan .researchOptions, .researchPlan .specialOptions
{
	width: 519px;
}

.researchPlan .breakline
{
	margin: 8px 1px;
}

.researchPlan .breaklineNM
{
	clear: both; 
	border-bottom: 1px solid #dedede;
	margin: 4px 0 8px 0px;
	height: 1px;
	overflow: hidden;
}

.researchPlan .researchBt
{
	width: 256px;
	height: 104px;
	padding: 0px;
	margin: 0;
	float: left;
	display: block;	
}

.researchPlan .specialsBt
{
	width: 169px;
	height: 123px;
	padding: 0px;
	margin: 0 3px 0 0;
	float: left;
	display: block;
	border-bottom: 1px solid #dedede;
	color: #333;
}

.researchPlan .specialsBt p
{
	margin: 0;
	padding: 2px 0 0 4px;	
}

.researchPlan .researchBt .btLabel
{
	border: none;
	padding: 67px 0 0 3px;
}


.researchPlan #resMap
{
	background: url(../images/research_bt_map.jpg) left no-repeat;
	padding-right: 7px;
	margin-bottom: 7px;
}

.researchPlan #resMap .btLabel
{
	padding: 67px 0 0 2px;
}

.researchPlan #resDest
{
	background: url(../images/research_bt_dest.jpg) left no-repeat;
	margin-bottom: 7px;
}

.researchPlan #resExp
{
	background: url(../images/research_bt_experience.jpg) left no-repeat;
	padding-right: 7px;	
}

.researchPlan #resEbr
{
	background: url(../images/research_bt_ebrochure.jpg) left no-repeat;
}

.researchPlan .greyBox
{
	background-color: #f1f1f1;
	padding: 6px 8px;
	margin: 9px 0;
}

.researchPlan .specialsListing
{
	width: 169px;
	padding: 0px;
	margin: 0 6px 15px 0;
	float: left;
	display: block;
	border-bottom: 1px solid #dedede;
	color: #333;
}

.researchPlan .rightListing
{
	margin-right: 0;
}

.researchPlan .bottomListing
{
	margin-bottom: 3px;
}

.researchPlan .specialsListing ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

.researchPlan .specialsListing li
{
	margin: 0;
	padding: 5px 2px;
	border-bottom: 1px dotted #dedede;	
}

.researchPlan .specialsListing li a
{
	color: #333;
	font-weight: bold;
}

.researchPlan .specialsListing ul .priceBox
{
	float: right;	
}

.researchPlan .specialsListing ul .priceBox a
{
	color: #e00;	
}

.noBorder
{
	border-bottom: 1px solid #000;
}

.researchPlan #expandBox
{
	background: url(../images/destinations_expand_main.gif) repeat-y;
	width: 519px;
	margin: -5px auto -2px auto;
	padding: 0;
	text-align: center;
}

.researchPlan #expandBox #expTop
{
	margin: 0 0 0 0;
	padding: 0;	
}

.researchPlan #expandBox #fbContain1
{
	margin: -2px 0 0 0;
	padding: 0;	
}

.researchPlan #expFoot
{
	margin: 0 0 0 0;	
}

.researchPlan #expandBox .destContainer
{
	height: 0px;
	overflow: hidden;/**/
	margin: 0;
	padding: 0;	
}

.researchPlan #expandBox .destBar
{
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding: 0;	
}

.researchPlan #expandBox .destContent
{
	width: 513px;
	/*height: 105px;*/
	margin: 0 auto;
	padding: 4px 0 0 0;
	background: url(../images/dest_content_bg.gif) no-repeat;
}

.researchPlan #expandBox .destForm
{
	float: left;
	width: 244px;
	padding: 4px 0 2px 6px; /*ie6.css*/
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.researchPlan #expandBox .destForm select
{
	width: 200px;
	color: #333;
	font-size: 11px;
	margin: 0;
	margin-top: 4px;
	font-weight: normal;
}

.researchPlan #expandBox .destForm .goBt
{
	vertical-align: -42%; /*ie6.css*/
	margin: 4px 0 0 -3px;
}
.researchPlan .closeBoxOpenBox 
{
	line-height: 0;	
}
.researchPlan .destinationList 
{
	clear: both;
	border-bottom: 1px dotted #dedede;
	padding: 8px 0 15px 0;
}
.researchPlan .destinationList img {
	float: left;
	margin: 9px 15px 15px 10px;
}
.researchPlan .dontMiss { /* ie6.css */
	padding: 15px 0 20px 0;
	clear: both;
}
.researchPlan .dontMiss ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4;
}
.researchPlan #findADeal
{
	width: 534px;
	height: 85px;
	clear: both;
	margin: 0 0 0px 0;
	padding: 60px 0px 0 19px;
	background-color: #fff;
	background: url(../images/dest_find_a_deal.gif) no-repeat;
	font-size: 11px;
}

.researchPlan #findADeal #byType
{
	font-size: 11px;
	width: 142px;
	margin-right: 4px;
}

.researchPlan #findADeal #byContinent
{
	font-size: 11px;
	width: 180px;
	margin-right: 4px;	
}
.researchPlan #findADeal #byCountry
{
	font-size: 11px;
	width: 180px;
	margin-right: 4px;	
}

.researchPlan #findADeal #byPrice
{
	font-size: 11px;
	width: 180px;
	margin-right: 4px;	
}

.researchPlan #findADeal #byExperience
{
	font-size: 11px;
	width: 180px;
	
}
.researchPlan #findADeal #byCategory
{
	font-size: 11px;
	width: 180px;
	margin: 6px 1px 0 0;/*ie6.css*/
}

.researchPlan #findADeal #byCategory2
{
	font-size: 11px;
	width: 180px;
	margin: 6px 1px 0 0;/*ie6.css*/
}

.researchPlan #findADeal button
{
	vertical-align: -45%;
}
#colOne .showHolidays .columnHeading {
	font-size: 11px;
	padding-top: 9px;
	height: 21px;
}
#colOne .showHolidays .columnHeading img {
	padding-top: 4px;
}
#colOne .showHolidays .feedContainer {
	margin: 0 4px;
	background: #f1f1f1;
}
#colOne .showHolidays .leftList {
	padding: 0;
}
#colOne .showHolidays .leftList li { /* ie6.css */
	margin: 0;
}
#colOne .showHolidays .leftList a { /* ie6.css */
	display: block;
	color: #333;
	padding: 3px 0 4px 20px;
	background: url(../images/arrow_head_filled.gif) no-repeat 12px 8px;
}
#colOne .showHolidays .leftList a:hover,
#colOne .showHolidays .leftList a.selected {
	background-color: #d9d9d9;
	text-decoration: none;
}
#colOne .showHolidays .feedContent {
	padding: 0 0 5px 0;
}

#colOne .showHolidays .feedContent p
{
	padding: 0px 5px 0px 5px;
	margin-bottom: 20px;	
}

.guidesubtitle
{
	margin: 0px;
	font-size: 18px;
	color: #e00; 
	font-family: Arial,Helvetica,sans-serif !important;
		
}


/****************************
	Map Template
*****************************/
.researchPlan .mapContainer {
	width: 521px; /* ie6.css & ie7.css */
	padding-bottom: 0px;
	padding-top: 12px;
	margin-bottom: -3px;
}

.experiencesFlash{
	margin: 12px 0 0 0; /*ie6.css*/
	float: left;
	 
}

.researchPlan .rightPhoto
{
	float: right;
	padding: 0 0 10px 10px;	
}



/**************************
	Generic Template
***************************/
.genericPhoto
{
	padding: 1px 0 15px 15px;
	float: right;
}

.generic .breakline
{
	height: 1px;
	overflow: hidden;
	margin-bottom: 10px;
}

.generic .greyBox
{
	background-color: #f1f1f1;
	padding: 6px 9px;
	margin: 9px 0;
}

.generic .greyBox .linkBox
{
	color: #e00;
	padding-top: 4px;
	clear: both;
}

.generic .columnBox .holidayLink a
{
	font-weight: bold;
	font-size: 13px;
	color: #333;
}

.generic .columnBox .holidayLink a:hover
{
	font-size: 13px;
	color: #333;
	text-decoration: underline;
}

.generic .columnBox .priceFrom
{
	padding: 0;
	margin: 4px 0 4px 0;
	text-align: right;
	color: #333;
}

.generic .columnHeading
{
	font-size: 13px;
	font-weight: bold;
	color: #e00;
}

.generic .columnHeading img
{
	float: right;
	padding: 6px 8px 0 0;
}

.shortBreakFive
{
	clear: both; 
	height: 5px; 
	overflow: hidden;
}

/************************
	Feedback
*************************/
.feedbackBar 
{
	height: 23px;
	background: url(../images/feedback_bar.gif) repeat-x;
	clear: both;
	font-size: 11px;
	color: #e00;
	font-weight: bold;
	padding: 8px 7px 0 7px;
}

.feedbackBar img
{
	float: right;
	padding-top: 4px;
}

.feedContainer{
	height: 0px;/**/
	overflow: hidden; 
}

.feedContent
{
	padding-bottom: 5px;	
}

.feedContent p
{
	margin: 6px 3px;	
}

.feedContent .breakline
{
	height: 1px;
	overflow: hidden;
	margin: 3px 0;
}

.feedContainer .dottedLine
{
	clear: both;
	height: 5px;
	overflow: hidden;
	margin: 3px 0 6px 0;
	border-bottom: 1px dotted #dedede;
}

.feedContainer form
{
	padding-top: 5px;
}

.feedContainer .formItem
{
	display: block;
	float: left;
	font-size: 11px;
	color: #333;
	padding: 5px 0;
	padding-left: 7px;
}

.feedContainer .textInput
{
	width: 200px;
	font-size: 11px;
	color: #333;
	margin-left: 2px;
}

.feedContainer .formItem textarea
{
	width: 340px;
	margin-left: 8px;
	font-size: 11px;
	color: #333;
}

.feedContainer .feedLabel
{
	width: 132px;
	padding: 7px 0 7px 8px;
	display: block;
	float: left;
	clear: both;
	color: #333;
}

.feedRadio
{
	float: left;
	margin: 0;
	padding: 0;
	width: 16px;
	background-image: none;
	border: none;
}

.feedContainer .radioItem
{
	padding-left: 150px;	
}

.feedContainer .radioLabel
{
	width: 85px;
	padding: 0 0 0 5px;/*ie6.css*/
	margin: 0;
	float: left;
	color: #333;
}

.feedSubmit
{
	float: left;
	padding: 5px 5px 8px 10px;
}

.feedContainer .greyBox
{
	background-color: #f1f1f1;
	padding: 6px 9px;
	margin: 9px 0;
}

.feedContainer .greyBox strong
{
	display: block;
	clear: both;
	float: left;
	width: 120px;
}

.feedContainer .greyBox .detail
{
	display: block;
	float: left;
	padding-bottom: 5px;
}
/***********************
	Confirmation
************************/
#confirmation h4
{
	margin-left: 0;
	padding-left: 0;		
}

#confirmation a:hover
{
	text-decoration: underline;
}

#confirmation .listLink
{
	float: left;
	padding: 4px 0 0 0;
}
#confirmation #backHome
{
	padding: 10px 0 0 0;
}


/***********************
	Contact Us
************************/
.contactUs #colTwo h4, .contactUs #colTwo p
{
	padding: 0 0px;
}

.contactUs #colTwo a:hover
{
	text-decoration: underline;
}

.contactUs .greyList, #confirmation .greyList
{
	padding: 0;
	margin: 8px 0 18px 0;
	list-style-type: none;	
}

.contactUs .greyList li, #confirmation .greyList li
{
	background-color: #f1f1f1;
	border-bottom: 1px solid #FFF;
	margin: 0;
	padding: 5px 6px;
	width: 490px;
	color: #333;
	font-size: 11px;
	line-height: 14px;
}

.rightPhone
{
	float: right;
	font-size: 13px;
	color: #e00;
	font-weight: bold;	
}

.plainRed
{
	color: #e00;
}

#ausMap
{
	float: right;
	margin-top: -20px;
}

.noSpaceBreak
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

#suburbInput
{
	width: 125px;
	height: 14px;/*ie6.css*/
	margin-top: 2px;
	margin-left: -3px;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

#stateSelect
{
	width: 104px;
	height: 18px;
	margin-top: 6px;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

.contactUs #findButton
{
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: -50%;/*ie6.css */
}

.contactUs .statePhone
{
	float: left;
	width: 230px;
	padding: 4px 0 0 0;
}

.contactUs #provideFeed
{
	padding: 10px 0 10px 0;
}

/*************************
	Send to friend
**************************/

#sendFriend
{
	width: 393px;
	background: url(../images/send_friend_bg.gif) repeat-y;
	margin: 8px auto;
	color: #333;
	font-size: 11px;
	text-align: left;		
}

#sendFriendHead
{
	margin: 0;		
}

#sendFriend p
{
	padding: 8px 22px;
	margin: 0;	
}

#sendFriendFoot
{
	margin: 0 0 -3px 0;		
}

#sendFriend .largeBreakline 
{
	border-bottom: 5px solid #f1f1f1;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 4px 0 8px 4px;
	padding: 0;
	width: 386px;
}

#sendFriend .indicates
{
	padding: 0 10px 8px 1px;
	margin: 0 auto;
	width: 345px;
	border-bottom: 1px solid #dedede;
	text-align: right;
}

#sendFriend .breakline
{
	width: 356px;
	height: 1px;
	overflow: hidden;
	margin: 3px auto;
}

#sendFriend .formItem
{
	display: block;
	float: left;
	font-size: 11px;
	color: #333;
	padding: 5px 0;
}

#sendFriend .formItem textarea, #sendFriend .formItem input
{
	width: 200px;
	font-size: 11px;
	color: #333;
	
}

#sendFriend .formItem textarea
{
	vertical-align: -15%;/*ie6.css, mac.css*/
}

#sendFriend .friendLabel
{
	width: 132px;
	padding: 7px 0 7px 22px;
	display: block;
	float: left;
	clear: both;
	color: #333;
}

.friendSubmit
{
	float: right;
	padding-top: 5px;
	padding-right: 175px; /*ie6.css*/
	padding-bottom: 10px;
}

/*************************
	Pagination
**************************/
.pagination 
{
	text-align: center;
	font-size: 11px;
	color: #333;
	margin:  7px 0 0 0;
	padding: 0;
}

#topPagination
{
	border-bottom: 1px dotted #dedede;
	padding-bottom: 10px;
}

.pagination ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination li
{
	display: inline;
	margin: 0 3px;
}

.pagination .pageNumber a
{
	color: #333;
	text-decoration: none;
}

.pagination a:hover
{
	text-decoration: underline;
}

/***********************
	BottomLinks
*************************/
#bottomLinks {
	clear: both;
	padding: 5px 0 4px 15px;
	margin: 0;
	list-style-type: none;
	height: 20px;
	font-size: 11px;
}

#bottomLinks li {
	float: left;
	margin-right: 10px;
}

/********************
	Footer
**********************/
#footer {
	background: url(../images/footer_bg.gif) repeat-x 0 0;
	height: 49px;
	position: relative;
	margin: 0 1px;
	font-size: 0.7em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	clear: both;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#footer li {
	float: left;
	position: relative;
}

#footer li a { /*ie6.css */
	display: block;
	height: 18px;
	padding: 4px 15px 0 15px;
	text-decoration: none;
	border-right: 1px solid #fff;
	color: #333;
	font-weight: bold;
}

#footer li a:hover,
#footer li a.selected {
	background: #ee0000;
	color: #fff;
}

#footer li a.selected {
	cursor: default;
}

#footer ul ul {
	position: absolute;
	left: 4px;
	top: 22px;
	width: 700px;
	display: none;
}

#footer li#aboutUs ul {
	width:740px;
}

#footer li#bookingLinks ul {
	width:653px;
	left: 0px;
	padding-left: 6px;
}

#footer li#internationalSites ul {
	width:533px;
	left: -309px;
	padding-left: 215px;
}

#footer li#subscribeNewsletter ul {
	width:382px;
	left: -461px;
	padding-left: 378px;
}

/* turns the sub menu on*/
#footer li:hover ul,*/
/*#footer li.over ul {
	display: block;
}

/* turns the parent rollover on */
#footer :hover > a {
	color: #fff;
	background: #ee0000;
}

#footer li li { /*ie6.css */
	float: left;
	height: 20px;
	padding: 7px 0 0 0;
}

#footer li li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	height: 14px;
}

#footer li li a:hover {
	text-decoration: underline;
}

#footer li li a.end {
	border: 0;
}

#swingTag {
	position: absolute;
	top: 95px;
	right: 0px;
	height: 126px;
	width: 223px;
	background:url(../images/lag_tag.gif) no-repeat 0 0;
	cursor: pointer;
}

#swingTag span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#footer ul#newsletterForm {
	position: absolute;
	left: 15px; /* ie6.css */
	top: 19px; /* ie6.css & ie7.css*/
	width: 700px;
}

#footer ul#newsletterForm li {
	width: 700px;
}

#footer ul#newsletterForm label {  /* ie7.css*/
	color: #fff;
	float: left;
	margin-top: 3px;
	padding-right: 4px;
}

#newsLetterSection input {
	width: 136px !important;
}

#newsLetterSection button {
	padding-left: 2px;

}

#foottext1 {
	padding-left: 10px;
}

#foottext2 {
	padding-left: 78px;
}

#foottext3 {
	padding-left: 74px;
}

#foottext4 {
	padding-left: 74px;
}

#foottext5 {
	padding-left: 74px;
}

#footertext {
	top: 28px; 
	font-weight: bold; 
	padding-left: 5px;
}

#footertext li { 
	font-size:11px !important; 
	color: #fff !important; 
	font-family:Verdana,Arial,sans-serif;
}	
	
.footerlinks {
	float: left; 
	list-style-type:none; 
	padding-left:15px; 
	margin-top:5px;
	position: relative;
	margin-left: 0px;
	width:175px
}

.footerlinks2 {
	float: left; 
	list-style-type:none; 
	padding-left:14px; 
	margin-top:5px;
	margin-left: 0px;
}

.footerlinks3 {
	float: left; 
	list-style-type:none; 
	padding-left:31px; 
	margin-top:5px;
	margin-left: 0px;	
}

.footerlinks4 {
	float: left; 
	list-style-type:none; 
	padding-left:72px; 
	margin-top:5px;
	margin-left: 0px;	
}

.footerlinks5 {
	float: left; 
	list-style-type:none; 
	padding-left:3px; 
	margin-top:5px;
	margin-left: 0px;	
}

a:link.more-footer-link, a:active.more-footer-link, a:focus.more-footer-link, a:visited.more-footer-link {
	text-decoration:underline;
}

#fc_subscribe_form input {
	font-size:11px;
	height:16px !important;
	padding:4px 0px 1px 4px;
	width:155px;
	top: -7px;
	#top:0px;
	margin:0px !imporpant;
	position: relative;
}

#fc_subscribe_form button {
	font-size: 5px;
	border: none none;
	text-align: left;
}


#legaltext p { 
	text-align:left; 
	float:left; position:absolute; 
	padding-top:0px;
	font-size:11px !important;
	font-family:Verdana,Arial,sans-serif;
	color: #767676;
} 

#legaltext {  
	clear:both;
}


/****************************
	Legals
*****************************/
#legals {
	width: 983px;
	margin: 0 auto;
	text-align: left;
	padding: 14px 0 0 0;
	background: url(../images/legals_bg.gif) no-repeat 0 0;
	color: #767676;
	font-size: 0.65em !important;
}


#legals a, #legals li {
	color: #555;
	font-size: 10px !important;
	font: Verdana,Arial,sans-serif;
	height:14px;
}

#legals a:hover {
	text-decoration:underline;
}

#legals p {
	margin: 0 0 8px 22px;
}*/


/**************************
SearchFindaDeal
***************************/
.SearchFindaDeal input,
.SearchFindaDeal textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	background: url(../images/form_bg.gif) no-repeat top left #fff;
	border: 1px solid #f7f7f7;
	padding: 4px 0 1px 4px;
	margin: 0 0 7px 0;
}

.SearchFindaDeal select{
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	background: url(../images/form_bg.gif) no-repeat #fff;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	padding: 1px 0 0 1px;
	scrollbar-arrow-color: #e00;
	height: 20px;
	width: 165px;
	margin: 0 0 7px 0;
}

.SearchFindaDeal button {
	border: 0;
	background: none;
	margin: 0 0 0 90px;
	padding: 0;
	cursor: pointer;
	width: 74px !important;
}

.SearchFindaDeal img {
	margin:0px !important;
}


/****************************
	Find a Holiday
*****************************/
.centerRed h1 {
	color: #ee0000;
	margin-top:0px;
	font-size:18px;
	font-weight:bold;
	font-family: Arial, Helvetica,sans-serif;
}

/******************************
	Autocomplete
*******************************/
div.autocomplete {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.autocomplete ul li.selected { 
  background-color: #EAF2FB;
}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.combo /* look&fell of scriptaculous select box*/
{
  margin: 0px 5px 10px 0px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('../images/bg_select.jpg') right;
  height:18px;
  cursor: pointer;
  border:1px solid #ccc;
  color:#999;
}

.centerFlash
{
	text-align: center;	
}


/*Feb updates*/
.breaklineThin
{
	clear: both; 
	border-bottom: 1px solid #dedede;
	margin: 4px 0;
	height: 0px;
	overflow: hidden;
}

.clearDiv
{
	clear: both;
}

#enquiryOptionsDest
{
	width: 190px;
	height: 176px;
	padding-top: 44px;
	text-align: center;
	background: url(../images/enquiry_options_generic.gif) no-repeat;
}

#enquiryOptionsDest ul, #enquiryOptionsDest li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#findADeal #byExpCat
{
	font-size: 11px;
	width: 208px;
	
}

.exp #findADeal
{
	width: 534px;
	height: 65px;
	clear: both;
	margin: 0 0 0px 0;
	padding: 60px 0px 0 19px;
	background-color: #fff;
	background: url(../images/exp_find_a_deal.gif) no-repeat;
	font-size: 11px;
}

.expList
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;	
}

.expList li
{
	background: url(../images/exp_bullet.gif) no-repeat;
	background-position: 0 5px;
	list-style-type: none;
	padding: 0 0 10px 10px;
	margin: 0;	
}

.exp .centerContent
{
	padding-top: 0;	
}

.exp
{
	line-height: 14px;	
}

#colOne .showHolidays .doubleLineHeading
{
	height: 31px;
	background-color: #dedede;	
}

.resultsLeft
{
	float: left;	
	width: 175px;
	padding: 0 0 8px 0;
}

.pagesRight
{
	float: right;
	padding: 0 0 8px 0;	
}

.resultsLeftBase
{
	padding: 5px 0 10px 0;
	float: left;	
	width: 175px;
}

.pagesRightBase
{
	padding: 5px 0 10px 0;
	float: right;	
}

.pagesRight ul, .pagesRightBase ul
{
	padding: 0;
	margin: 0;	
}

.alternateOptions
{
	border: 1px solid #dedede;
	margin: 5px 0 10px 0;
	padding: 7px 10px 10px 10px;	
}

.alternateOptions p
{
	padding: 3px 0;	
}

.alternateOptions form, .alternateOptions input
{
	padding: 0;
	margin: 0;	
}

.alternateOptions label
{
	padding: 0;
	margin: 0 0 0 5px;	
	color: #e00;
	font-weight: bold;
}

input#postCode
{
	font-size: 11px;	
}

.sResList .resultItem .resultsText
{
	width: 480px;
}

.blackList li a
{
	color: #333;
}

.alternateOptions span.plainText
{
	color: #333;
	font-weight: normal;
}

.alternateOptions input
{
	vertical-align: -4px;	
}

.sResList .resultItem .resultsText .SearchSummaryContent
{
	color: #333;
	text-decoration: none;
}

# The following are the navigation changes before launch
A.SecNavLink:link {
	TEXT-DECORATION: none
}
A.SecNavLink:visited {
	TEXT-DECORATION: none
}
A.SecNavLink:hover {
	TEXT-DECORATION: underline
}
.secNavElement {
	height: 30px;
}

# The above are the navigation changes before launch



