/* -- Core Styles ------------------------------------------------------- */
a       { color: white; text-decoration: none; }
a:hover { text-decoration: underline; }

body
{
	background-color: #28329C;
	color: #3E48AF;
	font: 75% Verdana, sans-serif;
	min-width: 610px;
}

dt
{
	font: bold 1.2em 'Trebuchet MS', Verdana, sans-serif;
	line-height: 1.2em;
	margin: 1.5em 0 0 0;
}
dd { margin: 5px 15px 10px 15px; }

h1, h2, h3, h4
{
	border-bottom: 1px solid #dfdfdf;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.1em;
	padding-top: 5px;
}

/*
h1 { font-size: 1.6em; padding-top: 0; }
h2 { font-size: 1.4em; }
h3 { border: none; font-size: 1.2em; }
h4 { border: none; font-size: 1em; }
*/
p { margin: 1em 0 1em 0; }

.sidenav {
	font-size: 1.2em;
}
.sidenav ul {
	border: solid thin #cfe7ff;
}

/* -- Forms and Toolbars --------------------------------------------------- */
a.toolbar     { margin: 2px; text-decoration: none !important; }
a.toolbar img { border: none; vertical-align: bottom; }

button, input, select { font-size: 0.9em; }

button img { border: none; }

fieldset
{
	border: 1px solid #cfcfcf;
	padding: 1em;
}

form.continue
{
	margin-top: 10px;
	text-align: left;
}

input.text       { width: 16em; }
input.text.long  { width: 25em; }
input.text.small { width: 6em; }

label.required { font-weight: bolder; }
label.small    { font-size: 0.9em; }

.errorStyle {
	color:#FF0000;
	font-weight:bold;
	font-size: .8em;
}

.formbox {
	border:thin black solid;
	padding: 5px;
}

.breadcrumb {
	color:#000099;
	font-size:105%;
}
.breadcrumblast {
	color: #888888;
	font-size:105%;
}
	

/* -- Order Payment Form --------------------------------------------------- */
#paymentForm label { font-weight: normal; }