
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	/* background-image:url("/images/home2/background_winter.jpg");*/
	background-image:url("/images/home2/header_bg.gif");
	background-repeat:repeat-x;
	margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	width:970px;
	margin-left:auto;
	margin-right:auto;
}


img {
	border:0px;  /* added 2011 - not sure if this will disturb anything important? */
}



body.disney { background: url("/images/2008/bg_disney.jpg") top left repeat-x !important; }  /* applied on Disney booking pages */

.float_r {float:right;}
.float_l {float:left;}
.overflow {overflow:auto;}
.align_r {align:right;}
.align_l {align:left;}
.clear {clear:both}
a, a:visited {color:#000000; text-decoration:none;}
a:hover {color:#ff9f00;}
.margin {margin:0px;}
.padding {padding:0px;}
.mar_pad {margin:0px; padding:0px;}

.spacer9 {
	font-size:1px;
	height:9px;
	width:1px;
}

#container, #container2, .wrapper {
	font-size:80%;
}

#content {
	text-align:left;
	margin-top:0px;
	margin-right:0px;
	padding-right:0px;
	padding-left: 210px;
/*	background-image: url("/images/booking-bg.gif");
*/	background-repeat: repeat-y;
	padding-bottom: 20px;	
}

#content-fullwidth {
	padding-left: 0px;
	background:#FFFFFF;
}

form,
#content form,
#sidebar form {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}


  
ul.ticklist,
ul.ticklist-grey,
ul.ticklist-grey2,
ul.ticklist-navy  {
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-left:5px;
	margin-top:8px;
	padding-right:90px;
}


ul.ticklist li,
ul.ticklist-grey li,
ul.ticklist-grey2 li,
ul.ticklist-navy li { 
	background-repeat:no-repeat;
	padding-left:22px;
	font-size:90%;
	margin-bottom: 4px;
}


ul.ticklist li { 
	background-image:url("/images/home2/icon_tick.png");
}

ul.ticklist-grey li { 
	background-image:url("/images/home2/icon_tick_grey.png");
}
ul.ticklist-grey2 li { 
	background-image:url("/images/home2/icon_tick_grey2a.png");
}
ul.ticklist-navy li { 
	background-image:url("/images/home2/icon_tick_navy.png");

}




/* Header 2011 & nav styles */

#headerwrapper {
	margin-bottom:20px;
	font-family:"Trebuchet MS", Verdana, Arial;
	white-space:nowrap;
	height: 141px;
    position: relative;
	line-height: 100%;
}


#headerwrapper ul {
	list-style-type:none;
	list-style:outside;
	margin:0px;
	padding:0px;
	margin-top: 8px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}


#headerwrapper li {
	display:inline;
}

#headerwrapper li a { 
    font-family:Arial;
	color:#000000;
	font-size:13px;
	float: left;
    margin-right:5px;
    padding: 0 0 0 3px;
    text-decoration: none;
    background: url("/images/home2/tab_left.gif") no-repeat scroll left top transparent;
	}
	
	

#headerwrapper li span {
	display: block;
    float: none;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 7px;
	padding-bottom:4px;
	padding-right:11px;
    background: url("/images/home2/tab_right.gif") no-repeat scroll right top transparent;
}


#headerwrapper li a:hover,
#headerwrapper li.selected a:link,
#headerwrapper li.selected a:visited  {
	background-position: 0% -150px;
}

#headerwrapper li a:hover span,
#headerwrapper li.selected span {
	background-position: 100% -150px;
}

.headerphoto {
	margin-left:160px;
}

.tel {
	float:right;
	margin-top:22px;
	/*  width:230px;
	white-space:nowrap; */
}

.tel a:link,
.tel a:visited {
	margin: 0;
    padding: 0;
	font-size:190%;
	line-height:90%;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.tel span  {
	color:#66CCFF;
    font-size: 75%;
/*    letter-spacing: -0.25px;*/

}


.navtools {
	float:right;
	color:#66CCFF;
/*	margin-right:16px;*/
	margin-top: 4px;
}

.navtools a:link,
.navtools a:visited {
	color:#FFFFFF;
	font-size:70%;
	text-decoration:none;
}

.navtools a:hover {
	text-decoration:underline;
}


/* core styles */


.wrapper {

}

.wrapper h1, 
.wrapper h2,
.wrapper h3,
.wrapper p {
	margin:0px;
	padding:0px;
}

.wrapper h1, 
.wrapper h2,
.wrapper h3,
.wrapper h4 {
	font-family:"Trebuchet MS", Verdana, Arial;

	}

.wrapper form {
	margin:0px;
}






























/* STYLES FOR GENERAL SEARCH BOXES - Extras, Hotel only, Transfers etc.. */

div.searchbox table {
	background-color: #F6F6F6;
	background-image:url("/images/home/bg_a.gif");
	background-repeat:repeat-x;

}

div.searchbox table td, 
div.searchbox table th {
	padding-left:8px;
}

div.searchbox table tr.curve td {
	padding:0px;
}

div.searchbox select, 
div.searchbox input {
	font-family:  Verdana;
	font-size: 11px;
}



/* BUTTON STYLES */


#content button,
#content .button,
#content input.button,
#sidebar button,
#sidebar input.button,
#newsletter input.button,
#callme button,
.sb_search_button {
	background-color:#FBE5B9;
	background-image:url(/images/button.gif);
	background-position:left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	border: 0px solid #F8980B;	
	text-align:center;
	padding:4px;
	padding-left:15px;
	padding-right:15px;
	overflow:visible;
	width:auto;
	border-radius:3px;
}

#content button:hover,
#content .button:hover,
#content input.button:hover,
#sidebar button:hover,
#sidebar input.button:hover,
#newsletter input.button:hover,
#callme button:hover,
.search_popup input.button:hover {
	background-image:url(/images/button_hover.gif);
}


div.continue {
	text-align: right;
	margin-right: 3px;
	
}

div.continue button{
	width:130px;	
}


div.continue {
	text-align: right;
	margin-right: 3px;
	
}

div.continue button_new {
	width:120px;	
}

/* CANNED SEARCHES for subpages */

#subcannedsearches {
	background-color: #99CCFF;
	padding: 3px;
	border: 0px solid #3399FE;
}


#subcannedsearches td.heading {
	font-size:14px;
	background-color: #AFD3FA;
	text-align:center;
}

#subcannedsearches th {
	background-color: #FFFFFF;
	background-image: url(/images/canned_th.gif);
	background-repeat:no-repeat;
	border-bottom-style: solid;	
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	text-align: left;
	padding-left:11px;
	padding-top:6px;
	padding-bottom:1px;

}

#subcannedsearches th a:link, 
#subcannedsearches th a:visited {
	color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;

}

#subcannedsearches td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 3px 6px;
	color: #000066;
	background-color: #CFE4FC;



}

#subcannedsearches  td.details {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}

#subcannedsearches  td.price {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;

}

subcannedsearches td span {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
}

#subcannedsearches a.home:link, 
#subcannedsearches a.home:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
	text-decoration:none;

}

#subcannedsearches a.home:hover {
	text-decoration:underline;
}



/* canned searches for subpages Modified on Aug 07 etc */

#subcannedsearchesnew {
	padding: 0px;
	margin-bottom:20px;
	border-bottom: 5px solid #FFFFFF ;
	
}

#subcannedsearchesnew td.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;	
	text-align:left;
	
	
}

#subcannedsearchesnew td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 3px 6px;
	color: #000000;
	background-color:#E4EEFF;

}

#subcannedsearchesnew th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;	
	color:#000000;
	vertical-align:middle;			
	background-color:#B3CCFB;
	border-bottom:0px solid #000000;
	border-top:7px solid #FFFFFF;	
	text-align: left;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:1px;
}

#subcannedsearchesnew a.home:link, 
#subcannedsearchesnew a.home:visited {
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FF3300;
	text-decoration:none;

}

#subcannedsearchesnew a.home:hover {
	text-decoration:underline;
}

#subcannedsearchesnew td span {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
}

/* canned searches for subpages Modified for NEW DESIGN Dec 07 etc */

#subcannedsearchesnd {
	padding: 0px;
	margin-bottom:0px;
	border-bottom: 0px solid #FFFFFF ;
	
}

#subcannedsearchesnd td.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;	
	text-align:left;
	
	
}

#subcannedsearchesnd td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px 0px 0px;
	color: #000000;
	
	

}

#subcannedsearchesnd th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;	
	color:#000000;
	vertical-align:middle;			
	background-color:#B3CCFB;
	border-bottom:0px solid #000000;
	border-top:0px solid #FFFFFF;
	text-align: left;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:1px;
}

#subcannedsearchesnd a.home:link, 
#subcannedsearchesnd a.home:visited {
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
	text-decoration:none;

}

#subcannedsearchesnd a.home:hover {
	text-decoration:underline;
}

#subcannedsearchesnd td span {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:9px;
	font-weight:normal;
}



/* canned searches UNBEATABLE DEALS etc */

#cannedsearches {
	padding: 3px;
	border: 0px solid #3399FE;
}

#cannedsearchesfoot {
	background-image:url(../../destinations/images/great_val_btmbg.gif);
	background-repeat:no-repeat

}


#cannedsearches td.heading {
	font-size:12px;
	background-color: #AFD3FA;
	text-align:center;
}

#cannedsearches th {
	background-color: #FFFFFF;
	background-image: url(/destinations/images/great_val_ttlbg.gif);
	background-image: url(/images/canned_th2.gif);
	background-repeat:no-repeat;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	text-align: left;
	padding-left:11px;
	padding-top:6px;
	padding-bottom:1px;
}

#cannedsearches th a:link, 
#cannedsearches th a:visited {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 4px;
	
}

#cannedsearches td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding: 3px 3px 6px;
	color: #000000;
}


#cannedsearches  td.price {	
	background-image: url(images/canned_th2.gif);
	background-position:top;
	background-repeat: no-repeat;	
}

#cannedsearches td span {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:9px;
	font-weight:normal;
}

#cannedsearches a.home:link, 
#cannedsearches a.home:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FF3300;
	text-decoration:none;
	
}

#cannedsearches a.home:hover {
	text-decoration:underline;
}

/* Top destinations Canned searches */

div#cannedsearches a.price:link,
div#cannedsearches a.price:visited {
	font-size: 14px;
	color: #FF3300;
}
div#cannedsearches a:hover,
div#cannedsearches a.price:hover {
	text-decoration:underline;
}



/*********************************  Style for Fleetway Exclusives *********************************/

div.fleetwayexclusives table {
	background-color: none;
}
div.fleetwayexclusives td {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;
	padding:3px;
}
div.fleetwayexclusives td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:1px;
}
div.fleetwayexclusives th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:8px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
}


/*Canned searches for fleetway exclusives  - Way too many styles here than necessary...*/


#fleetwayexclusives div.cannedsearches-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #010065;
	text-align:left;
	vertical-align:top;
	margin-bottom:10px;
}

#fleetwayexclusives div.cannedsearches-box a.redhot:link,
#fleetwayexclusives div.cannedsearches-box a.redhot:visited {
    height: 88px;
	text-decoration:none;
	color: #010065;
	text-align:left;
	border: 1px solid #ffffff;
	background-color:#e4eeff;
	padding: 0px;
	display: block;
	cursor:pointer;
}

#fleetwayexclusives div.cannedsearches-box a.redhot:hover {
    height: 88px;
	text-decoration:none;
	color: #010065;
	text-align:left;
	border: 1px solid #ffffff;
	background-color:#d8e6ff;
	padding: 0px;
	display: block;
	cursor:pointer;
}

#fleetwayexclusives div.cannedsearches-box div.DestinationName {
    font-size:12px;
	font-weight:bolder;
	text-align:left;	
	height:23px;
	background-color:b3ccfb;
	margin:0px;
	padding:0px;
	padding-left:4px;
	line-height:22px;
	/*background-image:url(../../fleetway_exclusives/images/arrow_excl1.gif); */
	background-position:left;
	background-repeat:no-repeat;
	
}

#fleetwayexclusives div.cannedsearches-box div.Price {
    font-size:17px;
	font-weight:bolder;
	text-align:left;
    float:right;
	color:#FF3300;
}

#fleetwayexclusives div.cannedsearches-box div.Price em {
	font-style:normal;
	font-weight:normal;
	font-size: 11px;
	color:#FF3300;
}

/* ----------------*/


#fleetwayexclusives2 div.cannedsearches-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #010065;
	text-align:left;
	vertical-align:top;
	margin-bottom:10px;
}

#fleetwayexclusives2 div.cannedsearches-box a.redhot:link,
#fleetwayexclusives2 div.cannedsearches-box a.redhot:visited {
    height: 88px;
	text-decoration:none;
	color: #010065;
	text-align:left;
	border: 1px solid #ffffff;
	background-color:#eef4ee;
	padding: 0px;
	display: block;
	cursor:pointer;
}

#fleetwayexclusives2 div.cannedsearches-box a.redhot:hover {
    height: 88px;
	text-decoration:none;
	color: #010065;
	text-align:left;
	border: 1px solid #ffffff;
	background-color:#e7efe7;
	padding: 0px;
	display: block;
	cursor:pointer;
}

#fleetwayexclusives2 div.cannedsearches-box div.DestinationName {
    font-size:12px;
	font-weight:bolder;
	text-align:left;
	height:23px;
	background-color:cee1ce;
	margin:0px;
	padding:0px;
	padding-left:4px;
	line-height:22px;
	/*background-image:url(../../fleetway_exclusives/images/arrow_excl2.gif);*/
	background-position:left;
	background-repeat:no-repeat;
}

#fleetwayexclusives2 div.cannedsearches-box div.Price {
    font-size:17px;
	font-weight:bolder;
	text-align:left;
    float:right;
	color:#FF3300;
}

#fleetwayexclusives2 div.cannedsearches-box div.Price em {
	font-style:normal;
	font-weight:normal;
	font-size: 11px;
	color:#FF3300;
}

/* ------------------*/

#fleetwayexclusives3 div.cannedsearches-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #010065;
	text-align:left;
	vertical-align:top;
	margin-bottom:10px;
}

#fleetwayexclusives3 div.cannedsearches-box a.redhot:link,
#fleetwayexclusives3 div.cannedsearches-box a.redhot:visited {
    height: 88px;
	text-decoration:none;
	color: #010065;
	text-align:left;
	border: 1px solid #ffffff;
	background-color:#fff0d0;
	padding: 0px;
	display: block;
	cursor:pointer;
}

#fleetwayexclusives3 div.cannedsearches-box a.redhot:hover {
    height: 88px;
	text-decoration:none;
	color: #010065;
	text-align:left;
	border:1px solid #ffffff;
	background-color:#ffecc3;
	padding: 0px;
	display: block;
	cursor:pointer;
}

#fleetwayexclusives3 div.cannedsearches-box div.DestinationName {
    font-size:12px;
	font-weight:bolder;
	text-align:left;
	height:23px;
	background-color:ffe09f;
	margin:0px;
	padding:0px;
	padding-left:4px;
	line-height:22px;
	/*background-image:url(../../fleetway_exclusives/images/arrow_excl3.gif); */
	background-position:left;
	background-repeat:no-repeat;
}

#fleetwayexclusives3 div.cannedsearches-box div.Price {
    font-size:17px;
	font-weight:bolder;
	text-align:left;
    float:right;
	color:#FF3300;
}

#fleetwayexclusives3 div.cannedsearches-box div.Price em {
	font-style:normal;
	font-weight:normal;
	font-size: 11px;
	color:#FF3300;
}



/* Disneyland texts */

#disneybig  {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bolder;
color:#cc0000;
}

#disneyphone  {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color:#ff6600;
}

/* BOOKING SCREENS & STANDARD PAGES */




#content a:link,
#content a:visited {
	color: #14368A;
	text-decoration: underline;
}


#content h1 {
	font-size: 175%;
    font-family: "Trebuchet MS";
    color: #14368A;
	margin-top: 0px;
	margin-bottom: 18px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
	text-decoration: none;
	
}

#content h1.hotelchoice {
	margin-top: 20px;
	margin-bottom: 5px;
}

#content h2 {
	color:#14368A;
	font-size: 140%;
	font-weight:normal;
	margin-bottom:0px;
	padding-bottom:5px;
	padding-top:9px;
}



#content h3 {
	font-size: 120%;
	color: #CC0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 8px;


}

#content h4 {
	font-size: 90%;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
}

#content h5 {
	font-size: 100%;
	
}


#content p,
#content li {
	color: #444444;
	font-size:13px;

}

#content p {	
    margin-top: 3px;
    line-height: 133%;

}


#content p.crumbtrail,
p.crumbtrail a:link,
p.crumbtrail a:visited {
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	padding-top:5px;
}


/* FLIGHT RESULTS */

#content div.flight-container,
#content div.package-container-cheapest{
	padding-left: 10px;
	padding-bottom: 6px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	
	border: 1px solid #CCCCCC;


}

#content div.package-container-cheapest {
	margin-bottom: 0px;
}


#content div.flight-container,
#content .flight-masthead td{
	background-color: #D6EBFF;
	background-color: #E4EEFF;
	background-color: #F6F6F6;

}

/* BEST VALUE PACKAGE */

#content div.package-container-cheapest {
	background-color: #D3E3FF;
	background-color: #B3D7FA;

	}

#content div.flight-container .hotelname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #000000;
}
	
#content .package-masthead td {
	background-image:  url(/images/package-masthead.gif);
	background-repeat: no-repeat;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	color: #CC0000;
	text-transform: uppercase;
	padding-top: 6px;
	padding-left: 11px;

}


#content .package-masthead-cheapest td {
	background-color: #FFFFFF;
	background-image:  url(/images/package-masthead-cheapest.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-transform: uppercase;
	padding-top: 6px;
	padding-left: 11px;
	font-weight: bold;

}




.selected-package table.flightpair {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3867B9;
	border-bottom-color: #3867B9;
	border-left-color: #3867B9;

}


table.flightpair th {
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 7px;


}

table.flightpair th {
	color: #FFFFFF;
	background-color: #3867B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 7px;


}

table.flightpair th span.airline {
		text-transform: uppercase;
}

#content table.flightpair th.airline a:link, 
#content table.flightpair th.airline a:visited {
		color:#D6EBFF; 
		font-weight:normal;
}


table.flightpair td {
	background-color: #FFFFFF;
	padding: 0px 0px 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}


#content table.flight-detail  th {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 0px;



}

#content table.flight-detail  td {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 0px;
	
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;

	
}
/* sharm specials */
#content table.noneline tr td a.oferta, #content table.test tr td a.oferta:link, #content table.test tr td a.oferta:visited { text-decoration:none;}

/* highlighted flight row*/
#content table.flight-detail tr.highlight td{
	background-color: #FFFFFF;
	background-color: #F5F5F5;
	background-color: #FCEFD3;
	background-color: #D6EBFF;
	background-color: #FADCA7;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image:url(../../images/searchcontainerbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	/* background-image:url(../../images/flight-highlight-bg.gif) */
}




#content table.flight-detail  td.radio{
	text-align: center;
	
}
	
#content table.radioselect td{
	padding:0px;
	margin:0px;
	background:#FCEFD3;
	background:#D6EBFF;

	
	}

#content table.packageheader {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #262C99;
	border-left-color: #262C99;
}


#content table.packageheader td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3867B9;
	padding-left:10px;

}

#content table.packageheader div.price,
#hotels div.price{
	font-size: 17px;
	font-weight: bold;
	color: #FF3300;
	padding:3px;
	text-align:right;
	padding-right:5px;

}




#content table.flight-footer {
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	width:540px;
}


#content table.flight-footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	margin-right: 10px;


}

#content table.flight-footer button{
	font-size: 12px;
	width:110px;

	
}


#content table.default-hotel  {
	margin-bottom:10px;
}


#content table.default-hotel a:link,
#content table.default-hotel a:visited {
	font-size: 11px;
	font-family:verdana;
}


#content table.default-hotel p {
	margin-top:0px;	
	margin-bottom:0px;
	margin-right:3px;
	padding-top:4px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#666666;
}

#content table.default-hotel h2 {
	margin-top:4px;
	margin-bottom:0px;
	font-size: 14px;
	color: #333333;
	font-family:verdana;
}

#content table.default-hotel div.boardtype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding-bottom:5px;
	color: #006600;
	color: #333333;
	margin-right:10px;
}

#content table.default-hotel button{
	font-size: 14px;
	margin-left: 7px;
	width:140px;
}



#content h3.alternatives {
	padding-bottom: 10px;
	padding-top: 0px;
	color:#333333;
}


#content button small {
	font-size: 10px;
	font-weight: normal;
	vertical-align:top;
}

#content div.price small  {
/*	font-size: 10px;*/
	font-weight:normal;
}


#content div.price span.totalprice {
	font-size: 10px;
	font-weight:normal;
	color:#333333;
}

/* PROGRESS BAR */

div#progressbar {
    border-bottom: 1px dotted #999999;
    border-top: 10px none #FFFFFF;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 10px;
}


div#progressbar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262C99;
	color: #666666;
	padding-bottom: 0px;
	margin-left:2px;
	

}

div#progressbar ol {
	margin:0px;
	padding:0px;
}

div#progressbar li {
	 display:inline-block;
	 padding:5px 28px 5px 2px;;
	 background-image:url(/images/progress_arrow.gif);
	 background-repeat:no-repeat;
	 background-position:right center;
	 text-transform:capitalize;
    /* IE7 fix */
    zoom: 1;
    *display: inline;
}
 
 
 div#progressbar .end li {
	 background-image:none;
 }
 
div#progressbar .selected {
	font-weight:bold;
	color:#003399;
}


/* style for the numbers in the bar */
div#progressbar  em {
	font-style:normal;
	font-size: 10px;
	margin-right:3px;
	color:#FF6600;	
}


div#progressbar .selected em {
	color: #666666;

}

div#progressbar  span {
	margin-right:3px;
	
	
}











/* SIDEBAR */

#sidebar {
	float: left;
	width: 180px;
	text-align:left;
}


#sidebar h2 {
	background-color: #216FD4; 
    background-image: url("/images/sidebarhead-bg.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	width:auto;
	
	   
}

.general-sidebar-h2	{
	background-color: #216FD4; 
    background-image: url("/images/sidebarhead-bg.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	width:auto;
}




#sidebar .itinerary h2,
#sidebar h2.itinerary {
	font-family: Arial, Helvetica, sans-serif;
	color: #009933;;
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0px;
	text-transform:uppercase;
	background:none;
	border:0px;
	padding:0px;

}



#sidebar h2.selected {
	background-image:url(/images/travelguide/listheading-bg.gif);
	background-repeat:repeat-y;
	background-position:left;

}

#sidebar h2.selected a:link,
#sidebar h2.selected a:visited {
	color:#FFFFFF;

} 
#sidebar h2.selected a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


/* bulleted list  */


#sidebar ul {
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	list-style-type:none;
	padding:0px;
	padding-top:3px;
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	list-style-position:outside;
}

#sidebar ul li {
	padding:0px;
	margin:0px;
	margin-bottom:1px;
	background-color:#F3F6FB;
}

#sidebar ul li a:link, 
#sidebar ul li a:visited {
	background-color:#F3F6FB;
	color:#14368A;
	font-size:90%;
	margin:0px;
	text-decoration:none;
	display:block;
	padding:4px;
	padding-left:13px;
	background-image:url(/images/sidebarlist-bg.gif);
	background-repeat:repeat-y;
	height:1%;
}


#sidebar ul li.selected a:link, 
#sidebar ul li.selected a:visited {
	background-image:url(/images/sidebarlist-selected-bg.gif);
	background-repeat:repeat-y;
	font-weight:bold;
}

#sidebar ul li a:hover {
	background-color:#FFFFFF;
	text-decoration:none;
	background-image:url(/images/sidebarlist-bg.gif);
}



/* nested ist */

#sidebar ul ul  {
	border-style:none;
	margin:0px;
	padding:0px;

}

#sidebar ul li li {
	margin:0px;
	padding:0px;
	background-color: transparent;

}


#sidebar ul li li a:link,
#sidebar ul li li a:visited,
#sidebar ul li.selected li a:link,
#sidebar ul li.selected li a:visited {
	background-image:none;
	font-size: 10px;
	text-decoration:none;
	font-weight:normal;
	padding-left:15px;
	line-height:130%;
	padding-top:2px;
	padding-bottom:4px;
	margin-left:5px;
}

#sidebar ul li li a:hover {
	background-color:#FFFFFF;
	text-decoration:none;
}



#sidebar div.searchbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3867B9;
	margin-bottom: 0px;
	padding-bottom: 2px;
	margin-top: 5px;
	padding-top: 0px;

}

#sidebar div.searchbox {
	margin-left: 5px;
	margin-bottom: 10px;

}

#sidebar .searchbox a:link,
#sidebar .searchbox a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #014D9E;
}



#sidebar  .searchbox select ,
#sidebar  .searchbox optgroup,
#sidebar  .searchbox optgroup option  option  {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar .searchbox input.button {
	font-size: 10px;
	margin-top:6px;
	padding-right: 0px;
	padding-left: 0px;
	width:90px;
	
}


#sidebar  .searchbox select.destination  {
	width:140px;
}



/*  ITINERARY (SIDEBAR) */

#sidebar div.itinerary {
	padding-bottom: 0px;
	margin-bottom: 0px;
	
	background-color:#FCF1DD;
    background-image: none;
	padding:15px;
	padding-top:15px;
	border:1px solid #EBE1CE;
	position: relative;
	-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: inset 0 0 5px 2px #EBE1CE;
	-webkit-box-shadow: inset 0 0 5px 2px#EBE1CE;
	box-shadow: inset 0 0 5px 2px #EBE1CE;
	
}

	
#sidebar .dividerline {
border-bottom: 1px solid #009933;
    margin-bottom: 5px;
    margin-top: 3px;
}	
	
	
#sidebar div.itinerary p {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	margin-bottom: 10px;
	margin-top:0px;
	font-size:11px;
	line-height:120%;

}

#sidebar div.itinerary p.deposit {
	color:#006600;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:100%;

}


#sidebar div.itinerary h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom:  0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	color: #333333;
	border:none;

}

#sidebar div.itinerary h4 {
    background-color: #FFFFFF;
    border: 2px solid #FF3300;
    border-radius: 5px ;
    -moz-border-radius: 5px;
    color: #FF3300;
    font-size: 18px;
    font-weight: bold;
	padding: 5px 5px 5px 10px;
	margin:0px;
	margin-bottom:4px;
}


#sidebar div.searchbox div.destination {
	background:#FFFFFF;
	font-size: 11px;
	display: block;
	border: 1px solid #999999;
	color: #333333;
	padding: 2px;
	width: 136px;


}


#sidebar div.itinerary .search h3 {
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom:  0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	color: #336699;
	margin-left: 7px;
	width: 120px;
}

#sidebar div.itinerary .search  {
	margin-bottom: 12px;
}

#sidebar div.itinerary .search .data {
	background-color:#FFFFFF;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	padding-left: 3px;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-left: 7px;
	width: 155px;
	border: 1px solid #666666;
}



#sidebar div.itinerary a:link,
#sidebar div.itinerary a:visited {
 color: #194AB1;

} 


/* CALL ME */

#callme {

	margin-top: 12px;
	margin-bottom: 6px;
	
}

 

#callme p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-left: 6px;
	color: #333333;
	line-height:10px;
}



#callme button,
#sidebar div.itinerary .search input.button {
	font-size: 11px;
	margin-top:4px;
	margin-left:6px;
	width:130px;
}







/* old subnavigation - remove? */

#sidebar table.subnav th {
	background:#FF9933;
	background-image:url(/images/sidebar-label-bg.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	padding:4px 0px;
	color: #FFFFFF;
	padding-right: 0px;


}

#sidebar table.subnav th a:link, #sidebar table.subnav th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar table.subnav th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar table.subnav td {
	background-color:#E4EEFF;
	border-bottom:1px solid #FFFFFF;
	padding:6px 0px 6px 8px;
	text-align:left;
}


#sidebar table.subnav td.selected {
	background-color: #C2D7FD;



}

#sidebar table.subnav td div.child {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 10px;
}

#sidebar table.subnav td div.child a:link, 
#sidebar table.subnav td div.child a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	color: #000000;
	text-decoration: none;
	font-weight: normal;
	width:100%;

}




#sidebar table.subnav td a:link, 
#sidebar table.subnav td a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	width:100%;

}

#sidebar table.subnav td a:hover,
#sidebar table.subnav td div.child a:hover {
	text-decoration: underline;	
}










#sidebar a.startagain:link,
#sidebar a.startagain:visited {
	 color: #194AB1;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 8px;
    margin-top: 0;
    padding-bottom: 15px;
    padding-top: 8px;
}

#sidebar a.startagain:hover {
	text-decoration:underline;
}


/* HOTELS page */

table.hoteltype td,
table.hoteltype th { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	background:#E4EEFF;
}

table.hoteltype td { 
	padding-left: 7px;
		
}


table.hoteltype td label{ 
	color:#14368A;
	cursor: pointer;
	cursor: hand;
	font-weight:bold;
		
}

table.hoteltype td a.radiolink:link {
	text-decoration:none;
	color:#CC0000;
}


table.hoteltype th { 
	background:#D3E3FF;
	font-size: 12px;
	text-align:left;
	color:#333333;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	font-weight:normal;
}

table.radios td  {
		padding: 0px;
}


.up, .down {
	cursor: pointer;
	cursor: hand;
}

#hotels tr {
	border-bottom: 1px solid #FFFFFF;

}

#hotels a:link,
#hotels a:visited  {
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, Verdana, sans-serif

}

#hotels a:hover {
	text-decoration:underline;
}

#hotels td {
	padding: 1px 4px 1px 7px;
	border-bottom: 1px solid #FFFFFF;


}
#hotels td.subhead {
	padding: 3px 4px 3px 7px;


}



/*	EUROSTAR BUTTONS  */
#content table.default-hotel button.refine-euro,
#content table.flight-footer button.refine-euro,
#content div.flight-container button.refine-euro {
	width: auto;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF42;
	cursor: hand;
	background-image:none;
	background-color: #394553;
	border-top: 2px solid #455C78;
	border-right: 2px solid #455C78;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
	margin-left:0px;
	
}




#content table.flightpair tr.highlight {
	background-color: #00CCCC;
}
#content p.nothanks {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 3px;

}
/***************************** new contact form orange style *******************************/
div.bookingform_orange {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color:#ffffff;
	padding: 1px;
}
div.bookingform_orange p {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	padding-bottom: 3px;
}
div.bookingform_orange th {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #262C99;
}

div.bookingform_orange td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 4px 3px 10px;
	background-color:#ffdf9c;
	color:#333333;

}
div.bookingform_orange table.datepick td {
		padding:0px;
}
 /* end of / new contact form ornage styel */
/* style for booking forms table & general table */

div.bookingform {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 2px none #262C99;
	padding: 1px;
}
#content div.bookingform p {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	padding-bottom: 3px;
	color:#000000;
}
div.bookingform th {
    border-bottom: 2px solid #034984;
    color: #14368A;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 1px;
}

div.bookingform th.firstrow {
	padding-top: 0px;
	}

div.bookingform table {
	margin-bottom: 0px;
	width:758px;
}
div.bookingform table td.lineabove {
	border-bottom-style:solid;
	border-bottom-color:#6699CC;
	border-bottom-width:1px;
}
div.bookingform td.subhead {
    background-color: #D9EDFD;
    border-bottom: 1px solid #FFFFFF;
    color: #034984;
	font-size:12px;
	font-weight:normal;
	padding-bottom:6px;
	padding-top:6px;
	vertical-align:bottom;
	line-height:150%;
	border-radius:0px;
	-moz-border-radius:0px;
}

div.bookingform td.whitecell {
	background-color:#FFFFFF;
	padding-bottom:6px;
	padding-top:6px;
	line-height:120%;
	
}


div.bookingform td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 4px 3px 7px;
	background-color: #F5F5F5;
	line-height: 150%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
}
div.bookingform table.datepick td {
		padding:0px;
}
#hotels th {
	padding-top: 5px;
}
#content .table-standard th {
	text-align: left;
	background-color: #D3E3FF;
}
#content .table-standard td {
	background-color: #E4EEFF;
}

#content .table-standard h2 {
	margin-top:0px;
}

#content .table-standard th p {
	margin-bottom:3px;
}

#content .requiredfield {
	color: #0099FF;
    font-size: 18px;
    font-weight: bold;
    padding-left: 4px;
    vertical-align: middle;
}
#content div.important {
/*	background-image:url(/images/yellowfadebg.gif);
	background-repeat:repeat-x;*/
   background-color: #FCF1DD;
    border: 2px solid #FF3300;
	/*	clear: both; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
	padding: 15px;
	border-radius:5px;
	-moz-border-radius:5px;

}


#content div.important  h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF3300;
	padding-bottom: 0px;
	font-weight: bold;
	margin-bottom: 4px;
}


label {
	cursor: pointer;
	cursor: hand;
}
#content div.important  label {
	cursor: pointer;
	cursor: hand;
}
#content .formhelp {
	font-size: 11px;
	color: #333333;
	}
div.bookingform input, 
div.bookingform textarea, 
div.bookingform select {
	font-size: 13px;
    padding: 3px;
	border-radius:3px;
	-moz-border-radius:3px;
}

div.bookingform input[type=text] {
	border:1px solid #666666;
}


.transfers-price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	font-weight:bold;
}

/* Popup layer styles on booking form */

#searchtips,
#securitycode, 
#transfers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 2px solid #262C99;
	padding: 6px;
	padding-bottom: 6px;
	visibility: hidden;
	text-align:left;

}

#securitycode a:link, 
#securitycode a:visited,
#transfers a:link, 
#transfers a:visited {
	color: #014D9E;
}

#searchtips h3 {
	color: #014D9E;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	padding-bottom: 4px;
	font-size: 17px;
	font-weight: bold;

}

/* footer */

#footer {
	clear: both;
	color:#666666;
	border-top:1px solid #CCCCCC;
	padding-top:20px;
	font-size: 12px;
	line-height:150%;
	padding-bottom:20px;
	margin-top:15px;
}

#footer ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
	width:180px;
	padding-bottom:20px;
}

#footer ul a:link,
#footer ul a:visited {
	color:#666666;
	text-decoration:none;
}

#footer ul li.heading  {
	color:#444444;
	font-weight:bold;
	padding-bottom:15px;
}

#footer ul a:hover {
	text-decoration:underline;	
}

#footer .companyinfo {
	color:#999999;
	border-top:1px solid #CCCCCC;
	margin-top:15px;
	padding-top:10px;
	clear:both;
}

#footer .partners {
	font-size:90%;
	color:#999999;
	float:right;
	text-align:right;
	width:300px;
}

#footer .partners .tel {
	color:#777777;
	float:none;
	margin: 0;
    padding: 0;
	font-size:290%;
	white-space: nowrap;
	font-family:"Trebuchet MS", Arial, Verdana;
}
#footer .partners .tel img {
	margin-right:4px;
}


#footer .partners p {
	margin-top:0px;
}

#footer  p.bonded {
	margin-top:10px;
}

.companyinfo .address {
	float:left;
}

.companyinfo .terms {
	margin-left:360px;
}

.companyinfo .terms a:link,
.companyinfo .terms a:visited {
	color:#666666;
	text-decoration:none;
}

.companyinfo .terms a:hover {
	text-decoration:underline;
}




/* Static page styles, TOP DESTINATIONS etc  */

#content h1.staticpage {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFBB00;
	padding-bottom: 4px;
	margin-bottom: 10px;
	padding-top: 5px;

}

#content h1.staticpagenew {
    height:40px;
	background-image:url(../../travelguides/images/new/nd_toph.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-top: 5px;

}

div.topdest-head {
	background-color:#000000;
	color:#262C99;
	font-family:Verdana, Arial, Helvetica;
	font-size:18px;
	font-weight:normal;
	height:26px;
	margin-bottom:8px;
	margin-top:6px;
	padding-bottom:0px;
	padding-left:5px;
	padding-top:2px;
	background-image:url(../../images/searchcontainerbg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

div.topdest-locater {
	
	color:#333333;
	font-family:Verdana, Arial, Helvetica;
	font-size:9px;
	font-weight:normal;
	height:26px;
	margin-bottom:8px;
	margin-top:6px;
	padding-bottom:0px;
	padding-left:5px;
	padding-top:2px;
	
}

#div.topdest-locater a:hover {
	color: #333333;
	text-decoration: underline;
}

table.travelguides ul {
	list-style-image: url(/images/orangedot.gif);
	padding-left: 0px;
	margin-left: 1em;
	
}

table.travelguides li {
	line-height: 12px;
	margin-bottom: 6px;
	

}


table.travelguides td.leftcolumn {
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9933;
	
}

table.travelguides a.leftcolumn {
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9933;
	text-decoration:none;
	color:#000000;
}

table.travelguides td.rightcolumn {
	padding-left: 15px;
	border:#00FF33 1px solid;
		
	
}

table.travelguides h2 {
	color: #FF6600;
	padding-bottom: 5px;
}

table.travelguides div#cannedsearches {
	width: 250px;

}



#content table.sideinfo {
	border: 1px solid #FFBB00;
	margin-left: 15px;
	margin-top: 10px;
	font-size: 10px;
}

#content table.sideinfo p {
	font-size: 10px;
}

#content p.errormsg {
	border: 0px solid #CC0000;
	padding: 4px;
	color: #FFFFFF;
	background-color: #CC0000;
	margin-top: 15px;
	margin-left: 4px;
	margin-right: 9px;
}


div.bookingform  table.receipt {
	margin-top: 10px;
	border: 1px solid #034984;;
	border-top: none;
	margin-bottom: 15px;
}
div.bookingform table.receipt td {
	background-color: #FFFFFF;
	padding: 4px 6px;
	font-size: 12px;
	color: #333333;
}
div.bookingform table.receipt th {
	font-weight: bold;
	padding: 5px 8px;
	background-color: #D9EDFD;
	font-size: 12px;
	color: #14368A;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #034984;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #034984;
}

div.bookingform table.receipt th.right {
	text-align: right;

}


div.addons {
	padding-top:10px;
	border-top: 1px solid #999999;
	margin-bottom: 15px;
	width:600px;
	
}

#content div.addons button {
	width:200px;
}

/* Review Box */


.reviewbox {
    background-color: #F4F7FF;
	border: 2px solid #034984;
	padding: 15px;
	margin-bottom: 20px;

}

.reviewbox td, .reviewbox th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align: top;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #034984;
	padding-top: 5px;
	line-height: 150%;
}

.reviewbox th {
	text-align:left;
	padding-right: 25px;
	white-space: nowrap;
}



.reviewbox table {
	width: auto;
}


/* confirmation page */

#refs {
	padding: 10px;
	border: 2px solid #333333;
	width: 600px;
	margin-bottom: 10px;
}
#refs h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:0px;
	color:#333333;
	margin-top: 0px;
}
#refs h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:0px;
	color:#333333;
	margin-top: 0px;
	padding-top: 0px;
}

#refs p {
	font-size: 11px;
	font-weight: bold;
	margin-bottom:8px;
	margin-top:0px;
	color: #262C99;
}
#refs h4 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom:8px;
	margin-top:0px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#refs h2.number {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:0px;
	color:#333333;
	margin-top: 0px;
}

/* Specials Page */

#content .spbanner {
	margin-top:10px;
}


#content .spbanner  td {
	background-image: url(../../images/sp_bannerbg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;	
}

#content table.spofferslist {
	border-top: 1px solid #014D9E;
	border-right: 1px solid #014D9E;
	border-bottom: 1px none #014D9E;
	border-left: 1px solid #014D9E;
	margin-top: 10px;
	
}

#content table.spofferslist td {
	padding:2px 2px 2px 4px;
	background:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#014D9E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #014D9E;
}

#content table.spofferslist tr.sphover td {
	background-color:#E4EEFF;
}

#content table.spofferslist th {
	background:#014D9E;
	color:#FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 2px;
	
}

#content table.spofferslist a:link, 
#content table.spofferslist a:visited {
	text-decoration: none;
	color: #FF3300;
	font-size:17px;
	font-weight:bold;
}

#content table.spofferslist a:hover {
	text-decoration: underline;
}

#content-home table td span.spofferssrc {
	font-size: 10px;
	font-weight:normal;
}

/* AGENT SITE */

div.agentbanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF3300;
	background-color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	margin-top:10px;
	border: 3px solid #CC0000;
}


span.agent { 
	background-color: transparent;
	color:#FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:3px;
	padding-right:3px;
	text-align:right;
}	

span.agent em {
	font-size:17px;
	font-style: normal;
	font-weight:bold;
}


#sidebar div.itinerary  p.agent {
	background-color:#FFFFFF;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	padding-top:7px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	border: 1px solid #333333;
	line-height:15px;

}

div.bookingform #hotels span.agent
div.bookingform #hotels span.agent em  {
	text-align:right;
}

#sidebar div.itinerary p.agent em {
	font-size:13px;
	font-style: normal;
	font-weight:bold;

}

div.bookingform input.agent {
	text-align: right;
	font-size: 17px;
	font-weight:bold;
	border: 2px solid #FF3300;
	}
	
div.bookingform .agentprofit {
	font-size: 13px;
	font-weight:bold;
	color:#333333;
	background-color:#FFFFFF;
	padding:3px;
	border: 1px solid #333333;
	}
	


/* Will - experimenting with lighter styles for generic booking forms/pages... */

div.searchbox table {
	background-color: #FCF1DD;
	background-color: #F6F6F6;
}

div.searchbox td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:3px;

}

div.searchbox th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	padding:3px;
	font-weight: normal;

}

	
/* Transfers */

.transfershome {
	float: right; 
	width: 250px;
	height: 326px;
}


/* Quicksearch */


#quicksearch {
	width:180px;
/*	background-image: url(../../images/travelguide/quicksearchbg2.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;*/
	background: url("/images/home2/searchbox_bg.gif");
	background-repeat:repeat-x;
	color:#FFFFFF;
	background-color:#6B9EE1;
	padding-bottom:5px;
	margin-bottom:10px;
	}

#quicksearch .search {
	 cursor: pointer; 
}

#quicksearch h2 {
	font-size: 133%;
	color:#66CCFF;
	font-family:"Trebuchet MS", Verdana, Arial;
	text-transform:none;
	margin-bottom:5px;
	margin-left:7px;
	margin-top:0px;
	padding:0px;
	background-color:transparent;
	background-image:none;
	border:none;
	padding-top:8px;
	width:auto;
}


#quicksearch input.button {
	margin-top:4px;
	margin-left:8px;
}	


#quicksearch  h3 {
    font-size: 11px;
    font-weight: normal;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-left: 7px;
	width: 135px;
}

#quicksearch  .data {
	background-color:#FFFFFF;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 7px;
	width: 156px;
	border: 1px solid #666666;
}



#quicksearch input.button,
#callback button {
	padding:3px;
	width:135px;
}




/* Call back */

#callback {
	background-image:url(/images/requestcallgirl2.jpg) ;
	background-repeat:no-repeat;
	width:178px;
	height: 240px;
	margin-bottom:10px;
}



#callback button {
	margin-left: 8px;
} 

/* Quicksearch for ND */

#quicksearchnd {
	
	text-align: left;	
	margin-right:2px;
	padding:2px;
}

#quicksearchnd h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	margin-left:3px;
	margin-bottom:0px;
	margin-top:0px;	
	padding:0px;
}


#quicksearchnd  .button {
	margin-top:2px;
	margin-left: 3px;
}

#quicksearchnd  h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	padding-left: 0px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top: 0px;
	margin-bottom:0px;
	color: #000000;
	margin-left: 3px;
	
}

#quicksearchnd  .data {
	background-color:#FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 1px;
	padding-left: 1px;	
	margin-left: 1px;	
	border: 1px solid #666666;
}


/* Quicksearch for Exclusive */

#quicksearchex {
	
	text-align: left;
	padding-bottom:2px;
}

#quicksearchex h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:2px;
    padding:0px;
}


#quicksearchex  .button {
	margin-top:2px;
	margin-left: 5px;
}

#quicksearchex  h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom:  0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	color: #000000;
	margin-left: 2px;
	width: 120px;
}

#quicksearchex  .data {
	background-color:#FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 2px;
	padding-left: 2px;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-left: 5px;
	width: 136px;
	border: 1px solid #707070;
}

/********************************* Style for Christmas Market *********************************/
div.christmasmarket_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bolder;
	text-align:left;
	text-decoration:none;
	padding:5px;	
	color:ff6600;
	text-decoration:none;

}

#content div.christmasmarket_hdr {
	background-image:url(../../travelguides/images/christmas_market_hdr.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff6600;
	vertical-align:bottom;
	text-decoration:none;
	
	
}

#content div.christmasmarket_outer {
	height:255px;	
	margin-top:25px;
}

#content div.christmasmarket {

	height:255px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;

}

#content div.christmasmarket_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:5px;
	text-decoration:none;

}

a.christmasmarket_link:link,
a.christmasmarket_link:visited {
    height:255px;
	display:block;
    border:#84addb 1px solid;
	cursor:pointer; 
	text-decoration:none;
	margin-top:25px;	 
    	
	}

a.christmasmarket_link:hover {
    height:255px;
	display:block;
	border:#ff942e 1px solid;
	cursor:pointer; 
	text-decoration:none;
	margin-top:25px;
    
	}

#leftcol {
 	float: left;
 	width: 290;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
 	border: 0px solid;
	
	
}


/* table only in use for API Login box */

#testimonial_table label {
	white-space: nowrap;
	font-weight: bold;
}
#testimonial_table {
  color:#333333;
  font-size:11px;
  width:550px;
  background-image:url("/images/yellowfadebg.gif");
  background-repeat:repeat-x;
  border: 1px solid #CCCCCC !important;
 
}
#testimonial_table th {
	text-align:right;
	width:250px;
}


#testimonial_table td {

}

/* TESTIMONIALS */


#content div.quote {
	background-color:#eff3fc;
	border:1px solid #ccdfff;
	padding:10px;
	margin-bottom:15px;
}

#content div.quote p {
	margin:0px;
	line-height:150%;
}

#content div.quote p em {
	font-weight:normal;
	}
	
#content div.more {
	
	font-size:11px;
	line-height:150%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:320px;
}



/* New Design SIDE NAVIGATION  */

#ndmenu ul  {
	margin:0px;
	padding:0px;
	list-style-type: none;
	list-style-image: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../../travelguides/images/new/nd_lmenu_regular.gif) left;
	background-repeat:repeat-y;
	line-height:120%;
}

#ndmenu ul li {
	margin:0px;
	padding:5px 5px 5px 18px;
	background:url(../../travelguides/images/new/nd_lmenu_regular.gif) left;
	background-repeat:no-repeat;
	background-color:#C2D7FD;
	margin-bottom:1px;
	background-position: left top;
}

#ndmenu ul li.selected {
	background:url(../../travelguides/images/new/nd_lmenu_active.gif) left;
	background-color:#E4EEFF;
	font-weight:normal;
}

#ndmenu ul li a:link,
#ndmenu ul li a:visited {
	color:#010065;
	text-decoration:none;
	margin:0px;
	padding:0px;
	width:100%;
	height:inherit;
	display:block;
}

#ndmenu ul li a:hover {
	text-decoration:underline;
	background:url(../../travelguides/images/new/nd_lmenu_over.gif) left;
}


/* ATOL, ABTA, IATA sectio - only */
.bonded_section_wraper {
	width:180px;
	float:right;
	font-family:Arial;
	font-size:11px;
	color:#14368a;
}
.bonded_section {
	width:176px;
	padding:1px;
	border:1px solid #93B1E9;
	background-color:#FFFFFF;
	text-align:left;
}
.bonded_title {
	width:95px;
	float:right;
	padding-right:9px;
	padding-top:9px;
	text-decoration:none;
	font-size:11px;
}
a.bonded_title:link, a.bonded_title:visited, a.bonded_title:hover {
	text-decoration:underline;
	color:#344b96;
}
.bonded_description {
	background-color:#c2d7fd;
	padding-top:9px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:9px;	
}
/******* bullets *******/
ul.orange {
    padding-left: 0;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
}
ul.orange li {
	padding-top:3px;
	padding-left:0px;
	margin-left:25px;
	padding-bottom:1px;
	list-style:none;
	list-style-image:url(/images/2008/bullet_orange.jpg);
}
ul.blue {
	padding-left:20px;
	margin-left:20px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	text-decoration:none;
}
ul.blue li {
	padding-top:3px;
	padding-bottom:1px;
	list-style:none;
	list-style-image:url(/images/bullet_blue.jpg);
	text-decoration:none;
}
/* search boxes for transfers, car hire and holidays extras */

#content div.intros  {
	float:right;
	padding-right:8px;
	padding-top:0px;
	width:290px;
}

/*#content div.intros p {
	color: #024DA0;
}*/

#content ul.orange_intros {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	color: #024DA0;
}
#content ul.orange_intros li {
	padding-top:3px;
	padding-left:0px;
	margin-left:5px;
	padding-bottom:1px;
	list-style:none;
	list-style-image:url(/images/2008/bullet_orange.jpg);
	color: #024DA0;
}
#outerwrap_searchbx {
	background:url("/images/home2/searchbox_bg.gif") repeat-x scroll 0 0 ;
	float:left; 
	width:410px;
	background-color:#6B9EE1;
	padding:15px;
	border-radius:5px;
	-moz-border-radius: 5px; 
}

#outerwrap_searchbx td {
	color:#FFFFFF;
	font-size:11px; 
	font-style:normal;
	font-weight:normal; 
    padding-bottom: 5px;
    padding-top: 0px;
	 }
	 

	 
#outerwrap_searchbx td.fieldlabel {
	padding-top:6px;	
	 padding-bottom: 2px;
}


	 
.title_in_table {
	color: #66CCFF;
    font-size: 15px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:0px;
	}



/* Last Minute Holidays  - linked from homepage*/

#lastminute_holder table {
  width:760px;
  border:#e4eeff 1px solid;
  font-weight:normal;  
  border:#c2d7fd 1px solid;
}
#lastminute_holder  td {
  height:28px;
  padding-left:2px;
  border-bottom:#edf4fe 1px solid;

}
#lastminute_holder th {
  text-align:left;
  border-bottom:#e4eeff 1px solid;
  height:28px;
  font-size:12px;
  font-weight:bold;
  background:url("/travelguides/images/last-minute_subtitle_bg.gif") top repeat-x;
  color:#004F9C;
  padding-left:2px;
}
.bg_light_blue {
  background-color:#f7faff;
}
  
#lastminute_holder div.lastminute_subdiv {
  margin:3px;
}

#lastminute_holder  .lastminute_title {
  font-size:12px;
  font-weight:bolder;
  color:#FF3300;
}

#lastminute_holder .price {
  font-size:16px;
  font-weight:bolder;
  color:#FF3300;
}

#lastminute_holder .price small {
	font-size:10px;
	font-weight:normal;
	}
#lastminute_holder .sphover {
  background:#fff9ee;
  cursor:pointer;
}
#lastminute_holder a:link,
#lastminute_holder a:visited {
  text-decoration:none;
}
#lastminute_holder a:hover {
  background:#fff9ee;
}


/* BUDGET BUSTER */

/* outer table */

table.budgetbuster  {
	width:965px;

}

.budgetbuster td {
	padding-bottom:10px;

}

/* inner tables */

div.holder {
	border:1px solid #00285e;
	margin-top:5px;
	margin-bottom:15px;
	background-image:url("/images/yellowfadebg2.gif");
	background-repeat:repeat-x;
	padding:12px;
}


.budgetbuster table td, .budgetbuster table th {
	padding:1px;
	font-size:70%;
	color:#00285e;
}

.budgetbuster table th {
	border-right:2px solid #FFFFFF;
	padding:4px;
	text-align:left;
	background-color:#87c1fc;
}

#content .budgetbuster h2 {
	margin-top:0px;
}

#content .budgetbuster h2 em {
	color:#00285e;
	font-style:normal;
	font-weight:bold;
	font-variant:small-caps;
}


.budgetbuster div.search {
	float:right;
	width:auto;
	font-size:85%;
	margin-top:20px;
	text-align:right;
	color:#14368A;
	font-style:italic;
}

label .price {
	font-weight:bold;
	color:#FF3300;
}

/******************* changes regarding SEO AI, Cheap - TG *****************************/

.general_h1 {
	font-size: 175%;
    font-family: "Trebuchet MS";
	color: #14368A;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFBB00;
	padding-top:6px;
	margin-top:5px;
	margin-bottom:15px;
	padding-bottom:4px;
	font-weight: bold;
	text-decoration: none;
}

.general_h3 {
	font-size: 120%;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 8px;
	font-weight:bold;
}



.general_h5 {
	font-size: 100%;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#333333;
	font-weight:bold;

}


/***** CHEAP HOLIDAYS SECTION ****/


#content h5 {
	margin-bottom:0px;
	padding-bottom:0px;
	color:#333333;
}

.grid-outer-border {
	border:8px solid #CBDBF2;
	margin-bottom:10px;
	border-radius:5px;

}

.grid-inner-border {
	
}

table.offers_grid {
	width:100%;
	color:#003399;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	text-align:left

}



/*     INTERNET EXPLORER 6 HACKS!      */
/*      NOTE  *width: 0px;    works in BOTH IE6 and IE7      */

table.offers_grid {
_width: 576px; /* works ONLY in IE6 */

}


table.chooseresort,
#content h3.curvedleft  {
_width: 586px; /* works ONLY in IE6 */

}



table.offers_grid tr {
        background-color:#F5F8FD;
}

table.offers_grid td {
	padding:4px;
	padding-left:8px;
	border-bottom: 1px solid #CBDBF2;
}

table.offers_grid th {
	background-color:#FFFFFF;
	padding:4px;
	padding-left:8px;
	text-align:left;
	border-bottom: 1px solid #CBDBF2;
}

table.offers_grid td .price em {
	font-style:normal;
	color:#004F9C;
	font-weight:normal;
}


#content table.offers_grid td .price a:link,
#content table.offers_grid td .price a:visited {
	color:#FF3300;
	text-decoration:none;
	font-weight:bold;
	font-size:130%;	
}

#content table.offers_grid td .price a:hover {
	color:#FF3300;
	text-decoration:underline;
	
}

div.airport_details {
	background-color:#FDE4A4;
	padding:15px;
}

#content div.airport_details h2 {
	color:#996633;
	font-size:18px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:0px;
	padding-top:0px;

	
}
div.destination_details {
	/* border: 1px solid #FFDD33; */
	font-family:Arial;
	color:#333333;
	font-size:12px
	padding:0px;
}

#content div.destination_details p,
#content div.airport_details p,
#content div.destination_details h3 {
	color:#000000;
	font-size:11px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
}

#content div.destination_details h2 {
	color:#333333;
	font-size:18px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:0px;
	padding-top:0px;
}
#content div.destination_details h3 {
	font-size:11px;
	color:#000000;
	margin:0px;
	padding:0px;
}


/* evil hack - move this to a more sane place and remove the other styles */

#headerwrapper {
  height: 141px;
  position: relative;
}

#headerwrapper ul {
  position: absolute;
  bottom: 0;
  left: 0;
}

.navtools {
  float: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 25px;
}

tr.sb_link {
  cursor: pointer;
}
tr.sb_link:hover {
/* use this to highlight linked rows in tables */
}


.fleetway-offerBanner {
        background-image: url("/images/fleetway-offerBanner.gif");
        background-repeat: no-repeat;
       	margin-bottom: 15px;
        width:970px;
        height:114px;
}
.fleetway-offerBanner td {
        padding-left: 7px;
        padding-top: 3px;
        padding-right: 4px;
        padding-bottom: 4px;
}

.fleetway-offerBanner .hotelthumb {
  margin-top:10px;
  margin-right: 5px;
}

.fleetway-offerBanner p {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}
.fleetway-offerBanner h1 {
    color: #333333;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
}
.fleetway-offerBanner h2 {
  color: #0066CC;
    font-size: 17px;
    font-weight: normal;
    padding-top: 35px;
    text-align: center;
    width: 170px;
        margin-left:18px;
        margin-right:50px;
}
.fleetway-offerBanner h3 {
       	color: #FF3000;
       	font-size: 20px;
        font-weight: bold;
        margin: 0px 0px 3px;
        padding: 0px;
       	padding-top:6px;
}
.fleetway-offerBanner span.avg {
        font-size: 11px;
       	font-weight: normal;
}
.fleetway-offerBanner span.small {
        color: #333333;
        font-size: 11px;
}

.fleetway-offerBanner a.button:link,
.fleetway-offerBanner a.button:visited {
    background-color: #FF3300;
    background-image: none;
    color:  #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    margin-right:30px;
}




/* button styles - moved from HOME.CSS in 2012  */

.sb_popup input.button,
.sb_inline_wrapper input.button {
	background:transparent;
	background: url("/images/home2/button_right.png");
	background-repeat:no-repeat;
	background-position: top right ;
	border:none;
	color:#000000;
	font-weight:bold;
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	padding:3px;
	padding-left:8px;
	padding-right:12px;
	height:30px;
	margin-left:4px;
}

/*.sb_popup input.button {
	padding-left:8px;
}*/


.buttonholder {
	display:inline-block;
	height:30px;
	background: url("/images/home2/button_left.png");
	background-repeat:no-repeat;
	background-position: top left;
	clear:left;
}

.buttonholder:hover {
	background-position: 0 -40px;

}


.sb_inline_wrapper  input.button:hover, 
.sb_popup input.button:hover  {
	background: url("/images/home2/button_right.png");
	background-position: right -40px;

}




input.buttonsmall {
	background:transparent;
	background: url("/images/home2/buttonsmall_right.png");
	background-repeat:no-repeat;
	background-position: top right ;
	border:none;
	color:#000000;
	font-weight:bold;
	font-size:85%;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	padding:2px;

	padding-right:6px;
	height:20px;
	margin-left:4px;
}

.buttonsmallholder {
	display:block;
	height:20px;
	background: url("/images/home2/buttonsmall_left.png");
	background-repeat:no-repeat;
	background-position: top left;
}

.buttonsmallholder:hover {
	background-position: 0 -27px;
}


input.buttonsmall:hover  {
	background-position: right -27px;
}

/* position the search button left/right  */

.buttoncontrol {
	text-align:left;
}

.sb_popup .buttoncontrol,
.hotel_only .buttoncontrol,
#transfers_only .buttoncontrol,
#car_hire .buttoncontrol,
#outerwrap_searchbx .buttoncontrol /* Extras */ {
	text-align:right;
}


