/* SVN FILE: $Id$ */
/**
 * Franchisee styles
 *
 * Copyright 2008, Freeman Fox Ltd
 *
 * Licensed under The Creative Commons License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright		Copyright 2008, FreemanFox Ltd
 * @version         $Revision$
 * @modifiedby     	$LastChangedBy$
 * @lastmodified    $Date$
 * @license         http://creativecommons.org/licenses/by/3.0/ The Creative Commons License
 */
 
@charset "utf-8";
/* CSS Document */

/*___ FRANCHISEES ___*/

.franchisee-name { margin-top: 18px; }

.franchisee-profile-excerpt { margin: 18px 0 18px 25px; margin-bottom: 18px;margin-left: 25px; }

.franchisee-profile-excerpt img
{
    width: 73px;
    margin-top: 5px;
    height: 110px;
    overflow: hidden;
    background: #ccc;
    border: 1px solid #ccc;
    float: none;
    border: 2px solid #dedede;
}

.franchisee-content
{
    clear: both;
    margin-top: 5px;
    float: right;
    width: 495px;
}

.franchisee-content p, .news-content h3
{
    margin-top: 0;
    margin-bottom: 4px;
}

.arn { font-size: 10px; margin-top: -9px; }

.franchisee-content h3 { font-size: 12px; }

.franchisee-content p { font-size: 11px; }

.franchisee-content .date { font-size: 10px; }

.franchisee-content .read-more { text-align: right; }

.franchisee-content .read-more a { color: #D9B200; }

.franchisee-profile-excerpt a
{
    color: #52256A;
    text-decoration: none;
}

.franchisee-profile-excerpt a:hover, .franchisee-profile-excerpt a:focus, .franchisee-profile-excerpt a:active { text-decoration: underline; }

.arn { font-weight: bold; }

/*___ FRANCHISEE SIDEBAR ___*/

#franchisee-contact-details 
{
	text-align: center; 
	margin-bottom: 18px;
}

#franchisee-contact-details img 
{ 
	margin: 0 auto; 
	display: block; 
	border: 2px solid #dedede;
}

#franchisee-contact-details h3 
{ 
	font-size: 1.2em; 
	line-height: 1.6;
}

#franchisee-contact-details p { margin: 1em 0; }

.label { font-weight: bold; }


/*___ CONTACT DETAILS MAIN CONTENT AREA ___*/

#franchisee-contact-details-main p , #franchisee-contact-details-main div { margin: 1em; }