body  {
	font: 70% Arial, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
}
#headerholder {
	width: 100%;
	background-color: #ffcc00;
	margin: 0;
}
#header {
	width: 850px;
	height: 150px;
	margin: 0 auto;
}
#maincontent { 
	width: 875px;
	margin: 0 auto; 
	text-align: left;
}
#footer {
	text-align: center;
	margin: 20px 0 20px 0;
}
#litebox{
	display:none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -188px;
	margin-left: -400px;
	z-index:9999;
	width:750px;
	height:375px;
	border: 5px solid grey;
	background-color: white;
	text-align:left;
	padding:20px;
}
#greybox{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:150%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#Merch,#View-Cart,#Help,#Order-Status {
	padding: 5px;
}
#cartTable {
	margin: 20px;
	width: 95%;
}
#cartTable td {
	padding: 5px 10px 5px 10px;
}
#notice {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}
h1 a {
	background: transparent url(../images/hilariawesomeheader.gif) no-repeat scroll 0 0;
	display:block;
	height:150px;
	margin: -20px 0 0 0;
	padding:0;
	text-indent:-9999px;
	width:850px;
}
.clearFloat {
	clear: both;
	font-size: 0px;
}
.description {
	color:#000000;
	display:none;
	font-family:'Arial',serif;
	font-size:14px;
}
.thumb {
	width: 200px;
	height: 150px;
	padding: 0;
	margin: 8px;
	float: left;
}
.smallSKU {
	font-size: 10px;
	color: grey;
}
.itemprice {
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
}
.itemTitle {
	font-weight: bold;
	font-size: 18px;
}
.tinythumb {
	float: left;
	width: 50px;
	height: 37px;
	padding: 0;
	margin: 30px 8px 0 8px;
}
.tinythumb img {
	width: 50px;
	height: 37px;
	border: 0;
}
.msg {
	color: red;
	font-weight: bold;
}
.cartfield {
	width: 25px;
	text-align: right;
}

/* tabs */
.anchors {
    list-style: none;
    margin: 0;
    padding: 0 0 1px 1px;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
    margin: 0 1px 0 0;
}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    border: 1px solid #eaeaea;
    border-bottom: 0;
    z-index: 2;
    padding: 2px 9px 1px;
    color: #000;
    text-decoration: none;
}
.anchors .on a {
    padding-bottom: 2px;
    font-weight: bold;
}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active,
.anchor {
    background: #eaeaea;    
}
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.anchor {
    padding: 10px;
}

#printviewer{
	overflow:hidden;
	height:178px;
	position:relative;
	margin:-1px;
	border:1px solid #000;
}
#alert{
	background-color:#94ddf9;
	text-align:left;
	padding:20px;
	font-weight:normal;
	margin:0 0 20px;
}
#alert h2{
font-size:22px;
margin:0;
padding:0;
font-weight:bold;
}
