@charset "utf-8";
/* CSS Document */


.stockistssearchform {
	float:left;
	width:200px;
	padding:10px;
	background: #F8F8F8;
	margin: 0px;
	border: 1px solid #CCC;
}
	.stockistssearchform legend { display:none;}
	.stockistssearchform label {
	text-align:left;
	text-transform:lowercase;
	margin-bottom: 5px;
	margin-left: 3px;
}
	.stockistssearchform .textfield {
	f1oat:left;
	width:180px;
	text-align:left;
	padding: 2px;
	font-size: 11px;
}
	.stockistssearchform select {
	f1oat:left;
	width:185px;
	text-align:left;
	font-size: 11px;
	padding: 2px;
}
	.stockistssearchform .formbuttonGo {
	border:none;
	clear: both;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
	.stockistssearchform .backtomap { float:left; padding:25px 0px 0px 0px;}

a.maplink {
	background:url("/_images/buttons/bullet-map.gif") no-repeat top right;
	padding: 0px 16px 2px 0px;
	height: 16px;
}
.stname{ clear:both; float:left; width:270px;}

#featuredstockists,  #featuredstockistsHQ {
	border:1px solid #CCC;
	float:left;
	padding: 10px;
	height: 210px;
	width: 220px;
	margin-left: 8px;
}


#featuredstockists .featuredtitle, #featuredstockistsHQ .featuredtitle {
	color:#666;
	float:left;
	font-size:13px;
	font-weight: bold;
	margin-bottom: 10px;
}


#featuredstockists .featuredheading, #featuredstockistsHQ .featuredheading {
	color:#666;
	float:left;
	text-transform:lowercase;
	width:60px;
}
#featuredstockists .featureddetails, #featuredstockists .featuredname, #featuredstockistsHQ .featureddetails, #featuredstockistsHQ .featuredname  {
	color:#666;
	float:left;
	margin: 0px 0px 5px 5px;
	clear: both;
	padding:0px;
	border-style: none;
	width:100%;
}


#featuredstockists a,#featuredstockistsHQ a{
	color:#666;
}

