body { margin:0; background-image:url(/english/images/bg.gif); cursor:crosshair; }

/*p,td,body,blockquote,ul,ol,li { font-family: Helvetica, Arial, sans-serif;	font-size: 11px; color: #333333; }*/
p,td,th,body,blockquote,ul,ol,li { font-family: Arial, sans-serif;	font-size: 11px; color: #333333; }

ul { list-style-image:url(/english/images/bullet_plus.gif); }

a:link, a:visited { color: #3991CD; text-decoration: none; font-weight:bold; cursor:pointer; }
a:hover, a:active { color: #92bddd; }

.small {font-size: 10px; }
.large { font-size: 12px; }
.header { font-size:12px; color:#0053A0; font-weight:bold; }
.orange { color:#ee8d00; }
.lightBlue { color:#3991CD; }

H1 { font-size:15px; color:#0053a0; font-weight:bold; margin:0; padding:0; }

a.large:link, a.large:visited { color: #3991cd; text-decoration: none; font-weight:bold; font-size:12px; }
a.large:hover, a.large:active { color: #92bddd; }

a.orangeBack:link, a.orangeBack:visited { color: #000000; text-decoration: none; font-weight:bold; font-size:10px; }
a.orangeBack:hover, a.orangeBack:active { color: #3991cd; }

a.medDark:link, a.medDark:visited { color: #333333; text-decoration: none; font-weight:bold; font-size:10px; }
a.medWhite:link, a.medWhite:visited { color: #ffffff; text-decoration: none; font-weight:normal; size: 10px; }
a.medDark:hover, a.medDark:active, a.medWhite:hover, a.medWhite:active { color: #9bc2df; }

a.small:link, a.small:visited { color: #3991cd; text-decoration: none; font-size:10px; }
a.small:hover, a.small:active { color: #92bddd; }

a.smallDark:link, a.smallDark:visited { color: #000000; text-decoration: none; font-weight:normal; size: 9px; }
a.smallWhite:link, a.smallWhite:visited { color: #ffffff; text-decoration: none; font-weight:normal; size: 9px; }
a.smallDark:hover, a.smallDark:active { color: #3991cd; }
a.smallWhite:hover, a.smallWhite:active { color: #ee8d00; }

a.results:link { color: #3991cd; }
a.results:visited { color: #92bddd; }

a .plus, a.results:hover, a.large:hover .plus, a.small:hover .plus, a.medDark:hover .plus, a.medWhite:hover .plus { color: #ee8d00; }

INPUT.search { font-family: Arial, sans-serif; font-size: 9px; color: #333333; border: 1px solid #bcc4ca; background-color: #e7f3fa; padding:1px 2px 1px 2px; }
SELECT { font-family: Arial, sans-serif; font-size: 10px; color: #333333; border: 1px solid #bcc4ca; }
INPUT, TEXTAREA, .input { font-family: Arial, sans-serif; font-size: 10px; color: #333333; border: 1px solid #bcc4ca; padding:1px 2px 1px 2px; }
INPUT.button { background-color:#848484; border:1px solid #505050; color:#ffffff; font-size:10px; }
INPUT.radio { border:none; }

TABLE.bordered { border:1px solid #E7F3FA; }
TABLE.bordered TD { border:1px solid #E7F3FA; }
TD.shaded, TR.shaded { background-color:#E7F3FA; }

.highlight { background-color:#FFFF00; }

.productResults tr:hover { color:#92bddd; }
.productResults tr:hover td a, .productResults tr:hover th a { color:#ee8d00; }

.bgAbout { background:url(/english/images/schematics/drawing9.jpg) no-repeat; background-position: 117px 39px; }
.bgYou { background:url(/english/images/schematics/drawing2.jpg) no-repeat; background-position: 127px 32px; }
.bgAutomotive { background:url(/english/images/schematics/drawing5.jpg) no-repeat; background-position: 130px 45px; }
.bgCommercial { background:url(/english/images/schematics/drawing3.jpg) no-repeat; background-position: 130px 45px; }
.bgMedical { background:url(/english/images/schematics/drawing6.jpg) no-repeat; background-position: 170px 26px; }
.bgCustom { background:url(/english/images/schematics/drawing8.jpg) no-repeat; background-position: 155px 30px; }
.bgSupport { background:url(/english/images/schematics/drawing4.gif) no-repeat; background-position: 195px 40px; }
.bgDottedLine { background-image:url(/english/images/bg_dotted_line.gif); width:1px; }

#flyout1 { 
	visibility: hidden;
	position:absolute;
	z-index:50;
	top:1px;
	padding:7px 14px 14px 11px;
	line-height:14px;
	background-image:url(/english/images/bg_subnav1.gif);
	background-repeat:no-repeat;
	width:148px;
	height:86px;
}

#flyout2 { 
	visibility: hidden;
	position:absolute;
	z-index:50;
	top:1px;
	padding:7px 14px 14px 11px;
	line-height:14px;
	background-image:url(/english/images/bg_subnav2.gif);
	background-repeat:no-repeat;
	width:148px;
	height:71px;
}

/* highslide content */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 10px;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #3991cd;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}