﻿html
{
    font-size: 100.01%;
}

body
{
    margin: 0;
    background: #d9d9d9;
    font: 64% Arial, Helvetica, sans-serif;
}

form
{
    margin: 0;
    padding: 0;
}

img
{
    margin: 0;
    border: none;
    display: block;
}

a:focus
{
    outline: none;
}

#main
{
    width: 968px;
    margin: 0 auto;
    padding: 0 0 25px;
    overflow: hidden;
    position: relative;
}

.smallVraag 
{
    width: 100px !important;
    text-align: center;
}

h3
{
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

h3 a
{
    color: #fff;
    text-decoration: none;
}
.nodisplay
{
    display: none;
}

/*----------------------header----------------------*/

#header
{
    top: 0;
    left: 0;
    z-index: 999;
    width: 960px;
    padding: 0 4px; /*	height: 170px;*/
    position: absolute;
    background: url(../siteimg/bg-main.gif) repeat-y;
}

/*
.inner-page #header {
	height: 141px;
}
*/


/*--top-block--*/

.top-block
{
    width: 100%;
    padding: 15px 0 0;
    position: relative;
    z-index: 999;
}

.top-block:after
{
    display: block;
    content: "";
    height: 0;
    clear: both;
}

.top-block-holder
{
    float: right;
}


/*--user-menu--*/

ul.user-menu
{
    margin: 0;
    padding: 0;
    float: left;
}

ul.user-menu li
{
    float: left;
    list-style: none;
    display: inline;
    padding: 0 8px 0 7px;
    background: url(../siteimg/bg-user-menu-separator.gif) no-repeat 100% 4px;
}

ul.user-menu a
{
    color: #0060a9;
    text-decoration: none;
    font: 11px/17px Arial, Helvetica, sans-serif;
}

ul.user-menu a:hover
{
    color: #000;
}

ul.user-menu li:hover, ul#menu li.hover
{
    position: relative;
}

ul.user-menu li:hover div, ul#menu li.hover div
{
    display: block;
}

ul.user-menu div
{
    display: none;
    top: 14px;
    left: -15px;
    position: absolute;
    width: 109px;
    z-index: 998;
}

ul.user-menu ul
{
    display: block;
    width: 73px;
    margin: 0;
    padding: 4px 14px 4px 22px;
    overflow: hidden;
    background: url(../siteimg/bg-drop-menu.png) no-repeat;
}

ul.user-menu ul li
{
    width: 73px;
    padding: 0;
    background: none;
}

ul.user-menu ul a
{
    display: block;
    width: 73px;
    color: #0061aa;
    padding: 0 0 0 13px;
    text-decoration: none;
    font: 11px/20px Arial, Helvetica, sans-serif;
    background: url(../siteimg/bg-menu-separator.gif) no-repeat 0 5px;
}

ul.user-menu ul li:hover a, ul.user-menu ul a:hover, ul.user-menu ul a.active
{
    color: #000;
    text-decoration: none;
    background: url(../siteimg/bg-drop-menu-active.gif) no-repeat 2px 8px;
}


/*--form-block--*/

.form-block
{
    float: left;
    padding: 0 19px 0 0;
}

.form-block label
{
    float: left;
    color: #0060a9;
    padding: 0 4px 0 7px;
    font: 11px/17px Arial, Helvetica, sans-serif;
}

.form-block div
{
    float: left;
    position: relative;
    top: 2px;
    width: 96px;
    padding: 0 2px;
    border: 1px solid #9fc3df;
}

.form-block .text
{
    float: left;
    width: 85px;
    border: none;
    background: #fff;
    color: #0060a9;
    padding: 0;
    font: 10px Arial, Helvetica, sans-serif;
}

.form-block .btn
{
    float: left;
    border: none;
    display: inline;
    margin: 2px 0 0 2px;
}


/*--services-section--*/

.services-section
{
    padding: 5px 20px 5px 2px;
    overflow: hidden;
}

* html .services-section
{
    height: 1%;
    overflow: visible;
}

.services-section ul
{
    margin: 0;
    padding: 0;
    float: left;
}

.services-section ul li
{
    float: left;
    list-style: none;
    display: inline;
    margin: 0 0 0 18px;
    color: #1f1f1f;
    letter-spacing: -1px;
    font: 18px/21px Arial, Helvetica, sans-serif;
}

.services-section ul a
{
    float: left;
    color: #0061aa;
    padding: 0 0 0 20px;
    text-decoration: none;
    background: url(../siteimg/bg-top-menu.gif) no-repeat 0 4px;
    font: 17px/21px Arial, Helvetica, sans-serif;
}

.services-section ul a:hover
{
    text-decoration: underline;
}

.services-section ul li.active-item a
{
    color: #1f1f1f;
    padding: 0;
    background: none;
    font: 18px/21px Arial, Helvetica, sans-serif;
}


/*--header-box--*/

.header-box
{
    background: url(../siteimg/bg-header-box.gif) no-repeat;
    width: 960px;
    height: 78px;
    overflow: hidden;
    position: relative;
}

.header-box strong
{
    position: relative;
    z-index: 10;
    top: 30px;
    left: 20px;
}

.header-box strong.logo
{
    float: left;
}

.header-box strong.logo a
{
    width: 156px;
    height: 34px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../siteimg/bg-logo.gif) no-repeat 100% 0;
}

.header-box strong.slogan
{
    float: left;
    width: 208px;
    height: 46px;
    margin: 0 0 0 26px;
    display: inline;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../siteimg/bg-slogan.gif) no-repeat;
}

.header-box img
{
    position: absolute;
    z-index: 1;
    left: 0px;
}


/*--nav-holder--*/

.nav-holder
{
    width: 100%;
    overflow: hidden;
    background: url(../siteimg/bg-nav-vouw.gif) repeat-x left top #4d4b4f;
    height: 30px;
}

.nav-holder-open
{
    border-bottom: 5px solid #302f32;
}


/*--navigation--*/

#otherdivisions
{
    float: left;
    margin: 40px 0 0 0;
    font-size: 1.2em;
    line-height: 1.5em;
    list-style: none;
    padding: 0 0 0 20px;
    width: 130px;
}

#otherdivisions li
{
    color: #ffffff;
    font-size: 0.9em;
}

#otherdivisions li a
{
    color: #ffffff;
    text-decoration: none;
    background: url(../siteimg/bullet_qualcomm_nav.gif) no-repeat;
    padding-left: 18px;
}

#otherdivisions li a:hover
{
    text-decoration: underline;
}

#navigation, #navigation ul
{
    padding: 0;
    margin: 0 0 0 190px;
    list-style: none;
    line-height: 1;
    font-size: 12px;
}

#navigation ul
{
    margin-left: 0;
}

#navigation li
{
    float: left;
    width: 154px;
}

/*
#navigation li.lisolutions ul.solutions:hover, #navigation li.litransport ul.transporttype:hover
{
    background: #3b3a3d;
}
*/

#navigation li.shover {
	background: url(../siteimg/bg-menu.gif) repeat-x #3b3a3d left top;
}

#navigation li ul:hover
{
	background: #3b3a3d;
}


#navigation a
{
    display: block;
    padding: 0 0 0 30px;
    color: #ffffff;
    text-decoration: none;
    font: 14px/28px Arial, Helvetica, sans-serif;
    background: url(../siteimg/bg-navigation.gif) no-repeat 10px 8px;
}

#navigation li ul
{
    border: none;
    margin-top: 11px;
    padding-left: 0;
    width: 154px;
}

#navigation ul li
{
    float: none;
    padding: 0;
    font-size: 0.9em;
    background: none;
}

#navigation ul a
{
    background: url(../siteimg/bullet_nav_vouw.gif) no-repeat 13px 8px;
    padding: 2px 0 2px 30px;
    font-size: 1.2em;
    line-height: 1.5em;
}

#navigation ul a:hover
{
    text-decoration: underline;
}

#navigation ul a.closed
{
    background: url(../siteimg/closed_nav.gif) no-repeat 12px 8px;
}

#navigation ul a.firstclosed
{
    border-top: 1px solid #838184;
}

#navigation ul.solutions
{
    margin-top: 2px;
}

#navigation ul.solutions li
{
    border-bottom: 1px solid #838184;
}

#navigation ul.solutions a
{
    padding: 11px 15px 10px 27px;
    height: 38px;
    overflow: hidden;
}

#navigation ul.solutions a.mcp200
{
    background: url(../siteimg/bullet_donkergroen_nav_vouw.gif) no-repeat 10px 14px;
}

#navigation ul.solutions a.omniexpress
{
    background: url(../siteimg/bullet_bruin_nav_vouw.gif) no-repeat 10px 14px;
}

#navigation ul.solutions a.euteltracs
{
    background: url(../siteimg/bullet_groen_nav_vouw.gif) no-repeat 10px 14px;
}

#navigation ul.solutions a.omnione
{
    background: url(../siteimg/bullet_aqua_nav_vouw.gif) no-repeat 10px 14px;
}

#navigation ul.transporttype
{
    margin-top: 2px;
}

#navigation ul.transporttype li
{
    border-bottom: 1px solid #838184;
}

#navigation ul.transporttype a
{
    padding: 11px 0px 10px 27px; /* was 11px 15px 10px 27px */
    height: 38px;
    overflow: hidden;
    background: url(../siteimg/bullet_blauw_nav_vouw.gif) no-repeat 10px 14px;
}

/*
#navigation ul.solutions a:hover,
#navigation ul.transporttype a:hover {
	background-color: #3b3a3d;
}
*/


/*--content--*/

#content
{
    width: 960px;
    overflow: hidden;
    padding: 1px 4px 0;
    margin: 170px 0 0;
    position: relative;
    background: url(../siteimg/bg-main.gif) repeat-y;
}

.inner-page #content
{
    margin: 141px 0 0;
}

#content span.shadow
{
    width: 960px;
    height: 16px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 4px;
    background: url(../siteimg/bg-content-shadow.png) repeat-x;
}


/*--flash--*/

.flash
{
    position: relative;
    width: 100%;
    min-height: 190px;
    border-bottom: 1px solid #AAAAAA;
}

.flash div
{
    margin: 0 auto;
    width: 960px;
    position: relative;
    text-align: left;
}

.flash div#titleheader, .flash div#titleheadertestimonial
{
    width: 576px;
    height: 190px;
    z-index: 10;
    position: absolute;
    bottom: 1px; /*WAS 18px;*/
    left: 192px;
}

.flash div#valueanimation embed, .flash div#valueanimation object {
    margin-left: 192px;

}

.flash div#logoheader
{
    width: 576px;
    z-index: 10;
    position: absolute;
    bottom: 18px;
    left: 206px;
}

.flash div#titleheader h2, .flash div#titleheadertestimonial h2
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 2.5em;
    color: #ffffff;
    margin: 0;
    text-indent: -999px;
}

.flash div#titleheader embed, .flash div#titleheader object, .flash div#titleheadertestimonial embed, .flash div#titleheadertestimonial object
{
    position: absolute;
    bottom: 7px;
    left: 11px;
}

.flash div#logoheader img
{
    position: absolute;
    top: 12px;
    left: 15px;
}

.flash div.flashbanner
{
    margin-left: 192px;
}

.flash img {
	margin-left: 192px;
}

div.flashDynamicLandingPage 
{
	padding-left:192px;
	border-bottom: 1px solid #AAAAAA;	
	
}

div.flashDynamicLandingPage 
{
	margin-left:0px;
	border-bottom: 1px solid #AAAAAA;	
}

div.subheader
{
	padding: 18px 0px 0px 16px !important;
	background-color: #4f5f2e;
	color: #fff;
	height: 32px;
	width: 576px !important;
	font: bold 1.2em/1.2em Arial, Helvetica, sans-serif;
}

div.subheader.brown
{
    background: #682300 url(../siteimg/bg_solutions_omni.gif) repeat-x top;
}

div.subheader.orange
{
    background: #F8971C;
}

div.staticLandingpage
{
	padding: 20px 0px 0px 16px !important;	
}



/*--information--*/

.information
{
    width: 100%;
    overflow: hidden;
}


/*--info-column--*/

.info-column
{
    float: left;
    width: 154px;
    padding: 15px 19px;
}

.info-column strong
{
    display: block;
    color: #000;
    font: bold 1.2em/1.2em Arial, Helvetica, sans-serif;
}


/*--user-list--*/

ul.user-list
{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

ul.user-list li
{
    list-style: none;
    overflow: hidden;
    margin: 5px 0 0;
    padding: 0 0 0 14px;
    background: url(../siteimg/bg-menu-separator.gif) no-repeat 1px 3px;
}

ul.user-list a
{
    color: #0061aa;
    text-decoration: none;
    font: 1.2em/1.2em Arial, Helvetica, sans-serif;
}

ul.user-list a:hover
{
    text-decoration: underline;
}


/*--text-column--*/

.text-column
{
    float: left;
    width: 576px;
    overflow: hidden;
    min-height: 315px;
    padding: 11px 0 37px;
    background: #191919 url(../siteimg/bg-text-column.gif) no-repeat 0 100%;
    color: #fff;
}
.formSection
{
    float: left;
    width: 576px;
    overflow: hidden;
    min-height: 315px;
    padding: 11px 0 37px;
    background: #191919 url(../siteimg/bg-text-column.gif) no-repeat 0 100% !important;
    color: #fff !important;
}
.text-column h3
{
    /* color: #fff; */
    text-transform: uppercase; /* added eelko */
    margin: 16px 0 0;
    font: bold;
}

* html .text-column
{
    height: 315px;
    overflow: visible;
}

.text-column-holder
{
    width: 576px;
    overflow: hidden;
    background: url(../siteimg/bg-text-column-holder.gif) repeat-y;
}


/*--text-box--*/

.text-box
{
    float: left;
    width: 171px;
    padding: 0 10px;
    display: inline;
    margin: 0 0 0 1px;
}

.text-box .heading
{
    width: 100%;
    overflow: hidden;
}

.text-box h2
{
    float: left;
    color: #fff;
    margin: 0;
    font: bold 1.8em/1.2em Arial, Helvetica, sans-serif;
}

.text-box h3
{
    color: #fff;
    margin: 7px 0 0;
    padding: 0 0 2px;
    font: bold 1.1em/1.3em Arial, Helvetica, sans-serif;
}

.text-box h4
{
    color: #fff;
    margin: 7px 0 0;
    font: bold 1.1em/1.3em Arial, Helvetica, sans-serif;
}

.text-box h3 a, .text-box h4 a
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.text-box h3 strong, .text-box h4 strong
{
    color: #1f7bc1;
    font-weight: normal;
}

.text-box h4 a:hover, .text-box h4 a.active, .text-box h3 a:hover, .text-box h3 a.active
{
    text-decoration: underline;
}

.text-box .heading .news-archive
{
    float: right;
    color: #2f8cd2;
    display: inline;
    text-decoration: none;
    margin: 3px 8px 0 0;
    padding: 0 0 0 14px;
    background: url(../siteimg/bg-text-column-link-arrow-02.gif) no-repeat 0 50%;
    font: 1.2em/1.4em Arial, Helvetica, sans-serif;
}

.text-box .heading .news-archive:hover
{
    text-decoration: underline;
}

.text-box img
{
    float: left;
    display: inline;
    border: 1px solid #666;
    margin: 0 5px 0 0;
}

.text-box p
{
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
    font: 1.2em/1.2em Arial, Helvetica, sans-serif;
}

.text-box p a
{
    color: #fff;
    text-decoration: none;
}

.text-box p a:hover
{
    text-decoration: underline;
}

.text-box span
{
    display: block;
    color: #fff;
    padding: 10px 0;
    font: 1.2em/1.4em Arial, Helvetica, sans-serif;
}

.text-box span a
{
    color: #fff;
    text-decoration: none;
}

.text-box span a:hover
{
    text-decoration: underline;
}

.text-box p img, .text-box span img
{
    float: none;
    border: none;
    margin: 0;
    vertical-align: middle;
}

.text-box strong.more
{
    display: block;
    color: #fff;
    overflow: hidden;
    text-align: center;
    font: bold 1.4em/1.2em Arial, Helvetica, sans-serif;
}

.text-box strong.more a
{
    color: #fff;
    text-decoration: none;
}

.text-box strong.solution-block
{
    display: block;
    color: #fff;
    padding: 5px 0 5px 0px;
    font: bold 1.4em/1.2em Arial, Helvetica, sans-serif;
}

.text-box strong.solution-block a
{
    color: #fff;
    text-decoration: none;
}

.text-box strong.solution-block a:hover, .text-box strong.solution-block a.active
{
    text-decoration: underline;
}

.text-box div.solution-block h3
{
    color: #fff;
    font: bold 1.4em/1.3em Arial, Helvetica, sans-serif;
}

.text-box div.solution-block h3 a
{
    text-transform: none;
}

.text-box div.solution-block h3 img
{
    float: left;
    margin: 1px 5px 0 0;
    border: none;
}

.text-box div.solution-block h3.hover a
{
    text-decoration: underline;
}

.text-box div.solution-block p a:hover
{
    text-decoration: none;
}



/*--news-column--*/

.news-column
{
    float: right;
    width: 172px;
    padding: 14px 10px;
}

.news-column h2
{
    margin: 0;
    color: #000;
    font: bold 1.6em/1.2em Arial, Helvetica, sans-serif;
}

.news-column strong
{
    color: #000;
    display: block;
    font: bold 1.2em/1.4em Arial, Helvetica, sans-serif;
}

.news-column strong a
{
    color: #0061aa;
    text-decoration: none;
}

.news-column strong a:hover
{
    text-decoration: underline;
}

.news-column p
{
    margin: 0;
    color: #000;
    font: 1.2em/1.4em Arial, Helvetica, sans-serif;
}

.news-column p a
{
    color: #000;
    text-decoration: none;
}

.news-column p img
{
    display: inline;
    vertical-align: middle;
}

.news-column span
{
    display: block;
    color: #0060a9;
    font: 1.2em/1.4em Arial, Helvetica, sans-serif;
}

.news-column span a
{
    color: #0060a9;
    text-decoration: none;
}

.news-column span a:hover
{
    text-decoration: underline;
}

.news-column span img
{
    display: inline;
    vertical-align: middle;
}


/*--footer--*/

#footer
{
    width: 100%;
    overflow: hidden;
    padding: 22px 0 0;
    background: url(../siteimg/bg-footer.gif) no-repeat;
}


/*--footer-nav--*/

ul.footer-nav
{
    margin: 0;
    padding: 0 15px 0 0;
    float: right;
    overflow: hidden;
}

ul.footer-nav li
{
    float: left;
    color: #1f1f1f;
    list-style: none;
    display: inline;
    padding: 0 7px 0 8px;
    font: 1.1em/1.2em Arial, Helvetica, sans-serif;
    background: url(../siteimg/bg-footer-separator.gif) no-repeat 0 50%;
}

ul.footer-nav li:first-child
{
    background: none;
}

ul.footer-nav a
{
    color: #1f1f1f;
    text-decoration: none;
}

ul.footer-nav a:hover
{
    text-decoration: underline;
}


/*--inner-section--*/

.inner-section
{
    width: 100%;
    overflow: hidden;
    padding: 0 0 9px;
    background: url(../siteimg/bg-inner-text-column.gif) no-repeat 50% 100%;
}

.information-holder
{
    overflow: hidden;
    background: url(../siteimg/bg-inner-section-separator.gif) repeat-y;
}

* html .information-holder
{
    height: 1%;
    overflow: visible;
}

.inner-section .text-column
{
    background: none;
    padding-top: 0;
    color: #000000;
}


/*--news-section--*/

.news-section
{
    width: 100%;
    overflow: hidden;
}


/*--category-block--*/

.category-block
{
    overflow: hidden;
    padding: 11px 14px;
    background: #050505 url(../siteimg/bg-category-block.gif) repeat-x;
}

* html .category-block
{
    height: 1%;
    overflow: visible;
}

.category-block label
{
    float: left;
    color: #fff;
    padding: 0 9px 0 0;
    font: 1.2em/1.5em Arial, Helvetica, sans-serif;
}

.category-block .inp-select
{
    float: left;
    width: 170px;
    border: 1px solid #949494;
    font: 12px Arial, Helvetica, sans-serif;
    position: relative;
}


/*--accordion--*/

#accordion
{
    width: 546px;
    margin: 26px 13px 0 15px;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

.slider-box
{
    width: 100%;
    padding: 6px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.slider-head
{
    width: 100%;
    overflow: hidden;
}

.slider-head strong
{
    display: block;
    color: #0060a9;
    cursor: pointer;
    padding: 0 0 0 14px;
    font: bold 1.2em/1.2em Arial, Helvetica, sans-serif;
    background: url(../siteimg/bg-slider-close.gif) no-repeat 0 3px;
}

.slider-head.active strong
{
    background: url(../siteimg/bg-slider-open.gif) no-repeat 0 3px;
}


/*--slider-body--*/

.slider-body
{
    width: 100%;
    overflow: hidden;
}

.slider-area
{
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
}

.slider-area a
{
    display: block;
    color: #0060A9;
    background: url(../siteimg/bg-menu-separator.gif) no-repeat 0 5px;
    padding: 1px 0 2px 12px;
    text-decoration: none;
    font: 1em/1.4em Arial, Helvetica, sans-serif;
}

.slider-area a:hover
{
    text-decoration: underline;
}

.slider-body img
{
    float: right;
    display: inline;
    margin: 0 5px 0 15px;
}

.slider-body p
{
    margin: 0;
    color: #000;
    font: 1.2em/1.3em Arial, Helvetica, sans-serif;
}


/*--link-list--*/

ul.link-list
{
    margin: 0;
    padding: 3px 0 0;
    overflow: hidden;
}

ul.link-list li
{
    overflow: hidden;
    list-style: none;
    padding: 0 0 3px 12px;
    background: url(../siteimg/bg-menu-separator.gif) no-repeat 0 4px;
}

ul.link-list a
{
    color: #0061aa;
    text-decoration: none;
    font: 1.2em/1.4em Arial, Helvetica, sans-serif;
}

ul.link-list a:hover
{
    text-decoration: underline;
}


/*--contact-form--*/

.contact-form .information
{
    border-top: none;
}

.contact-form .info-column
{
    padding-top: 80px;
}


/*--contact-section--*/

.contact-section
{
    width: 546px;
    overflow: hidden;
    padding: 34px 14px 75px 16px;
}

.contact-section h1
{
    margin: 0;
    color: #000;
    font: bold 2.2em/1.2em Arial, Helvetica, sans-serif;
}

.info-box
{
    width: 100%;
    padding: 16px 0 23px;
    overflow: hidden;
}

.contact-section img
{
    float: left;
    display: inline;
    margin: 4px 1px 0 10px;
}

.contact-section p
{
    margin: 0;
    color: #000;
    font: 1.2em/1.5em Arial, Helvetica, sans-serif;
}

.contact-section .top
{
    margin: 0;
    color: #000;
    font: 1.2em/1.5em Arial, Helvetica, sans-serif;
}


.contact-section p a
{
    color: #0060a9;
    text-decoration: none;
}

.contact-section p a:hover
{
    text-decoration: underline;
}

.contact-section ul
{
    font: 1.2em/1.5em Arial, Helvetica, sans-serif;
}

/*--contact-section2--*/
.contact-section2
{
    width: 546px;
    overflow: hidden;
    padding: 34px 14px 75px 16px;
}

.contact-section2 h1
{
    margin: 0;
    color: #000;
    font: bold 2.2em/1.2em Arial, Helvetica, sans-serif;
}
.contact-section2 h1.h1formSection
{
    color: #fff;
}

.contact-section2 img
{
    float: left;
    display: inline;
    margin: 4px 1px 0 10px;
}

.contact-section2 p
{
    margin: 0;
    color: #000;
}

.contact-section2 .top
{
    margin: 0;
    color: #000;
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
}
.formSection .top,
.formSection .top p
{
    color: #fff;
}

.contact-section2 p a
{
    color: #0060a9;
    text-decoration: none;
}

.contact-section2 p a:hover
{
    text-decoration: underline;
}


/*--form-area--*/

.form-area
{
    width: 100%;
    overflow: hidden;
}

.form-area div
{
    width: 100%;
    padding: 0 0 20px;
    overflow: hidden;
}

.form-area label
{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 9px 0 0;
}

.form-area span
{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 9px 0 0;
}

.form-area label input
{
    float: left;
}

div.staticLandingpage 
{
	padding-left:0;	
}
div.staticLandingpage .form-area div span
{
    width: 140px;
    padding: 0 11px 0 0;
    text-align: left;
    color: #000;
    font: 1.2em/1.5em Arial, Helvetica, sans-serif;
}

div.staticLandingpage .form-area div span.errorSurveyLandingPage
{
	width:315px !important;
	text-align:right;
	margin:0 0 0 100px !important;
}

div.staticLandingpage .form-area div input[type="text"] 
{
	width:275px;
	border:1px solid #ccc;	
}

div.staticLandingpage .form-area div input[type="submit"] 
{
	float:right;
	display:block;
	margin-top:15px;
	margin-left:57px;
	padding:10px 0;
	width:110px;
	text-align:center;
	background:#000;
	font:bold 1.2em/1.2em Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	color:#fff;
	border:1px solid #ccc;	
}

div.staticLandingpage .form-area 
{
	width:430px;	
}

.surveyDivTextboxes label
{
    float: left;
    width: 175px;
    padding: 0 11px 0 0;
    text-align: right;
    color: #000;
    font: 1.2em/1.5em Arial, Helvetica, sans-serif;
}

.surveyMessage 
{
    margin-top: 20px;
    font-size: 1.2em;
    margin-left: 10px;
    
}

.surveyDivTextboxes .text 
{
    float: left;
    width: 262px;
    color: #000;
    padding: 2px 5px;
    border: 1px solid #9fc3df;
    font: 12px Arial, Helvetica, sans-serif;
}

.form-area div span
{
    float: left;
    width: 175px;
    padding: 0 11px 0 0;
    text-align: right;
    color: #000;
    font: 1.1em/1.2em Arial, Helvetica, sans-serif;
}

.formSection .form-area div span
{
	color: #fff;
}

.form-area div span.timeLabel
{
    width: auto;
    padding-left: 140px
}

.form-area .surveySpan
{
    float: left;
    width: 420px;
    padding: 0 11px 0 0;
    text-align: right;
    color: #000;
    font: 1.2em/1.5em Arial, Helvetica, sans-serif;
}

.form-area label span.gender-label
{
    text-align: left;
}

.form-area label .text
{
    float: left;
    width: 262px;
    color: #000;
    padding: 2px 5px;
    border: 1px solid #9fc3df;
    font: 12px Arial, Helvetica, sans-serif;
}



.form-area label .inp-select
{
    float: left;
    width: 136px;
    color: #000;
    padding: 0;
    border: 1px solid #7f9db9;
    font: 12px Arial, Helvetica, sans-serif;
}

.form-area label #interrested
{
    width: 199px;
}

.form-area .btn
{
    float: left;
    display: inline;
    cursor: pointer;
    margin: 10px 0 0 186px;
}

.form-area .btnSurvey 
{
    float: right;
    display: inline;
    cursor: pointer;
    margin: 0px 90px 0px 0px; 
    
}

.form-area label span.error
{
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 0 175px;
    padding: 0 0 0 11px;
    text-align: left;
    color: #f00;
    font: 1.2em/1.5em Arial, Helvetica, sans-serif;
}

.form-area .errorSurvey
{
        float: left;
        clear: both;
        width: auto;
        margin: 0 0 0 325px;
        padding: 0 0 0 11px;
        text-align: left;
        color: #f00;
        font: 1.2em/1.5em Arial, Helvetica, sans-serif;  
}

.form-area .errorSurveyLandingPage
{
        float: left;
        clear: both;
        width: auto;
        margin: 0 0 0 215px;
        padding: 0 0 0 11px;
        text-align: left;
        color: #f00;
        font: 1.2em/1.5em Arial, Helvetica, sans-serif;  
}

.form-area .errorCalendar
{
        float: left;
        clear: both;
        width:  250px! important;
        margin: 0 0 0 140px;
        padding: 0 0 0 11px;
        text-align: left;
        color: #f00;
        font: 1.2em/1.5em Arial, Helvetica, sans-serif;  
}

.form-area .surveyDivTextboxes .errorSurvey
{
        float: left;
        clear: both;
        width: auto;
        margin: 0 0 0 174px;
        padding: 0 0 0 11px;
        text-align: left;
        color: #f00;
        font: 1.2em/1.5em Arial, Helvetica, sans-serif;  
}

.form-area span span 
{
   float: left;
   margin: 0px 20px 0px 20px;
   width: 40px! important;  
}

.SurveyForm label span.surveyRBL
{
	width:100px;
	font-size: 1.0em;
}

.surveyBottom 
{
    
}

.SurveyForm label span.surveyRBL span
{
	width:auto !important;
	margin:0 !important;
	font-size: 1.0em;
}
.SurveyForm label span.surveyRBL span input,
.SurveyForm label span.surveyRBL span label
{
	display: inline !important;
	float:none !important;
	width:auto !important;
}

/*--inner-column--*/

.inner-column
{
    background: url(../siteimg/bg-text-column-holder-inner.gif) repeat-y;
}


/*--text-bar--*/

.text-bar
{
    float: left;
    width: 368px;
    padding: 0 5px 0 10px;
}

.text-bar .text-box
{
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
}

.text-bar h2
{
    padding: 0 0 7px;
}

.text-bar h3
{
    padding: 12px 0 0;
}

.text-bar p
{
    overflow: hidden;
    clear: both;
    padding: 0 0 5px;
}


/*--logo-list--*/

ul.logo-list
{
    margin: 0;
    padding: 12px 0 5px;
    width: 450px;
    overflow: hidden;
}

ul.logo-list li
{
    float: left;
    margin: 0 20px 0 0;
    list-style: none;
    display: inline;
}

ul.logo-list li img
{
    float: none;
    margin: 0;
    border: none;
    display: block;
}


/*--search-bar--*/

#content .search-bar
{
    padding: 0 0 9px;
    background: url(../siteimg/bg-inner-text-column.gif) no-repeat 50% 100%;
}

#content .search-bar .text-column
{
    padding: 0 0 9px;
    background: none;
}


/*--form-section--*/

.form-section
{
    float: left;
    width: 180px;
    padding: 0 6px 6px 1px;
}

.form-section label
{
    padding: 0 0 2px;
    display: block;
    overflow: hidden;
}

.form-section .text
{
    display: block;
    clear: both;
    width: 162px;
    color: #ccc;
    background: #0c0c0c;
    padding: 1px 4px 2px;
    border: 1px solid #8d8d8d;
    font: 12px Arial, Helvetica, sans-serif;
}

.category-block #where-to-search
{
    color: #c2c2c2 !important;
}

.category-block .btn
{
    float: left;
    display: inline;
    margin: 20px 0 0 2px;
    border: none;
}


/*--search-section--*/

.search-section
{
    padding: 17px 14px 17px;
    overflow: hidden;
}

* html .search-section
{
    height: 1%;
    overflow: visible;
}


/*--search-heading--*/

.search-heading
{
    width: 100%;
    overflow: hidden;
}

.search-heading h2
{
    margin: 0;
    color: #0060a9;
    padding: 0 0 2px;
    border-bottom: 1px solid #7fafd4;
    font: 1.4em/1.2em Arial, Helvetica, sans-serif;
}

.search-heading p
{
    margin: 5px 2px 0;
    color: #000;
    font: 1.1em/1.2em Arial, Helvetica, sans-serif;
}

.search-heading p a
{
    color: #0060a9;
    text-decoration: none;
}

.search-heading p a:hover
{
    text-decoration: underline;
}

.search-heading h2
{
    border: none;
}

/*--search-result--*/

.search-result
{
    width: 100%;
    padding: 14px 0 0;
    overflow: hidden;
}

.post-result
{
    width: 100%;
    overflow: hidden;
    padding: 12px 0 12px;
    border-bottom: 2px solid #eeeeee;
}

.post-result-office
{
    width: 100%;
    overflow: hidden;
    padding: 0px 0 12px;
    border-bottom: 2px solid #eeeeee;
}

.search-result h3
{
    margin: 0 2px;
    color: #000000;
    font: bold 1.2em/1.2em Arial, Helvetica, sans-serif;
}

.search-result h3 a
{
    color: #000000;
    text-decoration: none;
}

.search-result h3 a:hover
{
    text-decoration: underline;
}

.post-result p
{
    color: #000;
    margin: 2px 2px 0;
    font: 1.1em/1.6em Arial, Helvetica, sans-serif;
}

.post-result p a
{
    color: #000;
    text-decoration: none;
}

.post-result p a:hover
{
    text-decoration: underline;
}

.post-result span
{
    color: #000;
    display: block;
    overflow: hidden;
    margin: 2px 2px 0;
    font: 1.1em/1.6em Arial, Helvetica, sans-serif;
}



.post-result-office p
{
    color: #000;
    margin: 2px 2px 0;
    font: 1.1em/1.6em Arial, Helvetica, sans-serif;
}

.post-result-office p a
{
    color: #000;
    text-decoration: none;
}

.post-result-office p a:hover
{
    text-decoration: underline;
}

.post-result-office span
{
    color: #000;
    display: block;
    overflow: hidden;
    margin: 2px 2px 0;
    font: 1.1em/1.6em Arial, Helvetica, sans-serif;
}





.post-result span a
{
    float: left;
    color: #069;
    text-decoration: none;
    padding: 0 0 0 15px;
    background: url(../siteimg/bg-menu-separator.gif) no-repeat 0 5px;
}

.post-result-office span a
{
    float: left;
    color: #069;
    text-decoration: none;
    padding: 0 0 0 15px;
    background: url(../siteimg/bg-menu-separator.gif) no-repeat 0 5px;
}

.post-result span a:hover
{
    background: url(../siteimg/bg-menu-separator-hover.gif) no-repeat 0 5px;
}

.post-result span a:hover
{
    text-decoration: underline;
}

.post-result-office span a:hover
{
    background: url(../siteimg/bg-menu-separator-hover.gif) no-repeat 0 5px;
}

.post-result-office span a:hover
{
    text-decoration: underline;
}

.post-result span.highlight
{
    display: inline;
}

.post-result-office div.officeintro
{
    width: 195px;
    margin-right: 20px;
    float: left;
}

.post-result-office div.officeinfo
{
    width: 366px;
    margin-right: 20px;
    float: left;
}

.post-result-office div.officeimg
{
    float: right;
    width: 162px;
}

.post-result div.award
{
    float: right;
    margin-left: 15px;
}

.post-result-office div.officeimg span a
{
    clear: both;
    color: #069;
    text-decoration: none;
    padding: 0 0 0 15px;
    background: url(../siteimg/bg-menu-separator.gif) no-repeat 0 5px;
    font: 1.1em/1.6em Arial, Helvetica, sans-serif;
}

.post-result-office div.officeinfo p
{
	font: 1.2em/1.6em Arial, Helvetica, sans-serif;
}
.post-result-office div.officeinfo h3
{
	text-transform :none;
}

/*--location--*/

.location
{
    width: 548px;
    overflow: hidden;
    position: relative;
}

.location-holder
{
    float: left;
    left: 50%;
    position: relative;
}

.location-holder div
{
    left: -50%;
    padding: 10px 0 0;
    position: relative;
}

* html .location-holder div
{
    float: left;
}

.location-holder ul
{
    float: left;
    margin: 0;
    padding: 0;
}

.location-holder ul li
{
    float: left;
    display: inline;
    list-style: none;
    margin: 0 6px 0 7px;
}

.location-holder ul a
{
    float: left;
    width: 27px;
    height: 15px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: bold 11px/14px Arial, Helvetica, sans-serif;
    background: url(../siteimg/bg-location.png) no-repeat;
}

.location-holder ul .active a, .location-holder ul a:hover
{
    background: url(../siteimg/bg-location-hover.png) no-repeat;
}

.location-holder a.previous, .location-holder a.next
{
    float: left;
    width: 27px;
    height: 15px;
    margin: 0 6px 0 7px;
    overflow: hidden;
    display: inline;
    text-decoration: none;
    text-indent: -9999px;
}

.location-holder a.previous
{
    background: url(../siteimg/bg-previous.gif) no-repeat;
}

.location-holder a.next
{
    background: url(../siteimg/bg-next.gif) no-repeat;
}

.location-holder a.previous.active, .location-holder a.next.active
{
    background-position: 0 -15px;
}

.careers .info-column
{
    padding-top: 65px;
}


/*--form-bar--*/

.form-bar
{
    width: 100%;
    overflow: hidden;
}

.form-bar label
{
    padding: 0 0 2px;
    display: block;
    overflow: hidden;
}

.form-bar .text
{
    display: block;
    clear: both;
    width: 137px;
    color: #898989;
    background: #0c0c0c;
    padding: 1px 4px 2px;
    border: 1px solid #8d8d8d;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-bar .text-new
{
    display: block;
    clear: both;
    width: 154px;
    color: #898989;
    background: #0c0c0c;
    padding: 1px 4px 2px;
    border: 1px solid #8d8d8d;
    font: 12px Arial, Helvetica, sans-serif;
}

.form-bar .box-03 .text
{
    width: 129px;
}

.box-01
{
    float: left;
    width: 144px;
    padding: 0 15px 5px 0;
    position: relative;
    height: 40px;
}

.box-01 strong
{
    display: block;
    overflow: hidden;
    color: #fff;
    padding: 20px 0 0;
    text-align: right;
    font: 12px/18px Arial, Helvetica, sans-serif;
}

.box-02
{
    float: left;
    width: 148px;
    padding: 0 17px 5px 0;
    position: relative;
    height: 40px;
}

.box-03
{
    float: left;
    padding: 0 0px 5px 0;
    position: relative;
    height: 40px;
    width: 135px;
}
.box-03-new
{
    float: left;
    padding: 0 0px 5px 0;
    position: relative;
    height: 40px;
    width: 154px;
}

.form-bar #country
{
    width: 142px;
}

.form-bar #category
{
    width: 146px;
}

.form-bar #experience
{
    width: 138px;
}

.form-bar .btn
{
    float: left;
    display: inline;
    border: none;
    margin: 21px 0 0 18px;
}


/*--table-section--*/
.introduction
{
    padding: 20px 14px 0;
    font: 1.2em/1.4em Arial, Helvetica, sans-serif;
}

.table-section
{
    padding: 20px 14px 0;
    overflow: hidden;
}

* html .table-section
{
    height: 1%;
    overflow: visible;
}

.table-section table
{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-collapse: collapse;
}

.table-section table td
{
    margin: 0;
    padding: 0;
}

.table-section table thead td
{
    color: #069;
    padding: 0 0 2px;
    border-bottom: 1px solid #7fafd4;
    font: 1.2em/1.2em Arial, Helvetica, sans-serif;
}

.table-section table thead td a
{
    color: #069;
    padding: 0 15px 0 0;
    text-decoration: none;
    background: url(../siteimg/bg-table-link.gif) no-repeat 100% 50%;
}

.table-section table .country-column
{
    padding: 0 20px 0 0;
}

.table-section table .experience-column
{
    padding: 0 0 0 10px;
    text-align: right;
}

.table-section table tbody td
{
    color: #666;
    padding: 9px 0;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font: 1.1em/1.6em Arial, Helvetica, sans-serif;
}

.table-section table tbody .country-column
{
    padding: 9px 20px 9px 0;
}

.table-section table tbody .country-column a
{
    color: #006699;
    text-decoration: none;
}

.table-section table tbody .experience-column
{
    padding: 9px 0 9px 10px;
    text-align: right;
}
/*WAS .table-section table .award-column*/
.table-section table tbody .award-column
{
    padding: 9px 0px 9px 10px;
    text-align: left;
}

.table-section table tbody .first td
{
    border: none;
}

.table-section table tbody strong
{
    display: block;
    color: #000;
    overflow: hidden;
    font: bold 1.1em/1.2em Arial, Helvetica, sans-serif;
}

.table-section table tbody strong a
{
    color: #0060a9;
    text-decoration: none;
}

.table-section table tbody strong a:hover
{
    text-decoration: underline;
}

.table-section table tbody p
{
    color: #666;
    margin: 3px 0 0;
    font: 1.0em/1.6em Arial, Helvetica, sans-serif;
}

.table-section table tbody p a
{
    color: #000;
    font-size: 1.1em;
    text-decoration: none;
}

.table-section table tbody p a:hover
{
    text-decoration: underline;
}

.table-section table tbody p img
{
    display: inline;
    vertical-align: middle;
}

.table-section table tbody span
{
    display: block;
    color: #999;
    overflow: hidden;
    margin: 3px 0 0;
    font: 1.0em/1.2em Arial, Helvetica, sans-serif;
}


/*--testimonials--*/

.testimonials .box-01, .testimonials .box-02, .testimonials .box-03
{
    padding-bottom: 6px;
    width: 172px;
}

.testimonials #category, .testimonials #transport-type, .testimonials #country
{
    width: 170px;
}


/*--inner-table--*/

.inner-table table tbody td
{
    text-align: left;
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.inner-table table tbody td
{
    padding: 5px 0;
}

.inner-table table p
{
    color: #000 !important;
}

.inner-table table strong
{
    padding: 1px 0;
}

.inner-table table thead td a
{
    background: url(../siteimg/bg-table-link-def.gif) no-repeat 100% 55%;
}

.inner-table table thead td a.active
{
    background: url(../siteimg/bg-table-link.gif) no-repeat 100% 55%;
}

.inner-table table .country-column
{
    padding: 0 20px 0 10px;
}

.inner-table table tbody .country-column
{
    padding: 5px 20px 5px 10px;
}

.inner-table table thead td
{
    border-bottom: 1px solid #7fafd4;
}


/*--location-bar--*/

.location-bar
{
    padding: 28px 14px 10px;
    overflow: hidden;
}

* html .location-bar
{
    height: 1%;
    overflow: visible;
}

.location-bar-holder
{
    float: right;
}

.location-bar strong
{
    float: left;
    color: #000;
    font: 1.2em/1.4em Arial, Helvetica, sans-serif;
}

.location-bar a.previous, .location-bar a.next
{
    float: left;
    width: 27px;
    height: 15px;
    margin: 0 0 0 6px;
    overflow: hidden;
    display: inline;
    text-decoration: none;
    text-indent: -9999px;
}

.location-bar a.previous
{
    background: url(../siteimg/bg-previous.gif) no-repeat;
}

.location-bar a.next
{
    background: url(../siteimg/bg-next.gif) no-repeat;
}

.location-bar a.previous.active, .location-bar a.next.active
{
    background-position: 0 -15px;
}


/*--content-area--*/

.content-area
{
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid #bfbfbf;
    background: #171717 url(../siteimg/bg-content-area.png) no-repeat 50% 100%;
}


/*--content-area-holder--*/

.content-area-holder
{
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 316px;
    background: url(../siteimg/bg-column-separator.gif) repeat-y 383px 0;
}

* html .content-area-holder
{
    height: 316px;
    overflow: visible;
}


/*--news-bar--*/

.news-bar
{
    float: left;
    width: 366px;
    padding: 0 0 0 17px;
}

.news-box
{
    float: left;
    width: 168px;
    display: inline;
    overflow: hidden;
    margin: 15px 13px 0 2px;
    padding: 0 0 5px;
}

.news-bar h1
{
    margin: 8px 0 0 2px;
    color: #fff;
    font: bold 1.6em/1.2em Arial, Helvetica, sans-serif;
}

.news-box h2
{
    margin: 0;
    color: #fff;
    font: bold 1.2em/1.4em Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.news-box h2 a
{
    color: #fff;
    text-decoration: none;
}

.news-box p
{
    margin: 0;
    color: #fff;
    font: 1.2em/1.4em Arial, Helvetica, sans-serif;
}

.news-box p a
{
    color: #fff;
    text-decoration: none;
}

.news-box span
{
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 1px 0 0 12px;
    font: 1.2em/1.4em Arial, Helvetica, sans-serif;
    background: url(../siteimg/bg-text-column-link-arrow-01.gif) no-repeat 0 5px;
}

.news-box span a
{
    text-decoration: none;
    color: #fff;
}

.news-bar h1.newstyle
{
    margin: 8px 0 15px 0;
    color: #fff;
    font: bold 1.6em/1.2em Arial, Helvetica, sans-serif;
}
.news-bar .news-bar-left {
    font: 1.2em/1.4em Arial, Helvetica, sans-serif;
    color: #fff;
	width: 48%;
	float: left;
}
.news-bar .news-bar-right {
    font: 1.2em/1.4em Arial, Helvetica, sans-serif;
    color: #fff;
	width: 48%;
	float: right;
}
.news-bar .news-bar-left p+ul,
.news-bar .news-bar-right p+ul {
    margin-top: -12px;
}
*:first-child+html .news-bar .news-bar-left p+ul,
*:first-child+html .news-bar .news-bar-right p+ul {
    margin-top: -18px;
}

.news-bar .news-bar-left p:first-child,
.news-bar .news-bar-right p:first-child {
    margin-top: 0;
}

.news-bar .news-bar-left ul,
.news-bar .news-bar-right ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.news-bar .news-bar-left li,
.news-bar .news-bar-right li
{
    padding: 0 0 0 13px;
    background: url(../siteimg/bg-text-column-link-arrow-01.gif) no-repeat 0 4px;
}
.news-bar .news-bar-left a,
.news-bar .news-bar-right a
{
    text-decoration: none;
    color: #fff;
}
.news-bar .news-bar-left a:hover,
.news-bar .news-bar-right a:hover
{
    text-decoration: underline;
}
.news-bar .news-bar-banner
{
    padding: 15px 0 0 0;
    float: none;
    clear: both;
}
.news-bar .news-bar-banner-new
{
    float: left;
}

/*--info-area--*/

#info-area
{
    float: right;
    width: 577px;
    background: url(../siteimg/bg-info-area.gif) repeat-y 2px 0;
}

.box
{
    float: left;
    width: 174px;
    display: inline;
    overflow: hidden;
    margin: 0 4px 0 5px;
    padding: 8px 4px 10px 5px;
}

#socialMedia 
{
    padding-right: 4px !important;
    background: url(../siteimg/bttn_socialmedia_bg.png) no-repeat;
    display: block;
    width: 185px;
    height: 32px;
    position: absolute;
    bottom: 10px;
    left: 750px;
}

#socialMedia img
{
    margin-top: 4px !important; 
    float: right;
}



#info-area .box
{
    margin: 0 4px 0 5px !important;
    padding: 8px 4px 10px 5px !important;
}

#info-area .box .img-holder
{
    padding: 1px !important;
}

#info-area .box .img-holder a span
{
    display: none;
}

#info-area .box .img-holder a.flv span
{
	cursor: pointer;
    display: block;
    width: 172px;
    height: 84px;
    position: absolute;
    background: url(../siteimg/play.png) center no-repeat;
}

* html #info-area .box .img-holder a.flv span
{
    background: url(../siteimg/play-IE6.png) center no-repeat;
}


#info-area .box .img-holder a.pdf span
{
	cursor: pointer;
    display: block;
    width: 172px;
    height: 84px;
    position: absolute;
    background: url(../siteimg/download.png) center no-repeat;
}

* html #info-area .box .img-holder a.pdf span
{
    background: url(../siteimg/download-IE6.png) center no-repeat;
}




#info-area p:first-child {
    margin-top: 0;
}

#info-area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#info-area li {
    padding: 0 0 0 13px;
    background: url(../siteimg/bg-text-column-link-arrow-01.gif) no-repeat 0 4px;
}
#info-area a
{
    text-decoration: none;
    color: #fff;
}
#info-area li a
{
	font: 1.2em/1.2em Arial, Helvetica, sans-serif;
}
#info-area a:hover
{
    text-decoration: underline;
}


/* WAS .box.active, .box:hover, .box.hover, .sub-box*/
.box:hover, .box.hover, .sub-box {
    background: #666 !important;
}

*.nohover.box:hover, *.nohover.box.hover, *.nohover.sub-box {
    cursor: default !important;
    background: none !important;
}

.box h3
{
    margin: 0;
    color: #fff;
    font: bold 1.6em/1.2em Arial, Helvetica, sans-serif;
}

.box a
{
    color: #fff;
    text-decoration: none;
}

#languageselection-area
{
    float: right;
    width: 577px;
    background: none;
    font-weight: bold;
}

#languageselection-area .box
{
    width: 554px;
    padding: 8px 4px 10px 10px;
}

#languageselection-area .box:hover
{
    background: none;
}

#languageselection-area .box h3
{
    float: left;
    margin-right: 25px;
}

#languageselection-area .box label
{
    float: left;
    margin: 3px 0 0;
    color: #ffffff;
    font-size: 1.1em;
}

#languageselection-area .box label input
{
    float: left;
    margin: 0 5px 0 0;
}

#languageselection-area .box label span
{
    float: left;
}

#languageselection-area .box ul
{
    clear: both;
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 320px;
    position: relative;
    top: 12px;
    font-size: 1.1em;
}

#languageselection-area .box ul li
{
    background: url(/siteimg/bullet_language.gif) no-repeat 0 2px;
    padding: 0 0 0 15px;
    position: absolute;
    width: 125px;
}

#languageselection-area .box ul li.colmid
{
    left: 150px;
}

#languageselection-area .box ul li.colright
{
    left: 300px;
}

#languageselection-area .box ul li a:hover
{
    text-decoration: underline;
}


/*--img-holder--*/

.img-holder
{
    padding: 1px;
    overflow: hidden;
    margin: 10px 0 0;
    position: relative;
}

* html .img-holder
{
    height: 1%;
    overflow: visible;
}

.active .img-holder, .box:hover .img-holder, .sub-box .img-holder
{
    padding: 0;
}

.active .img-holder img, .box:hover .img-holder img, .sub-box .img-holder img
{
    border: 1px solid #fff;
}

.img-holder a.more
{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 29px;
    height: 29px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../siteimg/bg-more.png) no-repeat;
}

.box p
{
    color: #fff;
    margin: 10px 0 0;
    font: 1.2em/1.4em Arial, Helvetica, sans-serif;
}

.box p a
{
    color: #fff;
    text-decoration: none;
}

.box p img
{
    display: inline;
    vertical-align: middle;
}





/************************************************************************ CUSTOMIZED STYLES ***/

.services-section ul li.active-item
{
    float: left;
    color: #1f1f1f;
    letter-spacing: -1px;
    font: 18px/21px Arial, Helvetica, sans-serif;
}


/*--nav sub--*/

.nav-sub-holder
{
    height: 190px;
    background-color: #4d4b4f;
    width: 100%;
}

.nav-sub
{
    width: 960px;
}

.category-block div.select-category
{
    float: left;
    overflow: hidden;
    width: 182px;
    height: 40px;
    position: relative;
}

.webtrailtop
{
    padding-top: 63px;
}

.alsosee strong, .alsosee strong img
{
    display: inline;
    margin-right: 5px;
}

.alsoseetop
{
    padding-top: 17px; /* 45 px */
}

.form-area label select
{
    float: left;
    width: 136px;
    color: #000;
    padding: 0;
    border: 1px solid #7f9db9;
    font: 12px Arial, Helvetica, sans-serif;
}

.form-area label select.number 
{
    width:  40px! important
}



/*-- Content elements --*/

div.content-column-left
{
    width: 367px;
    float: left;
}

/* add */
div.content-column-left p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.content-column-right
{
    width: 164px;
    float: right;
}

div.content-column-right span a
{
    color: #0060a9;
    text-decoration: none;
}

div.content-column-right span a:hover
{
    text-decoration: underline;
}

.content-section
{
    width: 546px;
    overflow: hidden;
    padding: 3px 14px 75px 16px;
}

.content-section h1
{
    margin: 0;
    color: #000;
    font: bold 2.2em/1.2em Arial, Helvetica, sans-serif;
}

img.arrow_grey
{
    display: inline;
    padding-left: 3px;
}

img.arrow_blue
{
    display: inline;
    padding-left: 3px;
}

.content-section
{
    margin: 0;
    font: normal 1.2em/1.5em Arial, Helvetica, sans-serif;
}

.content-section h2
{
    line-height: normal;
}

.content-section p.bold
{
    font-weight: bold;
}

.content-section p a
{
    color: #0060a9;
    text-decoration: none;
}

.content-section p a:hover
{
    text-decoration: underline;
}

.news-column p a:hover
{
    text-decoration: underline;
}

div.content-section div.content-column-left
{
	width: 531px;
}

.news-column strong.block-01
{
    background: url(../siteimg/bg-solutions-icon-01.gif) no-repeat 0 6px;
    color: #000;
    font-size: 1.5em;
    padding-left: 20px;
    padding-top: 5px;
}

div.accordion
{
    width: 546px;
    margin: 26px 13px 0 15px;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

div.input-border
{
    border: 1px solid #8e8e8e;
    width: 164px;
    margin-bottom: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

input.keywordnoborder
{
    clear: both;
    width: 140px;
    height: 16px;
    padding-left: 4px;
    color: #ffffff;
    background: #070707;
    border: 0px;
    float: left;
}

input.keywordarrow
{
    width: 18px;
    height: 18px;
    float: right;
    border: 0px;
    text-indent: -999px;
}

a.buttonblue
{
    background: transparent url(../siteimg/bg-button.gif) no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.2em;
    height: 20px;
    padding: 3px 12px 0 7px;
    position: relative;
    text-decoration: none;
    margin: 20px 0 0 7px;
}

a.buttonshow
{
    margin: 22px 0 0 18px;
}

a.buttonblue span
{
    background: transparent url(../siteimg/bg-button-left.gif) no-repeat scroll right center;
    height: 20px;
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
}

textarea
{
    float: left;
    width: 262px;
    height: 100px;
    color: #000;
    padding: 2px 5px;
    border: 1px solid #9fc3df;
    font: 12px Arial, Helvetica, sans-serif;
}

.table-section table thead td a
{
    background: none;
}

.table-section table thead tr.heading td
{
    vertical-align: top;
}

.table-section table thead td a.order
{
    float: left;
    color: #069;
    padding: 0 15px 0 0;
    text-decoration: none;
    background: url(../siteimg/bg-table-link.gif) no-repeat right 5px;
}

.table-section table thead td a.order_desc
{
    color: #069;
    padding: 0 15px 0 0;
    text-decoration: none;
    background: url(../siteimg/bg-table-link-desc.gif) no-repeat 100% 50%;
}

div.careerbox ul
{
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    list-style-type: none;
}

div.careerbox ul li
{
    background: url(../siteimg/bg-menu-separator.gif) no-repeat left 4px;
    margin: 5px 0 0; /* kopie van user-list */
    padding: 0 0 0 14px;
}

div.careerbox ul li a
{
    color: #0060a9;
    text-decoration: none;
}

div.careerbox ul li a:hover
{
    text-decoration: underline;
}


/*-- F14 --*/

.inner-section a.partner_quote
{
    color: #000;
}

.news-column a.partner_quote
{
    color: #000;
}

/* eelko */
.news-column a.partner_quote:hover
{
    text-decoration: none;
}

div.content-column-right .alsoseebox h4
{
    margin-top: 1em;
}

.alsoseebox h4
{
    margin: 0;
    font-size: 1.3em;
}

.alsoseebox h4 a
{
    text-decoration: none;
    color: #000;
}

.alsoseebox h4 a:hover
{
    text-decoration: underline;
}

.alsoseebox p,
.alsosee-content
{
    margin: 0 0 0.5em;
    font-size: 1.2em;
}

.alsosee-content a
{
    text-decoration: none;
    color: #0061aa;
}
.alsosee-content a:hover
{
    text-decoration: underline;
}

div.news-column .alsoseebox h4
{
    font-size: 1.2em;
}

div.news-column .alsoseebox h4 a
{
    /* text-decoration: underline; */
    color: #0060A9;
}

/*-- F36 --*/

div.solution_bar
{
    padding: 15px 15px 20px 15px;
    width: 546px;
}

div.solution_bar p
{
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

div.solution_mcp200
{
    background: #682300 url(../siteimg/bg_solutions_mcp200.gif) repeat-x top;
}

div.solution_omniexpress
{
    background: #682300 url(../siteimg/bg_solutions_omni.gif) repeat-x top;
}

div.solution_euteltracs
{
    background: #919105 url(../siteimg/bg_solutions_euteltracs.gif) repeat-x top;
}

div.solution_omnione
{
    background: #005f6c url(../siteimg/bg_solutions_omnione.gif) repeat-x top;
}

/*-- F38 --*/

div.other_solutions
{
    width: 172px;
    display: block;
    color: #000;
    font: bold 1em Arial, Helvetica, sans-serif;
}

div.other_solutions p
{
    font-size: 1.2em;
    /* margin-top: 2px; */ /* uit gezet zie: http://jira.efocusgroep.nl/jira/browse/SCHEEP-173 */
    margin-bottom: 8px; 
}

div.other_solutions p a:hover
{
    text-decoration: none;
}

div.other_solutions img
{
    display: inline;
}

div.other_solutions h2
{
    font-size: 1.75em;
    margin-bottom: 4px;
}

div.other_solutions h3
{
    margin: 0;
    font-size: 1.4em;
    overflow: hidden;
    width: auto;
}

div.other_solutions h3 img, div.other_solutions h3 a
{
    float: left;
}

div.other_solutions h3 img
{
    padding: 0 6px 0 0;
}

div.other_solutions h3 a
{
    color: #000;
    text-decoration: none;
    margin-left: -2px;
}

div.other_solutions h3 span.clear
{
    height: 1px;
    overflow: hidden;
    line-height: 1px;
}

div.other_solutions a.seeallsolutions
{
    color: #0060a9;
    text-decoration: none;
    font-size: 1.2em;
    margin: 10px 0 0 0;
    font-weight: normal;
}

div.other_solutions a.seeallsolutions:hover
{
	text-decoration: underline;
}
/*-- F39 --*/

div.office_information
{
    width: 546px;
    font-size: 1.2em;
    overflow: hidden;
    padding: 33px 14px 20px 16px;
}

div.office_information h2
{
    font-size: 1.8em;
}

div.office_information p
{
    margin: 0;
}

div.office_information a.office_contact
{
    display: block;
    color: #0060a9;
    text-decoration: none;
    margin: 10px 0 0 0;
}

div.office_information img
{
    display: inline;
}

div.office_information img.office_img
{
    float: right;
    position: relative;
}


/*-- F41 --*/

div.selection_offices
{
    width: 172px;
    font-size: 1em;
    padding-top: 20px;
}

div.selection_offices h2
{
    font-size: 1.8em;
    font-weight: bold;
}

div.selection_offices ul
{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

div.selection_offices ul li a
{
    background: url(../siteimg/bg-menu-separator.gif) no-repeat left;
    padding: 0 0 0 15px;
    text-decoration: none;
    color: #0060a9;
    font-size: 1.2em;
}


/*-- F44 --*/

div.news_overview
{
    width: 546px; /* 546 */
    padding: 0 15px;
}

div.news_overview h2
{
    color: #0060a9;
    font-size: 1.4em;
}

div.news_overview hr.hrblue
{
    height: 1px;
    border: none;
    border-top: 1px solid #0060a9;
}

div.news_overview hr.hrgrey
{
    height: 1px;
    border: none;
    border-top: 1px solid #999999;
}

div.news_overview h3
{
    color: #0060a9;
    font-size: 1.2em;
}

div.news_overview p.publishdate
{
    color: #858585;
    margin: 0;
    font-size: 1.1em;
}

div.news_overview p.publishdate span
{
    text-transform: uppercase;
}

div.news_overview p
{
    color: #000;
    font-size: 1.1em;
}

div.news_overview img.readmorearrow
{
    display: inline;
    margin: 0 5px 0 0;
}

div.news_overview a.readmorelink
{
    display: inline;
    text-decoration: none;
    color: #0060a9;
    font-size: 1.1em;
}

div.paginator_container
{
    width: 546px;
    text-align: center;
}

div.news_overview ul
{
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}

div.news_overview ul li
{
    float: left;
    display: inline-block;
}

div.news_overview ul li a
{
    display: block;
    margin: 0 10px 0 0;
    background: url(../siteimg/paginator_bg.gif) no-repeat;
    color: #fff;
    text-decoration: none;
    width: 27px;
    height: 15px;
    text-align: center;
}

div.news_overview ul li.active a
{
    background: url(../siteimg/paginator_active.gif) no-repeat;
}

div.news_overview ul li.pag_prev a
{
    background: url(../siteimg/paginator_prev.gif) no-repeat;
}

div.news_overview ul li.pag_next a
{
    background: url(../siteimg/paginator_next.gif) no-repeat;
}

div#offices-map
{
    width: 373px;
    position: relative;
    top: -11px;
    padding: 0 0 0 10px;
    font-size: 1.2em;
    color: #ffffff;
    float: left;
    margin: 0;
    min-height: 215px;
}

div#offices-map div#partnermap
{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

div#offices-map ul, div#offices-map a, div#offices-map p
{
    position: relative;
    z-index: 0;
}

div#offices-map h2
{
    margin-top: 0;
    padding-top: 1em;
    font-size: 18px;
}

div#offices-map h2, div#offices-map p, div#offices-map ul
{
    width: 180px;
}

div#offices-map ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

div#offices-map ul li
{
    background: url(/siteimg/bg-text-column-link-arrow-01.gif) no-repeat left 3px;
    padding-left: 15px;
}

div#offices-map a
{
    color: #ffffff;
    text-decoration: none;
}

div#offices-map a:hover
{
    text-decoration: underline;
}

div.sitemap
{
    margin: 0 0 1em;
    color: #ffffff;
}

div.sitemap div.sitemap_col
{
    float: left;
    width: 167px;
    margin: 2em 0 0 12px;
    padding: 0 12px 0 0;
    border-right: 1px solid #d9d9d9;
}

div.sitemap div.sitemap_col_right
{
    border-right: none;
}

div.sitemap h2
{
    margin: 0 0 0.5em;
    font-size: 1.6em;
    color: #000000;
}

div.sitemap ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

div.sitemap ul li
{
    background: url(/siteimg/bg-menu-separator.gif) no-repeat 0 3px;
    margin: 0;
    padding: 0 0 0.75em 1.5em;
}

div.sitemap ul li a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    color: #0060a9;
}

div.sitemap ul li a:hover
{
    text-decoration: underline;
}

div.sitemap ul ul
{
    padding: 0.25em 0 0 0;
}

div.sitemap ul ul li
{
    background: url(/siteimg/bg-sitemap-sub-item.gif) no-repeat 0 6px;
    padding: 0 0 0.25em 1em;
}

div.sitemap ul ul li a
{
    font-weight: normal;
}

div.map_location
{
    margin: 12px 14px 75px 16px;
}

div.map_location div#map
{
    width: 550px;
    height: 300px;
    border: 1px solid #aaaaaa;
}

.noborder
{
    border: none !important;
}

.clear
{
    clear: both !important;
}

a.contactform
{
    background: url(/siteimg/bg-text-column-link-arrow-01.gif) no-repeat right 3px;
    padding-right: 15px;
}

div.divPopupBackground {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	display: none;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	height: 100%;
	width: 100%;
	filter: alpha(opacity=75);
	background: #000000;
}
* html div.divPopupBackground {
	position: absolute;
}

div.divPopupWindow {
	position: absolute;
	top: 10%;
	left: 50%;
	z-index: 1001;
	display: none;
	margin: 0 0 0 -212px;
	width:425px;
	height:300px;
}

div.divPopupWindowNewUrl {
	width:550px;
	height:350px;
	margin: 0 0 0 -275px;
}

div.divPopupWindow div.player 
{

	width:425px;
	height:263px;
}

div.divPopupWindow div.close {
	padding-bottom: 5px;
	text-align: right;
}

div.divPopupWindow div.close a {
	display: block;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
div.divPopupWindow div.close a span.label:hover {
	text-decoration: underline;
}

div.divPopupWindow div.close a span.icon {
	margin-left: 0.2em;
	font-weight: bold;
	text-decoration: none;
}

div.innerDivPopupWindow {
	width:550px;
	height:350px;
	background:transparent;
}

div.innerDivPopupWindow div.close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 5px;
    color: #000;
    font-weight: bold;
    background: #00ace5;
}

div.innerDivPopupWindow div.divPopupWindowFooter,
div.innerDivPopupWindow div.divPopupWindowFooter input,
div.innerDivPopupWindow div.divPopupWindowFooter label {
	display:none !important;
}

div.divPopupWindowNewUrl div.close {
	position: relative;
    width:10px;
	height:10px;
	top:42px;
	right:14px;
	float: right;
    background: url(/siteimg/transparent.gif);
}

span.calendarContainer {
	display: block;
	position:relative;
	top: -13px;
	float: left;
	margin-left: 164px;
}

* html span.calendarContainer {
	margin-left: 71px;
}

span.calendarContainer > span > table {
	border: 1px solid #000000;
}

span.calendarContainer span {
	width:auto !important;
}

div.calendarHelper {
	position: absolute;
	left: 537px;
	margin-top: -152px;
}

* html div.calendarHelper {
	margin-top: 0;
}
*+html div.calendarHelper {
	margin-top: 0;
}

input.btnSend 
{
    margin: 10px 0px 0px 295px;
    float: left;
    cursor:pointer;
    display: inline;
}

/* DocuNet styling - login page */
div.loginMessage,
div.loginFields ul.formulier {
	width:220px;
	margin:0 auto;
	list-style:none;
	padding:0;
	font-size:12px;
}

div.loginFields ul.formulier li {
	clear:both;
}

div.loginFields label {
	display:block;
	float:left;
	font-size:12px;
	padding-top:3px;
	width:70px;
}

div.loginFields input.LoginField,
div.loginFields li span {
	float:left;
}

div.loginFields input.LoginField{
	border:1px solid #9fc3df;
	margin-bottom:9px;
	width:140px;
}

div.loginFields input.loginButton {
	background:url(/siteimg/docunet/login-button.png) top left no-repeat;
	width:67px;
	height:20px;
	border:0;
	padding:0;
	cursor:pointer;
	font-size:11px;
	margin-left:70px;
}

/* DocuNet styling - document page */
body.docunet div.content-section {
	padding-bottom:10px;
}

div.webtrail.docunet h2  {
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	margin-bottom:1px;
}

ul.fileList,
div.webtrail.docunet ul  {
	margin:0;
	padding:0;
	list-style:none;
}

div.webtrail.docunet ul ul  {
	margin-left:14px;
}

div.webtrail.docunet ul li a {
	background:url(/siteimg/bg-menu-separator-hover.gif) 0 6px no-repeat;
	padding:3px 3px 3px 13px;
	font-size:12px;
	text-decoration:none;
	color:#000;
	display:block;
}

div.webtrail.docunet ul li a:hover {
	text-decoration:underline;	
}

div.webtrail.docunet ul li a.active {
	background-image:url(/siteimg/bg-menu-separator-active.gif);
}

ul.fileList {
	margin:0 16px;
	line-height:18px;
}

ul.fileList li {
	border-top:1px solid #dadada;
	padding:9px 0;
	color:#5a5a5a;
	font-size:12px;
}

ul.fileList .Thumbnail {
	float:left;
	width:102px;
	height:102px;
	margin-right:25px;
}

ul.fileList .Thumbnail a {
	display:block;
}

ul.fileList .Thumbnail img {
	border:1px solid #7c7c7c !important;
	margin:0 auto;
}

ul.fileList .Title {
	color:#000;
	font:normal 14px/18px Arial, Helvetica, sans-serif;
}

ul.fileList .Title .filesize {
	font-size:11px;
}

ul.fileList .Filelink a {
	color:#0060a9;
	text-decoration:none;
	background:url(/siteimg/bg-docunet-download.gif) 0 3px no-repeat;
	padding-left:12px;
}
ul.fileList .Filelink a:hover {
	text-decoration:underline;
}

