﻿
/* 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, .clear-on-focus, .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
   ----------------------------------------------------*/

.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
   ----------------------------------------------------*/

.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; }

/* PAGE LIST LINK ICONS ( should never inherit styles )
   ----------------------------------------------------*/

a.lLDeleteBtn, 
a.lLMoveUpBtn, 
a.lLMoveDownBtn
{
	display: inline !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* SORT HELPER (needs to be kept consistent)
   ----------------------------------------------------*/

.sortHelper
{
	border: 1px dashed #333;
	width: auto !important;
}