﻿
/* RESET STYLESHEET
   ----------------------------------------------------*/
   
/* DO NOT EDIT THESE LINES */
html, body, form, fieldset { margin: 0; padding: 0; color: #333; font: 100.01% Arial,Sans-serif; }
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,Sans-serif; }
.textbox, .clear-on-focus, .dropdown, .dropdownlist { margin: 0; font-family: Arial,Sans-Serif; }
/* -Browser Specific Workaround Code */
.DefaultButtonFix { display: none; visibility: hidden; }
 
/* 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; }
