/*--/ overwriting customer-structure.css properties /--*/
div#contentColumn_contacts { /* the _contacts suffix have to be removed when the stylesheets will be separated */

	float: left;
	position: relative; /* needed for IE in order to display the layer above the background */
	margin: 3px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
	width: 935px;

}
* html div#contentColumn_contacts { float: none; }

/*--/ specific style properties for the contact page /--*/
div.contactList {

	position: relative;
	background: #f6f6f6;
	border: 1px solid #8d8d8d;
	margin: 2px auto;
	padding: 6px;
	width: 656px;
	overflow: hidden;

}
div.listHeader {

	position: relative;
	margin: 6px 6px 10px 6px;
	font-family: arial, sans-serif;

}
div.listHeader span {

	font-size: 14px;
	font-weight: bold;
	color: #527bb9;

}
div.listHeader div.subtitle {

	margin: 6px 0px 6px 12px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;

}
div.listHeader div.subtitle div {

	margin: 10px 0px 15px 0px;
	text-align: center;

}
div.listHeader div.subtitle a {

	background: #ffffff;
	border: 2px solid #e2e2e2;
	-moz-border-radius: 4px;
	padding: 3px 5px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	color: #527bb9;

}
div.contactBox {

	background-color: #ffffff;
	margin: 0px 4px 8px 4px;
	width: 320px;
	height: 144px;
	z-index: 9999;
	overflow: hidden;

}
* html div.contactBox { width: 316px; }

div.contactBox div.topLeftCorner {

	position: absolute;
	background: url(./images/contacts/corner-contact-topleft.gif) no-repeat;
	margin: 0px 0px 0px 0px;
	width: 10px;
	height: 10px;

}

div.contactBox div.topRightCorner {

	position: absolute;
	background: url(./images/contacts/corner-contact-topright.gif) no-repeat;
	margin: 0px 0px 0px 310px;
	width: 10px;
	height: 10px;

}
* html div.contactBox div.topRightCorner { margin-left: 306px; }

div.contactBox div.bottomLeftCorner {

	position: absolute;
	background: url(./images/contacts/corner-contact-bottomleft.gif) no-repeat;
	margin: 134px 0px 0px 0px;
	width: 10px;
	height: 10px;

}

div.contactBox div.bottomRightCorner {

	position: absolute;
	background: url(./images/contacts/corner-contact-bottomright.gif) no-repeat;
	margin: 134px 0px 0px 310px;
	width: 10px;
	height: 10px;

}
* html div.contactBox div.bottomRightCorner { margin-left: 306px; }

div.contactInfo {
	
	border: 2px solid #e2e2e2;
	padding: 10px;

}
div.contactInfo a.name {

	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	color: #6d6d74;

}
div.contactInfo a.role {

	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}
div.contactInfo a.address {

	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #527bb9;

}
div.contactInfo td {

	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}