/* This stylesheet is only to be used in emergencies for temporary fixes between releases */

/* rule needed as google seems to set the position (via their own js) to static */
#google-plusone{
	position: absolute !important;
}

/* Temporary addition of AIMIA logo to home page until next deployment */
#TL_search_panel {
	width:960px;
	margin:0 0 0 35px;
	padding-top:20px;
}

/* Temporary fix for letterboxing issues in search results */
div.TL_search_image a {
	text-align:left;
}

div.TL_search_image img {
	top:1px;
}

.TL_search_result_topoflist .TL_search_reviews a.TL_link_firstreview {
	margin-top:0;
}

.section-search-results .TL_search_results_banner ol{
	float:left;
	width:380px;
	margin:0px;
}


.section-search-results .TL_search_results_banner p{
	width:200px;
	text-align:right;
	margin-bottom:0px;
	height:auto;
	float:right;
}

#TB_window{
	z-index:10000 !important;
}


/* override for site-content to avoid small panel until content loads */
.section-business-details #site-content #content{
	min-height: 600px;	
}
.backbone #truelocal-logo .logo {
	height: 67px;
}
html.iphone{
	margin:0;
	text-align: left;
}

.ie9 .backbone #search-basic-submit{
	border-radius: 0 !important;
}
