/* ===================== General CSS (Broad Changes) ======================== */
body
{
	background-image: url(../images/site_images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f1f1f1;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: -moz-scrollbars-vertical;
}

td
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

font
{
	font-weight: normal;
}

fieldset legend
{
	color: #0D2D84;
	font-weight: bold;
	cursor: pointer;
}

fieldset
{
	cursor: default;
}

.dropdown
{
	color: #2b4d76;
	font-family: arial;
	font-size: 12px;
}

.leftnav
{
	font-size: 12px;
}

.leftnav a:link, .leftnav a:visited, .leftnav a:active
{
	color: #2b4d76;
	font-size: 12px;
	text-decoration: none;
}

.leftnav a:hover
{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.cart a:link, .cart a:visited, .cart a:active
{
	font-size: 11px;
	text-decoration: none;
}

.cart a:hover
{
	font-size: 11px;
	text-decoration: none;
}

.footer a:link, .footer a:visited, .footer a:active
{
	font-size: 10px;
	text-decoration: none;
}

.footer a:hover
{
	font-size: 10px;
	text-decoration: none;
}

.footer
{
	font-size: 10px;
	text-decoration: none;
}

a:link { color: #c0343f; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:visited { color: #c0343f; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }

.submit
{
	color: #FFFFFF;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #000000;
	background-color: #376193;
}

.submit_disabled
{
	color: #FFFFFF;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #A0A0A0;
	background-color: #0a59a4;
}

.small
{
	font-size: 7pt;
	color: #000000;
	font-weight:Bold;
}

.error
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
}

.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;
}
h1
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

