html
{
	overflow-x; auto;
	overflow-y: scroll;
}

body 
{
}

h1,.pageTitle
{
	font-family: Palatino Linotype, Arial, Verdana, Helvetica;
	font-size: large;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
}

h2,.pageSubTitle
{
	font-family: Palatino Linotype, Arial, Verdana, Helvetica;
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
}

.copy
{
	font-family: Palatino Linotype, Arial, Verdana, Helvetica;
	font-size: small;
	font-weight: normal;
	color: #666666;
}

.form_label
{
	font-family: Palatino Linotype, Arial, Verdana, Helvetica;
	font-size: small;
	font-weight: bold;
	color: #666666;
}

.form_hdr
{
	font-family: Palatino Linotype, Arial, Verdana, Helvetica;
	font-size: medium;
	font-weight: bold;
	background-color: #333366;
	color: White;
	text-transform: uppercase;
}

.form_tbl
{
	border: solid 1px #000080;
}

.error
{
	font-family: Arial, Verdana, Helvetica;
	font-size: small;
	font-weight: normal;
	color: Red;
}

.order_summary_grid_item
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	border-bottom: solid 1px gray;
	padding-bottom: 5px;
}
.order_summary_items
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	background-color: Black;
	color: White;
}

.order_summary_wrestler
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: normal;
}

.order_summary_total
{
	font-family: Arial, Verdana, Helvetica;
	font-size: small;
	font-weight: bold;
}

.order_summary_command
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 7pt;
	font-weight: normal;
}

.order_summary_disclaimer
{
	font-family: Arial, Verdana, Helvetica;
	font-size: smaller;
	font-weight: bold;
	color: Red;
}

.order_summary_hdr
{
	font-family: Palatino Linotype, Arial, Verdana, Helvetica;
	font-size: small;
	font-weight: bold;
	color: Black;
	text-transform: uppercase;
}

.order_summary_hdr_checkout
{
	font-family: Palatino Linotype, Arial, Verdana, Helvetica;
	font-size: small;
	font-weight: bold;
	color: Black;
	text-transform: uppercase;
	text-decoration: underline;
}

.directionsLink
{
	font-family: Palatino Linotype, Arial, Verdana, Helvetica;
	font-size: small;
	font-weight: bold;
	color: Black;
	text-transform: uppercase;
	text-decoration: underline;
}

.gridItemStyle
{
	border-top: solid 1px Black;
	padding-bottom: 10px;
}

.orderTotal
{
	font-family: Palatino Linotype, Arial, Verdana, Helvetica;
	font-size: medium;
	font-weight: bold;
	color: Black;
}

#menu 
{
	width: 152px; /* set width of menu */
	/* background: #eee; */
	text-align: left;
} 

#menu ul 
{	/* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li
{
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 
{
	font: bold 15px/16px Helvetica, Calibri, Arial, Sans-Serif;
	display: block;
/*
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
*/
	margin-top: 1px;
	/* padding: 2px 3px; */
}

#menu h2 
{
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a 
{
	padding: 14px 0 14px 10px;
	color: #006699;
	text-decoration: none;
	background-image: url(images/button.gif);
}

#menu a:hover 
{
	color: #ffffff;
	background-image: url(images/button-over.gif);
}
