@charset "utf-8";
/* CSS Document */

/*#contentHide {
		display: none;
	}*/

	.contactSelected {
		background-color: #e8e4d9;
		font-family: Tahoma;
		font-size: 11px;
		font-weight: bold;
	}
	
		#currentContact {
			display: block;
			font-size: 14px;
			padding: 8px 15px 8px 15px;
			background: #d6d0bd;
		}
		
		#changeContact {
			padding: 8px 15px 8px 15px;
			font-size: 14px;
			font-weight: normal;
		}
		
			#currentContact em {
				font-style: normal;	
			}
		
			#currentContact strong, #changeContact strong {
				float: left;
				font-size: 11px;
				width: 180px;
			}
		

			
				#changeContact a {
					margin: 0 14px 0 0;
					background: url(/i/theme/2008/c/arrow_dn_off.gif) no-repeat 100% 2px;
					padding-right: 24px;
					text-decoration: underline;
				}
				
					.changeContact a:hover {
						background-image: url(/i/theme/2008/c/arrow_dn_on.gif);
					}
					
	.contactList {
		background-color: #e8e4d9;
		font-family: Tahoma;
		font-size: 11px;
		line-height: 1.3em;
		display: none;
		border: 1px solid #e8e4d9;
		border-top: none;
	}
	

			.contactList table {

			}
			
				.contactList table tr td {
					width: 25%;
					padding: 2px;
					border-bottom: 1px solid white;
				}
				
					.contactList a {
						display: block;
						padding: 4px;
						text-decoration: none !important;
						font-weight: bold;
					}
					
							.contactList a em {
								display: block;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 10px;
								line-height: 1.2em;
								padding: 2px 0 0 0;
								font-weight: normal;
								text-decoration: none !important;
							}
		
					
						.contactList a:hover {
							background: white;
						}
