/* 
    Document   : global_2010
    Created on : Dec 10, 2009, 12:58:40 PM
    Author     : Aaron.Ellinwood
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body,body.signup {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent url(/images/shell_v2/top_full_bkgd.jpg) top center no-repeat scroll;
    font-family: Arial,Helvetica,sans-serif;
}

/* this is also in newArticlePages.css for the benefit of CKEditor */
div {margin:0px;padding:0px;text-align:left;color:inherit;font-weight:inherit;}
p,h1,h2,h3,h4,h5,h6 {text-align:left;color:inherit;font-weight:inherit;}
blockquote { padding:10px;font-style:italic; }

a img {
    border:0;
}
a {
    outline:none;
}
.imgborder, .imgborder a, a.imgborder
{
	color:#00A4b4;
	border:1px solid #00A4b4;
}

hr {margin:10px;height:1px;border-bottom-width:0px;border-top:1px solid black;}

#outerColumn {
  position:relative;
}
.white {
    color:#fff;
}
#innerColumn {
    position:relative;
}

#footer {
    background: transparent url(/images/shell_v2/footerBkgd.jpg) bottom center no-repeat scroll;
    height: 159px;
    width: 100%;
}
#footer li, #footer p {
    color:white;
}
.screenReaderOnly { display:none; }
a.rollover {
    display:block;
    background-position: top left;
    background-repeat:no-repeat;
}
a.rollover:hover {
    background-position: bottom left;
}
#footer p {
    font-family:Tahoma,Arial,Georgia;
    font-size:10px;
    margin: 10px 0;
}
.innerColumn {
    width:961px;
    margin: 0 auto;
}
.horizUL {
    list-style-type:none;
    margin: 0;
    padding: 0;
}
.horizUL li {
    float:left;
}
#headerDealsBtn { background-image:url(/images/shell_v2/btn-deals.png); }
#headerEnewsBtn { background-image:url(/images/shell_v2/btn-enews.png); }
#headerEbookBtn { background-image:url(/images/shell_v2/btn-ebook.png); }
#headerMapsBtn  { background-image:url(/images/shell_v2/btn-map.png); }
#headerLiveBtn  { background-image:url(/images/shell_v2/btn-floridalive.png); }
.white {
    
}
#header {
    height:163px;
    position: relative;
}
.vfLogo {
    margin-top:10px;
    margin-left:10px;
}
#topLinks {
    position:absolute;
    top:0px;
    right: 0px;
    background: transparent url(/images/shell_v2/top_links_bkgd.png) top center no-repeat scroll;
    height:29px;
    width:350px;
}
#topLinks, #topLinks a {
    color:#fff;
    font-size:12px;
    text-decoration:none;
}
#topLinks a:hover {
    color:#ed037c; /* hot pink*/
}
#topLinks ul#cart {
    margin:6px 0 6px 8px;
    height:29px;
}
#topLinks ul#cart li {
    margin-right:5px;
}
#topLinks ul#cart li#loginLink {
    margin-right:0px;
}
#topLinks ul#resources {width:320px;float:right; margin-right:15px;}

#topLinks ul#resources a {width:64px;height:62px;text-indent:-9999em;}

.loginLinks, .loginLinks:link, .loginLinks:visited, .loginLinks:active, .loginLinks:hover,
.fpass, .fpass:link, .fpass:visited, .fpass:active, .fpass:hover
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   color: #666666;
   text-decoration: none;
}
#resources li {
    margin: 0;
}
#searchArea {
    position:absolute;
    top: 130px;
    left:0px;
}
#searchBoxWrapper {
    background: transparent url(/images/shell_v2/searchbar.png) top left no-repeat scroll;
    width: 382px;
    height: 30px;
    position:relative;
}
#searchBoxWrapper #search {
    width:378px;
    margin:4px;
    border-width: 0px;
    background: none;    
    font-style: italic;
    font-size: 14px;
    color: #999999;
}
#searchBoxWrapper #searchButton {
    position: absolute;
    top: 0px;
    left: 378px;
}
#searchBox .typing {
    color: #000;
}
#searchArea #searchSuggest {
  position:absolute;
  top:30px;
  display:none;
  width:377px;
  z-index:2000;
  margin:0px; padding:0px;
  list-style-type: none; 
  background-color:#fcfdff;
  border:1px solid #ed037c;
  border-top-width:0px;
}
.searchSuggestion {
  cursor:hand;
  cursor:pointer;
  font-size:13px;
  margin:0px;padding:6px 6px;
  padding-left:15px;
  border-bottom:1px solid #b2b2b2;
}
#searchSuggest .ui-selected { background: #b2b2b2; }
#searchSuggest .ui-selected a { color: white; }

.searchSuggestion a,.searchSuggestion p {
  color:#7e7e80;
}
.searchSuggestion span {
  display:block;
  float:right;
  margin-top:3px;
  font-size:13px;
  font-weight:bold;
  font-style:italic;
  color:#8f8f8f;
}
#selectors {
    position:absolute;
    width:490px;
    z-index:999;
    top:130px;
    left:auto;
    right:0;
}
#btnTagSelector {
    height:30px;
    font-weight:bold;
    font-size:14px;
    color:#00a4b4;
    text-decoration:none;
    line-height: 30px;
    float:left;
}
#btnTagSelector span {
    margin-left:10px;
}
#insSelector {
    position:absolute;
    top:0px;
    right:0;
}
#btnInsSelector {
    height:30px;
    font-weight:bold;
    font-size:14px;
    color:#00a4b4;
    text-decoration:none;
    line-height: 30px;
}
#btnInsSelector span {
    margin-left:10px;
}

.btnMenu a.rollover {
    display:block;
    background-color:#fff;
    background-image:none;
    margin-left:15px;
    padding:0 10px;
    width:auto;
    height:30px;
    font-weight:bold;
    font-size:14px;
    color:#00a4b4;
    text-decoration:none;
    line-height:30px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.btnMenu a.rollover:hover {
    background-color:#c4e6ff;
}
.btnMenu a.rollover:hover span {
    background-position:100% -68px;
}
.btnMenu a.rollover span {
    margin-left:10px;
    background:transparent url('/images/shell_v2/btnSelectorArrow.gif') no-repeat;
    background-position:100% 4px;
    padding-right:30px;
}
#dropDownBar  {

  text-align:right;
  height:14px;
  margin-bottom:-14px;
  overflow:hidden;
  z-index:100 !important;
}
#dropDownBar img {
  display:none;
}
#expanders {
  margin-top:6px;
  display:none;
  position:relative;
  z-index:101 !important;
}
#expandersInner {
  background:#ffffff;
}
#tagExpander, #insExpander {
  display:none;
  height:310px;
  background:#ffffff;
}
#tagExpanderInner, #insExpanderInner{
    border-top: 12px solid #c4e7ff;
    border-bottom: 22px solid #c4e7ff;
    border-left: 2px solid #c4e7ff;
    border-right: 2px solid #c4e7ff;
}
#tagExpanderInner td {
    height:286px;
    vertical-align:middle;
    border-left: 1px solid #c4e7ff;
    border-right: 1px solid #c4e7ff;
    font-weight: bold;
    font-size: 14px;
    color: #0da8b8;
}
#insExpanderInner td {
    border-left: 1px solid #c4e7ff;
    border-right: 1px solid #c4e7ff;
    font-weight: bold;
    font-size: 14px;
    color: #0da8b8;
    background-color:#c4e7ff;
    height: 72px;
}
#expanders td a {
    font-weight: normal;
    font-size: 14px;
    line-height:15px;
    color: #666666;
}
#expanders td a:hover {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}
#expanders td a:visited {
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}
#tagExpander ul {
    margin:0px;
    padding:0px;
    list-style-type:none;
    height:270px;
    overflow:hidden;
}
#tagExpander .columnHeader {
    margin:10px;
    margin-left:38px;
    margin-bottom:15px;
}
#tagExpander li {
    
    margin:8px 20px 8px;
    padding:0px;
    
}
#tagExpander a.more {
    text-align:right;
    position: absolute;
    right: 16px;
    bottom: 4px;
    color:#0da8b8;
}
.expanderColumn {
    margin:4px 0px 0px 20px;
    position:relative;
}
#innerContentWrapper {
  margin-top:20px;
  width:960px;
}
#innerContent {
  position:relative;
  background:#ffffff;
  width:940px;
  padding-left:20px;
  padding-top:20px;
  min-height:700px; /* to hold the ad */
  /*overflow-x: hidden;*/
}
#conditionalContent,#headlines,#lowerContent,#oasBottom {
    margin:0px 210px 20px 0px;
}
#conditionalContent { 
  width:722px;
  margin-bottom:0px;
  margin-top:-5px;
  margin-bottom:5px; }

#planTitle {
   padding:10px 10px 0px;
}
.sectTitle {
  padding:0px;
  color:#00a4b4;
  font-size:18px;
  line-height:20px;
  font-weight:bold;
}
#planningLinks {
  padding:10px 0px;
  margin:0px;
}
#planningLinks ul {
  display:block;
  width:330px;
  margin:0px 5px 5px;
  padding:0px 0px 10px 20px;
}
#planningLinks ul li {
  margin:0px;
  width:155px; float:left;
  padding:2px 0px;
  list-style-type:disc;
  list-style-position:outside;
  color: #90d6df;
}
#planningLinks a {
  color:#464646;
  text-decoration:underline;
  font-size:12px;
  line-height:14px;
}
#planningLinks hr {
  margin:5px;
  border-style:dashed;
  border-color:#cccccc;
}
 div.intlButton {
    line-height:normal;
    min-height:110px;
    background:#dcedf9;
    color:#00a4b4;
		padding: 1px 0;
  }
 div.intlButton a { color:#666666;font-weight:bold;font-size:12px; }
 div.intlButton h3 { text-align:center;color:#00a4b4;font-size:24px;margin-top:20px; }
#visitFloridaButton {
  background-image:none;
    min-height:100px;
  text-align:center;
  padding:10px 0px;
}
#travelAdvisory {
  font-family:Arial, Helvetica, sans-serif;
  background:#ddedfa url(/images/shell_v2/newHomepage/travel_advisory_bg.gif) no-repeat top left;
  padding:5px;
}
#advisoryTitle  {
  color:#00a4b4;
  font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
  font-size:24px;
  height:40px;
  vertical-align:top;
  margin:0 45px 5px 45px;
}
.alertClose,#travelAdvisory .alertClose {
  float:right;
  font-size:11px;
  color:#00a4b4;
  margin-right:10px;
}
#advisoryDesc {
  overflow:auto;
}
#travelAdvisory #advisoryText {
  margin-left:0;
  color:#000000;
  font-weight:bold;
  font-size:11px;
}
#travelAdvisory #advisoryText a {
  color:#00a4b4;
}

#newStories{ 
	width: 747px;
	height: 323px;
	background: #ffffff url(/images/shell_v2/newHomepage/new_stories_panel_bg.png) no-repeat top left;
	position: relative;
	margin-left: -17px;
}
#newStories #title {
	width: 140px;
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	padding: 5px 5px 5px 34px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
#newStories .panel {
	position: absolute;
	top: 29px;
	left: 300px;
	display: none;
}
#newStories #picture_wrapper {
	border: 2px solid #429FB2;
	float: left;
	margin: 15px 0px 0px 30px;
	height: 246px;
	width: 246px;
	overflow: hidden;
	position: relative;
}
#newStories .picture {
	display: none;
	top: 0px;
	position: absolute;
	border: 0;
}

#newStories .arrow {
	float: left;
	margin-top: 43px;
}
#newStories .stories {
	float: left;
	width: 457px;
	margin: -10px 0px 0px -13px;
}
#newStories .story {
	background: url(/images/shell_v2/newHomepage/new_stories_panel_story_white.png) no-repeat top left;
	padding-left: 23px;
	height: 83px;
	width: 424px;
	overflow: hidden;
	position: absolute;
}
#newStories #story_1, #newStories #story_4, #newStories #story_7 {
	top: 5px;
}
#newStories #story_2, #newStories #story_5, #newStories #story_8 {
	top: 97px;
}
#newStories #story_3, #newStories #story_6, #newStories #story_9 {
	top:189px;
}
#newStories .blue {
	background: url(/images/shell_v2/newHomepage/new_stories_panel_story_blue.png) no-repeat top left;
}
#newStories .banner_title {
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 5px 9px 0px;;
}
#newStories .headline {
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: -3px 0px 1px 0px;
}
#newStories .headline a {
	font-size: 13px;
	color: #429FB2;
	text-decoration: none;
	font-weight: bold;
}
#newStories .headline img {
	margin: 0 0 -3px 5px;
}
#newStories .blurb {
	font-size: 12px;
}
#newStories .read_more {
	color: #429FB2;
	font-weight: bold;
	text-decoration: none;
}
#newStories #pager {
	color: #429FB2;
	font-size: 12px;
	width: 50px;
	top: 305px;
	left: 696px;
	position: absolute;
}

#newStories #pager a {
	font-size: 12px;
	color: #429FB2;
	text-decoration: none;
	cursor:pointer;
}
#newStories #pager a.bolded {
	font-size: 12px;
	color: #429FB2;
	text-decoration: none;
	cursor:pointer;
}

.clear {
	clear: both;
}

/*
#headlinesHeader,.homepageHeader {
  text-transform: uppercase;
  margin-bottom:11px;
  color:#00a4b4;
  font-size:18px;
  font-weight:bold;
  border-bottom:1px solid #b8b8b8;
}
#headlinesList {
  float:right;
  width:260px;
}
#headlinesList ul {
  position:relative;
  list-style-type:none;
  list-style-position:outside;
  margin:0px;
  padding:0px;
  padding-bottom:1px;
  font-size:11px;
  background:#ffffff url(/images/shell_v2/newHomepage/icons_bg.gif) repeat-y 4px 0px;
}
#headlinesList p,#headlinesList .headlineImageUrl {display:none;}
#headlinesList .headlineVideo,#headlinesList .headlinePhoto,#headlinesList .headlineArticle,#headlinesList .headlineBlog {
  margin:2px;
  padding:0px;
  padding-left:32px;
  line-height:22px;
  height:22px;
  background:url(/images/shell_v2/newHomepage/icons.png) no-repeat;
}
#headlinesList .headlineVideo a,#headlinesList .headlinePhoto a,#headlinesList .headlineArticle a,#headlinesList .headlineBlog a {
  color:#666666;
  text-decoration:none;
}
#headlinesList .headlineVideo { background-position:0px 0px;}     / * video   * /
#headlinesList .headlinePhoto { background-position:0px -94px;} / *  photo   * /
#headlinesList .headlineArticle { background-position:0px -200px;}    / * article * /
#headlinesList .headlineBlog { background-position:0px -345px;}   / * blog    * /
#headlinesList li.activeHeadline {
  background-image:url(/images/shell_v2/newHomepage/icons_active.png);
}
#headlinesList li.activeHeadline a {
  color:#00a4b4;
  font-weight:bold;
  text-decoration:none;
}
#headlinesPreview #previewImage {
  border:2px solid #00a4b4;
  float:left;
  margin-right:20px;
  height:160px;
}
#headlinesPreview #previewIcon {
  float:left;
  width:23px;
  height:23px;
  margin-right:10px;
  margin-bottom:10px;
  background:url(/images/shell_v2/newHomepage/icons_active.png) no-repeat 0% 0%;
}
#headlinesPreview #previewHeadline {
  line-height:17px;
  font-size:16px;
  font-weight:bold;
  color:#00a4b4;
  margin:0px;
  margin-left:27px;
  padding:0px;
}
#previewHeadline a {
  color: #00a4b4;
  text-decoration:none;
}
#headlinesPreview #previewText {
  position:relative;
  font-size:13px;
  margin:0px 280px 0px 0px;
  padding:0px;
  width:260px;
  height:160px;
  overflow:hidden;
}
#headlinesPreview #previewText p {
  width:100%;
  height:112px;
  overflow:hidden;
}
#headlinesPreview #previewMore {
  position:absolute;bottom:0px;left:0px;
}
#previewMore a {
  color: #666666;
}


*/



  #dealsEvents .ui-tabs-nav {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    height:30px;
    float: left;
    position: relative;
    z-index: 1;
    bottom: -1px;
  }
  #dealsEvents .ui-tabs-nav ul {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  }
  #dealsEvents .ui-tabs-nav li {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    width: 130px;
    float: left;
    border-right: none;
  }
  #dealsEvents .ui-tabs-nav li a {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    width: 130px;
    padding:0px;
    text-align:center;
    float: left;
    font-size: 14px;
    line-height:29px;
    text-decoration: none;
    color: #7f7f7f;
    background: #ffffff url(/images/shell_v2/newHomepage/dealsevents_inactive_bg.gif) top no-repeat;
  }
  #dealsEvents .ui-tabs-nav li.ui-tabs-selected a, #dealsEvents .ui-tabs-nav li.ui-tabs-selected a:hover {
    background: #ffffff url(/images/shell_v2/newHomepage/dealsevents_active_bg.gif) top no-repeat;
    color: #ffffff;
  }
  #dealsEvents .ui-tabs-nav {
    font-weight:bold;
  }
  #dealsEvents .ui-state-default.ui-state-hover a {
    color:#00a4b4;
  }
  #dealsEvents .ui-tabs-panel {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    clear:left;
    background: #ffffff;
    color: #333333;
    font-size: 1.1em;
  }
  #dealsEvents .ui-tabs-hide {
    display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
  }
  #lowerContent {
    position:relative;
    clear:left;
    margin:10px 0px;
    width:750px;
  }
  #lowerContent #contestAd {
    margin-left:16px;
    float:left;
    border:1px solid #b8b8b8;
    height: 297px;
  }
  #contestAd .contest { margin:10px 4px 14px 8px;width:161px;}
  #contestAd a { text-decoration:none; }
  #contestAd h3 { margin-top:7px;}
  #contestAd h3 a {font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;font-size:22px; line-height:24px; color:#00a4b4; font-weight:normal;}
  #contestAd p a { color:#777777;font-weight:Bold;font-size:13px;line-height:19px; }
  #contestAd a.moreLink { color:#ed037c;text-decoration:underline;margin-bottom:10px; }
  #contestAd .spacer { background-color:#777777;margin:0px 10px; }
  #dealsEvents {
    position:relative;
    width:260px;
    height:305px;
    margin-right:16px;
    float:left;
    overflow:hidden;
  }
  #dealsEvents a {
    color:#777;
  }
  body.home #dealsEvents {
    padding:0;
    border-radius:0;
    border-width:0;
  }
  #deals,#events {
    position:relative;
    width:260px;
    height:276px;
  }
  #deals .deal {
    display:none;
    padding:7px 13px 0px;
    border: 1px solid #b8b8b8;
    border-top-width:0px;
    border-bottom-width:0px;
    height:235px;
  }
  #deals .currentDeal {display:block;}
  #deals .dealHeader {
    margin:3px 0px;
    font-size:15px;
    line-height:17px;
    font-weight:bold;
    color:#00a4b4;
  }
  #deals .dealDescription {
    font-size:12px;
    line-height:14px;
    overflow:visible;
  }
  #deals .dealMoreLink {
    white-space:nowrap;
    color:#00a4b4;
  }
  .dealsEventsFooter {
    font-size:14px;
    line-height:15px;
    background-image:url(/images/shell_v2/newHomepage/dealsevents_bg.gif);
    background-repeat: no-repeat;
    background-position: -264px 0px;
    margin:0px;
    height:29px;
    line-height:29px;
  }
  .dealsEventsFooter a {
    color:#7f7f7f;
  }
  #deals .dealsEventsFooter a.currentDealLink {
    text-decoration:none;
  }
  #event {
    height:210px;overflow:hidden;

    padding:16px;
    border: 1px solid #b8b8b8;
    border-top-width:0px;
    border-bottom-width:0px;
    font-size:11px;
    line-height:13px;
  }
  .event .eventName {font-weight:bold;margin-top:5px;}
  .event .eventDates, .event .eventCity {color:#666666;font-weight:bold;}
  .event .eventDescription { clear:right;padding-top:15px;margin-bottom:15px;color:#666666; }
  .dealsEventsAllLink {
    position:absolute;
    right:5px;
    bottom:13px;
    font-size:14px;
    line-height:15px;
    color:#7f7f7f;
  }
#hotels h2 {
  display:inline;
  color:inherit;
  font-size:13px;
  font-family:inherit;
}
#hotels {
  float:left;
  width:260px;
  font-size:13px;
  min-width:260px;
  height:306px;
  overflow:hidden;
}
#hotelsHeader {
  background:url(/images/shell_v2/newHomepage/hotels_active_bg.gif) no-repeat left;
  height:30px;
  font-size:14px;
  font-weight:bold;
  line-height:29px;
  padding-left:12px;
  color:#ffffff;
  margin:0px;
}
  #hotelSearch {
    height:240px;
    overflow:hidden;
    position:relative;
    border: 1px solid #b8b8b8;
    border-bottom-width:0px;
    font-size:11px;
    line-height:12px;
  }
  #hotels #bookdirectForm {
    margin:10px 10px 0px;
  }
  #hotels #bookdirectForm .submit {
    color:#00a4b4;
    margin-bottom:6px;
    font-size:12px;
    line-height:14px;
    font-style:normal;
    text-decoration:none;
    vertical-align:text-top;
  }
  #hotels #bookdirectForm input,#hotels #bookdirectForm select,#hotels #bookdirectForm img {
    font-size:14px;
    vertical-align:middle;
    margin:0px 2px 8px;
  }
  #hotels #bookdirectForm img {
    margin:0px 0px 8px;
  }
  #hotels .bookdirect {
    margin:0px 10px 10px;
  }
  #hotels .bookdirectHeader {
    font-size:13px;
    line-height:10px;
    font-weight:bold;
    color:#ed037c;
  }
  #hotels .bookdirectBlue {
    font-size:10px;
    font-style:italic;
    color:#00a4b4;
  }
  #hotels .bookdirectDescription {
    font-size:10px;
    line-height:11px;
  }
  #hotelsFooter {
    height:30px;
    font-size:14px;
    line-height:29px;
    background-image:url(/images/shell_v2/newHomepage/dealsevents_bg.gif);
    background-repeat: no-repeat;
    background-position: -264px 0px;
    margin:0px;
    padding:0px;
  }
#rightColumn {
    position:absolute;
    top:10px; right:10px;
    width:190px;

  }
  #rightColumn table, #rightColumn div {
    width:190px;
}
#rightColumn * table, #rightColumn * div {
  width:auto;
}
#rightColumn #oasRight {
    width:160px;
    margin:10px auto;
    padding-left:10px;
}
#oasBottom {
    margin:0px;
    margin-top:0px;
    margin-bottom:15px;
}
#footer .innerColumn { margin-top:0px;}
#superFooter .innerColumn {
    padding:20px 0px;
}
#superFooterContent {
    margin:0px 20px 0px 18px;
}
.superFooterSection {border-top:1px solid #c5d1d9;border-collapse:collapse;padding-top:5px;margin-top:5px;margin-right:180px;}
#partners {
    float:right;
    background-color: #fff;
    text-align:center;
    font-size:12px;
    color:#777777;
    width:160px;
    min-height:250px;
    margin: 0 20px;
}
#partners img {
    margin: 13px auto;
    display:block;
}
#weatherFooter {
    width:735px !important;
    overflow:hidden;
    margin-top:0px;
    padding-top:10px;
    text-align:right;
}
.footerHeader {
    margin:7px 0px;
    font-weight:bold;
    color:#7f7f7f;
    font-size:14px;
    height:16px;
    line-height:16px;
}
#weatherFooter .footerHeader {
    float:left;
    margin:0px;
}
#weatherFooter .superFooterLink {
}
.superFooterLink {
    color:#7f7f7f;
    font-size:14px;
    vertical-align:top;
}
#weatherIcons {
    width:735px !important;
    clear:left;
    margin:5px 0px;
}
#weatherIcons td {
    background-color:#bedcf3;
    text-align:center;
    font-size:11px;
    line-height:13px;
    padding:10px 0px;
    border:1px solid #ffffff;
}
#weatherIcons td a {
  text-decoration:none;
  color:#333333;
}
#otherLanguages,#moreSites,#followUs {
    float:left;
    font-size:12px;
}
#otherLanguages,#moreSites {
    border-right:1px solid #c5d1d9;
    margin-right:10px;
    height:125px;
}
#otherLanguages {
    width:115px;
}
#moreSites {
    width:405px;
    
}
#moreSites #moreSitesLinks {
    margin:0px; padding:0px;
    list-style-type:none;
}
#moreSites #moreSitesLinks li {
    float:left;
    width:49.5%;
    list-style-type:none;
    margin:0px 0px 3%; padding:0px;
    line-height:16px;
    font-size:12px;
}
#followUs {
    width:200px;
}
#followUs #followUsLinks {
    margin:0px; padding:0px;
    list-style-type:none;
}
#followUs #followUsLinks li {
    float:left;
    width:48%;
    list-style-type:none;
    margin:0px 0px 3%; padding:0px;
    font-size:12px;
}
#followUs #followUsLinks li.tripAdvLink {
    width:88%;
}
#facebookLink { display:block;float:left;width:25px;height:21px;background:url(/images/shell_v2/newHomepage/follow_links.png) no-repeat 0px 0px; }
#twitterLink { display:block;float:left;width:25px;height:21px;background:url(/images/shell_v2/newHomepage/follow_links.png) no-repeat 0px -21px; }
#youtubeLink { display:block;float:left;width:25px;height:21px;background:url(/images/shell_v2/newHomepage/follow_links.png) no-repeat 0px -42px; }
#flickrLink { display:block;float:left;width:25px;height:21px;background:url(/images/shell_v2/newHomepage/follow_links.png) no-repeat 0px -63px; }
#tripAdvLink { display:block;float:left;width:25px;height:21px;background:url(/images/shell_v2/newHomepage/follow_links.png) no-repeat 0px -84px; }

.articleBody p, #expertBlogText p { margin-bottom:20px;}
.articleBody br, #expertBlogText br  { line-height:10px; }

/* tag page slideshow rules */
#flashcontent { position:relative; }
#jsSlideshow { width:570px;height:285px; }
#flashcontent .jsCaption { width:560px;text-align:right;position:absolute; z-index:5000!important; bottom:0px;background-color:#DCEDF9;color:#666;padding:5px;font-size:11px;font-weight:bold;}

/* new uk travel planning box */
div.uk_planning_box {
	min-width: 350px;
}
div.uk_planning_box .top {
	padding-left: 90px;
	background: transparent url('/images/shell_v2/pink-bar.png') scroll no-repeat right bottom;
	padding-bottom: 6px;
	position: relative;
}
div.uk_planning_box .top img.avatar{
	position: absolute;
	bottom: 4px;
	left: 0;
}
div.uk_planning_box .top .title {
	margin-top: 10px;
}
div.uk_planning_box .top .title a {
	color: #00A4B4;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
div.uk_planning_box .top .subtitle a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
div.uk_planning_box .top .links {
}
div.uk_planning_box .top .links a {
	color: #ED037C;
	font-weight: normal;
	font-size: 12px;
	margin-right: 8px;
}
div.uk_planning_box .bottom {
	padding: 5px;
}
div.uk_planning_box .bottom .title {
	margin-bottom: 4px;
}
div.uk_planning_box .bottom .title img {
	height: 20px;
	width: 35px;
	position: relative;
	bottom: -4px;
}
div.uk_planning_box ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 2px;
	max-width: 600px;
}
div.uk_planning_box ul li {
	float: left;
	list-style: disc inside;
	width: 170px;
}

#innerColumn > #fb_top {
	position:absolute;
	right:370px;
	top:5px;
	z-index:3000;
}
#innerColumn > #fb_top iframe {
	min-width: 204px !important;
	text-align: right;
}
#innerColumn > #fb_top_intl {
	float: right;
	margin-top: 5px;
	text-align: right;
}
#innerColumn > #fb_top_intl > span > iframe {
	text-align: right !important;
}

#expanders #insExpander td a {
	color: #ED037C;
}

