div.tx_distributor_pi1_main div.groups {
	overflow: hidden;
}

div.getData div.groupHeader {
	overflow: hidden;
	
}

.tx-distributor {
	/*background: #1e9ad3; /* url(../Images/contact-bg.png) left top repeat-x;*/
	padding: 0 0 0 0;
	/*border: 1px solid white; */
	border-bottom: none;
	width: 100%;
}

.start .tx-distributor .opener{
	border-top: 1px solid #7D7D7D;
}
.tx-distributor .opener {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 0 0;
	padding: 12px 0 12px 20px;
	border-bottom: 1px solid #7D7D7D;
	cursor: pointer;
	background: transparent url(../Icons/down.png) 91% center no-repeat;

}
.tx-distributor .opener:hover {
	background: #1e9ad3 url(../Icons/down.png) 91% center no-repeat; 
}
.tx-distributor .openeractive {
	background: #1e9ad3 url(../Icons/up.png) 91% center no-repeat;
}
.tx-distributor .openeractive:hover {
	background: #1e9ad3  url(../Icons/up.png) 91% center no-repeat;
}

.tx-distributor .groupHeader {
	padding: 12px 0 12px 20px;
	border-bottom: 1px solid #7D7D7D;
	background: transparent url(../Icons/close.png) 94% center no-repeat;
	cursor: pointer;
}

.tx-distributor .groupHeader span{
	border-bottom: 1px solid #7D7D7D;
}

.tx-distributor .toggleContact {
		border-bottom: 1px solid #7D7D7D;
}
.tx-distributor .getData {
	
}
.tx-distributor .groups ul, .tx-distributor .groups li{
	padding: 0px;
	
	list-style-type: none;
}
.tx-distributor .groups li{
	display: block;
	margin: 0 20px 0 20px;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #7D7D7D;
	cursor: pointer;	
}
.tx-distributor .groups li.groupLast {
	border-bottom: 0px solid;
}

.tx-distributor #getZipFrm {
	padding: 12px 0 12px 20px;
	/*border-bottom: 1px solid #7D7D7D;*/
}
.tx-distributor #getZipFrm label{
	font-weight: bold;
}
.tx-distributor .slanguage {
	padding-top: 3px;
}
.tx-distributor .slanguage span {
	border-bottom: 1px solid #7D7D7D;
	cursor: pointer;
}
.tx-distributor .countrySelect {
	margin: 10px 0 0 0;
}

.tx-distributor input, .tx-distributor button {
	border: 1px solid #005c80;
	background: white;
}

.tx-distributor #getZip {
	width: 80px;
	padding: 2px 5px 3px 5px;
}

.tx-distributor .contacts {
	/* border-bottom: 1px solid white; */
}
.tx-distributor .contact {
	padding: 12px 0 12px 20px;
	border-bottom: 1px solid #7D7D7D;
}
.tx-distributor .contactlast {
	border-bottom: none;
}

@media only screen and (max-width: 630px) {
	
	.tx-distributor {
		margin-top: 43px;
		background: #1e9ad3;
		border: 1px solid white;
	}	
	.tx-distributor .opener {
		border-bottom: none;
	}
	.tx-distributor .openeractive {
		border-bottom: 1px solid white;
	}
	.tx-distributor .groupHeader {
		border-bottom: 1px solid white;
	}
	.tx-distributor .groupHeader span{
		border-bottom: 1px solid white;
	}	
	.tx-distributor .contact {
		border-bottom: 1px solid white;
	}
	.tx-distributor .contactlast {
		border-bottom: none;
	}
	.tx-distributor .groups li{
		border-bottom: 1px solid white;
	}
	.tx-distributor .slanguage span {
		border-bottom: 1px solid white;
	}	
	.tx-distributor .contact a:hover {
		color: #32353D;
	}


}
