/* RETAILER SEARCH */

#retailer_search {
	width: 710px;
	margin: 0 auto;
}

#retailer_search h1 {
	margin:10px 0 0 0;
	font: bold 18px arial,helvetica,sans-serif;
	text-align: center;
}

#retailer_search #error {
	border: 1px solid black;
	width:392px;
	background-color:#ffccff;
	margin:10px 0 0 120px;
	padding: 4px;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: center;
	display:none;
}


#retailer_search p {
	text-align: center;
}
	
#retailer_search #search {
	margin: 10px auto;
	width: 600px;
	padding:10px;
	border: 1px solid black;
	text-align:center;
	background-color:#eef0ff;
}
	
#retailer_search #search label {
	font-weight: bold;
	padding-left: 10px;
}

#retailer_search #search h2 {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
}

#retailer_search #brands label,
#retailer_search #methods label {
	font-weight: normal;
	padding-left: 0;
	padding-right: 5px;
}

#retailer_search input.text,
#retailer_search select {
	border: 1px solid black;
}

#retailer_search input.submit {
	border: 1px solid black;
	margin-top: 10px;
	padding: 0px 5px;
	font-weight: bold;
	background-color: #ccccee;
}

#retailer_search #results  {
	margin-bottom: 20px;
}

#retailer_search #results div.reseller {
	display:block;
	float:left;
	width: 345px;
	height: 165px;
	border: 1px solid #999999;
	font: 12px arial,helvetica,sans-serif;
	text-align:center;
	margin-bottom: 2px;
}

#retailer_search #results div.reseller.odd {
	margin-left: 7px;
	margin-right: 2px;
}


#retailer_search #results div.reseller ul {
	margin: 4px 0;
	display:block;
	float:left;
	height: 50px;
}

#retailer_search #results div.reseller ul li {
	padding: 0;
	background: none;
	margin: 0 3px;
	display:block;
	float:left;
}

#retailer_search #results div.methods {
	clear:left;
}

#retailer_search #results div.reseller .methods a:link,
#retailer_search #results div.reseller .methods a:visited,
#retailer_search #results div.reseller .methods a:hover,
#retailer_search #results div.reseller .methods a:active {
	color: #000000;
	font: bold 10px arial,helvetica,sans-serif;
	text-decoration:none;
	white-space: nowrap;
	padding: 0 2px;
}

#retailer_search #results div.reseller a:hover {
	text-decoration: underline;
}

#retailer_search #results div.place_divider {
	clear: both;
	font: bold 14px arial,helvetica,sans-serif;
	border-bottom: 1px solid black;
	padding-top: 12px;
	margin-bottom: 12px;
}

/* END RETAILER SEARCH */

