html {
	height: 100%;
	width: 100%;
}
body {
        width: 100%;
        height: 100%;
        font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
        font-weight: 900;
	color: #ffffff;
        margin: 0px;
        padding: 0px;
        background: #140000;
}

#headnav {
        font-size: 30px;
        text-decoration: none;
        letter-spacing: -4px;
	background: #000000;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: blueviolet;
	width: 100%;
	
}

#headnav div {

	float: left;
	margin: 10px;
	padding: 2px;
}
a {
        text-decoration: none;
        font-weight: 500;
        color: #55bf2e;
        filter: drop-shadow(1px 1px 1px #fffff);
	border: 1px solid #cc0000;
	border-radius: 12px;
	padding: 3px;
	margin-bottom: 12px;
}
a:hover {
        text-decoration: none;
        font-weight: 900;
        color: #55bf2e;
        filter: drop-shadow(1px 1px 1px #fffff);
	background: #cc00cc;
}
a:visited {
        text-decoration: none;
        font-weight: 500;
        color: #55bf2e;
        filter: drop-shadow(1px 1px 1px #fffff);
}
a:active {
        text-decoration: none;
        font-weight: 900;
        color: #cc0000;
        filter: drop-shadow(1px 1px 1px #fffff);
}

#robbielogo {
        position: fixed;
        z-index: -1;
        top: 100px;
	height: 60%;
        background-image: url('/images/robbie.logo.1.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        min-height: 60%;
        width: 100%;
}

#info {
    height: 20%;
    width:100%;
	text-decoration: none;
	font-weight: 900;
	color: #55bf2e;
	filter: drop-shadow(1px 1px 1px #efefef);
	font-size: 25px;
	text-decoration: none;
	background: #000000;
	opacity: .8;
	position: fixed;
	bottom: 0px;
}

.infotext {
	width: 90%;
	margin: auto;
	display: block; 
	background: #120000;
	padding: 20px;
	font-size: 20px;
	opacity: .95;
	height: 80%;
	overflow-y: scroll;
}
.shoppingcart {
	width: 90% !important;
	margin-top: 10px;
	border-radius: 9px;
	overflow-y: scroll;
	border: 2px solid #ffffff;
	background: #120000;
	padding: 20px;
	font-size: 20px;
	margin-top: 10px;
	float: left;
}


td {
	vertical-align: top;
	padding: 2px;
}

tr {
	border-bottom: 1px solid #efefef;
}

#checkoutbox {
	width: 90%;
	background: #130000;
	border: 2px solid #ffffff;
	padding: 9px;
	border-radius: 9px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.bigrollover {
	display: none;
	width: 30%;
	height: 30%;
	position: fixed;
	top: 30%;
	bottom: 30%;
	border: 1px solid #55bf2e;
	padding: 9px;
}


#cart_table div {
	float: left;
}
