.pagetitle h1{
    font-size: 2em;
    line-height: 1.0;
    color: #da2245;
    margin-top: 2rem;
    margin-bottom: 2rem;
}	

.hidden_record td
{
	color: #666666;
}
.top
{
	margin: 0px 10px 0px 10px;
}
.bottom
{
	margin: 0px;
}
#grading
{
}
#listing
{
	font-size: 14px;
}
#gobutton
{
	padding: 0px;
}
#shipping td
{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
#shipping th
{
	text-align: center;
	padding: 0px 10px 0px 10px;
}
#alphabet
{
	padding: 20px 0px 20px 0px;
	text-align: center;
}
#alphabet a
{
	background:#da2245;
	padding-left:7px;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px;
	color:#fff;
	border-radius:10px;
	line-height: 2rem;
}
#alphabet a:hover
{
	background:#000;
	color:#fff;
}
#alphabet a:active
{
	background:#000;
	color:#fff;
}
#catmenu
{
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 15px;
}
#catmenu a
{
	background:#da2245;
	padding-left:7px;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px;
	color:#fff;
	border-radius:10px;
	line-height: 2rem;
	white-space: nowrap;
}
#catmenu a:hover
{
	background:#000;
	color:#fff;
}
#catmenu a:active
{
	background:#000;
	color:#fff;
}
#recordinfo
{
	float: left;
}
#recordinfo input
{
	float: left;
	width: 200px;
	background-color: #8899AA;
	margin-bottom: 4px;
}
#recordinfo label
{
	float: left;
	width: 80px;
	text-align: right;
}
#recordcodes
{
	float: left;
	margin-left: 30px;
}
#recordcodes input
{
	float: left;
	width: 20px;
	background-color: #8899AA;
	margin-bottom: 4px;
}
#recordcodes label
{
	float: left;
	width: 145px;
	text-align: right;
}
#recordcategories
{
	float: left;
	margin-left: 20px;
}
#recordcategories input
{
	float: left;
	width: 20px;
	background-color: #8899AA;
	margin-bottom: 4px;
}
#recordcategories label
{
	float: left;
	width: 170px;
	text-align: right;
}
#form1
{
	margin-left: 30px;
}
#form1 label
{
	float: left;
	clear: both;
	margin-bottom: 5px;
	margin-right: 20px;
}
#form1 input
{
	float: left;
	background-color: #aabbcc;
	border-color:#dddddd #555555 #555555 #dddddd;
	border-width: 1px;
}
#form2
{
	margin-left: 30px;
}
#form2 label
{
	float: left;
	clear: both;
	margin-bottom: 5px;
	margin-right: 20px;
}
#form2 input
{
	float: left;
	background-color: #aabbcc;
	border-color:#dddddd #555555 #555555 #dddddd;
	border-width: 1px;
}
.required
{
	font-size: 10px;
	color: #FF0000;
	vertical-align: top;
}
.moredata
{
	display: none;
}
.newline
{
	clear: both;
}
#updateArea
{
	position: absolute;
	display: none;
	background-color: #ffd7d7;
	border-color: #f56a6a;
	border-width: 2px;
	border-style: solid;
	/*top: 0px;
	left: 175px;*/
	width: 230px;
	font: normal 11px;
	padding: 8px;
}
.note
{
	color: #990000;
	font-size: 12px;
	display: block;
}
.instructions
{
	font-size: 14px;
	/*float: left;*/
	display: block;
	padding-left: 10px;
}
.orderpage
{
	padding-top: 20px;
}
.orderpage input
{
	float: left;
}
.orderpage label
{
	float: left;
	max-width: 600px;
	padding-right: 10px;
}
.orderpage br
{
	clear: both;
	line-height: 25px;
}
#cart
{
	/*padding: 10px;
	margin: 10px;
	border: 1px inset #8899AA;*/
}
.holiday_header
{
	font-size: 24px;
	text-decoration: underline;
	font-weight: bold;
}
.returnbutton
{
	float: right;
	font-size: 14px;
	clear:both;
}
#checkEmail
{
	font-weight: bold;
}
.hidden
{
	display: none;
}
.show
{
}