body {
	margin: 0px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	/*border: solid 1px #0f0;*/
}

img {
	border: none;
}

h1 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 1.2em;
	color: #ED1C24;
}

h2 {
	font-weight: bold;
	color: #bbbbbb;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
	color: #ED1C24;
}

.body-highlight {
	font-weight: bold;
	color: #ED1C24;
}

.std-highlight {
	color: #ED1C24;
}

.quicksearch {
	font-size: 0.8em;
	color: #000000;
	padding-right: 10px;
}

textarea {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #555555;
	background: #ffffff;
}


input.navsearch_text {
	font-size: 0.8em;
	border: solid 1px #555555;
	background: #ffffff;
	width: 100px;
}

input.navsearch_submit {
	font-size: 0.9em;
	color: #ffffff;
	border: solid 1px #555555;
	background: #ED1C24;
	padding: 0px 5px 0px 5px;
}

input {
	border: solid 1px #555555;
	background: #ffffff;
}


form {
	margin: 0px;
}

.formlabel {
    clear: left;
    float: left;
    width: 80px;
    padding-right: 2px;
    text-align: left;
	vertical-align: top;
}

.formelement,.formlabel {
	margin-top: 8px;
}

.worldwide_bordered_div,.worldwide_unbordered_div {
	overflow: auto;
	width: 190px;
	height: 300px;
	font-size: 0.85em;
	padding: 2px;
}

.worldwide_bordered_div {
	border: solid 1px #cccccc;
}

.worldwide_unbordered_div {
	border: solid 1px #ffffff;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

a.product_link {
	font-size: 0.85em;
}

.navlink {
	color: #000;
	text-decoration: underline;
	font-size: 0.8em;
}

a.navlink:hover {
	color: #000;
	text-decoration: underline;
}

.activesubnavtext {
	font-size: 0.8em;
	color: #ED1C24;
	font-weight: bold;
}

a.activesubnavlink {
	font-size: 0.8em;
	color: #ED1C24;
	text-decoration: underline;
	font-weight: bold;
}

a.activesubnavlink:hover {
	color: #ED1C24;
	text-decoration: underline;
	font-weight: bold;
}

a.whitetablink {
	color: #000;
	text-decoration: none;
	font-weight: none;
	font-size: 0.8em;
}

a.whitetablink:hover {
	color: #000;
	font-weight: none;
	text-decoration: underline;
	font-size: 0.8em;
}

a.stdtablink {
	color: #fff;
	text-decoration: none;
	font-weight: none;
	font-size: 0.8em;
}

a.stdtablink:hover {
	color: #fff;
	font-weight: none;
	text-decoration: underline;
	font-size: 0.8em;
}

/*-----------------/
/--specific pages--/
/-----------------*/

/* history.php */

.history-line,.history-content  {
	border-top: dashed 1px #cccccc;
}
.history-line {
	background: url('images/structure/history-line.gif') center center repeat-y;
	text-align: center;
	vertical-align: center;
	font-family: arial,verdana;
	font-size: 0.9em;
	font-weight: bold;
	width: 80px;
}
.history-content {
	text-align: left;
	vertical-align: top;
	font-family: arial,verdana;
	font-size: 0.9em;
	padding: 10px;
}
.history-date {
	background: #ffffff;
}
.cell-align-top {
	vertical-align: top;
}
.userarea-headline {
	font-size: 1.2em;
	color: #ED1C24;
	font-weight: bold;
}
.userarea-default {
	
}

.spec_table {
	border: solid 1px #ED1C24;
}

.prod_spec {
	width: 75px;
}

.faq-questions {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 0px;
}
.press-links {
	color: #666666;
}
a.press-links:link {
	color: #666666;
	text-decoration: underline;
}
a.press-links:visited {
	color: #999999;
	text-decoration: underline;
}
a.press-links:hover {
	color: #FF0000;
	text-decoration: none;
}
a.press-links:active {
	color: #000000;
}
