body
{
	margin: 0;
	padding: 0;
	background-color: #a00505;
}

body, td, p, input, textarea, select
{
	color: #5D5D5D;
}

img { border: 0; margin:0; }
form { margin: 0; }
table { border: 0;  vertical-align: middle; }

h1
{
	color: #5D5D5D;
	margin:0;
	padding:0;
	font-size:1.0em;
	font-weight:normal;
	display:inline;
	line-height: 1.6em;
}

a
{
	color: #B25A1F;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
a:visited 
{
    color: #B25A1F;
    text-decoration: underline;
}

h3
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #5B82B1;
}

h3.strong
{
	color: #F95839;
}

h5.strong
{
    font-size: 0.8em;
	color: #F95839;
}

i.quote
{
	color: #717171;
}

p.justified
{
	text-align: justify;
}

p.spacer_line
{
	width: 100%;
	height: 0px;
	line-height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #F2F2F2;
}

p.spacer
{
	margin: 0;
}

small
{
	color: #9E9E9E;
	font-weight: normal;
}

#page
{
	width: 663px;
	border-width: 0;
	background-color: #FFFFFF;
}

#page_holder
{
	margin: 25px 28px 20px 28px;
}

#product_page_holder
{
	margin: 25px 28px 0px 28px;
}

#page_title
{
	width: 603px;
	height: 34px;	
	margin: 0 0 0 0;
	float: left;	 
}

#page_title_bar
{
	width: 603px;
	height: 1px;
	margin: 0 0 15px 0;
	clear:left;
	
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #F2F2F2;
	line-height:0px;
}

.page_subtitle
{
	width: 603px;
	margin: 0 0 1.0em 0;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #F2F2F2;
}

.orderform_status_indicator
{
	position: absolute;
	visibility: hidden;
	width: 69px;
	height: 16px;
	white-space: nowrap;
	vertical-align: middle;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    font-size:smaller;
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    font-size:small;
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-size:small;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

textarea 
{
    height: 7em;
    width: 20em;
}

.tri-state
{
    width: 6em;
}

b
{
    font-weight: bold;
}

.purchaseTable td
{
    vertical-align: middle;
}
