/**** Header marketing text ****/
div.header div.marketingtext {
    width:690px;
    padding-left: 270px;
    line-height: 55px;
    font-size: 1.66em;
    color: #fff;
}

/**** Menu's ****/
div.header ul.menu {
    font-weight: bold;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
div.header ul.menu li {
    float: left;
    background: url(/media/images/layout/tab-top-right.png) top right no-repeat;
    padding-right: 7px;
    margin-right: 5px;
}
div.header ul.menu a,
div.header ul.menu span {
    color: #333;
    text-decoration: none;
    display: block;
    background: url(/media/images/layout/tab-top.png) top left no-repeat;
    padding: 0 2px 0 10px;
    white-space: nowrap;
}
div.header ul.menu li:hover,
div.header ul.menu li.active {
    background: url(/media/images/layout/tab-top-active-right.png) top right no-repeat;
}
div.header ul.menu li:hover a,
div.header ul.menu li:hover span,
div.header ul.menu li.active a,
div.header ul.menu li.active span {
    background: url(/media/images/layout/tab-top-active.png) top left no-repeat;
    color: #002496;
}
div.header ul.menu li.menu_login, div.header ul.menu li.menu_logout {
    float:right;
    margin-right:14px;
}

/**** Sitelinks ****/
div.header ul.sitelinks {
    color:#777777;
    font-size:10px;
    font-weight:normal;
    line-height:1.5em;
    text-decoration:none;
    display:inline;
    float:right;
    margin-right:20px;
    margin-top:17px;
    width:auto;
}
div.header ul.sitelinks,
div.footer ul.sitelinks {
    clear:right;
}
div.header ul.sitelinks {
    font-weight: bold;
    text-transform:uppercase;
}
div.footer ul.sitelinks {
    float: right;
    margin-bottom: 10px;
}
div.header ul.sitelinks a,
div.footer ul.sitelinks a {
    color: #777;
    text-decoration: none;
}
div.header ul.sitelinks a:hover,
div.footer ul.sitelinks a:hover {
    color: #002496;
    text-decoration: underline;
}
div.header ul.sitelinks li,
div.footer ul.sitelinks li {
    float: left;
    margin-left: 10px;
}

/**** Crumbtrail ****/
div.header p.crumbtrail {
    clear: left;
    margin-top: 26px;
    color: #777;
    text-decoration: none;
    font-weight: bold;
    line-height: 1em;
    font-size: 10px;
    width: auto;
}
div.header p.crumbtrail a {
    color: #777;
    text-decoration: none;
}
div.header p.crumbtrail a:hover {
    color: #002496;
    text-decoration: underline;
}

div.header div.last_search {
    float:left;
    font-size:11px;
    padding: 0 14px 0;
    margin:-4px 0 0 9px;
}

div.header span.servicephone {
    position: absolute;
    right: 44px;
    top: 110px;
}

/**** Boxes ****/
*.corners div,
div.corners {
    border-color: #ccc;
    border-style: solid;
}
div.corners > div.content { /* removing the '>' will help in IE6 but introduce other problems */
    border-width: 0 1px;
}
div.box, div.gadget {
    margin-bottom: 16px;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border:1px solid #eaeaea;
    padding:8px 10px 8px;
}
div.gadget  {
    /*background: #fff url(/media/images/layout/gadget-grad.png) bottom center repeat-x;*/
}

td.gradient-background {
    min-height: 75px;
}

div.gadget form dt {
    width: 129px;
}
div.gadget form dd {
    float: left;
    margin-left: 0px;
    width: auto;
}

div.gadget form .errors {
    width: 220px;
}

div.gadget form input[type="text"],
div.gadget form input[type="password"],
div.gadget form select {
    width: 211px;
    float: left;
    margin-top: 2px;
}

div.gadget form input[type="submit"] {
    float: left;
    clear: right;
    margin-left: 16px;
}

div.small, div.cta {
    width: 247px;
    float:left;
}

.cta .filler div {
    background: #ee7c09;
}
.cta div.content {
    background: #EE7C09 url(/media/images/browse.png) no-repeat scroll 95% center;
    min-height:17px;
    padding:4px 0 0 15px;
}
.cta h2 {
    color: #FFFFFF;
    padding:0;
    margin: 0;
    font-size:12px;
}
.cta a {
    display:block;
    text-decoration:none;
}

/**** Tabbed pages ****/
div.tabs {
    padding:5px 10px;
    border: 1px solid #ccc;
}
div.tabs div {
    border-color: #ccc;
}
ul.bullets {
    list-style: disc outside;
    margin-left: 20px;
    margin-bottom:1em;
}
ul.tabs {
    margin-top: 16px;
    line-height: 22px;
    height: 21px;
    font-weight: bold;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
ul.tabs li {
    float: left;
    height: 22px;
    margin-bottom: -1px;
    background: url(/media/images/layout/tab-right.png) top right no-repeat;
    padding-right: 7px;
    margin-right: 5px;
}
ul.tabs a,
ul.tabs span {
    color: #333;
    text-decoration: none;
    display: block;
    background: url(/media/images/layout/tab.png) top left no-repeat;
    padding: 0 8px 0 16px;
}

ul.tabs li:hover,
ul.tabs li.active {
    background: white url(/media/images/layout/tab-active-right.png) top right no-repeat;
    padding-bottom: 1px;
    z-index:999;
}

ul.tabs li:hover a,
ul.tabs li:hover span,
ul.tabs li.active a,
ul.tabs li.active span {
    background: url(/media/images/layout/tab-active.png) top left no-repeat;
    color: #002496;
}

/**** Lists ****/
div.content div.box ul > li,
div.content div.gadget ul > li,
div.content div.tabs ul > li, div.content ul.tabs ul > li {
    margin: 1px 0;
}

div.content div.tabs ul.trail > li {
    margin: 0;
}
ul.trail {
float: none;
height: 35px;
margin: 0 0 20px;
list-style: none inside none;
padding: 0;
border: 1px solid
#CCC;
background:
#EAEAEA;
}

/**** FIXME: VL: removed from base.css ****/

div.edit-link a:link, span.edit-link a:link,
div.edit-link a:visited, span.edit-link a:visited,
div.add-link a:link,
div.add-link a:visited {
    color: #ed7d0c;
}
div.buttons div.edit-link,
div.buttons span.edit-link {
    margin-top: 4px;
}

/**** Last Visited ****/
div.lastvisited .location {
    font-size: 1em;
    color: #999;
}
div.lastvisited li {
    margin-bottom: 20px;
}

div.story.item h1 { margin-bottom: 16px; }
div.story.item p { margin-bottom: 16px; }

ul.linklist {
    list-style: disc inside;
}
ul.linklist li {
    margin-bottom: 3px;
}

ul.full {
    list-style: none;
}
ul.full li {
    margin:4px 0;
}
li.completed a {
    font-size:10px;
}
ul.linklist img {
    vertical-align: text-top;
}

/* are these reglawyer rules used? */
.reglawyer div.content { overflow:auto; }
.reglawyer form dd { margin-right: 20px; }
.reglawyer dl { padding: 1px; }
.reglawyer select {
    width: 215px;
}

/* are these suggestions rules used? */
.suggestions li {
    padding: 5px 20px;
    cursor: pointer;
}
.suggestions li:hover {
    padding: 4px 19px;
    border: 1px solid orange;
}
.suggestions .office {
    color: #002496;
    font-weight: bold;
    text-decoration: underline;
}
.suggestions .location {
    color: #999999;
    font-size: 1em;
}

/*
 * Flash movie (home-page and /office/algemeen)
 */
object#flashMovie {
    float: right;
}

/*
 * Page-Links (i.e. 1, 2, ...) on results pages (e.g. search results)
 */
div.page-links {
    float:right;
}
div.page-links > * { float:left; }
div.page-links > span.label {
    margin:0 14px 0 8px;
    padding:3px 0;
}
div.page-links table td {
    width:12px;
    font-weight:bold;
    font-size:1.05em;
    padding:3px;
}
div.page-links table td span { color:red; }

div.read-more {
    float:right;
    clear:right;
    margin:2px 14px;
}

#survey-request p.answers a:link,
#survey-request p.answers a:visited {
    margin: 0 20px;
    font: bold 1.3em/1.6em arial, verdana, sans-serif;
    text-decoration: none;
}

#survey-request p.answers a:hover {
    text-decoration: underline;
}

.ui-autocomplete-loading { background: white url('/media/images/loading-small.gif') right center no-repeat; }
.ui-autocomplete {
    border:1px solid #646464;
    border-top:0;
    width:152px;
    font-size:11px;
    position:absolute;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align:left;
}
div.content div.box ul.ui-autocomplete > li, .ui-autocomplete .ui-menu-item {
    border-top:1px solid #e4e4e4;
    margin:0;
}
.ui-autocomplete .ui-menu-item a {
    background:#fafafa;
    padding:4px;
    color:#777;
    display:block;
    cursor:pointer;
}
.ui-autocomplete .ui-menu-item a#ui-active-menuitem {
    background:#f7e9da;
    color:#ee7c09;
}

input#confirmtoplisting-submitelement {
    background: url(/media/images/layout/button-toplisting.png) no-repeat center;
    width: 225px;
    color: transparent;
    text-transform: capitalize;
}

div.buttons div.add-link {
    float: left;
    line-height: 22px;
}

div.data-edit-form span.percentage {
    margin-top:   -29px;
    margin-right: 442px;
}

fieldset {
    margin-bottom: 10px;
    padding: 5px;
}

div.contact input.submit {
    margin-left: 352px
}

div.sidebar form#contact input.submit {
    background: url(/media/images/layout/button-aanvraag.png) no-repeat right center;
    height: 30px;
    width: 241px;
    text-indent: -900px;
    margin: 0 0 20px 0;
}


#popup-wrapper {
    width: 100%;
    position: absolute;
    top: 145px;
    left: 0;
    z-index: 999;
}

#global_popup {
    position: relative;
    left: 44%;
    width: 380px;
    height: 300px;
    padding: 30px 30px 30px 210px;
    margin: 0 auto 0 -260px;
    border: 1px solid #002496;
    text-align: left;
    background: #fff url(http://www.zorgkiezer.nl/media/images/layout/popup-bg.jpg) no-repeat left 7px;

    line-height: 1.3;
    font-family: arial, verdana, sans-serif;
    color: #4F4F4F;
    font-size: 12px;
}

#global_popup p.line1 {
    color: #002496;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}
#

#global_popup p.line2 {
    margin-bottom: 15px;
}


#global_popup div.form {
    float:right;
}
#global_popup #bank_id-label span.optional {
    font-size: 10px;
    font-weight: normal;
}

#global_popup input.text {
    width: 213px;
    height: 16px;
    margin: 3px 0 0 2px;
}

#global_popup select {
    width: 244px;
    margin: 2px 0 0 2px;
}

#global_popup dl {
    width: auto;
    margin-bottom: 15px;
}

#global_popup #newsletter_popup-Opslaan {
    float: right;
    width: 120px;
    height: 26px;
    margin: -5px 5px 0 10px;
    background: url(http://www.zorgkiezer.nl/media/images/layout/submit-cta-120.png) no-repeat center center;
    font-weight: bold;
    font-size: 14px;
}

#global_popup #newsletter_popup-Annuleren {
    width: 21px;
    height: 21px;
    background: url(http://www.zorgkiezer.nl/media/images/layout/close.png) no-repeat center center;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0;
}


#global_popup h1 {
    line-height: 1.1;
    text-align: right;

    font: bold 24px/1.1 arial, sans-serif;
    margin: 5px 0 10px;
    color: #4F4F4F;
}
#global_popup h3 {
    text-align: right;
    margin: 25px 0 50px 0;
    color: #4F4F4F;
    font:bold 18px/1.1 arial, sans-serif
}

#global_popup h1 em,
#global_popup h3 em {
    color: #00A2FF;
    font-style: normal;
}

#global_popup form label {
    display: block;
}
#global_popup #email-label {
    font-weight: bold;
    font-size: 15px;
    width: 95px;
    float:left
}

#global_popup #email-element {
    margin-left:93px;
    width: 225px;
    height: 27px;
    margin-bottom: 8px;
}
#global_popup form div.button {
    background: #FF9600;
    background-image: linear-gradient(bottom, #FF8300 33%, #FFA700 67%);
    background-image: -o-linear-gradient(bottom, #FF8300 33%, #FFA700 67%);
    background-image: -moz-linear-gradient(bottom, #FF8300 33%, #FFA700 67%);
    background-image: -webkit-linear-gradient(bottom, #FF8300 33%, #FFA700 67%);
    background-image: -ms-linear-gradient(bottom, #FF8300 33%, #FFA700 67%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.67, #FF8300) color-stop(0.33, #FFA700));
    border-radius: 3px;
    border: 1px solid #EA7F00;
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.4);
    cursor:pointer;
    width:215px;
    padding:0;
    margin-left:95px;
}
#global_popup form input.submit {
    background: transparent;
    color: white;
    text-decoration: underline;
    text-align: center;
    margin: 0;
    font: bold 16px/26px Arial;
    text-transform: uppercase;
    border: 0;
    padding: 0 11px 0px 11px;
    cursor: pointer;
    width: 215px;
    height: 25px;
}
#global_popup a#cancel {
    float: right;
    margin: 6px 10px 0 0;
    font-size: 13px;
    color: #00A2FF;
}
#global_popup a#remove {
    position: absolute;
    margin: 0 auto 0 -260px;
    right: 10px;
    z-index: 01;
    font-size: 25px;
    top: 3px;
    font-weight: bold;
    color: #ADADAD;
}
#global_popup p.success {
    margin: 87px 0 0 90px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}