@charset "UTF-8";
/* CSS Document */

.distributor{
	height:100%;
	width:100%;
}
.distributor_left{
	float:left;
	width:26%;
	height:auto;
	margin-left:10px;
	}
.distributor_details{
	float:left;
	width:10%;
	margin-left:10px;
}
.distributor_right{
	float:left;
	width:60%;
	margin-left:10px;
}
