/*==== Stylesheet for www.oshinc.com - OSH, inc. - valid css 2.0 ====*/

/*----begin basic styles----*/

* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #000;
	line-height: 1.5em;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #000;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}

h4 {
	font-weight: bold;
	font-size: 14pt;
}

a img {
	border: 0px;
}

.line {
	height: 32px;
	width: 468pt;
	border-bottom: 1pt dashed #555;
}

.line2 {
	height: 35px;
	width: 468pt;
	margin: -36px 0px 10px 0px;
	border-bottom: 1pt dashed #555;
}

.line3 {
	height: 35px;
	width: 468pt;
	margin: -25px 0px 10px 0px;
	border-bottom: 1pt dashed #555;
}


/*----end basic styles----*/

/*----begin class styles----*/

.hidden h2, .hidden h3 { display: none; }

.hidden h1 {
	color: #555555;
}

/*----end class styles----*/

/*---- begin id styles----*/

#container {
	position: relative;
	width: 468pt;
}

/*----begin header styles----*/

#header {
	position: relative;
	margin: auto;
	top: 0px;
	left: 0px;
	width: 468pt;
}

/*----end header styles----*/

/*----begin left side styles----*/

#sideL {
	position: relative;
	border-top: 1pt solid #555;
}
#sideL img {
	padding: 5pt;
}

#left a {
	color: #555;
	text-decoration: underline;
}


/*----end left side styles----*/

/*----begin right side styles----*/

#sideR {
	display: none;
}

/*----end right side styles----*/

/*----begin footer styles----*/

#footer {
	display:none;
}

.requestInfo table {
	padding: 5pt;
	background-color: #FFFFFF;
	border: 1px solid #555;
}

.requestInfo td {
	font-size: 12pt;
	vertical-align: top;
}

.requestInfo th {
	font-size: 12pt;
	text-align: left;
	border-bottom: 1pt solid #555; border-top: 1px solid #555;
}

.requestInfo input, textarea {
	font-size: 12pt;
	background-color: #fff;
	border: 1pt solid #555;
}

.requestInfo h1 { margin: 0px; }

.roll_button:hover { 
	color: #000; 
	background-color: #fff; 
	text-decoration: underline;
}

#order_sum { width: 420pt; }

#order_sum td { 
	padding-right: 10pt;
}

.total { 
	font-weight:bold;
	text-align: right;
	border-top: 1pt solid #555; border-bottom: 1pt solid #555;
}

#order_dir {
	font-size: 12pt;
	color: #555;
}

#form1, #form2 { height: 0px; }

#form2 { margin-top: 3px; }