/* ---------------------------- Distributors Section --------------------------------- */


/* Address List -------- */


#addresslist {
	width:695px;
	min-height:300px;
	margin-top:30px;
}

#addresslist .countrygroup {
	width:695px;
	min-height:100px;
}

#addresslist .countrygroup h4 {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#008000;
	line-height:22px;
	margin:10px 0px 0px 22px;
}

#addresslist .countryaddresscontainer {
	width:650px;
	margin:20px 0px 0px 30px;
	float:left;
}

#addresslist .flagimg {
	width:100px;
	padding:3px;
	border:1px solid #333333;
	background:#CFCFCF;
	margin:10px 22px 5px 5px;
	float:right;
}

#addresslist .countrygroupsep {
	width:652px;
	height:1px;
	margin:20px auto;
	border-top:1px dashed #999999;
}


/* Address Item -------- */



#addresslist .addressboxenvelope {
	width:300px;
	height:240px;
	margin:10px;
	padding:0px;
	background:url('images/distrib_addressbox_shadow.png') no-repeat bottom right;
	float:left;

}

#addresslist .addressbox {
	width:298px;
	height:238px;
	margin:-8px 0px 0px -8px;
	padding:0px;
	overflow:hidden;
	border:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	float:left;
}

#addresslist .coname {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	line-height:18px;
	margin:10px 0px 10px 10px;
}


#addresslist .coaddress {
	font-size:12px;
	text-align:left;
	color:#000000;
	line-height:16px;
	margin:5px 0px 10px 10px;
}


	
#addresslist .telfaxatweb {
	font-size:12px;
	text-align:left;
	color:#000000;
	line-height:20px;
	margin:5px 0px 10px 10px;
}

#addresslist .telfaxatweb a {
	text-decoration:none;
}

#addresslist .telfaxatweb a:hover {
	text-decoration:none;
	color:#FF0000;
}

#addresslist .addresslabel {
	width:35px;
	display:inline-block;
	font-size:10px;
	text-align:left;
	color:#999999;
}




