/* Vendor Finder Style */

div#mpCompanyFinderContainer { 
	background-image: url('/marketplace/images/searchbox-slice.jpg');
	background-repeat:repeat-y;
	margin: 0px 0px 10px 0px;
	padding:0px;
}

div#mpCompanyFinder {
	background-image: url('/marketplace/images/searchBox-top.jpg');
	background-repeat:no-repeat;
	padding: 10px 5px;
}

div#mpCompanyBottom {
	background-image: url('/marketplace/images/searchBox-btm.jpg');
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	height:8px;
}


form#productSearchTypeSelector {
	clear:none;	
	display: inline;
}

div#mpCompanyFinderSelectedProductsContainer {
	margin: 10px 0px;
}
div#mpCompanyFinderOptionsToggle {
	float: right;	
}

div#mpCompanyFinderOptions {
	margin: 10px;
}

a.mpCompanyFinderProduct, a.mpCompanyFinderProductSelected {
	background-color: #FFFFFF;
	margin-bottom:2px;
	display:inline-block;
	position: relative;
	padding: 5px;
}

a.mpCompanyFinderProductSelected {
	/*background-color: #E6E6E6;
	border: 1px #AB0533 solid;*/
	margin-bottom:2px;
	cursor: pointer; 
}

div#mpCompanyFinderOptionsSubmit {
	float:right;
}

/* mpFinderRemoveButton */

a.mpFinderRemoveButton {
	font: normal 11px arial, sans-serif;
	display: inline-block;
	height: 20px;
	margin-right: 6px;
	margin-top: 5px;
	text-decoration: none;
	line-height: 14px;
	
	color: #444;
	padding-right: 26px; /* sliding doors padding */
	background: transparent url('/marketplace/images/red-btn-bkd2.gif') no-repeat scroll top right;
}

a.mpFinderRemoveButton:hover {
	color: #000;
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
}

a.mpFinderRemoveButton span {
	background: transparent url('/marketplace/images/red-btn-bkd.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 3px 5px 3px 12px;
}

a.mpFinderRemoveButton:hover span {
	background-position: bottom left;
} 

/* mpFinderAddButton */

a.mpFinderAddButton {
	font: normal 11px arial, sans-serif;
	display: inline-block;
	height: 20px;
	margin-right: 6px;
	margin-top: 0px;
	text-decoration: none;
	line-height: 14px;
	
	color: #444;
	padding-right: 26px; /* sliding doors padding */
	background: transparent url('/marketplace/images/grey-btn-bkd2.gif') no-repeat scroll top right;
}

a.mpFinderAddButton:hover {
	color: #000;
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
}

a.mpFinderAddButton span {
	background: transparent url('/marketplace/images/grey-btn-bkd.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 3px 5px 3px 12px;
}

a.mpFinderAddButton:hover span {
	background-position: bottom left;
} 

/* Search Results Style */


div#companySearchResultsWikiLink {
	background:url('/marketplace/images/wiki-link-bkd.jpg') no-repeat;
	height:35px;
	padding-left:64px;
	/*
	display:table-cell;
	vertical-align:middle;
	width:498px;
	*/
	
	line-height:3em;
}

div#mpVendorListSortDiv {
	background-color:#F0F0F0;
	border:1px dotted #999999;
	padding:5px;
	margin:5px 0px;
}

div.mpVendorListItem {
	border-bottom: 1px #999999 dashed;
	padding:10px;
	background-color: #FFFFFF;
}

/*
div.mpVendorListItem:hover {
	background-color: #E0E0E0;
}
*/

div.mpVendorListNameContainer {
	float:left;
}

div.mpVendorListAddressContainer {
	float:right;
	text-align: right;
}

span.mpVendorListCompanyName {
	font-size:16px;
	clear: right;
	margin-bottom: 5px;
}

div.mpVendorListLogoDiv {
	/* margin: 10px 0px; */
}

div.mpVendorListButtonDiv {
	margin-top:5px;
	float:right;
	text-align: right;
}

div.mpVendorListButtonDiv form {
	margin: 0px;
	padding: 0px;
}

