/*-------------------------------------------------------------------------------------------------------------------------
     Webz Reset Styles 
     v1.0
     These are available to be imported via a stylesheet using the following path: @import url('/css/global.css');
--------------------------------------------------------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

a             { text-decoration: none; }
a:hover { text-decoration: underline; }
em          { font-style: italic; }
img         { border: none; }
ol            { list-style-type: decimal; padding: 10px 40px; }
ul            { list-style-type: disc; padding: 10px 40px; }
strong    { font-weight: 600; }

/* ---------------------------------------------------------
     Floats
     Clears
     Text Aligns  - must be applied to block level element 
-----------------------------------------------------------*/

.left { float: left; }
.right { float: right; }

.clLeft   { clear: left; }
.clNone   { clear: none; }
.clRight  { clear: right; }
.clear, 
.floatFix { clear: both;}

.txtCenter { text-align: center !important; }
.txtJustify { text-align: justify !important; }
.txtLeft { text-align: left !important; }
.txtRight { text-align: right !important; }


/* ---------------------- MENUS ------------------------- */
.menu ul    { margin: 0; padding: 0; }
.menu ul li { list-style-type: none; }


/* ---------------------- MISC ------------------------- */

.even			{ }
.noBorder		{ border: none !important; }
.noStock		{ color: red; font-weight: 800; }
.odd			{ }
.red			{ color: red; }
.readOnly		{ color: #999; } 
.stockAlert		{  color: blue; }
.strike			{ text-decoration: line-through; }
.visibilityOff	{ display: none; }
.zero			{ margin: 0; }
