﻿*{
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: #C4C4C4 url('/styles/pageback.png') repeat-x top;
	font-family: Verdana, "Lucida Sans", "Microsoft Sans Serif";
	font-size: 12px;
	margin: 20px 0 0 0;
}

img {
	border-style: none;
}

#pagewrap {
	position: relative;
	background-color: #FFFFFF;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}
#headerwrap {
	background-color: #000000;
	background: url('/styles/menuback.png') repeat-x top;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 0;
	overflow: auto;
	clear: both;
	width: 900px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#headerwrap a {
	color:white;
	text-decoration:none;
}

#headerwrap a:visited {
	color:white;
	text-decoration:none;
}

#headerwrap a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#headerleft {
	position: relative;
	z-index: 3;
	top: 0;
	float: left;
	background-color: #000000;
	color:white;
}

#headerleft li{
	display:inline;
}

#headerright {
	position: relative;
	z-index: 2;
	background-color: #000000;
	color: #C0C0C0;
	text-align: right;
}
#headerright li{
	display:inline;
}


* html div#bodywrap { 
   height: expression( this.scrollHeight < 601 ? "600px" : "auto" ); /* sets min-height for IE6 */
}
   
#bodywrap {
	width: 900px;
	background-color: #FFFFFF;
	clear: both;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	min-height: 600px;
}

#line, .line {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	width: 900px;
	height: 5px;
	clear: both;
	background-image: url("LineBack.png");
	background-repeat: repeat-x;
}
	
#search {
	width:700px;
	float:left;
	position:relative
}

#pagetitle {
	width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
#logo {
	float: right;
	margin: 15px 0 0px 0;
	width: 196px;
}

#leftcolumn {
	float:left;
	width:690px;
	
}

#rightcolumn {
	border-color: #ECEEF1;
	border-width: 1px;
	border-style: solid;
	width: 175px;
	height: 460px;
	position: relative;
	float: right;
	padding: 10px;
	background-image: url('rightcolumnback.jpg');
	font-size:10px;
}

#rightcolumn p {
	margin-bottom: 5px;
}

#rightcolumn h1 {
	color:teal;
	text-indent:0px;
	text-align:center;
	font-size: 11px;
	font-weight:bold;
	border:0px;
	margin-bottom: 5px;
}

#rightcolumn h2 {
	color:teal;
	font-size:10px;
	text-indent:0px;
	margin-top:10px;
	margin-bottom:3px;
}

#searchcriteria {
	background-color: #E6EFEF;
	padding: 3px 3px 15px 3px;
	clear:both;
}

#buttonholder {
	width:690px;
	float:right;
}

#results {
	margin-top:50px;
	width:690px;
}

#osctypes {
	margin-left: 20px;
}

#parameters {
	margin-top: 50px;
	margin-left:20px;
}

#drops {
	height:30px;
}

#stockgrid {
	margin-top: 20px;
}

#stockinfo {
	margin-top:50px;
}

#pndetailbuttons {
	margin-top:20px;
	margin-left:100px;
}

#timestamp {
	margin-top:30px;
}

#imageguide img {
	overflow:hidden;
	margin-left:0px;
}

.range {
	float:left;
	margin-left: 0px;
	margin-right: 10px;
}

.radio {
	float:left;
	margin-right: 15px;
}

.criteriatitle {
	font-size:10px;
	font-weight:bold;
	text-align:left;
}

.criteriarow {
	font-size:10px;
	color:#505F6E;
}

.criteriapn {
	font-size:14px;
	font-weight:bold;
	color:#505F6E;

}

.resultstitle {
	font-size:10px;
	font-weight:bold;
	background-color:#E6EFEF;
	height:30px;
	text-align:left;
}

.resultsrow {
	font-size: 10px;
	color: #000000;
	text-align:left;
	line-height:20px;
}

.stockrow {
	font-size: 12px;
	color: #000000;
	text-align:left;
	line-height:20px;
}

.newsearch {
	border: 1px #FFFFFF solid;
	height: 20px;
	width: 150px;
	float: right;
	background-color: maroon;
	font-size: 11px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.topmargin {
	margin-top:30px;
}

.parasearch {
	background-color: #505F6E;
	color: white;
	border: 1px #FFFFFF solid;
	font-size: 11px;
	width: 200px;
	height: 20px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.clearparm {
	background-color: #007577;
	color: white;
	border: 1px #FFFFFF solid;
	font-size: 11px;
	width: 200px;
	height: 20px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.displayitems {
	background-color: #BDC5CC;
	color: #000000;
	border: 1px #FFFFFF solid;
	font-size: 11px;
	width: 200px;
	height: 20px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.errorboxred {
	background-color: #FFECEC;
	color: maroon;
	border: 1px;
	border-color: maroon;
	border-style: solid;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 670px;
	display: block;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}

.errorboxyellow, .nostockbox {
	background-color: #FFFFCC;
	color: maroon;
	border: 1px;
	border-color: maroon;
	border-style: solid;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 670px;
	display: block;
	padding: 10px;
	margin-top: 20px;
	margin-bottom:20px;
}

.ecxmessage p {
	color: maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 670px;
	margin:15px 0px 0px 20px;
}


.pninputbox {
	width: 200px;
	height: 20px;
	margin-left: 50px;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #505F6E;
}

.input {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bigpn {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0px 0px 20px;
}

.pndetailtitle {
	font-size: 14px;
	color: #000000;
	text-align: right;
	padding: 2px;
}

.pndetailvalue {
	text-indent: 20px;
	font-size: 14px;
	color: #000000;
	padding: 2px;
}

.checkboxpanel {
	margin-left: 20px;
	line-height: 20px;
}

.floatr {
	float:right;
}

.floatl {
	float:left;
}
#countrytableback {
	padding: 10px 0 0 0;
	background-color: #E6EFEF;
	background-image: url('countrytableback.jpg');
	background-repeat: repeat-x;
}
#countrywrap {
	margin: 0 0 0 0;
	width: 900px;
	height: 40px;
	overflow: hidden;
	clear: both;
}
#countryflag {
	padding: 0 20px 0 20px;
	float: left;
	height: 40px;
}
#countrytitle {
	margin: 10px 0 0 0;
}
#countrytitle p {
	padding: 3px 0 3px 0;
	font-size: 16px;
	font-weight: bold;
	background-color: #E6EFEF;
}


.countrytable {
	margin: 0 auto 30px auto;
	clear: both;
}
.countrytabletd {
	width: 250px;
	height: 20px;
}

.countrytabletd a {
	text-decoration: none;
	color: #000000;
}
.countrytabletd a:visited {
	text-decoration:none;
	color: #000000;
}
.countrytabletd a:hover {
	text-decoration:underline;
	color: #000000;
}


.flagref {
	margin: 0 0 0 0;
	text-align: center;
	color: white;
}
.flagref a {
	color: white;
	font-size: 10px;
	text-decoration:none;
}
.flagref a:visited {
	font-size:10px;
	color:white;
	text-decoration:none;
}
.flagref a:hover {
	color:white;
	font-size:10px;
	text-decoration:underline;
}
.distytable {
	margin: 50px 0 30px 50px;
	clear: both;
}
.distytablelogo {
	height: 60px;
	width: 220px;
	vertical-align: middle;
	border-bottom:1px silver solid;
}
.distytablename {
	width:220px;
	height:20px;
	border-bottom:1px silver solid;

}
.distytableweb {
	width: 350px;
	height: 20px;
	border-bottom:1px silver solid;
}
.distytableweb a, .distytableweb a:visited {
	text-decoration: none;
	color: #0000FF;
}
.distytableweb a:hover {
	text-decoration: underline;
	color: #0000FF;
}

.centered {
	text-align:center;
}

.centeredsm {
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 10px;
}



#plbutton {
	margin: 30px 0px 10px 12px;
	text-align: center;
}

h1 {
	border-left: thick #008080 solid;
	font-size: large;
	text-indent: 10px;
}

h2 {
	font-size: small;
	font-weight: normal;
	text-indent:50px;
}

h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
}

h4 {
	color: #000000;
	background-color: #E6EFEF;
	font-weight: normal;
	font-size: 14px;
	padding: 3px;
}

h5 {
	color:teal;
	font-weight:normal;
	font-size:14px;
	margin: 30px 0 5px 20px;
}

#osctypes h3, #parameters h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	margin-left:0px;
}

h6 {
	text-align:center;
	font-size: small;
	margin:5px;
}

#stocksearchmenu {
	width: 500px;
	margin-left: 70px;
	margin-top: 30px;
}

#stocksearchmenu p {
	margin-left: 20px;
	margin-bottom:20px;
	margin-top: 5px;
}

#stocksearchmenu li{
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	list-style-type: decimal;
}

.text {
	width: 600px;
	margin-left: 50px;
	margin-top: 30px;
}

.text p {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.text li{
	margin-left: 50px;
	margin-bottom: 5px;
	list-style-type: square;
}


.smalltext {
	font-size:10px;
}

.contact {
	width:600px;
	margin-left: 50px;
	margin-bottom:0px;
	margin-top:30px;
}

.contact h2 {
	color: teal;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	text-indent:0;
}

.indent {
	text-indent: 30px;
	margin-bottom:20px;
}

.menuitem {
	color: teal;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
}

.dropdown {
	margin-left:20px;
	font-size:10px;
	float:left;
}

.textbox {
	margin:5px;
}

.itemcount {
	float:right;
	color:maroon;
}

.detailparms {
	line-height:20px;
}

#footer {
	height: 15px;
	background-color: #000000;
	background: url('/styles/footerback.png') repeat-x top;
	clear: both;
	width:930px;
	color: silver;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	padding-top: 7px;
	padding-bottom: 5px;
}

#footer li {
		display:inline;
}

#footer a {
	color:silver;
	text-decoration:none;
}

#footer a:visited {
	color:silver;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

