﻿/*
	Copyright 2008 eShopHost Ltd
	Style Sheet for eCommerce eCatalogue Dynamic Index & Item pages, and eCatalogue Navigation menu

Feature History
	1.0 03/05/08 First issue
	1.1 13/05/08 Revisions from first deployment (ESOP); no need to re-reference assets in CSS
	1.2 19/08/08 D.Kent CN102: class CatLinksTable
	1.3 09/11/08 D.Kent BR105 Level 1 Tab did not render correctly in FireFox - change from div + display: inline-block to float: left

Instructions:
	1. Locate in folder cat
	2. Reference as ..cat/Cat.css in link elements (drop the leading dot on the home page)
	3. Configure CSS to required presentation

Customer Speedy Office Solutions - Standard Colour values used:
	
	Red		#FF3D00
	Gold    #FFCC00
	

Customer Copy History for Speedy Office Solutions:
	1.0 14/01/2009 First issue
	1.1 29/4/2009
	1.2	25/03/10 D.Kent Template V1.5 fix
*/


/* A. Expanding Navigation Menu (verical) - CatNav.asp */
div.NavList {
	/* Typically for a background or border */
	/*background-image: url('../assets/images/menubg.jpg');*/
}
ul.NavList li {
	list-style-type: none;
	list-style-image: none;
	font-size:12;
	padding-left: 20px;
}
ul.NavList a, ul.NavList a:link, ul.NavList a:visited {
	text-decoration: none;
	color: #FF3D00;
	font-size: 110%;
}
ul.NavList a:hover, ul.NavList a:active {
	text-decoration: underline;
	color: #E30B0B;
	font-size: 110%;
}
ul.NavList {
	border-bottom: 1px #FFCC00 dotted;
	margin: 0px;
	padding: 0px;
}
li.Level1 {
	margin-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px #FFCC00 dotted;
}
li.Level2 {
	margin-left: 8px;
}
li.Level3 {
	margin-left: 14px;
}
li.NavExpanded {
	font-weight:bold;
	font-size: 110%;
	background-image: url('../assets/images/TreeBulletExpanded.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
li.NavContracted {
	background-image: url('../assets/images/TreeBulletContracted.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
li.NavEnd, li.NavSelected {
	background-image: url('../assets/images/TreeBulletEnd.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
li.NavSelected a, li.NavSelected a:link,li.NavSelected a:visited,li.NavSelected a:active{
	font-weight: bold;
	font-size: 120%;
}
li.NavExpanded a,li.NavExpanded a:link,li.NavExpanded a:visited,li.NavExpanded a:active {
	font-size: 120%;
}


/* B. Breadcrumb Trail (horizontal) - CatNav.asp */div.NavBreadcrumb {
	/* Typically for a background or border */
}

ul.NavBreadcrumb li {
	display: inline;
	padding-right: 20px;
	/* Note: bullets do not work when display is inline */
}
ul.NavBreadcrumb li.NavHome {
	background-image: none;
}


/* C. Level 1 Tabs (horizontal) - CatNav.asp */
div.NavTab {
	float: left;
	padding: 0px 0px; 
	background-image: url(../assets/images/TabBG.gif);
	background-repeat: repeat; 
}

ul.NavTab {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

ul.NavTab li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin: 0;
	padding: 0 0 5px 18px; 
	height: 30px;
	background-image: url(../assets/images/TabL.gif);
	background-repeat: no-repeat; 
	background-position: left top;
}

ul.NavTab li.tab1Class {
	/* Use if the first Tab needs special properties */
}

ul.NavTab li a {
	display: block;
	line-height: 30px;
	padding: 0 20px 0 0;
	background-image: url('../assets/images/TabR.gif'); 
	background-repeat: no-repeat; 
	background-position: right top;
}

ul.NavTab li a:link, ul.NavTab li a:visited, ul.NavTab li a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;
}

ul.NavTab li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

ul.NavTab li.tabSelected {
	font-weight: bold;
	color: #E30B0B;
	background-image: url('../assets/images/TabSelectedL.gif'); 
}

ul.NavTab li.tabSelected a, ul.NavTab li.tabSelected a:link, ul.NavTab li.tabSelected a:visited, ul.NavTab li.tabSelected a:active {
	text-decoration: none;
	color: #FFFFFF;
}
ul.NavTab li.tabSelected a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

ul.NavTab li.tabSelected a {
	background-image: url('../assets/images/TabSelectedR.gif'); 
}


/* D. Index Page - CatIndexGet.asp */
table.CatIndexTable {
	/* border: 1px #FF3D00 solid;*/
	width: 100%;
}

table.CatLinksTable td {
	vertical-align: top;
	padding: 3px;
}

img#PhotoCatIndexB {
	float: right;
}

table.CatIndexTable a,table.CatIndexTable a:link,table.CatIndexTable a:visited,table.CatIndexTable a:active {
	font-size: 120%;
}

table.CatLinksTable a,table.CatLinksTable a:link,table.CatLinksTable a:visited,table.CatLinksTable a:active {
	font-size: 140%;
	font-weight: bold;
}


/* F. Item Page - CatItemGet.asp, Stacked Pages */
p#CartSubmit {
	display: none;
}
/* Item Page - CatItemGet.asp */
/* - see NOF CSS */

