/******************************************************************************
 * C_MemberCommercialAddresses (tackle-trader/member)
 *****************************************************************************/

div#member_links {
	float:left;
}

div.link {
	float:left; width:500px;
	padding:5px; margin-bottom:5px;
	border:1px solid #666666;
	background-color:#eeeeee;
}

div.link_main {
	width:498px;
	border:2px solid #000000;
}

p.handle {
	float:left; width:25px; height:25px;
	background-color:#666666; margin:0px 10px 0px 0px;
}

p.handle span {
	display:none;
}

div.details_left {
	float:left; width:175px; clear:none;
}

div.details_right {
	float:right; width:50px; text-align:right;
}

p.detail_heading {
	margin:0px; font-weight:bold;
}

p.detail_value {
	margin:0px;
}

/******************************************************************************
 * ajax
 *****************************************************************************/

div#ajaxOutput {
	float:left; width:500px; clear:both; margin-top:20px;
}

div#ajaxOutput p {
	margin-bottom:0px; color:#666666; font-size:10px;
}

div#ajaxLog {
	float:left; width:500px; clear:both; margin-top:20px;
}

div#ajaxLog p {
	margin-bottom:0px; color:#666666; font-size:10px;
}

