.f-left { float: left; }
.f-right { float: right; }
.blue-glass {
	background-image: url(../../img/beach-holidays/extratext-back.png);
}
#trend-widget {
	display: inline-block;
	padding-bottom: 13px;
	margin: 0;
	float: left;
}
#trend-widget-container {
	width: 777px;
	text-transform: uppercase;
	font: 10px/10px arial;
	text-align: center;
}
#trend-title-img {
	margin: 14px 0 7px 15px;
	float: left;
}
#trend-title {
	display: block;
	text-transform: none;
	width: 618px;
	text-align: left;
	font: bold 44px/53px arial;
	color: #fff;
	margin: 7px 0 9px 15px;
	float: left;
}
#trend-date {
	float: right;
	height: 23px;
	font: bold 9px/11px arial;
	text-align: right;
	background: url(../../img/beach-holidays/trending_graph.gif) right center no-repeat;
	padding-right: 36px;
	margin: 25px 11px 0 0;
}
#trend-date .updateing { color: #ffcd00; display: block; padding-top: 1px; }
#trend-date .date { color: #fff; }
.trend-region {
	width: 249px;
	height: 110px;
	float: left;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	overflow: hidden;
}
.trend-region label {
 cursor: default;
}
.tending-label {
	margin: 8px 8px 9px 8px;
	color: #404040;
}
#trend-region-1 { margin: 0 5px 0 10px; }
#trend-region-2 { margin-right: 5px; }
.trend-list {
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0!important;
}
.trend-list li {
	height: 26px;
	#height: auto;
	font: bold 12px/26px arial;
	list-style-type: none;
}
.trend-list .rank {
	width: 17px;
	height: 17px;
	display: inline-block;
	text-align: center;
	background-color: #c1c1c1;
	color: #022f4e;
	font: bold 11px/17px arial;
	margin: 5px 11px 0 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
.trend-list a {
	display: block;
	width: 163px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
.trend-list .prev-rank {
	display: inline-block;
	width: 25px;
	color: #006699;
}
.trend-list .down {
	font: bold 10px/25px arial;
	color: #cc0000;
}
.trend-list .up {
	font: bold 10px/25px arial;
	color: #008b00;
}
.trend-list .new {
	background-color: #f06601;
	color: #fff;
	font: bold 9px/9px arial;
	padding: 3px 4px;
	margin: 5px 4px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.trend-list .grey { background-color: #ebebeb; }
.trend-list .yellow { background-color: #ffea9b; }
.trend-list .yellow .rank { background-color: #ffc907; }
.trend-list a { color: #006699; }
.trend-list a:hover { color: #ff6600; }
.trend-tab {
	display: inline-block;
	padding: 3px 8px 6px 8px;
	color: #fff !important;
	text-align: center;
	margin-bottom: 5px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.trend-tab:hover {
	color: #fff;
	padding-top: 8px;
	margin-bottom: 0;
}
#trend-hide {
	display: none;
}

/* Hide the yellow edges when the widget is closed */
.trend-closed  #trend-1-4, .trend-closed  #trend-2-4, .trend-closed  #trend-3-4 { background-color: #fff; }
