body {
    font-size: 12px;
	background-color: #fff;
	background-image: none;
}

* {
	margin: 0;
	padding: 0;
}


#eventimshop {
	background-image: none;
}

/* Reformat */

#container {
	padding-left: 0;
}

#shopheader img {
	float: left;
}

#loadingBar {
	display:none;
}



/* Confirmation */

#ihcontent #checkOut {
	font-size: 20px;
}

#ihcontent #checkOut dl.confirmation {
	margin-top: 35px;
	margin-bottom: 45px;
	line-height: 24px; 
}

#ihcontent #checkOut dl.confirmation dt {
	padding-right: 3px;
	font-weight: bold;
	float: left;
}

#ihcontent #checkOut .head3 {
	font-size: 1em;
}

#ihcontent #checkOut .head2 {
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 20px;
}

#ihcontent #checkOut .item {
	padding: 5px 5px 0 5px;
	border-top: 1px solid #000;
}

#ihcontent #checkOut .item h4, #ihcontent #checkOut .item p {
	font-size:0.9em;
	font-weight: normal;
	/*font-family: Verdana;*/
	
}

#ihcontent #checkOut dl.price {
	margin-bottom: 10px;
}

#ihcontent #checkOut dl.price dt {
	font-size:0.9em;
	padding-right: 4px;
	font-weight: bold;
	float: left;
}

#ihcontent #checkOut dl.price dd ul li {
	padding: 0 8px;
	border-left: 1px solid #000033;
	display: inline;
}

#ihcontent #checkOut dl.price dd ul li.first {
	padding: 0;
	border-left: none;
}

#ihcontent #checkOut dl.freeseason {
	margin-bottom: 10px;
}

#ihcontent #checkOut dl.freeseason dt {
	font-size:0.9em;
	padding-right: 4px;
	font-weight: bold;
}

#ihcontent #checkOut dl.freeseason dd ul li {
	padding: 0 8px;
	list-style: outside none none;
}

#ihcontent #checkOut dl.freeseason dd ul li.first {
	padding: 0;
	border-left: none;
}

#ihcontent #checkOut dl.summary {
	margin-bottom: 15px;
	padding: 12px 5px;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid #000;
}

#ihcontent #checkOut dl.summary dt {
	padding-right: 5px;
	float: left;
}

#ihcontent #checkOut a.printlink {
	display: none;
}

#ihcontent .backLink a.printlink {
	display: none;
}


/* Hide */

#metaNav, #progressBar, #sidebar, #poweredBy, #footerWrapper, #shadowbox_container, #mainNavigation{
	display: none;
}



.noprint, .pager {
	display: none;
}

#printTag {
	width: 980px;
	height: 70px;
	margin: 60px auto 0 auto;
	padding-left: 28px;
	font-family: Verdana;
	font-size: 1em;
	display: block;
}

/* Special */

acronym[title]:after, abbr[title]:after {
	content: " (" attr(title) ")";
}