
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal 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 */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

.storeitemdescription {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif; }
.storeitemdescription2 {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif; }
.jerrys-title {
    font-size:12pt;
    font-family:"Times New Roman", serif;
    font-variant: small-caps;
    font-weight: bold;
    font-style: italic;
}
.jerrys-title2 {
    font-size:12pt;
    font-family:"Times New Roman", serif;
    font-style: italic;
}

.jerrys-quote {
    font-size:11px;
    font-family:"Times New Roman", serif;
}

.bigA {
    font-size:12pt;
    font-family: Arial, Helvetica, sans-serif;
}

.bigA2 {
    font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
}

ul.circle {list-style-type: circle;}
ul.square {list-style-type: square;}
ul {list-style-type: disk;}

ol.upperRoman {list-style-type: upper-roman;}
ol.lowerRoman {list-style-type: lower-roman;}
ol.upperAlpha {list-style-type: upper-alpha;}
ol.lowerAlpha {list-style-type: lower-alpha;}
ol {list-style-type: decimal;}