/* ===================== General CSS (Broad Changes) ======================== */
body
{
	background-color: #000000;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	overflow: -moz-scrollbars-vertical;
}

td
{
	font-family: verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

font
{
	font-weight: bold;
}

fieldset legend
{
	color: #0D2D84;
	font-weight: bold;
	cursor: pointer;
}

fieldset
{
	cursor: default;
}
.category_nav_wrapper
{
	margin-top: 0px;
	margin-right: 0px;
}
.category_nav_wrapper a:link, .category_nav_wrapper a:visited, .category_nav_wrapper a:active
{
	color: #ffffff;
}
.category_nav_wrapper a:hover
{
	color: #ea0000;
}

.footer
{
	font-size: 10px;
	color: #ea0000;
}

.footer a:link, .footer a:visited, .footer a:active
{
	font-size: 10px;
	text-decoration: none;
	color: #ea0000;
}

.footer a:hover
{
	color: #ea0000;
	font-size: 10px;
	text-decoration: underline;
}


a:link { color: #777777; text-decoration: none; }
a:active { color: #ea0000; text-decoration: none; }
a:visited { color: #777777; text-decoration: none; }
a:hover { color: #ea0000; text-decoration: none; }

.submit
{
	color: #ffffff;
	font-family: verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	height:20px;
	border: 1px solid #000000;
	background-color: #444444;
	cursor: pointer;
}

.submit_disabled
{
	color: #FFFFFF;
	font-family: verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	border: 2px solid #A0A0A0;
	background-color: #0a59a4;
}

.small
{
	font-size: 7pt;
	color: #000000;
	font-weight:Bold;
}

.error
{
	font-family: verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}
.system_error_box
{
	font-size:15px;
}
.loading_box
{
	border: 1px solid black;
	background-color: #f0f0f0;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}
.cvv2_whats_this
{
	font-size: 10px;
}
.time_to_ship_wrapper
{
	font-weight:normal;
}

.clearfix
{
	clear: both;
	line-height: 0px;
	font-size: 0px;
}