form
{
margin: 0;
padding: 0;
}

body
{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #353535;
background-color: #535353;
background-image: url(/store/m23Templates/images/FM_store.jpg);
background-repeat: no-repeat;
}

td
{
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #353535;
}

input, select, textarea
{
margin: 0;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
background: #ffe086;
color: #353535;
border: 1px groove #ffdc6e;
}

A:link    {COLOR: #353535; FONT-SIZE: 11px; TEXT-DECORATION: none}
A:visited {COLOR: #353535; FONT-SIZE: 11px; TEXT-DECORATION: none}
A:hover   {COLOR: #353535; FONT-SIZE: 11px; TEXT-DECORATION: underline}
A:active   {COLOR: #353535; FONT-SIZE: 11px; TEXT-DECORATION: underline}
a:focus {outline: none;}


input.errHilite, select.errHilite, textarea.errHilite {
border: 1px solid #DDCCCC;
background-color: #FFEEEE;
}
label.errHilite {
color: #C00000;
}

HR
{
border-bottom: 1px solid #A0A0A0;
height: 1px;
}


/*-- virt side menu1 styleset --*/
#menu {
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	top:  -2px;
	left: -10px;
	width: 110px;
	font-size: 11px;
	font-family: Arial, helvetica, sans-serif;
	color: #FFFFFF;
	}

html>body #menu {
	position: relative;
	left: 0px;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	border: none;
	}

#menu li {
	list-style-type: none;
	padding: 0px;

	}

#menu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	font-size: 10px;
/*-- 	letter-spacing:-1px; --*/
	}

html>body #menu li a {
	width: auto;
	}

#menu li a:hover {
	color: #ffffff;
	}

#menu li.newCat {
	padding-top: 8px;
}
/*-- virt side menu1 styleset --*/


/*-- virt side menu2 styleset --*/
#menu2 {
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	top:   4px;
	left: -10px;
	width: 110px;
	font-size: 11px;
	font-family: Arial, helvetica, sans-serif;
	color: #fffccd;
	}

html>body #menu2 {
	position: relative;
	left: 0px;
	}

#menu2 ul {
	margin: 0px;
	padding: 0px;
	border: none;
	}

#menu2 li {
	list-style-type: none;
	padding: 0px;
	}

#menu2 li a {
	display: block;
	color: #fffccd;
	text-decoration: none;
	width: 100%;
	}

html>body #menu2 li a {
	width: auto;
	}

#menu2 li a:hover {
	color: #fffccd;
	}

#menu2 li.newCat {
	padding-top: 8px;
}
/*-- virt side menu2 styleset --*/


#divFireworks {
    z-index: 1000;	/* goes over divSignpost */
    width: 237px;
    height: 226px;
    text-align: center;
    position: absolute !important;
    left: 0px;
	top: 0px;
	background-image: url(/store/m23Templates/images/fireworks.gif);
	background-repeat: no-repeat;
}

#divSignpostTop {
    z-index: 100;
    width: 267px;	/* this is wider than the divLeftNav - its shadow overlaps */
    height: 178;
    position: absolute !important;
    left: 0px;
	top: 183px;		/* this goes under divFireworks */
	background-image: url(/store/m23Templates/images/signpost.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

#divLeftNav {
    width: 267px;	/* this is wider than the divLeftNav - its shadow overlaps */
    text-align: center;
    position: absolute !important;
    left: 0px;
	top: 361px;
}

#divSignpostBody {
    z-index: 100;
    width: 242px;	/* this is wider than the divLeftNav - its shadow overlaps */
    position: relative !important;
	left: -12px;
	background-image: url(/store/m23Templates/images/signpostBG.png);
	background-repeat: repeat-y;
}

html>body #divSignpostBody {
	left: 0px;
}

#divSignpostBottom {
    width: 267px;	/* this is wider than the divLeftNav - its shadow overlaps */
    height: 48px;
    position: relative !important;
	background-image: url(/store/m23Templates/images/signpost_bottom.png);
	background-repeat: no-repeat;
}


#divBodyWide {
    width: 475px;
    position: absolute !important;
	left: 260px;
	top: 221px;
}

#divRightNav {
    width: 200px;
    height: 311px;
    text-align: center;
    position: absolute !important;
    left: 745px;
	top: 239px;
	background-image: url(/store/m23Templates/images/rtBG.png);
	background-repeat: no-repeat;
}

#divFooter {
    text-align: right;
    position: absolute !important;
    left: 835px;
	top: 710px;
}



/* dynamic scrolling */
			.osX .jScrollPaneTrack {
				background: url(/store/m23Templates/images/osx_track.gif) repeat-y;
				background: #fee8a2;
			}
			.osX .jScrollPaneDrag {
				background: url(/store/m23Templates/images/osx_drag_middle.gif) repeat-y;
			}
			.osX .jScrollPaneDragTop {
				background: url(/store/m23Templates/images/osx_drag_top.gif) no-repeat;
				height: 6px;
			}
			.osX .jScrollPaneDragBottom {
				background: url(/store/m23Templates/images/osx_drag_bottom.gif) no-repeat;
				height: 7px;
			}
			.osX a.jScrollArrowUp {
				height: 24px;
				background: url(/store/m23Templates/images/osx_arrow_up.png) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowUp:hover {
				background-position: 0 0;
			}
			.osX a.jScrollArrowDown {
				height: 24px;
				background: url(/store/m23Templates/images/osx_arrow_down.png) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowDown:hover {
				background-position: 0 0;
			}
			/* IE SPECIFIC HACKED STYLES */
			* html .osX .jScrollPaneDragBottom {
				bottom: -1px;
			}
			/* /IE SPECIFIC HACKED STYLES */


#divBodyPane {
	width: 455px;
	background: #ffdc6e;
	position:relative;
}
/* end dynamic scrolling */