h2 { font-size: 14px; }
h2, h3 { color: #707070; font-weight: normal; text-transform: uppercase; margin: 10px 0 5px; padding: 0; }

/****
Search Form
***/

#contents fieldset { border: none; padding: 0; }
#contents fieldset legend { margin: 0 0 25px; }

#contents fieldset label { display: block; float: left; width: 270px; margin: 0 0 15px; color: #707070; text-transform: uppercase; }
#contents fieldset label select {
	float: left;
	width: 262px;
	margin: 5px 0 0;
	padding: 2px;
	border: 1px solid #8f8f8f;
	background: #dddddd;
	color: #000000;
	font-weight: normal;
}
#contents fieldset label select option { color: #000000; }

/****
Shops
****/

#shops {
	float: left;
	width: 538px;
	height: 200px;
	margin: 20px 0 0;
	background: url(../images/distribucion_es/bg_shop.gif) top left no-repeat;
}

.shop { padding: 0 0 0 10px; }

.shop_data, .shop_products { float: left; width: 255px; }

/****
Shop Data
****/

.shop_data { margin: 0 15px 0 0;}
.shop_data ul { list-style: none; margin: 0; padding: 3px 0 0; }
.shop_data ul li { margin: 0 0 5px; }

/****
Shop Products
****/

.shop_products ul { list-style: none; margin: 40px 0 0; padding: 0;}
.shop_products ul li { float: left; }
