@CHARSET "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:130%;
	font-weight:bold;
	color: #000;
	margin: 10px 0;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
legend {
	_margin-left:-7px;
}

html, body {
	width: auto;
	height: auto;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	color:black;
}

a {
	color: #000;
	text-decoration: none;
}


div.holder,
div#content {
	width: auto; 
	margin: 20px 0 0 0;
	padding: 0; 
	border: 0;
	float: none !important;
	clear: both;
	color: black; 
	background: transparent;
}

body.home div#content,
body.about div#content,
body.products div#description {
	clear: both;
	float: none !important;
	width:auto;
	margin: 0;
}

body.references div#content li {
	width: auto;
	height: auto;
}	
body.references dl {
	clear:both;
	width:40%;
	float:left;
}

body.references div#referenceDetail {
	width:50%;
	float: left;
}
body.references div#reference ul {
	width:auto;
}
body.references div#reference {
	clear:both;
	overflow:auto;
}

body.products #quickLinks,
body.products div#description,
body.references dl,
body.references div#referenceDetail,
body.contact div#content form,
body.contact div#countries,
body.contact-new div#countries {
	padding-bottom: 0;
	margin-bottom: 0;
}	
                           

div#languageContainer,
div#menuBar,
ul#languageMenu,
ul#breadcrums,
#quickLinks,
a.top,
#contacts form {
	display: none;
}

p#footer {
	margin:1em 0 0 0;
	padding:1em 0 0 0;
}
#footer a {
	display: none;
}

div#highlight {
	margin:0;
	width:auto;
}
div#highlight img {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: text-top;
}
	
strong#logo {
	margin: 0;
	float: right;
	margin-left: 30px;
}

/* tables */
/* Table style
-----------------------------------------------------------------------------*/
table {
	background:#fff;
	empty-cells:show;
	border-collapse:collapse;
	margin-bottom:1em;
	margin-top:.5em;
	border:1px solid #666;
}

caption {
	padding:0.3em 0 0.2em 0;
	text-align:left;
	font-weight:bold;
	color:#000;
}

th,td {
	padding:0.5em 2em 0.5em 0.7em;
	vertical-align:top;
}

th {
	text-align:left;
	border-right:1px solid #666;
}

td {
	border-right:1px dashed #ccc;
}

thead th {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

tbody th,
tbody td {
	border-top:1px dashed #999;
}

tbody th {
	font-weight:normal;
}

tbody tr.even  {
	background:#fff;
}

tbody tr.odd {
	background:#f5f5f5;
}

tbody tr.even th {
	background:#fff;
}

tbody tr.odd th {
	background:#f5f5f5;
}

/* other */
.pdfHolder {
	background:#f5f5f5;
}
.clear {
	height:0;
}
