/* Distributor/Reseller Page */

table.contacts
{
}

table.contacts td.info
{
	text-align:left;
	padding: 1px 5px 1px 5px;
	border-bottom: solid 1px #000;
}

table.contacts tr.header td
{
	text-align:left;
	padding: 1px 5px 1px 5px;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	background-color: #EEE;
}

table.edit_grid td
{
	text-align:left;
	padding: 1px 5px 1px 5px;
}

table.info
{
	width:100%;
	border-top:solid 1px #000;
}

td.contact_cell
{
	vertical-align:top;
	width:33%;
	padding-bottom:20px;
}

div.type
{
	margin-left:25px;
}

table.contact
{
	border-collapse:collapse;
}

table.contact tr
{
}


table.contact td
{
}

td.td_org
{
	font-weight:bold;
	color: #383F47;
}

td.td_country
{
	font-size:1.2em;
	font-variant:small-caps;
	color: #B63B3B;

}

td.td_name
{
	color: #383F47;
}

td.td_address
{
	white-space:nowrap;
	color: #383F47;
}

td.td_info
{
	white-space:nowrap;
	color: #383F47;
}

.region_text
{
	font-size:1.3em;
	color: #608A89;
}

.type_text
{
	font-size:1.1em;
	color: #383F47;
}


div.region
{
	/*background-image:url(region_fade.png);
	background-repeat:repeat-x;
	background-position:top;*/
	border-top:solid 1px #383F47;
	padding-top: 8px;
}

div.type
{
	background-image:url(region_fade.png);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:8px;
}
