/* J.Skemp, 2006.09.07 - Vendor Mall styles */
.sResults {
	border:#eee solid 1px;
	background-color:#d2edf3;
	margin:-0.5em -0.5em 1.5em -0.5em;
	padding:.15em .5em;
}
.sResults div.sResultsWrap {
	border-top:1px solid #9ad8e4;
}
.sResultsWrapIndi {
	border-bottom:1px solid #9ad8e4;
	padding:3px;
}
.sName {
	font-size:1em;
	margin:0;
}
.sDescription {
	font-size:.95em;
	margin:0;
}
.gResults {
	margin:5px;
	border-top:#ddd solid 1px;
	border-left:#ddd solid 1px;
	border-bottom:#999 solid 1px;
	border-right:#999 solid 1px;
}
.generalResults {
	padding:15px;
	background-color:#f6f6f6;
}
.bronzeResults {
	padding:15px;
	background-color:#f4d8a2;
	background-image:url(/AM/Graphics/template/VendorMall/bg_bronze.gif);
}
.silverResults {
	padding:15px;
	background-color:#ddd;
	background-image:url(/AM/Graphics/template/VendorMall/bg_silver.gif);
}
.goldResults {
	padding:15px;
	background-color:#feeda4;
	background-image:url(/AM/Graphics/template/VendorMall/bg_gold.gif);
}
/* Listing layout */
.VendorMall_LeftColumn {
	float:left;
	width:180px;
}
.VendorMall_RightColumn {
	border-left:1px solid black;
	float:right;
	margin:0;
	padding:.5em;
	width:600px;
}
/* Drop down with category and location options. */
#VendorMallCatLoc {
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin-top:-0.25em;
	margin-bottom:1em;
	text-align:center;
}
#VendorMallCatLoc form {
	margin:.5em;
}
#VendorMallCatLoc #VMSelCat {
	width:300px;
}
#VendorMallCatLoc #VMSelLoc {
	width:175px;
}
