﻿/* Kvarner.hr | CSS master stylesheet | Copyright (c) 2011. Multilink d.o.o (http://www.multilink.hr) */

@import url("type.css");

/* Globals ********************************************************************************************/
* {margin:0;padding:0;}
html{font:12px/18px Verdana, Arial, Helvetica, sans-serif;color:#666;background:#f9f9f9;overflow-x:hidden;}

a img, fieldset{border:0;}
a{color:#666;text-decoration:none;}
body.tourism a:hover, body.tourism #static-content a{color:#007cb8;}
body.media a:hover, body.media #static-content a{color:#da251e;}
body.business a:hover, body.business #static-content a{color:#9168a2;}
#static-content a:hover{text-decoration:underline;}
a:active{outline:none;}

label{cursor:pointer;}
input, select, textarea{color:#666;font-family:Verdana, Arial, Helvetica, sans-serif;}

#top, #nav > li > a, #slider, #moj-kvarner, .moj-planer, .blocktitle, .button, #newsletter.banner, #brochures.banner, p.social, #page h1, #footer h4{font-family:'AdobeGaramondProRegular', Verdana, Arial, Helvetica, sans-serif;}

#moj-kvarner{position:absolute;top:90px;right:-16px;display:block;font-size:13px;text-transform:uppercase;padding:25px 0 0 25px;width:163px;height:43px;background:url(../images/moj-kvarner.png) no-repeat;z-index:9;}
#moj-kvarner .count{color:#0099cc;}
.moj-planer{position:absolute;top:-5px;right:-5px;display:block;font-size:10px;line-height:11px;text-transform:uppercase;padding:20px 0 0 15px;width:95px;height:40px;background:url(../images/moj-planer.png) no-repeat;z-index:9;}

.map{display:block;width:40px;height:30px;text-indent:-9999em;background:url(../images/icons/map.png) top left no-repeat;}

h1, h2, h3, h4{clear:both;}
#page h1, h2, h3, h4{font-weight:normal;}
h2, #highlights h1{font-size:14px;line-height:21px;}
#static-top h1{font-size:36px;line-height:20px;margin-bottom:20px;}
#static-top h2, .static h2{font-size:20px;line-height:20px;margin-bottom:20px;}
#static-content .list-item h3, #static-content .static h3{text-transform:uppercase;font-size:20px;}
#static-content .static h3{line-height:20px;margin-bottom:12px;}
#footer h4{font-size:22px;line-height:22px;margin-bottom:12px;text-transform:uppercase;color:#999;}

.r5{box-sizing:border-box;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.r5top{box-sizing:border-box;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
.r5bottom, #nav .active a, #nav a:hover, #nav li > .subnav li > .subnav{box-sizing:border-box;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}

.error{color:#da251e;padding:40px 20px;text-align:center;font-weight:bold;}

/* Elements - block titles ***************************************************************************/
.blocktitle{display:block;color:#fff;text-transform:uppercase;padding:8px 10px 5px 10px;}

.blocktitle a{color:#fff;}
body.tourism .blocktitle a:hover, body.media .blocktitle a:hover, body.business .blocktitle a:hover{color:#fff;text-decoration:underline;}

.blocktitle.location{position:absolute;top:9px;right:45px;background:#009240;z-index:999;}
.blocktitle.news{position:absolute;top:9px;right:45px;z-index:999;}
body.media .blocktitle.news{background:#da251e;}
body.business .blocktitle.news{background:#9168a2;}
.blocktitle.calendar{position:absolute;top:9px;right:45px;background:#007cb8;z-index:999;}
.blocktitle.banner{position:absolute;top:9px;left:50%;margin-left:-50px;width:100px;padding:8px 0 5px 0;text-align:center;background:#01aae3;z-index:999;}
.ui-tabs-selected .blocktitle.accomodation{background:#9168a2;}

.blocktitle .chip-left, .blocktitle .chip-right{position:absolute;top:0;width:3px;height:3px;}
.blocktitle.location .chip-left{left:-3px;background:url(../images/chip-location.png) 0px 0px;}
.blocktitle.location .chip-right{right:-3px;background:url(../images/chip-location.png) 3px 0px;}

.blocktitle.accomodation .chip-left{left:-3px;background:url(../images/chip-accomodation.png) 0px 0px;}
.blocktitle.accomodation .chip-right{right:-3px;background:url(../images/chip-accomodation.png) 3px 0px;}

body.media .blocktitle.news .chip-left{left:-3px;background:url(../images/chip-media.png) 0px 0px;}
body.media .blocktitle.news .chip-right{right:-3px;background:url(../images/chip-media.png) 3px 0px;}

body.business .blocktitle.news .chip-left{left:-3px;background:url(../images/chip-business.png) 0px 0px;}
body.business .blocktitle.news .chip-right{right:-3px;background:url(../images/chip-business.png) 3px 0px;}

.blocktitle.calendar .chip-left{left:-3px;background:url(../images/chip-tourism.png) 0px 0px;}
.blocktitle.calendar .chip-right{right:-3px;background:url(../images/chip-tourism.png) 3px 0px;}

.blocktitle.banner .chip-left{left:-3px;background:url(../images/chip-banner.png) 0px 0px;}
.blocktitle.banner .chip-right{right:-3px;background:url(../images/chip-banner.png) 3px 0px;}


/* Layout - global elemnts ***************************************************************************/
.wrap{width:980px;padding:0 0 0 15px;margin:0 auto;background:#fff;}
.left{float:left;width:650px;}
.right{float:left;width:330px;}
.center{text-align:center;}
.mt10{margin-top:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml60{margin-left:60px;}
.ml70{margin-left:70px;}
.col{float:left;}
.block{position:relative;}
#top{display:block;height:60px;padding:0;clear:both;}
#head{display:block;width:960px;height:145px;overflow:hidden;clear:both;}
#logo{float:left;margin-top:30px;}
#header{display:block;width:960px;padding:10px;margin-left:-10px;clear:both;position:relative;}
#header.has-slider{height:555px;background:url(../images/fixed/header-slider.png) no-repeat;}
.static-page #header.has-slider{height:520px;}
#header.no-slider{height:360px;background:url(../images/fixed/header-image.png) no-repeat;}
#nav{display:block;width:940px;height:27px;padding:5px 10px;background:url(../images/fixed/nav.png) no-repeat;list-style:none;clear:both;position:relative;z-index:99;}
#OneColumnePageContent{display:table; margin: 0px 20px 0px 0px;}
#footer{display:block;margin-left:-10px;clear:both;}
#footer.tourism{width:950px;padding:30px 10px 30px 20px;height:130px;background:url(../images/fixed/footer-tourism.png) no-repeat;}
#footer.mb{width:960px;padding:10px;height:90px;background:url(../images/fixed/footer-mb.png) no-repeat;}
#footer.mb-static{width:940px;padding:20px;height:45px;background:url(../images/fixed/footer-mb-static.png) no-repeat;}
#bottom{padding:0 20px;}

/* Page top ******************************************************************************************/
/* Webnav ***/
#webnav{float:left;width:295px;height:48px;margin-top:15px;}
#webnav p{display:block;clear:left;font-size:14px;line-height:21px;white-space:nowrap;}
#webnav ul{list-style:none;clear:both;}
#webnav li{float:left;height:22px;padding-top:8px;text-align:center;background:#fff;}
#webnav a, #webnav span{text-transform:uppercase;display:block;}
#webnav li:hover a, #webnav li.over a, #webnav li.active a{color:#fff;}
#webnav li#webnav-tourism{width:91px;background:url(../images/fixed/webnav.png) 0px 0px;}
#webnav li#webnav-tourism:hover, #webnav li#webnav-tourism.over, #webnav li#webnav-tourism.active{background:url(../images/fixed/webnav.png) 0px 30px;}
#webnav li#webnav-media{width:85px;background:url(../images/fixed/webnav.png) -91px 0px;}
#webnav li#webnav-media:hover, #webnav li#webnav-media.over, #webnav li#webnav-media.active{background:url(../images/fixed/webnav.png) -91px 30px;}
#webnav li#webnav-business{width:89px;background:url(../images/fixed/webnav.png) 89px 0px;}
#webnav li#webnav-business:hover, #webnav li#webnav-business.over, #webnav li#webnav-business.active{background:url(../images/fixed/webnav.png) 89px 30px;}

/* Langswitch ***/
#langswitch{float:right;width:180px;height:35px;margin:13px 20px 0 0;background:url(../images/fixed/langswitch.png) no-repeat;text-transform:uppercase;position:relative;}
.tourism #langswitch{margin-right:0;}
#langswitch .active{float:right;margin:10px 16px 0 0;cursor:pointer;}
#langswitch p.active .flag{background-position:100% 2px;}
.flag{padding-right:24px;height:16px;}
#flag-hr{background:url(../images/flags/hr.png) no-repeat;}
#flag-en{background:url(../images/flags/en.png) no-repeat;}
#flag-it{background:url(../images/flags/it.png) no-repeat;}
#flag-de{background:url(../images/flags/de.png) no-repeat;}
#flag-pl{background:url(../images/flags/pl.png) no-repeat;}
#flag-cz{background:url(../images/flags/cz.png) no-repeat;}
#flag-ru{background:url(../images/flags/ru.png) no-repeat;}
#flag-fr{background:url(../images/flags/fr.png) no-repeat;}
#flag-sl{background:url(../images/flags/sl.png) no-repeat;}
#flag-es{background:url(../images/flags/es.png) no-repeat;}
#flag-hu{background:url(../images/flags/hu.png) no-repeat;}
#flag-nl{background:url(../images/flags/nl.png) no-repeat;}
#flag-ru{background:url(../images/flags/ru.png) no-repeat;}
#flag-cn{background:url(../images/flags/cn.png) no-repeat;}

#langswitch ul{position:absolute;top:26px;left:-9999px;list-style:none;width:132px;padding:10px 0;text-align:right;background:url(../images/fixed/langs.png) 0% 100% no-repeat;z-index:999;}
#langswitch ul.over{display:block;left:46px;}
#langswitch li{height:16px;margin:0 0 2px 0;padding:0 34px 0 0;background-position:102px 0;} 

/* Weather  ***/
#weather{float:right;width:240px;height:20px;margin-top:20px;padding-top:2px;text-transform:uppercase;}
#weather dt, #weather dd{float:left;margin-right:5px;}
#weather dd.image{margin-top:-12px;}
#weather dd.temp{margin-right:0;}
#weather .min{color:#0099cc;}
#weather .max{color:#cc0000;}

/* Header ********************************************************************************************/
.slider-image{display:block;width:960px;height:470px;}
.header-image{display:block;width:960px;height:330px;overflow:hidden;}
#diamond{display:block;position:absolute;top:55px;left:430px;width:60px;height:100px;background:url(../images/diamond.png) top left repeat-x;z-index:2;}
#overlay{display:block;position:absolute;top:45px;left:10px;width:960px;height:120px;background:url(../images/overlay.png) top left repeat-x;z-index:1;}
.static-page #overlay{top:10px;}

/* Header - Background image ***/
.hr #head{background:url(../images/headerHR.png) 100% 0 no-repeat;}
.en #head{background:url(../images/headerEN.png) 100% 0 no-repeat;}
.de #head{background:url(../images/headerDE.png) 100% 0 no-repeat;}
.it #head{background:url(../images/headerIT.png) 100% 0 no-repeat;}
.pl #head{background:url(../images/headerPL.png) 100% 0 no-repeat;}
.cz #head{background:url(../images/headerCZ.png) 100% 0 no-repeat;}
.fr #head{background:url(../images/headerFR.png) 100% 0 no-repeat;}
.sl #head{background:url(../images/headerSL.png) 100% 0 no-repeat;}
.es #head{background:url(../images/headerES.png) 100% 0 no-repeat;}
.hu #head{background:url(../images/headerHU.png) 100% 0 no-repeat;}
.nl #head{background:url(../images/headerNL.png) 100% 0 no-repeat;}
.ru #head{background:url(../images/headerRU.png) 100% 0 no-repeat;}
.cn #head{background:url(../images/headerCN.png) 100% 0 no-repeat;}

/* mini webs */
#welcomeText{font-size:14px;margin:10px 0;width:400px;float:left;}
a.moreInfo{background:#188bc2;height:14px;padding:5px 10px;margin:7px 21px 0 0;
    display:inline;font-family:'AdobeGaramondProRegular';text-transform:uppercase;color:#fff;
    -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
    -moz-box-shadow:0 0 8px #999;-webkit-box-shadow:0 0 8px #999;box-shadow:0 0 8px #999;}
.moreInfo span{float:left;margin-right:12px;}
body.tourism a.moreInfo:hover{color:#fff;}
.moreInfo img{text-align:right;margin-top:1px;}

/* Navigation ****************************************************************************************/

/* Navigation - Level 1 ***/
#nav li{float:left;font-size:13px;text-transform:uppercase;}
#nav a{color:#000;}

/* Navigation - Level 1 - Positioning ***/
body.hr.tourism #nav > li{margin-right:45px;} body.hr.tourism #nav > li:last-child{margin-right:0;}
body.hr.media #nav > li{margin-right:0;} body.hr.media #nav > li:last-child{margin-right:0;}
body.hr.business #nav > li{margin-right:10px;} body.hr.business #nav > li:last-child{margin-right:0;}

body.en.tourism #nav > li{margin-right:60px;} body.en.tourism #nav > li:last-child{margin-right:0;}
body.en.media #nav > li{margin-right:40px;} body.en.media #nav > li:last-child{margin-right:0;}
body.en.business #nav > li{margin-right:20px;} body.en.business #nav > li:last-child{margin-right:0;}

body.de.tourism #nav > li{margin-right:0;} body.de.tourism #nav > li:last-child{margin-right:0;}

/* Navigation - Level 1 - Anchors ***/
#nav > li > a{height:30px;padding:4px 20px;position:relative;z-index:999;}
body.it #nav > li > a{padding:4px 15px;}
body.tourism #nav > li.active > a, body.tourism #nav > li > a:hover{background:#007cb8;color:#fff;}
body.media #nav > li.active > a, body.media #nav > li > a:hover{background:#da251e;color:#fff;}
body.business #nav > li.active > a, body.business #nav > li > a:hover{background:#9168a2;color:#fff;}

/* Navigation - Level 1 - Decoration ***/
#nav .chip-left, #nav .chip-right{position:absolute;top:0;width:3px;height:3px;}
body.tourism #nav .chip-left{left:-3px;background:url(../images/chip-tourism.png) 0px 0px;}
body.tourism #nav .chip-right{right:-3px;background:url(../images/chip-tourism.png) 3px 0px;}
body.media #nav .chip-left{left:-3px;background:url(../images/chip-media.png) 0px 0px;}
body.media #nav .chip-right{right:-3px;background:url(../images/chip-media.png) 3px 0px;}
body.business #nav .chip-left{left:-3px;background:url(../images/chip-business.png) 0px 0px;}
body.business #nav .chip-right{right:-3px;background:url(../images/chip-business.png) 3px 0px;}

/* Navigation - Level 2 ***/
#nav .subnav.lvl2{position:absolute;top:28px;width:960px;height:30px;margin:0;padding:0;list-style:none;}
body.tourism #nav .subnav{background:#007cb8;}
body.media #nav .subnav{background:#da251e;}
body.business #nav .subnav{background:#9168a2;}

/* Navigation - Level 2 - Positioning ***/
#nav .subnav.lvl2 li{font-size:12px;position:relative;}
body.de #nav .subnav.lvl2 li{letter-spacing:-1px;}

/* Navigation - Level 2 - Anchors ***/
#nav .subnav a{color:#fff;display:block;padding:5px;margin:auto 9px;position:relative;}
body.tourism #nav .subnav li.active a, body.tourism #nav .subnav li a:hover{color:#b4d9f3;background:none;}
body.media #nav .subnav li.active a, body.media #nav .subnav li a:hover{color:#f8b6b3;background:none;}
body.business #nav .subnav li.active a, body.business #nav .subnav li a:hover{color:#e8c9f5;background:none;}

/* Navigation - Level 2 - Decoration ***/
#nav .chip-bottom{position:absolute;top:30px;width:12px;margin-left:-6px;height:6px;}
body.tourism #nav .chip-bottom{left:50%;background:url(../images/chip-bottom-tourism.png) 0px 0px;}
body.media #nav .chip-bottom{left:50%;background:url(../images/chip-bottom-media.png) 0px 0px;}
body.business #nav .chip-bottom{left:50%;background:url(../images/chip-bottom-business.png) 0px 0px;}

/* Navigation - Level 3 mainnav ***/
#nav .subnav.lvl3{position:absolute;top:25px;width:200px;height:auto;margin:0;padding:5px;list-style:none;}
#nav .subnav.lvl3 li{display:block;width:200px;text-transform:none;}
body.de #nav .subnav.lvl3 li{letter-spacing:0;}

/* Navigation - Pagenav ***/
#pagenav-top{width:330px;height:30px;margin-left:-10px;background:url(../images/fixed/pagenav-top.png) no-repeat;}
#pagenav-content{width:310px;padding:0 10px;margin-left:-10px;background:url(../images/fixed/pagenav-content.png) repeat-y;}
#pagenav-bottom{width:330px;height:30px;margin-left:-10px;background:url(../images/fixed/pagenav-bottom.png) no-repeat;}

#pagenav-content ul{list-style:none;margin:0 10px;padding:10px 0;}
#pagenav-content li{font-size:11px;line-height:16px;}
#pagenav-content a{display:block;}
#pagenav-content li.item-3 > a{padding-bottom:2px;border-bottom:1px solid #efefef;}
#pagenav-content .active > a{font-weight:bold;}

/* Navigation - show/hide  ***/ 
#nav .subnav{left:-9999px;}
#nav li:hover .subnav.lvl2, #nav li.over .subnav.lvl2{left:0px;}
#nav li:hover .subnav li:hover .subnav.lvl3, #nav li.over .subnav li.over .subnav.lvl3{left:0px;}

/* Content - Homepage *******************************************************************************/

/* Content - Breadcrumbs ***/
#breadcrumb{list-style:none;margin-bottom:18px;}
#breadcrumb li{float:left;margin-left:5px;}
#breadcrumb li:first-child{margin-left:0;}

/* Content - Homepage - Highlights ***/
#highlights{width:610px;padding:25px 20px;margin-left:-10px;background:url(../images/fixed/highlights-home.png) no-repeat;}
#highlights h1{font-size:14px;font-weight:bold;}
#highlights .col{width:295px;}
#highlights .col.item1, #highlights .col.item3{margin-right:20px;}
#highlights .col.item1, #highlights .col.item2{margin-bottom:20px;}
#highlights img{margin-bottom:14px;}

/* Content - Googlemaps ***/
#googlemap{width:280px;padding:25px;margin-left:-10px;background:url(../images/fixed/googlemap-home.png) no-repeat;}
#googlemap h1{font-size:14px;}
#googlemap address{font-size:12px;}

/* Content - Homepage - Calendar ***/
#home #calendar{width:650px;height:215px;margin-left:-10px;background:url(../images/fixed/calendar-home.png) 0px 0px no-repeat;overflow:hidden;list-style:none;}
#home #calendar.jcarousel-list{width:650px;height:215px;margin-left:0;background:none;}
#home #calendar li{width:285px;height:185px;margin:20px;padding:0 15px 0 315px;position:relative;}
#home #calendar li.no-img{padding-left:15px;width:595px;}
#home #calendar img{position:absolute;top:0;left:0;}
#home #calendar h2{font-size:22px;line-height:22px;margin-bottom:12px;text-transform:uppercase;}
#home #calendar .date{font-size:16px;margin-bottom:12px;}
#home #calendar .button{display:block;font-size:10px;text-align:center;text-transform:uppercase;color:#08436b;width:190px;height:35px;padding-top:8px;background:url(../images/fixed/button-190.png) 0px 0px no-repeat;}

/* Content - Homepage - Banners ***/
#newsletter.banner, #brochures.banner{float:left;width:275px;height:16px;padding:24px 20px 20px 20px;font-size:15px;text-transform:uppercase;color:#fff;background:url(../images/fixed/banner-blue-295.png) no-repeat;}
#newsletter.banner .button{display:block;float:right;margin:-12px -8px 0 0;font-size:10px;text-align:center;text-transform:uppercase;color:#08436b;width:100px;height:25px;padding-top:10px;background:url(../images/fixed/button-100.png) 0px 0px no-repeat;}
#brochures.banner{text-align:center;}
#brochures.banner img{float:left;margin-top:-12px;}

/* Content - Accomodation ***/
#home #accomodation{width:310px;height:270px;padding:10px;margin-left:-10px;background:url(../images/fixed/accomodation-home.png) no-repeat;}
#home #accomodation noscript p{padding:100px 20px 0 20px;}

/* Content - Accomodation - Tab items */
#accomodation-items{display:none;width:300px;height:40px;padding:0 5px;list-style:none;}
#accomodation-items.ui-tabs-nav{display:block;}
#accomodation-items li{float:left;}
#accomodation-items a{color:#999;position:relative;}
#accomodation-items a .chip-left, #accomodation-items a .chip-right{display:none;}
#accomodation-items .ui-tabs-selected a{color:#fff;}
#accomodation-items .ui-tabs-selected a .chip-left, #accomodation-items .ui-tabs-selected a .chip-right{display:block;}

/* Content - Accomodation - Fieldset */
#home #accomodation iframe{width:310px;height:230px;border:0;overflow:hidden;}
#page #accomodation iframe{width:605px;height:180px;border:0;overflow:hidden;}
#page #accomodation iframe.family{height:400px;}
#page #accomodation h3{display:none;}
#page #accomodation.ui-accordion h3{display:block;}

/* Content - Page - Accomodation - Fieldset */
#page #accomodation-inner fieldset{width:560px;height:140px;margin-top:10px;padding:10px;}
#page #accomodation-inner legend{margin-bottom:20px;line-height:12px;white-space:normal;}
.chrome #page #accomodation-inner legend, .safari #page #accomodation-inner legend, .opera #page #accomodation-inner legend{height:32px;}
#page #accomodation-inner .entry{display:block;width:580px;margin-bottom:12px;clear:both;}
#page #accomodation-inner label{float:left;width:130px;line-height:12px;}
#page #accomodation-inner select{width:450px;}
#page #accomodation-inner select.empty{border:0;background:#fff;}
#page #accomodation-inner .button{float:right;display:block;font-size:9px;text-align:center;text-transform:uppercase;color:#08436b;width:100px;height:35px;padding-top:5px;border:0;background:url(../images/fixed/button-100.png) 0px 0px no-repeat;cursor:pointer;}

/* Content - Page - Accomodation - Results */
#accomodation-results{margin:18px 0;}
#accomodation-results th{text-align:center;font-weight:bold;border:1px solid #ccc;background:#ddd;}
#accomodation-results td{border:1px solid #d6d6d6;padding:2px 4px;}
#accomodation-results .title{width:25%;}
#accomodation-results .title a{font-weight:bold;}
#accomodation-results .address{width:25%;}
#accomodation-results .contact{width:40%;}
#accomodation-results .status{width:10%;text-align:center;vertical-align:middle;}

#accomodation-info{margin:10px 0;text-align:center;}
#accomodation-info span{display:inline;margin-right:10px;font-size:11px;}
#accomodation-info span img{margin-right:5px;}

/* Content - Banners ***/
#banners{width:290px;height:105px;padding:50px 20px 0 20px;margin:10px 0 10px -10px;background:url(../images/fixed/banners.png) no-repeat;position:relative;}
#banners ul{list-style:none;}

.banners-dodatno{width:290px;height:441px;padding:20px 20px 20px 20px;margin:10px 0 10px -10px;
    background:url(../images/fixed/banners-441h.png) no-repeat;
    position:relative;}

/* Content - Pages **********************************************************************/

/* Content - Pages - Static content */
#static-top{width:610px;height:50px;padding:25px 20px;margin-left:-10px;background:url(../images/fixed/static-top.png) no-repeat;position:relative;}
#OneColumnePageContent #static-top{ width:980px; height:100px;padding:0px 20px;
                                    margin-left:-10px;background:url(../images/fixed/static-top-one-column.png) no-repeat;position:relative;}
#OneColumnePageContent #static-top h1{padding:25px 0px;}

#static-content{width:610px;padding:0 20px 5px 20px;margin-left:-10px;background:url(../images/fixed/static-content.png) repeat-y;}
#OneColumnePageContent #static-content{ width:980px; padding:0 20px 5px 20px;margin-left:-10px; 
                                        background: url(../images/fixed/static-content-one-column.png) repeat-y; height:auto; display:table;}    

#static-bottom{width:650px;height:30px;margin-left:-10px;background:url(../images/fixed/static-bottom.png) no-repeat;}
#OneColumnePageContent #static-bottom{width:980px; height:30px;margin-left:-10px;background:url(../images/fixed/static-bottom-one-column.png) no-repeat;}

#OneColumnePageContent .moj-planer{right:30px;}
body.de #OneColumnePageContent .moj-planer{right:47px;}

.static p{margin-bottom:12px;}
.static ul, .static ol{margin:10px 20px;}
#static-content .static img{padding:20px;}
#static-content .static img.is_127{background:url(../images/fixed/image-127-bck.png) no-repeat;}
#static-content .static img.is_273{background:url(../images/fixed/image-273-bck.png) no-repeat;}

#static-content table{clear:both;border-collapse:collapse;margin:0;font-size:12px;}
#static-content th, #static-content td{text-align:left;padding:5px;white-space:normal;vertical-align:top;}
#static-content th{text-align:center;font-weight:bold;}

#static-content .list-item{display:block;position:relative;padding:10px 0 0 250px;margin:0 0 30px -10px;min-height:127px;clear:both;}
#static-content .list-item img{position:absolute;top:0;left:0;padding:20px;background:url(../images/fixed/image-127-bck.png) no-repeat;}
#static-content .list-item h3{line-height:20px;margin-bottom:5px;}
#static-content .list-item .location{margin-bottom:20px;padding-bottom:5px;border-bottom:1px solid #eee;}

#testimonials{width:330px;height:205px;margin-left:-10px;}
#testimonials .copy{padding:50px 0 0 20px;position:relative;z-index:9;}
#testimonials a{text-decoration:underline;}
#testimonials a:hover{color:#666;}
#testimonials img{position:absolute;top:0;left:0;z-index:0;}

/* Brosure */
#brosure{clear:both;}
#brosure .categoryBox h2{background:url(../images/fixed/bgH2-one-column.png) no-repeat; position:relative; left:5px; height:35px; line-height:35px; padding:0 45px 0 45px; text-transform:uppercase;}
#brosure .brosureList{display:table; position:relative; left:4px; width:932px; margin-bottom:15px;}
#brosure .item{width:233px; text-align:center;  margin:0px 0px 0px 0px; padding:0px; float:left;}
#brosure .item .text{width:90%; height:55px; text-align:left; margin:0px 0px 0px 13px;}
#brosure img.is_273{background:url(../images/fixed/image-273-bck.png) no-repeat; padding:20px; height:273px; width:193px;}

/* Content - Pages - Share */
#share{background:url(../images/fixed/archives.png) no-repeat;width:625px;height:35px;padding:0;margin-left:-5px;position:relative;}
#share #___plusone_0, .fb_ltr{position:absolute;top:8px;left:10px;}
.fb_iframe_widget{position:absolute;top:8px;left:25px;}

#OneColumnePageContent #share{background:url(../images/fixed/bgH2-one-column.png) no-repeat;width:930px;}

/* Content - Pages - Subhead */
#static-content .subhead{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:10px;}
#static-content .subhead h2{font-size:20px;line-height:20px;margin-bottom:10px;}
#static-content .subhead p{color:#aaa;font-size:11px;line-height:16px;}
#static-content .subhead .summary{margin-top:6px;}

/* Content - Pages - Exotic brochures */
#brochures{text-align:center;}
#brochures.triple{text-align:left;margin-left:90px;}

/* Content - News *************************************************************/
#news-nav ul{list-style:none;font-size:11px;}
#news-nav #years{float:left;}
#news-nav #months{float:right;}
#news-nav li{float:left;margin-right:5px;}
#news-nav a{font-weight:bold;}
#news-nav a, #news-nav span{margin-right:5px;}

#news{list-style:none;margin:12px 0;}
#news li{font-size:11px;line-height:15px;margin-bottom:15px;}
#news li h2{font-size:13px;text-transform:uppercase;font-weight:bold;}
#news li h2 a{border-bottom:1px solid;}
#news li h2 a:hover{text-decoration:none;}

.news .button{display:block;float:right;font-size:10px;text-align:center;text-transform:uppercase;color:#08436b;width:190px;height:35px;padding-top:8px;background:url(../images/fixed/button-190.png) 0px 0px no-repeat;}
.news a.button:hover{color:#08436b;}

/* Content - News - Right col */
#news-top{width:330px;height:30px;margin-left:-10px;background:url(../images/fixed/pagenav-top.png) no-repeat;}
#news-content{width:280px;padding:25px 25px 0 25px;margin-left:-10px;background:url(../images/fixed/pagenav-content.png) repeat-y;}
#news-bottom{width:330px;height:30px;margin-left:-10px;background:url(../images/fixed/pagenav-bottom.png) no-repeat;}

#news-content ul{list-style:none;margin:0;padding:0;}
#news-content li{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:10px;}
#news-content h4{font-size:12px;font-weight:bold;}
body.media #news-content a{color:#da251e;border-bottom:1px solid #da251e;}
body.business #news-content a{color:#9168a2;border-bottom:1px solid #9168a2;}
#news-content a:hover{text-decoration:none;}
#news-content .date{color:#aaa;font-size:11px;line-height:16px;}
#news-content .summary{font-size:11px;line-height:16px;}
#news-content .link{text-align:right;font-size:11px;line-height:16px;}

/* Content - Events calendar *************************************************************/

/* Content - Events calendar - Archives */
.archives{background:url(../images/fixed/archives.png) no-repeat;width:595px;height:27px;padding:8px 15px 0 15px;margin:1px 0 0 -5px;}
.archives label{margin-right:5px;}
.archives select{margin-right:40px;}
.archives select.year{width:90px;}
.archives select.month{width:90px;}
.archives select.location{width:120px;margin-right:0;}

/* Content - Events calendar - Categories */
fieldset#category{width:100%;padding:20px 0 10px 0;}
fieldset#category label, fieldset#category select{float:right;margin-right:10px;}
fieldset#category select{width:200px;}

/* Content - Events calendar - Table */
#static-content #events{clear:both;border-collapse:collapse;width:100%;margin:18px 0 36px;font-size:12px;} 
#static-content #events th, #events td{text-align:left;padding:4px 12px 4px 9px;vertical-align:middle;white-space:normal;}
#static-content #events thead th{background:#ddd;}

#static-content #events tr{border-bottom:1px solid #eee;background-color:#fff;}
#static-content #events .date{width:20%;}
#static-content #events .location{width:20%;}
#static-content #events .summary{color:#aaa;font-size:11px;line-height:16px;}

#static-content #more-events.button{display:block;margin:0 auto;font-size:10px;text-align:center;text-transform:uppercase;color:#08436b;width:190px;height:25px;padding-top:10px;background:url(../images/fixed/button-190.png) 0px 0px no-repeat;}

/* Content - Events calendar - Right col */
#events-top{width:330px;height:30px;margin-left:-10px;background:url(../images/fixed/pagenav-top.png) no-repeat;}
#events-content{width:280px;padding:25px 25px 0 25px;margin-left:-10px;background:url(../images/fixed/pagenav-content.png) repeat-y;}
#events-bottom{width:330px;height:30px;margin-left:-10px;background:url(../images/fixed/pagenav-bottom.png) no-repeat;}

#events-content ul{list-style:none;margin:0;padding:0;}
#events-content li{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:10px;}
#events-content h4{font-size:12px;font-weight:bold;}
#events-content li a{color:#007cb8;}
#events-content li a:hover{color:#007cb8;text-decoration:underline;}
#events-content .date{color:#aaa;font-size:11px;line-height:16px;}
#events-content .summary{font-size:11px;line-height:16px;}
#events-content .link{text-align:right;font-size:11px;line-height:16px;}

/* Content - Pages - Subfoot */
#static-content .subfoot{border-top:1px solid #eee;padding-top:10px;margin:10px 0;}

/* Content - Pages - places */
#places h3{font-size:14px;}
#places h3 em{float:right;margin-right:50px;font-size:11px;}
.item-details h4{font-size:14px;line-height:21px;width:580px;margin-bottom:12px;}
#places .item{display:block;padding:20px;}
#places .item p{width:580px;}
#places img{float:left;margin:0 10px 10px 10px;}
#places .item-details table{width:580px;font-size:11px;margin:18px 0;}
#places .item-details thead th{text-align:center;font-weight:bold;border:1px solid #ccc;background:#ddd;}
#places .item-details tbody th, #places .item-details tbody td{text-align:left;border:1px solid #d6d6d6;padding:2px 4px;}
#places .item-details tbody th{width:20%;}
#places .item-details tbody td{width:80%;}

/* Content - Currency */
#static-content table#currency{width:580px;font-size:11px;margin:18px 0;}
#static-content table#currency th{font-weight:bold;border:1px solid #ccc;background:#ddd;}
#static-content table#currency td{border:1px solid #d6d6d6;}
#static-content table#currency th, #static-content table.currency td{text-align:center;}

#static-content iframe{width:580px;height:230px;border:0;overflow:hidden;}

/* Content - Bookmarks */
#bookmarks{margin:20px 20px 20px 30px;}
#bookmarks li{border-bottom:1px solid #eee;position:relative;padding-bottom:10px;margin-bottom:10px;}
#bookmarks .button{position:absolute;top:-5px;right:0;display:block;border:0;text-indent:-9999em;width:30px;height:30px;background:url(../images/colorbox/close.png) 0px 0px no-repeat;cursor:pointer;}

.bookmarks{margin:0 10px;}
.bookmarks h2{margin-left:-10px;}

.form h3{font-size:11px;text-transform:uppercase;margin:15px 0;font-weight:bold;border-bottom:1px solid #eee;}
.form .entry{clear:both;}

.form label{float:left;width:200px;margin-right:20px;text-align:left;clear:both;}
.form label strong{color:#be1e2d;}

.form .error{display:block;font-weight:normal;text-align:left;color:#be1e2d;padding:0 0 0 220px;margin-bottom:10px;}

.form input, .form textarea{font-size:12px;width:340px;padding:2px;border:1px solid #d6d6d6;}
.form .antibot input, .form .antibot img{float:left;overflow:hidden;}
.form .antibot input{width:60px;margin-right:20px;}

.form .action{margin-top:15px;padding-top:15px;border-top:1px solid #eee}
.form .button, .toggle a.button{margin:10px auto 10px 240px;font-size:10px;text-align:center;text-transform:uppercase;color:#08436b;width:100px;height:35px;border:0;background:url(../images/fixed/button-100.png) 0px 0px no-repeat;cursor:pointer;}
body.tourism .toggle a.button{display:block;color:#08436b;margin:10px auto 10px 240px;padding-top:9px;text-align:center;text-transform:uppercase;color:#08436b;width:190px;height:26px;background:url(../images/fixed/button-190.png) 0px 0px no-repeat;}
body.tourism .toggle a.button:hover{text-decoration:none;}

/* Content - Sitemap */
#sitemap{margin:0;padding:0;}
#sitemap ul{margin:10px 20px;}
#sitemap li{list-style:none;margin-bottom:10px;padding-bottom:10px;}
#sitemap li li{padding:0;margin:2px 0 0 0;}

#sitemap li.level1, #sitemap li.level21, #sitemap li.level32{font-weight:bold;border-bottom:1px solid #eee;} 
#sitemap li.level1 li, #sitemap li.level21 li, #sitemap li.level32 li{font-weight:normal;border-bottom:none;}

/* Content - Search results */
#results{margin:10px 20px;}
#results li{margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #ccc;}

/* Footer *******************************************************************************/

/* Footer - Social networks ***/
p.social{text-transform:uppercase;}
ul.social{list-style:none; overflow: hidden; height: 55px
;}
ul.social li{float:left;text-indent:-9999em;}
ul.social a{display:block;height:27px;}
ul.social li.flickr, ul.social li.facebook, ul.social li.youtube{margin-right:10px;}
.icon {display: block; color: #007cb9; margin-right: 10px;}
ul.social li.flickr a{width:56px;background:url(../images/icons/flickr.png) no-repeat;}
ul.social li.facebook a{width:72px;background:url(../images/icons/facebook.png) no-repeat;}
ul.social li.youtube a{width:55px;background:url(../images/icons/youtube.png) no-repeat;}
ul.social li.twitter a{width:80px;background:url(../images/icons/twitter.png) no-repeat;}
.store-icon { margin-top: 4px; }

/* Footer - Links ***/
ul.links{list-style:none;margin-right:20px;}

/* Footer - Search ***/
#search{float:right;width:320px;text-align:right;}
#footer.tourism #search{margin-top:-44px;}
#footer.mb #search{margin-top:20px;}
#search .entry{width:320px;height:60px;text-align:left;background:url(../images/fixed/banner-blue-300.png) no-repeat;position:relative;}
#search label{margin-right:10px;font-size:14px;}
#search input{border:0;position:absolute;}
#search input.text{top:18px;left:20px;background:#fff;padding:4px 20px 4px 4px;height:16px;width:220px;}
#search input.button{top:13px;right:15px;font-size:10px;text-align:center;text-transform:uppercase;color:#08436b;width:50px;height:35px;background:url(../images/fixed/button-40.png) 0px 0px no-repeat;cursor:pointer;}

/* Footer - Nav ***/
#footer-nav{float:left;list-style:none;margin-top:10px;}
#footer #footer-nav{margin:40px 0 0 20px;}
#footer-nav li{float:left;margin-right:20px;}
#footer-nav li:last-child{margin-right:0;}

/* Footer - Page bottom ***/
#footer-logo{float:right;}
#copyright{text-align:center;padding:20px 0 30px 0;margin-left:-10px;text-transform:uppercase;font-size:9px;}

/* Plugins *****************************************************************************************/

/* Plugins - uiTabs ***/
.ui-tabs-hide{position:absolute;left:-9999em;}

/* Plugins - Slider ***/
#slider{width:960px;height:470px;overflow:hidden;}
#slider a.toggle{position:absolute;bottom:45px;right:20px;font-size:14px;text-transform:lowercase;padding-left:16px;z-index:999;}
#slider #show-image{background:url(../images/fixed/show-image.png) 0px 6px no-repeat;}
#slider #hide-image{background:url(../images/fixed/hide-image.png) 0px 6px no-repeat;}

/*.slider-image a, .slider-image h2, #slider-thumbs{display:none;}*/
.slider-image h2{position:absolute;bottom:20px;right:20px;font-size:20px;z-index:999;}

#slider-thumbs{list-style:none;width:940px;height:70px;padding:10px 20px;position:absolute;bottom:0;left:0;background:url(../images/fixed/slider-thumbs.png) no-repeat;z-index:99;}
#slider-thumbs li{float:left;width:69px;height:44px;display:inline;margin-top:10px;padding:0;background:url(../images/fixed/slider-thumb-small.png) 0px 0px;position:relative;}
#slider-thumbs li.hover{}
#slider-thumbs li.ui-tabs-selected{width:86px;height:52px;background:url(../images/fixed/slider-thumb-big.png) 0px 0px;}
#slider-thumbs img{margin:8px auto auto 8px;width:53px;height:28px;}
#slider-thumbs li.ui-tabs-selected img{width:70px;height:36px;}

#slider-thumbs li .tooltip{display:none;position:absolute;top:-40px;left:-10px;height:39px;padding-top:16px;text-align:center;text-transform:uppercase;z-index:99;}
#slider-thumbs li.ui-tabs-selected .tooltip{display:block;}

#slider-thumbs li .tooltip.tip-10{width:130px;background:url(../images/fixed/tooltip-10.png) no-repeat;}
#slider-thumbs li .tooltip.tip-20{width:163px;background:url(../images/fixed/tooltip-20.png) no-repeat;}
#slider-thumbs li .tooltip.tip-30{width:227px;background:url(../images/fixed/tooltip-30.png) no-repeat;}
#slider-thumbs li .tooltip.tip-40{width:270px;background:url(../images/fixed/tooltip-40.png) no-repeat;}
#slider-thumbs li .tooltip.tip-50{width:350px;background:url(../images/fixed/tooltip-50.png) no-repeat;}
#slider-thumbs li .tooltip.tip-60{width:420px;background:url(../images/fixed/tooltip-60.png) no-repeat;}
#slider-thumbs li .tooltip.tip-70{width:500px;background:url(../images/fixed/tooltip-70.png) no-repeat;}

/* Plugins - Carousel ***/
.jcarousel-item-horizontal{text-align:left;display:block;}
.jcarousel-item-placeholder{background:#fff;color:#666;}
.jcarousel-next-disabled, .jcarousel-prev-disabled{background:none;cursor:default;}

.left .jcarousel-container{width:650px;height:215px;margin-left:-10px;background:url(../images/fixed/calendar-home.png) no-repeat;text-align:left;overflow:hidden;}
.left .jcarousel-clip-horizontal{overflow:hidden;}
.left .jcarousel-item{width:335px;height:225px;margin:0;padding:0;}
.left .no-img.jcarousel-item{width:610px;}
.left .jcarousel-next-horizontal, .left .jcarousel-prev-horizontal{display:block;position:absolute;top:50%;margin-top:-26px;height:64px;width:28px;cursor:pointer;}
.left .jcarousel-prev-horizontal{left:5px;background:url(../images/carousel-nav.png) 0px 0px;}
.left .jcarousel-next-horizontal{right:0;background:url(../images/carousel-nav.png) 28px 0px;}
.left .jcarousel-next-disabled, .left .jcarousel-prev-disabled{background:none;cursor:default;}

.right .jcarousel-container{width:290px;height:105px;text-align:left;}
.right .jcarousel-clip-horizontal{overflow:hidden;}
.right .jcarousel-item{width:290px;height:105px;margin:0;padding:0;}
.right .jcarousel-next-horizontal, .right .jcarousel-prev-horizontal{display:block;position:absolute;top:-35px;height:24px;width:24px;cursor:pointer;}
.right .jcarousel-prev-horizontal{left:0;background:url(../images/carousel-small-nav.png) 0px 0px;}
.right .jcarousel-next-horizontal{right:0;background:url(../images/carousel-small-nav.png) 24px 0px;}
.right .jcarousel-next-disabled, .right .jcarousel-prev-disabled{background:none;cursor:default;}

/* Plugins - Accordion ***/
.ui-accordion{width:630px;overflow:hidden;}
.ui-accordion .ui-accordion-header{cursor:pointer;color:#007cb8;position:relative;width:610px;height:27px;padding:8px 0 0 15px;margin:1px 0 0 -5px;zoom:1;}
.ui-accordion .ui-accordion-li-fix{ display:inline;}
.ui-accordion .ui-accordion-header-active{border-bottom:0 !important;}
.ui-accordion .ui-accordion-header.ui-corner-all{background:url(../images/fixed/accordion-header.png) no-repeat;}
.ui-accordion .ui-accordion-header.ui-corner-top{background:url(../images/fixed/accordion-header-active.png) no-repeat;}

.ui-accordion .ui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em .7em;}
.ui-accordion-icons .ui-accordion-header a{padding-left:2.2em;}
.ui-accordion .ui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px;}
.ui-accordion .ui-accordion-content{padding:0 20px 10px 16px;border-top:0;position:relative;top:1px;margin:-2px 0 2px -5px;overflow:auto;display:none;zoom:1;}
.ui-accordion .ui-accordion-content-active{display:block;background:url(../images/fixed/accordion-content-active.png) repeat-y;}
.ui-accordion .ui-accordion-content .ui-accordion-content-bottom{position:absolute;bottom:0;left:0;width:615px;height:15px;background:url(../images/fixed/accordion-content-bottom.png) no-repeat;}

/* Plugins - Colorbox ***/
.map{cursor:pointer;}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#cboxOverlay{background:#fff;}
#colorbox{}
#cboxTopLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 0;}
#cboxTopCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -50px;}
#cboxTopRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px 0;}
#cboxBottomLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 -25px;}
#cboxBottomCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -75px;}
#cboxBottomRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px -25px;}
#cboxMiddleLeft{width:25px; background:url(../images/colorbox/border2.png) repeat-y 0 0;}
#cboxMiddleRight{width:25px; background:url(../images/colorbox/border2.png) repeat-y -25px 0;}
#cboxContent{background:#fff; overflow:hidden;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:40px;}
#cboxLoadedContent .accomodation-inline img{float:left;margin:0 10px 10px 10px;}
#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:80%; padding:0 10%; color:#999;}
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxLoadingOverlay{background:#fff url(../images/loading.gif) no-repeat 5px 5px;}
#cboxClose{position:absolute;bottom:0;right:0;display:block;text-indent:-9999em;width:30px;height:30px;background:url(../images/colorbox/close.png) no-repeat;}


.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}
.cboxIE6 #cboxTopLeft{background:url(../images/colorbox/ie6/borderTopLeft.png)}
.cboxIE6 #cboxTopCenter{background:url(../images/colorbox/ie6/borderTopCenter.png)}
.cboxIE6 #cboxTopRight{background:url(../images/colorbox/ie6/borderTopRight.png)}
.cboxIE6 #cboxBottomLeft{background:url(../images/colorbox/ie6/borderBottomLeft.png)}
.cboxIE6 #cboxBottomCenter{background:url(../images/colorbox/ie6/borderBottomCenter.png)}
.cboxIE6 #cboxBottomRight{background:url(../images/colorbox/ie6/borderBottomRight.png)}
.cboxIE6 #cboxMiddleLeft{background:url(../images/colorbox/ie6/borderMiddleLeft.png)}
.cboxIE6 #cboxMiddleRight{background:url(../images/colorbox/ie6/borderMiddleRight.png)}
.cboxIE6 #cboxTopLeft,.cboxIE6 #cboxTopCenter,.cboxIE6 #cboxTopRight,.cboxIE6 #cboxBottomLeft,.cboxIE6 #cboxBottomCenter,.cboxIE6 #cboxBottomRight,.cboxIE6 #cboxMiddleLeft,.cboxIE6 #cboxMiddleRight{_behavior:expression(this.src = this.src ? this.src:this.currentStyle.backgroundImage.split('"')[1],this.style.background = "none",this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+this.src+", sizingMethod='scale')")}

/* Float fix *****************************************************************************************/
.float:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.float{display:inline-block;}
/* start commented backslash hack \*/
* html .float{height:1%;}
.float{display:block;}
/* close commented backslash hack */