/**************************************************************************************
 * @package css
 * @copyright Copyright 2010-2011 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 3 2011-10-23 12:31:00Z sgn $
 **************************************************************************************
 */
#stockistsBody {
	background-color:#ece6da; /* Changed for new cream background #E5EDF5; */
	color:#000000;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

#stockists #stockistsHeading {
	 margin: 0.3em 0;
	 color: #453657; /* new purple colour #9A9A9A; */
	 font-size: 1.5em;
	 text-align: center;
	 font-family:verdana,arial,helvetica,sans-serif;
	 
}
 
#stockists h1 {
	font-size: 1.5em;
	color: #453657; /* new purple colour #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: #453657; /* new purple colour #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;
	color: #453657;
	
}
 
#stockists .smallerP {
	font-size: 0.9em;
}



#stockists p, .regionLink, .regionLinkBold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;	
	margin:0;
	padding: 0.5em 0;
}

#intlLink {
	padding-top:20px;
	text-transform:uppercase;	
	font-weight:700;
}


#stockistsMapFooter{
	width: 390px;
	margin-top:20px;
}

#stockistsMapFooter p {
	border-top: 1px dashed #453657;
	width: 260px;
	margin: 0 auto;
	padding-top:10px;
}

.regionLink {

}

#listing-info-regions-container a {
	color: #453657;
	text-align:left;
	margin-top:3px;
	padding:0;
	display:inline-block;
}

#listing-info-regions-container a:hover {
	text-decoration:underline;
}

#stockists p.stockistAddr, #stockists p.stockistTel, #stockists p.stockistDesc, #stockists p.stockistRange {
	color: #383637; /* new gray colour #7b8787;  */
	margin: 0;
	padding: 0;
	clear:both;
}

#stockists p.stockistRange {
	font-weight:700;
	border-bottom: 1px dashed #453657;
}

#stockists p.stockistDesc {
	font-style: italic;
}


#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: #453657; /* new purple colour #9EB7F5;  */
}

#stockists a.starletLink:link, #stockists a.starletLink:visited, #stockists a.starletLink:active {
	text-decoration: none;
	color: #453657; /* new purple colour #9EB7F5;  */
}

#stockists a.stockistLink:hover, #stockists a.starletLink:hover {
	text-decoration: underline;
	color: #453657; /* new purple colour #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 #453657; /* new purple colour #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;
	margin-top:0.4em;

}

#stockistsInfo {
	width: 500px;
	float: left;
	text-align: left;
}

	
/* NEW STOCKISTS MAP (STOCKISTS V3) */


		#map-view-container .clearboth {
			clear: both;
		}
		
		#map-view-container {
			position: relative;
		}

		#map-container {
			float: left;
			position:relative;	/* added to allow IE6 to function */
		}

		#map-view-container img.map {
			position: relative;
			z-index: 100;
		}
		
		#map-view-container img.region {
			display: none;
			left: 0px;
			position: absolute;
			top: 0px;
			z-index: 20;
		}		
		
		#map-view-container img.regionBg {
			left: 0px;
			position: absolute;
			top: 0px;
			z-index: 19;
		}

		#listing-container {
			float: left;
			position:absolute;
			top:25px;
			left:0;
		}
		
		#listing-container ul {
			display: none; 
		}
		
		#listing-container ul.selected {
			display: inline;
		}
		
		#listing-container ul li {
			list-style-type: none;
		}

		#listing-container .selected-list ul li {
			list-style-type: none;
		}
		
		#listing-info-container {
			float: left;
			width:390px;
		}
		
		.stockistsInstructions {
			text-align:left;
		}
		#listing-info-regions-container {
			float:right;
			width: 300px;
			text-align: left;
		}
		
		#stockistsByRegion {
			width:769px;
			padding:0;
			margin:0;
			
		}
		
		
		#stockistRegionInfo {
			float:left;
			width:47%;
			height:2.5em;
			vertical-align:bottom;
		}
		
		#stockistRegionList {
			border-top: 1px dashed #453657;
		}
		
		#stockistRegionInfo h2 {
			float:left;	
		}
		
		#stockistRegionBackButton {
			float:right;
			line-height:28px;	
			height:28px;
		}
		
		#stockistRegionBackButton a {
			font-size:1.0em;
			vertical-align:bottom;
}
		
		#stockistRegionInfo .stockistsType {
			font-style:italic;
			font-weight:normal;
		}

		
h3.stockistName {
	color: #453657;
}

