@charset "utf-8";
/* CSS Document */

p {
	font-size:14px;
	padding-top: 0px;
	margin-top: 0px;
}

td {
	font-size:14px;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:link {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:active {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

div
{
	font-size: 14px;
}

.align_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.align_right {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
}

.cartBtn
{
	background-color: #000000;
	font-weight: bold;
	font-size: 12px;
	border-width: thin;
	border-style: solid;
	border-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	width: 68px;
	margin-top: 8px;
	cursor: pointer;
}

.cartBtn:hover
{
	background-color: #6e0a03;
}

.childInfo
{
	padding-bottom: 8px;
}

.ddOption
{
	background-color: #000000;
	margin-bottom: 1px;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	cursor: pointer;
	padding-left: 6px;
	padding-top: 6px;
}

.ddOption:hover
{
	background-color: #6e0a03;
}

.footer
{
	font-size: 12px;
}

.gcMonth
{
	cursor:pointer;
}

.gcMonth:hover
{
	background: rgba(0, 0, 0, 0.3);
}

.head1
{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

.head2
{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.head3
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.head4
{
	padding: 3px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #000;
}

.head5
{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.popup
{
	width: 300px;
	position: absolute;
	z-index: 200;
	padding: 3px;
	margin: 8px;
	border: 1px solid black;
	background-color: #333;
	color: #FFFFFF;
}

.submenuitem
{
	padding: 6px;
	cursor: pointer;
	border-style: solid;
	border-color: #FFF;
	border-width: 1px;
	margin: 2px;
}

.submenuitem:hover
{
	background-color: #333333;
}

.tableRowi
{
	background: rgba(0, 0, 0, 0.6);
}

.tableRowii
{
	background: rgba(0, 0, 0, 0.7);
}