.accessNav {
	display:none;
}
* {
	margin:0;
	padding:0;
}
html {
	font:.7em/1.4em Arial, Helvetica, sans-serif;
	color:#333;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover, .selected > a {
	text-decoration:underline;
}
a img {
	border:none;
}
body {
	background-color:#e0e0be;
}
#container {
	position:relative;
	margin:0 auto;
	width:850px;
}
#header {
	position:relative;
	background:#fff url(/siteAssets/i/header.png) no-repeat top left;
	height:128px;
	width:100%;
}
#header h1, #tagline {
	display:none;
}
#homeLink, #shopLink {
	position:absolute;
	top:62px;
}
#homeLink a, #shopLink a {
	display:block;
	height:17px;
	text-indent:-9999em;
}
#homeLink {
	left:55px;
}
#homeLink a {
	width:65px;
}
#shopLink {
	left:130px;
}
#shopLink a {
	width:127px;
}
#accountLink {
	position:absolute;
	right:40px;
	top:10px;
	font-weight:bold;
}
#accountLink > * {
	float:left;
	padding-left:5px;
}
#accountLink dd:before {
	content:"[";
}
#accountLink dd:after {
	content:"]";
}
#headerCart {
	position:absolute;
	right:40px;
	top:55px;
	width:265px;
	text-align:right;
}
#headerCart, #headerCart a {
	color:#c5c9a9;
}
#headerCart dt {
	font-weight:bold;
}
#headerCart dt + dd:after {
	content:" || ";
}
#headerCart dd {
	display:inline;
}
#contentContainer {
	background:#fff url(/siteAssets/i/contentRepeat.png) repeat-y top left;
}
#content {
	position:relative;
	background:transparent url(/siteAssets/i/content.png) no-repeat top left;
	padding:28px 46px 28px 44px;
	min-height:423px;
	width:760px;
}
#content:after {
	display:block;
	clear:both;
	content:".";
	visibility:hidden;
	font-size:0;
	height:0;
}
#content > * {
	margin:1em 30px 0;
}
#content h1 {
	background:#ee7d17 url(/siteAssets/i/contentHeader.png) no-repeat top left;
	color:#fff;
	font-size:1.6em;
	padding:5px 40px;
	height:23px;
	width:680px;
	margin:0 !important;
}
#content > h2, #getLucky h2, #categories h2 {
	background:transparent url(/siteAssets/i/greenShamrock.png) no-repeat top left;
	color:#057319;
	font-size:1.8em;
	padding:3px 40px 0;
	height:28px;
	width:620px;
}
#content > h3 {
	font-size:1.3em;
	padding-top:1em;
}
#content > ul {
	list-style:inside;
}
#content .addToCart {
	height:28px;
	width:119px;
}
#content .addToCart a {
	background:transparent url(/siteAssets/i/buttonAddToCart.png) no-repeat top left;
	display:block;
	height:28px;
	width:119px;
	text-indent:-9999em;
}
#disclaimer {
	font-style:italic;
}
#footer {
	position:relative;
	background:#e0e0be url(/siteAssets/i/footer.png) no-repeat top left;
	height:64px;
	padding-bottom:50px;
	font-size:.8em;
}
#footer, #footer a {
	color:#093219;
}
#footer .nav {
	text-transform:uppercase;
}
#footer dt {
	display:none;
}
#footer dd {
	display:inline;
}
#footer .nav dd + dd:before {
	content:" || ";
}
#globalNav, #globalNav a {
	color:#093219;
}
#globalNav {
	position:absolute;
	top:17px;
	left:55px;
}
#corpNav, #credits {
	position:relative;
	top:64px;
	left:0;
	text-align:center;
	width:100%;
}
#credits dt + dd {
	padding-right:10px;
}
#credits {
	font-size:1.2em;
}
table {
	border-collapse:collapse;
	font-weight:bold;
	text-align:center;
	width:auto;
}
thead th {
	padding:3px;
}
tbody tr:hover {
	background-color:#c7cdab;
}
tbody td {
	border:1px solid #000;
	padding:3px;
}
tbody td:first-child {
	border:none;
	background-color:#fff;
}
tbody img {
	float:left;
}