body{
	font-size:10pt;
}

#productFinderWrapper{
	display:none;
	position:absolute;
	top:150px;
	left:0px;
	height:500px;
	width:100%;
	text-align:center;
	z-index:21;
}

#productFinder {
	z-index:20;
	display:none;
	font-style:Verdana;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow:hidden;
	width:671px;
	height:488px;
	background: #50827f url('../images/EN_store_locator_BG.jpg') top left no-repeat;
	border:10px solid #ffffff;
	position:relative;
	margin-top:-5px;
}


#productFinderWrapper #closeBtn{
	margin-left:500px;
	position:relative;
}

/**********************************
*	productForm
*
*********************************/
#productForm{
	margin:0px;
	/*background: #50827f;*/
	background: #50827f url('../images/EN_store_locator_BG_baked.jpg') top left no-repeat;
	width:671px;
	height:488px;
	float:left;
	position:absolute;
}

#productForm #getResultBtn{
	margin-left:30px;

}
#productForm #getProductsBtn{
	margin-top:10px;
	float:left;
	height:20px;
	margin-left:30px;
}
#searchTermProducts b{
	color: #fff200;
	margin-left:20px;
}
h3{
	margin-left:10px;
}
#theForm{
	margin-top:135px;
	margin-left:170px;
}
#theForm input{
	width:80px;
	margin-bottom:15px;
}
#productForm tr{
	height:35px;
}

#productForm a{
	margin-left:20px;
	width:100%;
	height:100%;
	border:0px;
	font: 10pt Arial;
}

#productForm a img{
	border:0px;
}
#clientProducts {
	width:490px;
}
#clientProducts select{
	width:490px;
	font-size:8pt;
}
#clientProducts option{
	font-size:8pt;
}
#getProductsBtn{
	margin-top:20px;
	float:left;
	margin-left:70px;
}
/**********************************
*	resultDiv
*
*********************************/

#resultsWrapper{
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #233938;
	border-bottom:1px solid #233938;
	overflow:scroll;
	height:320px;
	width:611px;
}

#resultDiv{
	margin:20px;
	
}
#resultDiv #xmlResults{
	margin:10px;
}
#resultDiv #append-results{
	/*overflow:scroll;
	height:320px;
	width:611px;*/
}

#resultDiv tr{
	margin-top:10px;
	margin-left:10px;
	float:left;
}

#resultDiv td{
	color:white;
	font: 10pt Arial;
	text-align:left; 
}

#resultDiv td a{
	color:white;
	text-decoration:none;
	float:none;
}

#resultDiv ul{
	display:inline;
	float:left;
	width:100%;
	padding-top:10px;
	padding-left:10px;
	background: #455f5e;
}

#resultDiv li{
	float:left;
	font:10pt Verdana;
	
}

#resultDiv li a {
	color:white;
	text-decoration:none;
	float:none;
}
#resultDiv #getFormBtn{
	float:right;
	font: 10pt Arial ;
	text-decoration:none;
	border:none;
	font-weight:bold;
	margin:10px 10px auto auto;
}

#resultDiv h3{
	font: 12pt Arial;
}
#emailForm {
	height:20px;
	float:left;
}
#emailForm a img{
	border:2px solid #ffffff;
	float:left;
}
#emailForm input{
	float:left;
	font:7pt Verdana;
	height:11px;
}
#xmlResults a{
	float:left;
}
#xmlResults b{
	color: #203433;
}
#loadingDiv {
	font:12pt Verdana;
	font-weight:bold;
	width:545px;
	margin-top:100px;
	text-align:center;
	float:none;
}