/*
 * $Id: atlantaProfile.css,v 1.3.4.3 2008/03/31 19:39:31 ctandy Exp $
 * 
 * style our profile pages...
 */

#profile .listingDetail{
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
}

#profile .listingDetail img {
    max-width: 480px;
    width: expression(this.width > 480 ? 480: true);
}

.listingDetail ul, .listingDetail li {
	text-align: left;
}

#coverDiv {
	cursor: pointer;
}

.business {
	text-transform: uppercase;
}

