body, div, input {
	margin:0px;
	padding:0px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size:11px;
}

a, form, input, div, label {
	display: block;
	float:left;
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:0px;
}

#TL_SEO_links {
	display:none;
}

#TL_appHolder {
	width:300px;
	height:250px;
	overflow:hidden;
}

#TL_miniapp_logo {
	width:124px;
	height:40px;
	background-image: url(images/TL_search_widget_logo.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	text-decoration:none;
	color:#fff;
}

#TL_updateCategories {
	width:176px;
	height:38px;
	overflow:hidden;
}

label {
	font-size:10px;
	color:#fff;
}

#TL_updateCategories label {
	font-size:9px;
	width:44px;
	height:20px;
	color:#4f91cd;
	line-height:9px;
	margin:15px 0px 0px 10px;
}

input.TL_input_text {
	width:120px;
	font-size:11px;
	border:1px solid #4f91cd;
	padding:2px 1px;
}

#TL_updateButton {
	margin:14px 0px 0px 0px;
	cursor:pointer;
	width:43px;
	height:18px;
	float:left;
	display:block;
}

#TL_categoryLocation {
	width:58px;
	margin:14px 4px 0px 0px;
}

#TL_bottomSearchBox {
	background-color:#005388;
	width:300px;
	height:40px;
	padding:2px 0px 0px 4px;
}

#TL_search label {
	width:120px;
}

#TL_search input.TL_input_text {
	width:110px;
	margin-right:4px;
}

/*
	CONTENT OF SEARCH ACCORDIAN
	This is written from the ndm_v3.js
*/

#TL_loading, #TL_searchAccordion {
	width:300px;
	height:163px;
}

div.TL_category_div {
	display:none;
	height:109px;
	margin:0px;
}

#TL_loading {
	padding: 20px 0px 0px 10px;
	background: transparent url(images/TL_search_widget_loader.gif) center center no-repeat;
	height:143px;
}

a.TL_category_control, a.TL_category_control_active {
	cursor: pointer;
	display: block;
	width:300px;
	height:15px;
	padding: 2px 5px 0px 18px;
	margin-top: 0;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #00a6ee;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	background-image: url(images/TL_arrow_icon_off.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

a.TL_category_control:hover {
	background-color: #005388;
	color: #FFFFFF;
	background-image: url(images/TL_arrow_icon_hover.jpg);
	background-repeat: no-repeat;
}

a.TL_category_control_active, a.TL_category_control_active:hover {
	background-color: #005388;
	background-image: url(images/TL_arrow_icon_on.gif);
}

ul.accordionContent {
	width:300px;
	height: 106px;
	overflow: hidden;
	padding: 3px 0px 0px 0px;
	margin:0px;
	background-color:#fff;
}

/* This is the actual listing */
p.lineitem {
	display:block;
	overflow: hidden;
	position: absolute;
	border-bottom:1px solid #ccc;
}

li {
	display:block;
	overflow: hidden;
	position: relative;
	margin:0px;
	float:left;
	width:300px;
	list-style-type:none;
}

li.vcard {
	color:#00a6ee;
	font-size:11px;
	font-weight:normal;
	height: 18px;
	overflow: hidden;
	position: relative;
}

li.vcard a.businessName {
	color: #008EEC;
	width:218px;
	margin-left:2px;
	overflow:hidden;
	text-decoration:none;
}

li.vcard a.businessName:hover {
	color: #005388;
}

li.vcard span.businessDetails {
	width:80px;
	overflow:hidden;
}

span.businessRating {
	background-image:url(images/TL_ratingstars.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:56px;
	height:10px;
	margin-top:2px;
	display:block;
	float:left;
	font-size:0px;
}

span.businessRating0_5 {	background-position:0px -12px;	}
span.businessRating1_0 {	background-position:0px -25px;	}
span.businessRating1_5 {	background-position:0px -37px;	}
span.businessRating2_0 {	background-position:0px -50px;	}
span.businessRating2_5 {	background-position:0px -62px;	}
span.businessRating3_0 {	background-position:0px -75px;	}
span.businessRating3_5 {	background-position:0px -87px;	}
span.businessRating4_0 {	background-position:0px -100px;	}
span.businessRating4_5 {	background-position:0px -112px;	}
span.businessRating5_0 {	background-position:0px -125px;	}

span.businessReviews {
	width:20px;
	overflow:hidden;
	display:block;
	float:left;
	font-size:10px;
	text-align:right;
	color:#aaa;
}

/* This is the find more link */
a.more {
	color: #008EEC;
	color:#004b75;
	font-weight: normal;
	font-size:11px;
	display:block;
	margin:0px 2px;
	text-decoration:underline;
}

li.moreWrap {
	list-style: none;
	line-height:12px;
	height:12px;
	margin:0px;
	overflow:hidden;
}
