/**************************************************************************************
 * @package css
 * @copyright Copyright 2010 Steve Newman / White Shore Designs
 * @copyright Portions Copyright 2003 osCommerce & 2003-2007 Zen Cart Development Team
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_stockists.css 1 2010-04-27 22:48:00Z sgn $
 **************************************************************************************
 */
#stockistsBody {
	background-color:#E5EDF5;
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:62.5%;
	margin:0;
}

#stockists .stockistsHeading {
	 margin: 0.3em 0;
	 color: #9A9A9A;
	 font-size: 1.5em;
	 text-align: left;
	 font-family:verdana,arial,helvetica,sans-serif;
	 
}
 
#stockists h1 {
	font-size: 1.5em;
	color: #9A9A9A;
	margin: 0.3em 0;
	font-family:verdana,arial,helvetica,sans-serif;
	border: none;
	padding: 0;
	text-transform: none;
}

h2.stockistsType, h3.stockistName {
	font-size: 1.5em;
	color: #9A9A9A;
	font-family:verdana,arial,helvetica,sans-serif;
	margin: 0.3em 0;
	border: none;
	text-align: center;
}

h3.stockistName {
	font-size: 1.3em;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: left;
}

#stockists h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 1.3em;
	margin: 0.3em 0;
	
}
 
#stockists .smallerP {
	font-size: 0.9em;
}



#stockists p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;	
	margin:0;
	padding: 0.5em 0;
}

#stockists p.stockistAddr, #stockists p.stockistTel, #stockists p.stockistDesc {
	color: #7b8787; 
	margin: 0;
	padding: 0;
}


#stockistsMainContents { /* centre content div within the main #stockists div */
	width: 769px; /* 560px; FOR 2 COLS  */
	margin: 10px auto 0px auto;
	text-align: center;
}

#stockistsInfoContent { 
	width: 96%;
	margin: 10px auto 0px auto;
	padding: 0px 20px;
}


#stockists a.stockistLink {
	float: left;
	clear: both;	
	margin: 0; 
	padding: 0;
}


#stockists a.stockistLink:link, #stockists a.stockistLink:visited, #stockists a.stockistLink:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;	
	color: #9EB7F5; 
}

#stockists a.starletLink:link, #stockists a.starletLink:visited, #stockists a.starletLink:active {
	text-decoration: none;
	color: #9EB7F5; 
}

#stockists a.stockistLink:hover, #stockists a.starletLink:hover {
	text-decoration: underline;
	color: #9EB7F5; 
}


#stockists p.stockistDesc, #stockists p.stockistTel, #stockists a.stockistLink {
	margin-top: 0.8em;
}



#stockistsRow {
	margin: 20px 5px 0px 5px;
	padding: 5px 5px 20px 5px;
	border-bottom:1px solid #E3E3E3;
	float: left;
	clear: both;
	width: 752px;
}

#stockists p.displayNum { 
	padding: 0 0 0 5px; 
	margin: 0; 
	font-size: 1em;
}


#stockistsImg {
	float: left;
	width: 250px;
}

#stockistsInfo {
	width: 500px;
	float: left;
	text-align: left;
}

