﻿/*
	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 Erotic Secrets pf Pleasure - Standard Colour values used:
	Purple	#CC99FF
	Red		#E30B0B
	Pink	#AB228D

Customer Copy History for Erotic Secrets of Pleasure:
	1.0 12/05/08 First issue
	1.1 13/05/08 Upgrade for Feature issue 1.1
	1.2 19/08/08 Upgrade for Feature issue 1.2
	1.3 09/11/08 Upgrade for Feature issue 1.3
    1.4 5/2/09  navtab width
    1.5 25/03/10 Upgrade for Feature issue 1.5
*/


/* A. Expanding Navigation Menu (verical) - CatNav.asp */
div.NavList {
	/* Typically for a background or border */
}
ul.NavList li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 20px;
}
ul.NavList a, ul.NavList a:link, ul.NavList a:visited {
	text-decoration: none;
	color: #AB228D;
}
ul.NavList a:hover, ul.NavList a:active {
	text-decoration: underline;
	color: #E30B0B;
}
ul.NavList {
	border-bottom: 1px rgb(204,153,255) dotted;
	margin: 0px;
	padding: 0px;
}
li.Level1 {
	margin-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px rgb(204,153,255) dotted;
}
li.Level2 {
	margin-left: 8px;
}
li.Level3 {
	margin-left: 14px;
}
li.NavExpanded {
	font-weight:bold;
	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 {
	font-weight: bold;
}


/* 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; 
	width: 760px;
}

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: #E30B0B;
}

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: #E30B0B;
}

ul.NavTab li.tabSelected a {
	background-image: url('../assets/images/TabSelectedR.gif'); 
}


/* D. Index Page - CatIndexGet.asp */
table.CatIndexTable {
	border: 1px #CC99FF solid;
	width: 100%;
}

table.CatLinksTable td {
	vertical-align: top;
	padding: 3px;
}

img#PhotoCatIndexB {
	float: right;
}


/* F. Item Page - CatItemGet.asp, Stacked Pages */
p#CartSubmit {
	display: none;
}
/* Item Page - CatItemGet.asp */
/* - see NOF CSS */