﻿* author & reviser: Don Kent, eShopHost Ltd, unless otherwise noted
/* Copyright (C) 2009, eShopHost Ltd, all rights reserved.
/* eshophc3.css - Standard external CSS Template, with defaults, for Package Webs

/* Template History (eshophc3.css)
	1.0 09/11/09 Creation. Namespaces 1-4. 2 & 3 taken from BrochureWeb R4.0 NOF variables MsoNormalTable & TextInsertParagraphSpacing
	1.1 26/11/09 2. Adjusted selector to prevent applying to embedded image tables

/* CUSTOMER Becck Broughton History (Customer01.css)
	1.0 08/03/10 1st issue - expando only

/* Feature Namespaces
	1. Expando WE205
*/
 
/* 1. Expando. See WE205ExpandoBlock.css for variations */
div.ExpandoHeader { /* All the stuff not hideable */
	background-color: #ffcccc;
}
div.ExpandoContent { /* The very next div - all the hideable stuff */
	border: thin maroon solid;
	background-color: #eeeeee;
	padding: 4px 4px;
	

}
span.ExpandoMoreLess { /* Around the whole clickable elements */
	text-decoration: underline;
	color:#0033CC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;

}
span.ExpandoMoreLess:hover {
	text-decoration: underline;
	color:#FF0000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
span.ExpandoSymbol {/* Any symbol used for clickable expand/ contract */
	border: thin maroon solid;
	padding: 0 4px;
	background-color:silver;
}

