.text {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 10px;
}



.small {
	font-size: 11px;
}

.cart {
	font-size: 12px;
}

.tableText {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

.foot {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	color: #cccccc;
}

.sidebox {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #cccccc;
	color: #000000;
	padding: 15px;
	text-align:justify;
}

.didyouknow {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #F8E800;
	color: #000000;
	padding: 10px;
	border: 2px solid #000000;
	text-align: justify;
	line-height:16px;
}
.dykhead {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #000000;
	padding: 2px;
	text-align:center;
	border: 2px solid #000000;
}
.dykhead H1 {
	color: #F8E800;
}

.buttonTrans {
	width:140px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color:#990000;
	color:#ffffff;
}
.buttonCase {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color:#990000;
	color:#ffffff;
	margin:0px;
	padding:0px;
}
.buttonCart {
	width:100px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color:#990000;
	color:#ffffff;
	margin:0px;
	padding:0px;
}
.buttonCheckout {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color:#990000;
	color:#ffffff;
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
}

H1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	color: #990000;
}
H2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	color: #990000;
}

.dropdown {
	visibility: hidden; 
	position: absolute;
	top:-8px;
}
.dropdownbuttons {
	background-color: #f8e800;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
}
.dropdownbuttons A {
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	height: 16px;
}
.dropdownbuttons A:hover {
	text-decoration: underline;
	height: 16px;
}

HR {
	height: 2px;
	color: #999999;
	background-color: #999999;
	border: 0px;
}

html { height: 100%;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

#container { position: relative; height: 100%; min-height: 100%; }
body > #container { height: auto; } /* sets height back to normal for browsers that understand min-height */
#footer { position: absolute; bottom: 0; width: 100%; } /* position the footer */

