@charset 'UTF-8';
@import url("reset_v1.css");


/*Template*/
.hide, #skip, #nav-lang, #nav-main, #nav-legal, #sub_content, p.breadcrumb, #content a.readmore, .noprint {
	display:none;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}


/*Main Content Elements*/
h2, h3, p, ul, ol {
	margin:0px 0px 10px 0px;
}
h1 {
	font-size:17px;
	text-align:center;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:13px;
}
strong, h1, h2, h3, th, legend {
	font-weight:bold;
}
a {
	color:black;
}
#content ul {
	margin-left:15px;
	list-style:square;
}
#content ol {
	margin-left:25px;
	list-style:decimal;
}


/*Tables*/
table {
	margin:1px 1px 10px 1px;
}
th, td {
	border:solid 1px black;
	padding:2px;
}
th {
	white-space:nowrap;
}



/*Products*/
#search-prtnum, #search-prod legend, #search-prod button, #th_pfg_f {
	display:none;
}
#search-prod label {
	display:block;
}
#search-prod thead th div.title, #search-prod thead th input {
	border:none;
	font-weight:normal;
	font-style:italic;
	color:#999999;
	width:100%;
	padding:0px;
}



/*Map*/
#map {
	margin:0px 0px 20px 0px;
}
#map_flt_form button {
	display:none;
}
#map_flt_form div.title {
	font-weight:normal;
	font-style:italic;
	color:#999999;
}


/*Foot*/
#foot-left {
	float:left;
}
#foot-right {
	text-align:right;
	float:right;
}
