div.tx-siggwheretobuy-pi1 {
	width: 100%;
	margin-top: 10px;
}

div.tx-siggwheretobuy-pi1 div#search {

}
div.tx-siggwheretobuy-pi1 p {
	text-align: left;
}


/* pagebrowser */
#pagebrowser {
	clear: both;
	border-top: 1px solid #DDDEE2;
	padding-top: 5px;
}

#pagebrowser span.links a,
#pagebrowser span.links a:link,
#pagebrowser span.links a:visited,
#pagebrowser span.links a img {
	margin: 0 10px;
	line-height: 15px;
	vertical-align: middle;
}


div.pager {
	margin-top: 10px;
}

div.pager a,
div.pager a:link,
div.pager a:visited {margin-right: 15px;}
div.pager img {
	margin: 3px 5px 0 0;
	vertical-align: top;
}





#selection {
	float: left;
}

div.selector {
	color: #000000;
	margin-bottom: 12px;
}

div.selector h1 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 9px;
	text-transform: none;
}

div.selector select,
div.selector input {
	font-size: 0.9em;
}

div.selector.zipsearch input {
	width: 104px;
}

div.selector.zipsearch a {
	line-height: 1em;
	margin-left: 10px;
}

div.selector.zipsearch a img {
	vertical-align: middle;
}

#distributor {
	float: right;
	width: 224px;
	background: #DBDBDB url('/fileadmin/templates/images/corners/greycorner_tl.gif') no-repeat 0 0;
}
/* box rounding */
#distributor div {
background: url('/fileadmin/templates/images/corners/greycorner_tr.gif') no-repeat 100% 0;
}
#distributor div div {
background: url('/fileadmin/templates/images/corners/greycorner_br.gif') no-repeat 100% 100%;
}
#distributor div div div {
	padding: 10px 20px 20px;
	background: url('/fileadmin/templates/images/corners/greycorner_bl.gif') no-repeat 0 100%;
}
#distributor div div div div {background: none; padding: 0;}


#distributor h1 {
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
	margin: 5px 0 10px 0;
	text-transform: uppercase;
}

#distributor h2 {
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 1em;
	font-weight: bold;
}

#distributor p {
	margin-top: 0px;
}

#retailer {
	margin-top: 27px;
}
#retailer div.retailerscroll {
	max-height: 600px;
	padding: 0 0 15px 0;
	overflow: scroll;
}

#retailer h1 {
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #DDDEE2;
	border-bottom: 1px solid #DDDEE2;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#retailer div.retaileritem {
	width: 240px;
	margin-right: 10px;
	float: left;
	height: 150px;
}
#retailer div.retaileritem div.v-align1 {
	height: 150px;
}

#retailer div.retaileritem h2 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

#retailer div.retaileritem p {
	margin: 0px;
}

/* AUTOCOMPLETER */

ul.autocompleter-choices {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:0;
  position:absolute;
  top:0;
  width:339px;
  z-index:50;
  font-size: .9em; 
}

ul.autocompleter-choices li {
   margin:0; 
   list-style:none; 
   padding:2px 10px; 
   cursor:pointer; 
   font-weight:normal; 
   white-space:nowrap; 
   color:#333; 
   font-size: 1em;
   cursor: pointer;
}

ul.autocompleter-choices li:hover,
ul.autocompleter-choices li.autocompleter-selected { background: #e1e1e1;}

.autocompleter-queried {
  color:#DA131E;
}

.autocompleter-loading {
  background:#fff url(/fileadmin/templates/images/ajaxloading.gif) no-repeat right 3px;
}
