@import url("sIFR-print.css");

body {
	font-family: "Times New Roman", serif;
	font-size: 90%;
}
img {
	border: 0;
}
.left {
	float: left;
}

.right {
	float: right;
}

#global {
	width: 100%;
}

/* hidden elements */
.column#cleft, #shoppingcart, img {
	display: none;
}

.column#cleft, .column#cwide {
	width: 100%;
	margin-top: 0;
	padding-top: 0;
}

.column#plain {
	width: 97%;
}

.column {
	margin-top: 0;
	padding-top: 0;
}

h1, .nav, #footer {
	display: none;
}

h2 {
	margin-bottom: 5px;
}
h4 {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-top: 0;
}
/* *****************************************************
   forms style
******************************************************** */

form {
	margin: 0 0 1em 0;
	padding: 0;
}
form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
form .row {
	clear: both;
}
form label {
	display: block;
}
form input.tx, form input.bt, form textarea, form select {
	margin-bottom: 10px;
	line-height: normal;
}
form input.tx, form textarea, form select {
	width: 200px;
}
form #submit {
	margin-top: 15px;
}
form fieldset.left {
	width: 40%;
}
form fieldset.right {
	width: 40%;
	float: left;
}

#logoprint {
	width: 218px;
	height: 27px;
	margin-bottom: 1em;
	display: block;
}