/* ===== CSS sheet by Jerome Bohg at d-engine / kitchenpilot  ==== */
/* ===== feel free to copy, use and learn as much as you like ==== */

/* ===== reset the whole bunch ==== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

strong {
 font-weight: bold;
}

li {
 list-style:none;
}

/* ===== first some global stuff ==== */
body {
 font-size: 12px;
 line-height: 1.4em;
 font-family: Verdana, Helvetica, Arial, "Trebuchet MS", "Luxi Sans", sans-serif;  
 color: #333;
}
html {
 overflow-y: scroll;
}
.clearfix {
 content: ".";
 clear: both;
 display: block;
 height: 0;
 visibility: hidden;
}
.clear {
 display: block;
 clear: both;
}
.hideme { display: none; }
.showme { display: block; }

/* ===== global link markup ==== */
a:link,a:active,a:visited {  
 color: #ee3b33;
 text-decoration: none;
 outline:none;	 
}
a:hover {
 color: #053f97;
}
:focus{
 -moz-outline-style:none;
}
a.noclick {
 cursor: default;
}
/* ===== wrap markup ==== */

#mainwrap {
 display: block;
 width: 875px;
 margin: 0 auto;
 position: relative;
 padding-bottom: 45px;
 overflow: hidden;
}

#topbar {
 display: block;
 height: 150px;
 width: 875px;
 margin: 0 auto;
 position: relative;
}

#topbar h1 {
 display: block;
 width: 210px;
 height: 101px;
 text-indent: -99999px;
 background: url(../kp_img/logo_nmi.gif) bottom left no-repeat;
 cursor: pointer;
 position: absolute;
 bottom: 25px;
 left: -9px;
}

#topbar em {
 display: block;
 width: 210px;
 height: 100px;
 text-indent: -99999px;
 background: url(../kp_img/infolijn.gif) 13px 18px no-repeat;
 border-left: 1px dotted #bbb;
 position: absolute;
 bottom: 25px;
 left: 212px;
}

#topbar a#speek-loc {
 display: block;
 width: 175px;
 height: 13px;
 padding-top: 11px;
 border-top: 1px dotted #bbb;
 font-size: 12px;
 color: #bbb;
 position: absolute;
 bottom: 25px;
 left: 225px;
 background: url(../kp_img/spreekuurlocaties.gif) 0 10px no-repeat;
 text-indent: -9999px;
}
#topbar a#speek-loc:hover {
 background-position: -183px 10px;
}

#blx_search {
 display: block;
 width: 200px;
 height: 100px;
 padding-left: 10px;
 position: absolute;
 bottom: 25px;
 right: 0;
 border-left: 1px dotted #bbb;
}
#blx_search a#lnk_cnt {
 color: #bbb;
 font-weight: bold;
 font-size: 13px;
 position: absolute;
 bottom: 80px;
 left: 10px;
}

#blx_search a#lnk_cnt:hover {
 color: #053f97;
}


#frm_q {
 position: absolute;
 top: 30px;
 left: 10px;
}

#frm_q input.txt {
 width: 192px;
 border: 1px solid #ccc;
 padding: 2px 3px;
 color: #ccc;
 font-size: 11px;
 font-style: italic;
}

#frm_q input.sbm {
 float: right;
 background: #fff;
 color: #053f97;
 font-weight: bold;
 border: none; 
 margin-top: 8px;
 cursor: pointer;
}

/* ===== font sizer ==== */
.fsizer {  
 display: block;
 width: 54px;
 position: absolute;
 top: 2px;
 right: 0;
}
.fsizer a { 
 display: block; 
 width: 16px;
 float: left; 
 margin-left: 2px;
 text-align: center; 
 color: #bbb; 
 cursor: pointer;
 position: relative;
 line-height: 1em;
 padding-bottom: 2px;
}
.fsizer a:hover { text-decoration: none; color: #ee3b33;  }

.fsizer a#fs_sml { 
 font-size: 9px;
 padding-top: 6px;
 padding-bottom: 3px; 
}
.fsizer a#fs_med { 
 font-size: 13px;
 padding-top: 3px; 
}
.fsizer a#fs_lrg { 
 font-size: 16px; 
}

.fsizer a.fsactive { color: #000; font-weight: bold; cursor: default; } /* When mode is active */

/* ===== header image ==== */
#header {
 display: block;
 width: 875px;
 height: 177px;
 position: relative;
}
#header img {
 display: block;
 position: absolute;
 left:0;
 top:0;
}

/* ===== main navigation ==== */
#mainnav {
 display: block;
 width: 875px;
 float: left;
 position: relative;
 z-index: 10;
 margin-bottom: -30px;
}
#mainnav a {
 color: #fff;
 line-height: 30px;
 padding: 0 15px;
 font-weight: bold;
}
#mainnav a.par, #mainnav a.act {
 display: block;
 width: 175px;
 padding: 0;
 text-align: center;
}
#mainnav li {
 float: left;
 background: url(../kp_img/mnu-blue.png);
}
#mainnav ul {
 display: none;
}
#mainnav li.hover, #mainnav a.act {
 background: url(../kp_img/mnu-red.png);
}
#mainnav li.hover ul {
 display: block;
 width: 845px;
 padding-left: 30px;
 float: left;
 position: absolute;
 top: 30px;
 left: 0;
 background: url(../kp_img/mnu-red.png);
}
#mainnav li li {
 padding: 0 6px 0 5px;
 background: url(../kp_img/stok.gif) right center no-repeat;
}
#mainnav li li a:link, #mainnav li li a:active, #mainnav li li a:visited {
 display: block;
 float: left;
 width: auto;
 line-height: 18px;
 padding: 0 5px;
 margin: 7px 0;
 font-weight: normal;
}
#mainnav li li a:hover,#mainnav li li a.act {
 color: #ee3b33;
 background: #fff;
}

/* ===== breadcrums ==== */
#crumbs {
 display: block;
 margin: 8px 0 10px 0;
 color: #ee3b33;
}

#crumbs a:link, #crumbs a:active, #crumbs a:visited {
 color: #777;
}
#crumbs a:hover {
 color: #ee3b33;
 text-decoration: underline;
}

/* ===== content area ==== */
#content {
 display: block;
 float: left;
}

.col {
 display: block;
 width: 200px;
 float: left;
 margin-left: 25px;
 min-height: 400px;
}

.colfix {
 margin-left: 0;
}

.mid {
 width: 425px;
}

/* ===== mid column ==== */
.col h1 {
 color: #ee3b33;
 font-size: 1.35em;
 font-weight: bold;
 margin-bottom: 10px;
}
.col h2 {
 font-size: 1.2em;
 font-weight: bold;
 margin-bottom: 2px;
}
.col p {
 line-height: 1.6em;
}
.col p a:link, .col p a:active, .col p a:visited {
 text-decoration: underline;
}

/* ===== right column ==== */
.rcol .artwrap {
 border-bottom: 1px dotted #777;
 margin-bottom: 15px;
}
.rcol h3  {
 font-size: 1.2em;
 font-weight: bold;
 margin-bottom: 2px;
}
.rcol .more {
 display: block;
 text-align: right;
 margin: 10px 0;
}

/* ===== default artwrap ==== */
.artwrap {
 clear: both;
 display: block;
 width: 100%;
 float: left;
 margin-bottom: 20px;
}
.notitle {
 margin-top: -20px;
}

/* ===== bordered boxes ==== */
span.brd-box {
 display: block;
 padding: 10px 0;
 margin: 10px 0;
 border-top: 1px dotted #777;
 border-bottom: 1px dotted #777; 
}

.brd-top {
 padding-top:3px;
 margin-top: 5px;
 border-top: 1px dotted #777;
}

.brd-bot {
 padding-bottom: 3px;
 margin-bottom: 5px;
 border-bottom: 1px dotted #777; 
}

/* ===== widgets ==== */
.wdg {
 clear: both;
 display: block;
 width: 200px;
 margin-bottom: 20px;
}
.wdg h2 {
 color: #ee3b33;
 font-size: 1.35em;
 font-weight: bold;
 margin-bottom: 10px;
}
.hred h2 {
 display: block;
 background: #ee3b33;
 color: #fff;
 font-size: 0.95em;
 line-height: 1.6em;
 padding-left: 5px;
 margin-bottom: 8px;
}

/* ===== wdg zelftest ==== */
#wdg-selftest a {
 display: block;
 width: 200px;
 height: 444px;
 position: relative;
 background: url(../kp_img/zelftest.jpg) no-repeat;
}
#wdg-selftest a span {
 position: absolute;
 bottom: 0px;
 left:0;
 color: #053f97;
 font-weight: bold;
 font-size: 1.1em;
 line-height: 1.5em;
}

/* ===== wdg remigratie ==== */
#wdg-remigratie a {
 display: block;
 padding: 10px 0;
 color: #ee3b33;
 font-weight: bold;
 font-size: 1.1em;
 line-height: 1.5em;
 border-top: 1px dotted #777;
 border-bottom: 1px dotted #777;
}
#wdg-remigratie a:hover {
 color: #053f97;
}

/* ===== wdg video ==== */
#wdg-video h2 {
 color: #053f97;
 font-size: 18px;
 background: none;
 padding: 0;
 margin-bottom: 8px; 
}
#wdg-video span {
 display: block;
 width: 100%;
 height: 180px;
}
#wdg-video a {
 display: block;
 background: #053f97;
 text-align: right;
 color: #fff;
 line-height: 1.8em;
 padding-right: 5px;
 font-weight: bold;
}

/* ===== headlines ==== */
.headlines strong {
 display: block;
 border-bottom: 1px dotted #777;
 margin-top: 3px;
 cursor: pointer;
}
.headlines ul {
 margin-bottom: 10px;
}
.headlines li li {
 display: block;
 margin-left: 10px;
 padding: 2px 0;
 border-bottom: 1px dotted #777;
}
.headlines a:link,.headlines a:active,.headlines a:visited {
 display: block;
 width: 176px;
 padding: 0 12px;
 margin-left: -10px;
 color: #000;
 background: url(../kp_img/arrows.png) 190px 3px no-repeat;
}
.headlines a:hover,.headlines a.act {
 color: #fff;
 background-color: #ee3b33;
 background-position: 190px -33px;
}

/* ===== brochure orderform ==== */
.orderwrap {
 clear: both;
 display: block;
 margin-top: 40px;
 border-bottom: 1px dotted #777;
 padding-bottom: 10px;
 margin-bottom: 10px;
}

/* ===== acrobat ==== */
a.acrobat {
 display: block;
 line-height: 16px;
 padding-left: 22px;
 background: url(../kp_img/icn-acrobat.gif) no-repeat;
 color: #777;
}
a.acrobat:hover {
 color: #ee3b33;
}

/* ===== files list ==== */
ol.files {
 display: block;
 width: 100%;
 border-top: 1px dotted #777;
 padding-top: 10px;
 margin-top: 10px; 
}
ol.files li {
 padding-left: 13px;
 background: url(../kp_img/download.gif) 0 3px no-repeat
}
ol.files a {
 text-decoration: underline;
}

/* === thumb list === */
ol.thumbs {
 display: block;
 float: left;
 margin: 15px 0 0 -25px;
}

ol.thumbs li {
 float: left;
 margin: 0 0 15px 25px;
 padding: 0;
 list-style: none;
}

ol.thumbs li img {
 display: block;
}

ol.thumbs li.no_r_margx {
 margin-right: 0;
}

ol.thumbs li a {
 padding: 0;
}

ol.thumbs li a:hover {
 background: none;
}

/*------------------------*/
ol.medium li {
}

/*------------------------*/
ol.large li {
}

/* ===== vraag en antwoord ==== */
.antwoord h3, .zoekvraag h3 {
 color: #ee3b33;
 margin: 5px 0 0 0;
 font-style: italic;
}

.antwoord ul {
 margin-top: 10px;
}
.antwoord li {
 margin-left: 30px;
 list-style: disc;
}

a.a-clear {
 display: block;
 text-align: right;
 border-top: 1px dotted #777;
 padding-top: 5px;
 margin: 5px 0 20px 0;
}

/* ===== footer ==== */
#footer {
 clear: both;
 display: block;
 width: 875px;
 background: #fff;
 color: #666;
 position: absolute;
 left:0;
 bottom: 0;
}
#asitemap {
 display: block;
 line-height: 30px;
 padding: 0 10px;
 color: #fff;
 outline: none;
 background: #c6c8cb;
}
#sitemapwrap {
 display: block;
 float: left;
 padding: 5px 10px 10px 10px;
}

/* ===== sitemap ==== */
#sitemap {
 display: block;
 width: 875px;
 float: left;
}
#sitemap a {
 display: block;
 color: #000;
 padding: 1px 5px 2px 5px;
}
#sitemap li {
 display: block;
 width: 206px;
 float: left;
 padding: 0 10px;
 border-left: 1px dotted #777;
}

#sitemap li.firstsite, #sitemap li.firstsite li {
 width: 179px;
}
#sitemap li.lastsite {
 width: 179px;
 border-right: 1px dotted #777; 
}

#sitemap li a {
 font-weight: bold;
 margin-bottom: 2px;
}
#sitemap li li {
 padding:0;
 border: none;
}
#sitemap li li a {
 font-weight: normal;
 margin-bottom: 2px;
}
#sitemap li a:hover,#sitemap li a.act {
 color: #fff;
 background: #888;
}

/* ===== disclaimer ==== */
#disclaimer {
 clear: both;
 display: block;
 width: 875px;
 margin: 0 auto 20px auto;
}
#disclaimer ul {
 float: left;
 margin: 10px 0 0 0;
}
#disclaimer li {
 float: left;
}
#disclaimer a:link,#disclaimer a:active,#disclaimer a:visited {
 display: block;
 float: left;
 margin: 0 3px 0 3px;
 padding: 0 5px;
 line-height: 18px;
 color: #999;
}
#disclaimer a:hover {
 color: #fff;
 background: #888;
}
 
/* ===== locations ==== */
#locmap {
 position: relative;
 margin-bottom: 15px;
}
#locmap a.location {
 display: none;
 width: 7px;
 height: 7px;
 overflow: hidden;
 position: absolute;
 background: url(../kp_img/locdot.gif) bottom left no-repeat;
 text-indent: -9999px;
}
#locmap a.location:hover,#locmap a.locact {
 background-position: top left;
}
#locmap a.empty {
 background: none;
}
.locinfo {

}
.locinfo h3 {
 font-size: 1.15em;
}
.locinfo h3 strong {
 color: #ee3b33;
}
.locinfo {
 font-size: 0.95em;
 line-height: 1em;
}
.locinfo p {
 margin: 0;
}
.locinfo p.tel {
 padding: 5px 0;
 margin: 5px 0;
 border-top: 1px dotted #777;
 border-bottom: 1px dotted #777;
}
.locinfo p.tel strong {
 color: #ee3b33;
 font-weight: normal;
}
.locinfo h4 {
 font-size: 1em;
 font-weight: bold;
 border-top: 1px dotted #777;
 margin-top: 10px;
 padding-top: 10px;
 margin-bottom: 5px; 
}
.locinfo em {
 font-style: normal;
 line-height: 1.4em;
}

.spreekuur {
 clear: both;
 display: block;
 width: 100%;
 list-style:none;
 float: left;
 margin: 5px 0 5px -2px;
}
.spreekuur li {
 display: block;
 width: 26px;
 float: left;
 padding-top: 10px;
 margin-left: 2px;
 color: #888;
 text-align: center;
 background: url(../kp_img/weekbar.gif) no-repeat;
}
.spreekuur li.am {
 background-position: -39px 0;
}
.spreekuur li.pm {
 background-position: -13px 0;
}
.spreekuur li.day {
 background-position: -26px 0;
}

/* ===== meest gestelde vragen ==== */
.qlist {
 display: block;
 float: left;
 margin-top: 3px;
}
.qlist li {
 display: block;
 width: 100%;
 float: left;
 margin-bottom: 2px;
}
.qlist li strong {
 display: block;
 width: 20px;
 float: left;
 margin-right: 5px;
 text-align: right;
 font-weight: normal;
}
.qlist li a {
 display: block;
 margin-left: 25px;
 text-decoration: underline;
}

/* ===== harp ==== */
.harpwrap {
 clear: both;
}
.harpwrap h2 {
 font-weight: normal;
 font-size: 1.1em;
 cursor: pointer;
 padding-left: 15px;
 background: url(../kp_img/openclose.gif) 3px 4px no-repeat;
}
.harpwrap h2.act {
 color: #ee3b33;
 margin-bottom: -7px;
 background: url(../kp_img/openclose.gif) 0 -22px no-repeat;
}

/* ===== zelftest steps leftcolumn ==== */
#selfsteps li {
 display: none;
 margin-bottom: 3px;
 padding-bottom: 3px;
 border-bottom: 1px dotted #777;
}
#selfsteps span {
 display: block;
 position: relative;
 padding: 0 15px 0 4px;
 font-size: 1em;
 line-height: 1.6em;
}
#selfsteps span em {
 color: #ee3b33;
 position: absolute;
 right: 2px;
 top: 0;
}
#selfsteps li.actstep span, #selfsteps li.actstep span em {
 background: #ee3b33;
 color: #fff;
}
#selfsteps li.showstep {
 display: block;
}

/* ===== zelftest form ==== */
.qfirst {
 display: block;
 margin-bottom: 10px;
}

div.qwraptop, div.qwrap {
 display: block;
 padding-bottom: 10px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #777;
}
div.qwraptop {
 padding-bottom: 0;
 margin-bottom: 20px;
}
div.qwrap strong {
 display: block;
}

#frm_selftest h2 {
 display: none;
 font-size: 1.2em;
 padding-bottom: 5px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #777; 
}

#frm_selftest .qwraptop h2 {
 display: block;
}

label {
 display: block;
 margin-bottom: 5px;
}

input.rdo {
 width: 20px;
}

.radiowrap {
 display: block;
 margin: 5px 0;
}
.radiowrap label {
 display: inline;
 padding: 0 15px 0 2px;
}

input.day, input.month {
 width: 25px;
 text-align: center;
}
input.year {
 width: 45px;
 text-align: center;
}

span.loader {
 clear: both;
 display: block;
 width: 100%;
 height: 25px;
 text-align: right;
}
.loader-top {
 margin-top: 10px;
 border-top: 1px dotted #777;
}

span.loading {
 background: url(../kp_img/ajax.gif) left center no-repeat;
}

span.info {
 display: block;
 width: 14px;
 height: 13px;
 float: left;
 margin: 3px 5px 0 0;
 background: url(../kp_img/icn-info.gif) no-repeat;
 cursor: help;
 text-indent: -9999px;
}

.qfirst span.info {
 margin-top: 1px;
}

input.subm {
 background: #ee3b33;
 color: #fff;
 border: none;
 line-height: 1.8em;
 padding: 0 1.2em;
 cursor: pointer;
 margin-top: 5px;
}

/* uitslag */
.qres {
 display: block;
}
.qres h3 {
 font-size: 13px;
 font-weight: bold;
 margin: 5px 0;
}
.qres p {
 margin-bottom: 15px;
}
.qres ul {
 clear: both;
 margin-bottom: 15px;
}
.qres li {
 width: 405px;
 padding-left: 15px;
 margin-left: 5px;
 background: url(../kp_img/bullet.gif) 0 5px no-repeat;
}

strong.str-red {
 color: #ee3b33;
 font-weight: normal;
}

.selftest-complete {
 clear: both;
 margin: 10px 0 15px 0;
 padding-bottom: 10px;
 border-bottom: 1px dotted #777; 
}
.icn-lnk {
 display: block;
 padding-left: 20px;
 padding: 2px 0 2px 20px;
}
.icn-mail {
 background: url(../kp_img/icn-mail.gif) 0 6px no-repeat
}
.icn-print {
 background: url(../kp_img/icn-print.gif) 0 2px no-repeat
}
.icn-pencil {
 background: url(../kp_img/icn-pencil.gif) 0 2px no-repeat
}

.qres .selftest-contact {
 clear: both;
 margin: 10px 0 0 0;
}
.selftest-contact li {
 padding-left: 20px;
 padding: 2px 0 2px 20px;
}

/* ===== default form ==== */
form input.txt {
 display: block;
 width: 417px;
 border: 1px solid #888;
 padding: 2px 3px;
 color: #777;
 font-family: Verdana, Helvetica, Arial;
}
form input.txtleft {
 width: 201px;
 float: left;
}
form input.txtright {
 width: 201px;
 float: right;
}
form input.txtint {
 width: 60px;
}
form select.selwide {
 width: 423px;
}

/*=============*/
form li.fleft {
 clear: both;
 display: block;
 width: 423px;
 float: left;
 border: 1px solid #888;
 margin:0 0 5px 0;
 padding:0;
}
form li.fleft input.chkbx {
 float: left;
 margin: 3px 8px 0 5px;
}
form li.fleft label {
 display: block;
 width: 150px;
 float: left;
 margin: 1px 0 0 0;
 color: #777;
}
form li.fleft input.txtint {
 float: right;
 margin: 0 141px 0 0;
 border: none;
 border-left: 1px solid #888;
}
/*=============*/
form textarea {
 width: 417px;
 height: 120px;
 border: 1px solid #888;
 padding: 2px 3px;
 color: #777;
 font-family: Verdana, Helvetica, Arial; 
}
form ul {
 float: left;
}
form li {
 clear: both;
 display: block;
 width: 100%;
 float: left;
 padding-bottom: 5px;
}

/*----------*/
form li.radio {
 display: block;
 float: left;
 border-top: 1px solid #888;
 border-bottom: 1px solid #888;
 margin-bottom: 5px;
 padding: 5px 0 0 0;
}
form li.radio i {
 display: block;
 width: 275px;
 float: left;
 font-style: normal;
}
form li.radio label {
 display: block;
 width: 25px;
 float: left;
}
form li.radio input.rdo {
 float: left;
 margin: 2px 0 0 20px;
 padding:0;
}

/*----------*/

/* ===== contact forms ==== */
.slidetrigger {
 display: block;
 cursor: pointer;
}
.slidehover {
 background: #eee;
}
.slidewrap {
 display: block;
 padding-top: 10px;
}

#frm_cnt {
 padding-top: 10px;
 margin-top: 10px;
 border-top: 1px dotted #777;
}
#frm_cnt h2 {
 margin-bottom: 8px;
}
#frm_cnt textarea {
 margin-bottom: 5px;
}

/* ===== zelftest form ==== */
#frm_selftest {
 margin-top: 10px;
}

/* ===== mail zelftest form ==== */
#frm_mailtest {
 padding-top: 10px;
 margin: 5px 0 10px 0;
 border-top: 1px dotted #777;
}
#frm_mailtest span {
 float: left;
 margin-top: 5px;
}

/* ===== inline alerts ==== */
#inline_alert {
 min-height: 180px;
 border-bottom: 1px dotted #777;
 padding-bottom: 3px;
 margin-bottom: 2px;
}
#inline_alert h4 {
 font-size: 12px;
 line-height: 1em;
 text-transform: uppercase;
 border-bottom: 1px dotted #777;
 padding-bottom: 5px;
 margin-bottom: 10px;
 color: #ee3b33; 
 font-weight: bold;
}

/* ===== question form ==== */
#frm_qst {
 display: block;
 margin: 5px 0 15px 0;
}
#frm_qst input.txt {
 margin-bottom: 5px;
}

/* ===== brochure orderform ==== */
#frm_brochure ul {
 padding-bottom: 5px;
 margin-bottom: 5px;
 border-bottom: 1px dotted #777;
}

/* ===== widget form ==== */
.wdg form {
 margin-top: 5px;
}
.wdg form input.txt {
 width: 192px;
}
.wdg form textarea {
 width: 192px;
}

/* ===== spreekuurlocaties ==== */
.spreekuurlocaties .provincie {
 display: block;
 font-size: 1.2em;
 margin: 15px 0 3px 0;
}

/* ===== search results ==== */
.src-item-wrap {
 border-top: 1px dotted #777;
 margin-top: 10px;
 padding-top: 10px;
}
.src-item-wrap h3 {
 font-style: normal;
 font-weight: bold;
}
.src-item-wrap a.readmore {
 display: block;
 text-align: right;
 margin-bottom: 10px;
}

/* TipTip CSS - Version 1.2 */
#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}


#map {
 display: block;
 background: red;
}

/* printpage */
.printhead {
 position: relative;
 padding-bottom: 10px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #777;
}

#btn-print {
 position: absolute;
 top: 0;
 right: 0;
}

