/*MAK_Bar1.css - Revision: Spry Preview Release 1.4
The outermost container of the Menu Bar, an auto width box with no margin or padding*/
IMG.MAK_Bar1Horizontal
{
	width: auto;
	border-width: 0px;
	float: right;
	margin-top: -0.85em;
}
UL.MAK_Bar1
{
	list-style-type: none;
	font-size: 9pt;
	cursor: default;
	width: auto;
	background-color: #E20606;
	font-family: Arial, Helvetica, sans-serif;
	/*[empty]margin-top:;*/
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html*/
UL.MAK_Bar1Active
{
	z-index: 1000;
	background-color: #EE0B0B;
}
/*Menu item containers, position children relative to this container and are a fixed width*/
UL.MAK_Bar1Horizontal LI
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: 90px;
	background-color: #666666;
	height: 20;
}
/*Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em)*/
UL.MAK_Bar1Horizontal UL
{
	z-index: 1020;
	cursor: default;
	width: 300px;
	position: absolute;
	left: -1000em;
	background-color: #666666;
	text-align: left;
}
/*Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item*/
UL.MAK_Bar1Horizontal UL.MenuBarSubmenuVisible
{
	background-color: #FFFFFF;
	left: auto;
	border-color: #150BB7;
	border-width: 2px;
	float: left;
	width: auto;
}
/*Menu item containers are same fixed width as parent*/
UL.MAK_Bar1Horizontal UL LI
{
	width: 11em;
	background-color: #FFFFFF;
	margin: 0 0 0 1em;
	font-family: arial;
	font-size: 1em;
}
/*Submenus should appear slightly overlapping to the right (95%) and up (-5%)*/
UL.MAK_Bar1Horizontal UL UL
{
	background-color: #666666;
	margin: -5% 0 0 95%;
	position: absolute;
}
/*Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen*/
UL.MAK_Bar1Horizontal UL.MAK_Bar1SubmenuVisible UL.MAK_Bar1SubmenuVisible
{
	left: auto;
	background-color: #666666;
}
/*Submenu containers have borders on all sides*/
UL.MAK_Bar1Horizontal UL
{
	border: 1px solid #F9F9F9;
	background-color: #666666;
	margin: 1em 0 0 -10em;
	padding: 0;
	font-size: 1em;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/*Menu items are a light gray block with padding and no text decoration*/
UL.MAK_Bar1Horizontal A
{
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}
/*Menu items that have mouse over or focus have a blue background and white text*/
UL.MAK_Bar1Horizontal A:hover, UL.MAK_Bar1Horizontal A:focus
{
	background-color: #0B07C7;
	color: #EEE;
}
/*Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text*/
UL.MAK_Bar1Horizontal A.MAK_Bar1ItemHover, UL.MAK_Bar1Horizontal A.MAK_Bar1ItemSubmenuHover, UL.MAK_Bar1Horizontal A.MAK_Bar1SubmenuVisible
{
	background-color: #FF0000;
	color: #FFF;
}
/*Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%)*/
UL.MAK_Bar1Horizontal A.MAK_Bar1ItemSubmenu
{
	background-image: url(../MAK%20WEBSITE/SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%)*/
UL.MAK_Bar1Horizontal UL A.MAK_Bar1ItemSubmenu
{
	background-image: url(../MAK%20WEBSITE/SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%)*/
UL.MAK_Bar1Horizontal A.MAK_Bar1ItemSubmenuHover
{
	background-image: url(../MAK%20WEBSITE/SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	/*[empty]background-position:;*/
}
/*Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%)*/
UL.MAK_Bar1Horizontal UL A.MAK_Bar1ItemSubmenuHover
{
	background-image: url(../MAK%20WEBSITE/SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	/*[empty]background-position:;*/
}
/*HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe*/
UL.MAK_Bar1Horizontal IFRAME
{
	position: absolute;
	z-index: 1010;
}
/*HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing*/
UL.MAK_Bar1Horizontal LI.MAK_Bar1ItemIE
{
	display: inline;
	f\loat: left;
	background: #FFF;
}
TABLE.DropDown
{
	background-color: #FFFFFF;
	font-family: Arial, tahoma;
	text-align: center;
}
TABLE.TableBorder TD
{
	font-family: Arial, tahoma;
	text-align: center;
	border: 0.5px solid #E10909;
	padding: 0 0 0 3px;
	border-spacing: inherit;
	margin: 0;
}
TABLE
{
	text-align: center;
}
.product-highlight
{
	background-color: #FFFF00;
}
TABLE.TableBorder
{
	padding: 0;
	text-align: center;
}
.product-link A
{
	text-align: left;
	float: left;
}
TABLE.TableCell TD
{
	text-align: left;
	position: absolute;
}
IMG.MAK_Bar2Horizontal
{
	width: auto;
	border-width: 0px;
	float: right;
	margin-top: -0.85em;
}
UL.MAK_Bar2
{
	list-style-type: none;
	font-size: 9pt;
	cursor: default;
	width: auto;
	background-color: #E20606;
	font-family: Arial, Helvetica, sans-serif;
	/*[empty]margin-top:;*/
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html*/
UL.MAK_Bar2Active
{
	z-index: 1000;
	background-color: #EE0B0B;
}
/*Menu item containers, position children relative to this container and are a fixed width*/
UL.MAK_Bar2Horizontal LI
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: 90px;
	background-color: #666666;
	margin: 0;
	padding: 0;
}
/*Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em)*/
UL.MAK_Bar2Horizontal UL
{
	z-index: 1020;
	cursor: default;
	width: 300px;
	position: absolute;
	left: -1000em;
	background-color: #666666;
	text-align: left;
}
/*Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item*/
UL.MAK_Bar2Horizontal UL.MenuBarSubmenuVisible
{
	background-color: #FFFFFF;
	border-color: #150BB7;
	border-width: 2px;
	width: 575px;
	margin: 1em 0 0 -285px;
	position: absolute;
	left: auto;
	font-size: 0.75em;
}
/*Menu item containers are same fixed width as parent*/
UL.MAK_Bar2Horizontal UL LI
{
	width: auto;
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 0.9em;
}
/*Submenus should appear slightly overlapping to the right (95%) and up (-5%)*/
UL.MAK_Bar2Horizontal UL UL
{
	position: absolute;
	background-color: #666666;
	margin: -5% 0 0 95%;
}
/*Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen*/
UL.MAK_Bar2Horizontal UL.MAK_Bar2SubmenuVisible UL.MAK_Bar2SubmenuVisible
{
	left: inherit;
	background-color: #666666;
}
/*Submenu containers have borders on all sides*/
UL.MAK_Bar2Horizontal UL
{
	border: 1px solid #F9F9F9;
	background-color: #666666;
	margin: 9.25em 0 0 -8em;
	padding: 0 20px 15px 15px;
	list-style-type: inherit;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 20em;
	position: absolute;
	left: -1000em;
	-moz-border-radius-topleft: -1em;
}
/*Menu items are a light gray block with padding and no text decoration*/
UL.MAK_Bar2Horizontal A
{
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
/*Menu items that have mouse over or focus have a blue background and white text
Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text
Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%)*/
UL.MAK_Bar2Horizontal A.MAK_Bar2ItemSubmenu
{
	background-image: url(../MAK%20WEBSITE/SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%)*/
UL.MAK_Bar2Horizontal UL A.MAK_Bar2ItemSubmenu
{
	background-image: url(../MAK%20WEBSITE/SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%)*/
UL.MAK_Bar2Horizontal A.MAK_Bar2ItemSubmenuHover
{
	background-image: url(../MAK%20WEBSITE/SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	/*[empty]background-position:;*/
}
/*Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%)*/
UL.MAK_Bar2Horizontal UL A.MAK_Bar2ItemSubmenuHover
{
	background-image: url(../MAK%20WEBSITE/SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: -30em;
}
/*HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe*/
UL.MAK_Bar2Horizontal IFRAME
{
	position: absolute;
	z-index: 1010;
}
/*HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing*/
UL.MAK_Bar2Horizontal LI.MAK_Bar2ItemIE
{
	display: inline;
	f\loat: left;
	background: #FFF;
}
.product-link TD.TableCell
{
	float: left;
}
.product-outofstock A
{
	color: #DB0404;
}
UL.MAK_Bar2Horizontal A:hover, UL.MAK_Bar2Horizontal A:focus
{
	background: #0324D3;
	color: #FFFFFF;
}
