﻿
/* RESET STYLESHEET
   ----------------------------------------------------*/
/* DO NOT EDIT THESE LINES */

html, body, form, fieldset 
{
	margin: 0;
	padding: 0;
	font: 100.01% Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address 
{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
}
/* Miscellaneous conveniences: */
form label { cursor: pointer; }
fieldset, img { border: none; }
input, select, textarea { font: 100.01% Arial, Verdana, Helvetica, sans-serif; }
.textbox, .dropdownlist { font-family: Arial, Verdana, Sans-Serif; }
/* Browser Specific Workaround Code */

.DefaultButtonFix
{
	display: none;
	visibility: hidden;
}
/*	Until this behavior works exactly right, <script src="../../..//Templates/JS/sleight.js" language="javascript" type="text/javascript"></script> in the CMS.aspx is used instead
img, input, .pngFix, .image
{ 
	behavior: url(../../../Templates/behaviour/iepngfix.htc) 
}
*/
 
/* SHOP CATAGORIES
   ----------------------------------------------------*/
/* DO NOT EDIT THESE 3 LINES */
.ShopCategories ul.Selective li ul { display: none; }
.ShopCategories ul.Selective li.selected ul { display: block; }
.ShopCategories ul.Selective li.current ul li ul { display: none; }


/* SITE NAVIGATION
   ----------------------------------------------------*/
/* DO NOT EDIT THESE 4 LINES */
.SiteNavigation ul.Selective li ul { display: none; }
.SiteNavigation ul.Selective li.CurrentParent ul.CurrentParent { display: block; }
.SiteNavigation ul.Selective li.Current ul { display: block; }
.SiteNavigation ul.Selective li.Current ul li ul { display: none; }
