.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-block;}
/* no macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end */

#content {
	background: White;
	position: relative;
	padding-bottom: 10px;
	background: none; /* fix for new location search */
}
#iwrap {
	width: 770px;
	margin: 0 auto;
}

#mappingWrapper {
 font-family: Arial, Helvetica, Geneva;
 font-size: 11px; /*10pt;*/
}
#mappingWrapper A {
	color: #336699;
}
#mappingWrapper A IMG {
 border: none;
}
#mappingWrapper H2 {
	margin: 0 0 4px 0;
}
#mappingWrapper H3 {
 font-size: 1.8em;
 margin: 0 0 4px 0;
 padding-top: 5px;
}
#mapPrintableHeader {
 display: none;
}
.reqd {
 color: Red;
}

#matchingLocations {
 margin: 5px 0;
 width: 830px;
}
* html #matchingLocations {
 width: auto;
}
.gmapLocation,
.gmapLocation2 {
 margin: 0;
 background: #F5F5F5;
 padding: 10px;
 width: 395px;
 float: left;
}
.gmapLocation2 {
 background: #EEE;
}
.gmapLocation H4,
.gmapLocation2 H4 {
 margin: 0;
 color: #336699;
 display: inline;
 font-size: 1.0em;
}
.gmapIcon {
 float: left;
 margin: 0 10px 0 0;
 cursor: pointer;
}
.gmapLocInfo {
 float: left;
}
.gmapLocInfo IMG {
 margin-right: 3px;
}
.gmapLocServices A IMG {
 border: none;
}
.gmapLocServices {
 float: right;
 text-align: right;
}
.gmapLocationSelected {
 background: #DFEFFF;
}

#newSearch {
 margin: 8px 0 5px 0;
 text-align: center;
}
#newSearch A IMG {
 border: 0;
}

#youAreHere {
 background: #EEE;
 /* border: 1px solid #E8E3D8; */
 margin: 0 0 10px;
}
* html #youAreHere {
 padding-bottom: 6px;
}
#youAreHere IMG {
 margin: 5px 10px 5px 9px;
 float: left;
}
#youAreHere P {
 float: left;
 margin: 0;
 padding: 9px 5px 5px 5px;
 display: block;
}
#youAreRightHere {
 float: right;
 padding: 10px 10px 0 10px;
}
#youAreHereForm {
 display: none;
 clear: both;
 padding: 5px;
 margin: 0 5px 5px 35px;
 background: #F5F5F5;
 border: none;
}
* html #youAreHereForm {
 margin-bottom: 0;
}
#youAreHereForm FORM {
 margin: 0;
 padding: 0;
}
#youAreHereForm H4 {
 margin: 0 5px 3px 0;
}
#youAreHereForm LABEL {
 width: 7em;
 display: block;
 float: left;
 padding-top: 5px;
}

#map {
 width : 830px;
 height: 400px;
}
#mapHeader {
 margin-bottom: 2px;
}
#mapHeader H3,
#mapHeader FORM {
 display: inline;
}
#mapHeader .left {
 float: left;
}
#mapHeader .right {
 margin-top: 8px;
 float: right;
}
#mapHeaderText,
#mapHeaderForm {
 margin: 4px 0.5em 0 0;
 padding: 0;
}

#resetMapZoom {
 float: right;
 margin: 5px 0 0 0;
 width: 100%;
}
#resetMapZoom A {
 display: block;
 background: #EEE;
 padding: 2px 0;
 text-align: center;
 text-decoration: none;
}
#resetMapZoom A:hover {
 background: #DFEFFF;
 text-decoration: none;
}

#distlocForm {
 width: 340px;
 background: #F7F7F7;
}
#distlocForm P {
 margin: 5px 10px;
}
#distlocForm H4 {
 text-align: center;
 margin: 0;
 padding: 2px 5px;
 background: #336699;
 color: White;
 font-size: 1.1em;
}
#distlocForm H5 {
 font-size: 1em;
 margin: 5px 0 2px 0;
}
#distlocForm FORM {
 margin : 0;
 padding: 5px 10px 0;
}
#distlocForm DIV {
 padding: 5px 0;
}

#distlocForm DIV P {
 margin: 0;
 text-align: justify;
 line-height: 1.5em;
}
#distlocForm P.error {
 background: #CF5A5A;
 margin: 0 0 10px 0;
 padding: 10px 15px;
 border: none;
}
#distlocForm LABEL.lbl {
 width: 8em;
 display: block;
}
#distlocForm #zip {
 width: 100px;
}
#distlocForm #nozip {
 width: 65px;
 padding: 0;
 margin: 0;
 display: block;
 text-align: center;
}
#distlocForm .nozipfld {
 display: none;
}
#distlocForm #mapbtnWrap {
 width: auto;
 text-align: right;
 padding: 0;
}
#mapbtn {
 padding: 3px 15px;
 margin-bottom: 15px;
}

#mainContent {
 margin-right: 10px;
 padding-top: 5px;
}
#mainContentWrap {
 margin-left: 10px;
}
#leftContent {
 display: none;
}
	
#resultsPagination {
 text-align: center;
 margin: 10px 5px;
}
#resultsPagination SPAN {
 float: left;
}
#resultsPagination SPAN.flrt {
 float: right;
}
#resultsPagination IMG {
 width : 71px;
 height: 17px;
}
#resultsPagination .vertCenter {
 padding: 3px 5px 0;
}

.bubblewrap {
 min-width: 275px;
}

DIV#distlocPopup {
	position: absolute;
	width: 7em;
	padding: 10px 10px;
	background: #336699;
	color: White;
	border: 2px solid white;
	left: 300px;
	top: 60px;
	display: none;
}

DIV.maplinks {
	margin-top: 4px;
}

BODY#initform #content {
	background: #FFFFFF url('/images/products_search_bg.jpg') no-repeat right top;
	padding: 0 0 50px;
}
#distlocRightSide {
	position: absolute;
	top: 0;
	right: 0;
	width: 189px;
	padding: 70px 230px 10px 0;
}
#distlocRightSide STRONG {
	color: #336699;
}
#distlocRightSide P {
	line-height: 1.2em;
	padding: 0 10px;
}

#distlocForm {
 min-height: 240px;
}
* HTML #distlocForm {
 height: 240px;
}

/* New Distributor Locate Form */
#content H3 { color: #666; font-size: 1.4em; margin: 10px 0 4px 2px; text-align: center; }
#productSearchLayout { border-bottom: 1px solid #C1C1C1; margin: 0 auto; }
#psHeaders TH { height: 38px; }
#psHeaders TH SPAN { display: none; }
#psQuick { background: #89B9E4 url('/where_to_buy/images/usca-zip.gif') no-repeat left top; width: 210px; }
#psDetailed { background: #427AAA url('/where_to_buy/images/usca-city.gif') no-repeat left top; width: 209px; border-left: 1px solid #C1C1C1; }
#psStepByStep { background: #152E56 url('/where_to_buy/images/intl.gif') no-repeat left top; width: 209px; border-left: 1px solid #C1C1C1; }

#psColumns TD { border-left: 1px solid #C1C1C1; padding: 10px; }
#psColumns TD.lastcol { border-right: 1px solid #C1C1C1; }
#psColumns TD TD, #psColumns TD.lastcol TD { border: none; padding: 2px; }
#psColumns TD P {
	font-size: 1.2em;
	color: #666;
	margin: 10px 0;
	color: #369;
}

.intxt { width: 180px; border: 1px solid black; padding: 1px 3px; }
.insel { width: 188px; border: 1px solid black; padding: 2px; font-size: 11px; }
.smtxt { width: 126px; border: 1px solid black; padding: 1px 3px; }
.sttxt { width:  40px; border: 1px solid black; padding: 1px 3px; }
.submitbtn { margin: 10px auto; display: block; }