﻿/*
	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 Equisafety:
	1.0 24/08/2009 First issue
	1.1	25/03/10 Template V1.5 fix
	1.2 8/6/2010 2010 website design
*/


/* 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: 14px;
	padding-left: 0px;
}
ul.NavList a, ul.NavList a:link, ul.NavList a:visited {
	text-decoration: none;
	color: #FFF500;
	font-size: 14px;
	padding-left: 20px;
}
ul.NavList a:hover, ul.NavList a:active {
	text-decoration: underline;
	color: #DD127B;
	font-size: 14px;
	padding-left: 20px;

}
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: 20px;
	padding-top: 3px;
	padding-bottom: 3px;

}
li.Level3 {
	margin-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;

}
li.NavExpanded {
	font-weight:bold;
	background-image: url('../assets/images/TreeBulletContracted.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.NavExpanded a:hover {
	background-image: url('../assets/images/TreeBulletExpanded_hover.gif');
	background-position: left center;
	background-repeat: no-repeat;
	}
li.NavContracted a:hover {
	background-image: url('../assets/images/TreeBulletContracted_hover.gif');
	background-position: left center;
	background-repeat: no-repeat;
    }
li.NavEnd, li.NavSelected {
	font-weight:bold;
	background-image: url('../assets/images/TreeBulletContracted.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
li.NavSelected a:hover {
	background-image: url('../assets/images/TreeBulletContracted_hover.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-size: 14px;
}
li.NavExpanded a,li.NavExpanded a:link,li.NavExpanded a:visited,li.NavExpanded a:active {
	font-size: 14px;
}

td#MainNav a {
   	text-decoration: none;
	color: #FFF500;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../assets/images/TreeBulletContracted.gif');
	background-position: left center;
	background-repeat: no-repeat;
}    

td#MainNav a:hover {
   	text-decoration: underline;
	color: #DD127B;
		background-image: url('../assets/images/TreeBulletContracted_hover.gif');
	background-position: left center;
	background-repeat: no-repeat;

}    
td#MainNav td.TextNavBar {
    line-height:24px;
}
   
/* B. Breadcrumb Trail (horizontal) - CatNav.asp */div.NavBreadcrumb {
	/* Typically for a background or border */
}

ul.NavBreadcrumb {
	margin-left: 0px;
	padding-left: 0px;
}

ul.NavBreadcrumb li {
	display: inline;
	padding-right: 0px;
	/* 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%;
	padding: 10px;
}

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;
}
table.CatIndexTable p {
	text-align: left;
}
table.CatLinksTable p {
	text-align: left;
}


/* F. Item Page - CatItemGet.asp, Stacked Pages */
p#CartSubmit {
	display: none;
}
/* Item Page - CatItemGet.asp */
/* - see NOF CSS */
td.TextNavBar a {
    text-decoration: none;
}

.FlashUnderlay {
   z-index: -2;
   position: absolute;
   filter: alpha(opacity=0);
   height: 38;
   left: 0;
   top: 0;
}
/* Labels */  
label {
    color: Black;
}

  

