/* 
** Ahumes 11.16.2009 - IE 6 fix for non-standard width causing 5th column of categories to move to next line. (IE bug "Left and right margins are doubled on floated elements that touch their parents' side edges")  
**					   Changed mpLbwContainer to use position instead of mpLbwTitleContainer using margin.
*/  

#mpLbwContainer {
	border: 1px solid #D1D1D1;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	font-size: 11px;
}

.mpWidget a {
	border: none; text-decoration: none;
}

.mpWidget .mpLbwAttribution {
	position: absolute;
	right: 2px;
	bottom: 0px;
	text-align: right;
}

.mpWidget .mpLbwAttribution .by_mojopages, .mpWidget .mpLbwHeaderContainer .by_mojopages {
	font-weight: bold;	
}

.mpWidget .mpLbwTitleContainer {
	width: 200px;
	float: left;
	vertical-align: middle;
	position: relative;
	top: 2px; left: 2px;
}

.mpWidget .mpLbwHeaderContainer {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 25px;
	overflow: hidden;
}

.mpWidget .mpLbwHeaderLogo {
	float: left;
	margin-left: 2px;
}

.mpWidget .mpLbwSearchContainer {
	padding: 3px 3px 0 3px;
	overflow: hidden;
}

.mpWidget .mpLbwSearchLabelColumn {
	text-align: right;
	vertical-align: middle;
	float: left;
	margin-right: 3px;
	width: 45px;
}

.mpWidget .mpLbwSearchColumnContainer {
	display: inline; 
	margin-bottom: 3px; 
	float: left;
	line-height: normal;
}

.mpWidget .mpLbwSearchColumn {
	width: auto;
	float: left;
	margin: 0px;
}

.mpWidget .mpLbwSearchColumn input{
	border-width: 1px;
	padding-left: 1px;
}

.mpWidget .mpLbwSearchColumn img {
	float: right;
	display: inline;
}
.mpWidget #mpLbwSearchBusiness {
	width: 142px;
}
.mpWidget #mpLbwSearchLocation {
	width: 119px;
} 
.mpWidget .mpLbwSearchButton {
	float: left;
	margin: 0px 0px 0px 4px;
}

.mpWidget .mpLbwSearchInputPreClick {
	color: #999999;
	font-style: italic;
	font-size: 8pt;
	border-top: 1px solid #000000;
}

.mpWidget .mpLbwSearchInput {
	color: #000000;
	font-size: 8pt;
	border-top: 1px solid #000000;
}

.mpWidget .mpLbwCategoriesColumnContainer {	
	display: block;
	width: auto;
	overflow: hidden;
	line-height: normal;
	position: relative;
	top: 0px; left: 5px;
}

.mpWidget .mpLbwCategoriesColumn {
	float: left;
	width: 20%;
	font-size: 1.1em;
}

.mpWidget .mpLbwCategoriesColumn span {
	display: block;
}

 