/*
 *                       El Hogar de Luci
 *
 *                       Copyright (c) 2009 Dylan Hoffman
 *
 *  All rights reserved.
 *  The contents of this file is confidential and proprietary and may not be used,
 *  distributed or copied, in whole or part, without written permission.
 */

/* -------------------- Contact info table -------------------- */

table#contact-info th,
table#contact-info td {
	padding: 10px;
}

table#contact-info th {
	width: 25%;
	text-align: right;
	font-weight: bold;
}

table#contact-info dl,
table#contact-info ul {
	margin: 0;
	padding: 0;
}

table#contact-info ul {
	list-style-type: none;
}

table#contact-info dt,
table#contact-info dd,
table#contact-info li {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}

table#contact-info ul.ct-phone li {
	background: url(../img/icons/fugue/mobile-phone.png) no-repeat left center;
}

table#contact-info ul.ct-fax li {
	background: url(../img/icons/fugue/printer--arrow.png) no-repeat left center;
}

table#contact-info ul.ct-email li {
	background: url(../img/icons/fugue/mail--arrow.png) no-repeat left center;
}

table#contact-info ul.ct-web li {
	background: url(../img/icons/fugue/globe--arrow.png) no-repeat left center;
}

table#contact-info dl.ct-addr dt {
	background: url(../img/icons/fugue/address-book-open.png) no-repeat left center;
}

table#contact-info dl.ct-addr dd {
	margin-bottom: 20px;
}

table#contact-info .name {
	font-weight: bold;
}


