﻿/* 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) - can delete when copied to Customer01.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
	1.2 19/03/10 5. New Feature Namepspace: Print
	1.3 20/03/10 1. BR100. Header cursor

/* CUSTOMER Performance Equestrian History (as Customer01.css)
	1.0 23/08/2010 1st issue - as default eshophc3.css release 1.2
	1.1 28/10/2010 box around newsletter subscribe

/* Feature Namespaces
	1. Expando WE205
	2. MsoNormalTable, MsoTableGrid - adds borders to Word tables
	3. TextInsert - Operating on all self-update text areas, transforms the <p> paragraph behaviour to match the common Word usage of no inter-paragraph spacing
	4. Bold - not readily modified in NOF (Note: <b> is deprecated, but NOF still uses; Word however uses correct semantic <strong>)
	5. Print - for print-only instructions e.g. .noprint
	6. Page Border - not readily modified in NOF for margin:auto
	7. ButtonSmall
	8. NOF rejects
*/
 
/* 1. Expando. Vertical stack variant. See WE205ExpandoBlock.css for other variations */
div.ExpandoHeader { /* All the stuff not hideable */
	background-color: #ffcccc;
	cursor: pointer;
}
div.ExpandoContent { /* The very next div - all the hideable stuff */
	border: thin maroon solid;
	background-color: #eeeeee;
}
span.ExpandoMoreLess { /* Around the whole clickable elements */
	background-color: #ffccee;
}
span.ExpandoMoreLess:hover {
	text-decoration: underline;
}
span.ExpandoSymbol {/* Any symbol used for clickable expand/ contract */
	border: thin maroon solid;
	padding: 0 4px;
	background-color:silver;
}

/* 2. MsoNormalTable, MsoTableGrid - default addition of borders to Word Table after inline & inpage styles removed by Self-Update */
table.MsoNormalTable, table.MsoTableGrid {
	border-collapse: collapse;
	width: 99%;
	border: none;
}
table.MsoNormalTable > tr > td, table.MsoTableGrid > tr > td {
	border: 1px solid #000000;
}

/* 3. TextInsert */
div.TextInsert * p {
	margin-top: 0em;
	margin-bottom: 0em;
}

/* 4. Bold - e.g. make same colour as primary web colour */
/*b, strong {
	color: #000000;
}*/

/* 5. Print */
@media screen {
	.printonly {
		display: none;
	}
}
	
}
@media print {
	body {
		color: black;
	}
	.noprint {
		display: none;
	}
}

/* 6. .PageBorder needed? */
.PageBorder {
   background-color: rgb(255,255,255);
   background-image: none;
   border-style: none;
   margin: 16px auto 1px;
}

/* 7. Buttonsmall */
.Buttonsmall {
font-size: 10px;
color: rgb(255,255,255);
background-color: rgb(112,82,182);
}
/* 8. NOF rejects */
.AutoHide {
visibility: hidden;
display: none;
}

.dropdown {
font-family: Arial, Helvetica, Geneva, Sans-serif;
font-size: 10px;
color: rgb(0,0,0);
background-color: rgb(225,221,221);
}
.LatestNews {
   height:150px;
}
.Articles {
   height:150px;
}

/* box around newsletter subscribe */
.bluebox {
	border-width:1px;
	border-style:solid;	
	border-color:blue;	
}
