/*	--------------------------------------------------
        :: CSS reset and clear fix
        -------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;vertical-align:top;margin:0;padding:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}
.cf:after,.section-container:after,div.special-box:after{clear:both;display:block;font-size:0;content:" ";height:0;visibility:hidden;}.cf,.section-container,div.special-box{display:block;}* html .cf,* html .section-container,* html div.special-box{height:1%;}

.clear {
    clear: both;
}

th {
    text-align: inherit;
}

/*	--------------------------------------------------
        :: Grid - 960 pixels wide / 12 columns
        -------------------------------------------------- */
.site-container,
.footer .section-container {
    margin: 0 auto;
    width: 960px;
}
.section-container {
    position: relative;
}
.section, .section-edit {
    float: left;
    margin: 0 10px;
}

.one	{ width: 60px;  }
.two	{ width: 140px; }
.three	{ width: 220px; }
.four	{ width: 300px; }
.five	{ width: 380px; }
.six	{ width: 460px; }
.seven	{ width: 540px; }
.eight	{ width: 620px; }
.nine	{ width: 700px; }
.ten	{ width: 780px; }
.eleven	{ width: 860px; }
.twelve	{ width: 940px; }


/*  --------------------------------------------------
    :: Core CSS overrides
    -------------------------------------------------- */
p{line-height: 19px;}li{line-height:1.25em;margin:0;padding:0;}dt{font-weight:700;}.nine ul,.nine ol,.nine ul ul,.nine ol ul,.nine dl{margin:9px 0 18px;padding:0;}.nine ul,.nine ol{margin:9px 16px 18px;}.nine ul ol,.nine ol ol{margin:9px 0;}.nine li{padding:0 0 9px;}.nine dt{font-weight:700;margin:9px 0;}.nine dd{line-height:18px;margin:0 0 18px;}ul,ol,dl{margin:0;padding:0;list-style-position:outside;}ul ul,ol ul,ul ol,ol ol,dd{margin:0;}dt,dd,.nine dt,dd{font-style:normal;margin:0;}
div.object-left, table.object-left,div.object-right, table.object-right{margin: 0;}div.object-left, table.object-left{margin-right: 10px;}div.object-right, table.object-right{margin-left:10px;}
ul, ol, dl {
	margin: 0 0 0 26px;
}
ul ul,
ul ul ul,
ol ol,
ol ol ol,
dl dl,
dl dl dl {
	margin: 9px 20px;
}

ul.second-navigation {margin:0;}

/*	--------------------------------------------------
        :: Test
        -------------------------------------------------- */
body {
    background: #fff url(../images/body-background.png) repeat-x;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-top: 1px;
    margin-top: -1px;
}
body.fair {
    background: #333;
}
.fair-body {
    background: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#header {
    height: 175px;
}
.footer {
    background: #f2f2f2 url(../images/bg-footer.png) repeat-x;
    padding: 30px 0;
    margin: 30px 0 0 0;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
p a {
    font-weight: normal;
    color: #016e9f;
}
.bighead {
    border-bottom: 2px solid #ccc;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 7px;
    line-height: 24px;
}
h2 {
    font-size: 16px;
    margin-top: 9px;
}
h3 {
    font-size: 14px;
    margin-top: 9px;
}
h4 {
    font-size: 13px;
    margin-top: 9px;
}
h5, h6 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 9px;
}
.three h5,
.three h6 {
    font-weight: normal;
    text-transform: none;
}
.nine h2, .nine h3, .nine h4,
.nine h5, .nine h6 {
    margin-bottom: 9px;
}
.three h2, .three h3, .three h4,
.three h5, .three h6 {
    margin-bottom: 9px;
}
.three p {
    margin-bottom: 9px;
}
h2.SLFormHead {
    color: #000;
}
body.fair table h2.SLFormHead {
    font-size: 12px;
    margin: 0;
    padding: 2px 5px 3px;
}
table a.unbold, a.unbold {
    font-weight: normal;
    text-decoration: none;
}

/*  --------------------------------------------------
    :: Topsection
    -------------------------------------------------- */
#top-section {
    background: url(../images/topnav-background.png) no-repeat;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
}
.top-navigation {
    list-style: none;
    float: left;
    font-size: 12px;
    padding: 0 2px;
    height: 38px;
    margin: 0;
    width: 620px;
}
.top-navigation li {
    display: inline;
    float: right;
    height: 36px;
}
.top-navigation li:first-child {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.top-navigation li:hover {
    background: url(../images/topnav-highlight-background.png) repeat-x;
}
.top-navigation li.current {
    background: url(../images/topnav-highlight-background.png) repeat-x;
}
.top-navigation li a {
    background: url(../images/topnav-seperator.png) no-repeat top right 0px;
    color: #444;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    text-decoration: none;
}
.top-navigation li a:first-child {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.lang-select {
    float: right;
    font-size: 12px;
    height: 36px;
    margin: 0;
    width: 300px;
    position: relative;
}
.lang-select li {
    display: inline;
    float: left;
    margin-right: 10px;
    position: relative;
}
.lang-select li a {
    color: #444;
    display: block;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}
.lang-select li:first-child {
    background: url(../images/topnav-seperator.png) no-repeat right 0px;
}
#searchfield {
    background: url(../images/search-input2.png) no-repeat;
    border: 0;
    font-family: Arial, sans-serif;
    height: 24px;
    margin: 6px 0;
    text-indent: 10px;
    width: 220px;
}
#searchbtn {
    background: transparent url("../images/design/transback.png");
    border: 0;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 0px;
    left: -24px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    height: 24px;
    margin: 0 0 15px -3px;
    position: relative;
    top: 6px;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #searchbtn {
        top: 6px;
    }
}

@-moz-document url-prefix() {
    #searchbtn {
    top: -3px;
}
}
.ie8 #searchbtn {
    top: -1px;
}
.ie9 #searchbtn {
    top: -4px;
}
.SLBanner .SLFormHead {
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, .75)
}


/*  --------------------------------------------------
    :: Header
    -------------------------------------------------- */
#header {  }
.slogan {
    background: #016e9f url(../images/bg-slogan.png) repeat-x bottom;
    color: transparent;
    float: right;
    font-size: 0px;
    height: 30px;
    margin: 60px 0 0 0;
    width: 330px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.slogan h2 {
    color: #fff;
    font-size: 19px;
    font-weight: 100;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
    width: 330px;
}
.logotype-container {
    float: left;
    height: 175px;
    width: 50%;
}
.dateloc-items {
    color: #fff;
    height: 50px;
    font-size: 21px;
    font-weight: bold;
    padding-top: 60px;
    text-align: right;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
span.dateloc-month {
    padding-left: .3em;
}
span.dateloc-location {
    display: block;
}


/*  --------------------------------------------------
    :: Main navigation
    -------------------------------------------------- */
#nav-section {
    background: url(../images/mainnav-background.png) no-repeat;
    height: 44px;
    margin-bottom: 10px;
    position: relative;
    width: 940px;
    z-index: 3;
}
#nav-section-fair {
    background: #f60 url(../images/fair-mainnav-bg.png) repeat-x;
    height: 40px;
    left: -10px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    z-index: 3;
    -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;
}
.main-navigation {
    font-size: 13px;
    height: 40px;
    margin: 2px 0 0 2px;
    position: relative;
    z-index: 2;
}
#nav-section-fair .main-navigation {
    margin: 0;
}
.main-navigation li {
    display: inline;
    float: left;
    height: 40px;
}
#nav-section-fair .main-navigation li:first-child {
    margin-left: 15px;
}
.main-navigation li a {
    background: transparent;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
#nav-section-fair .main-navigation li {
    margin-top: 5px;
}
#nav-section-fair .main-navigation li,
#nav-section-fair .main-navigation li a {
    line-height: 30px;
    height: 34px;
}
.main-navigation li a.current {
    background: #fff;
    color: #fff;
    text-shadow: 0 0 0;
}
.main-navigation li:first-child a.current {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
}
body.fair .main-navigation li a.current {
    color: #000;
    text-shadow: 0 0 0;
    -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;
}
.main-navigation li a:hover {
    background: #016e9f url(../images/mainnav-highlight2.png) repeat-x bottom;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
#nav-section-fair .main-navigation li a:hover {
    background: transparent none;
    padding: 0 10px;
}
.main-navigation li:hover {
    background: #016e9f url(../images/mainnav-highlight2.png) repeat-x bottom;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
#nav-section-fair .main-navigation li:hover,
#nav-section-fair .main-navigation li a.current {
    background: #fff none;
    border-bottom: 1px solid #fff;
    color: #000;
    /*line-height: 15px;*/
    text-shadow: 0 0 0;
    -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;
}
#nav-section-fair .main-navigation li.current {
    background: #fff none;
    border: 1px solid rgba(0, 0, 0, .6);
    border-bottom: 0;
    color: #000;
    line-height: 15px;
    text-shadow: 0 0 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#nav-section-fair .main-navigation li.current a {
    color: #000;
    text-shadow: 0 0 0;
}
#nav-section-fair .main-navigation li.current a:hover {
    padding: 0 10px;
}
#nav-section-fair .main-navigation li:hover a {
    color: #000;
    padding: 0 10px;
    text-shadow: 0 0 0;
}
#nav-section-fair .main-navigation li a:hover {
    color: #000;
    padding: 0 10px;
    text-shadow: 0 0 0;
}
.main-navigation li:first-child:hover,
.main-navigation li:first-child a:hover,
.main-navigation li:first-child a.current {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
body.fair .main-navigation li:first-child:hover,
body.fair .main-navigation li:first-child a:hover,
body.fair .main-navigation li:first-child a.current {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
}
.main-navigation .second-navigation li:hover,
.main-navigation .second-navigation li a:hover {
    background: none transparent;
}


/*  --------------------------------------------------
    :: Second navigation
    -------------------------------------------------- */
.second-navigation {
    background: transparent url(../images/subnav-background.png) no-repeat;
    display: none;
    font-size: 11px;
    height: 44px;
    position: absolute;
    left: -2px;
    width: 940px;
    top: 40px;
    z-index: 0;
}
#nav-section-fair .main-navigation .second-navigation {
    background: transparent url(../images/fair-subnav-bg.png);
    height: 40px;
    left: 0;
    width: 960px;
}
.second-navigation li {
    height: 40px;
    line-height: 40px;
    position: relative;
    top: 2px;
}
#nav-section-fair .main-navigation .second-navigation li {
    height: 40px;
    line-height: 40px;
    position: relative;
}
.main-navigation .second-navigation li a {
    color: #888;
    text-shadow: 0 1px 0 #fff;
}
#nav-section-fair .main-navigation .second-navigation li a {
    color: #888;
    line-height: 40px;
    height: 40px;
}
.second-navigation li:first-child {
    margin-left: 2px;
}
.second-navigation li:hover,
.second-navigation li a:hover,
.second-navigation li:first-child:hover,
.second-navigation li:first-child a:hover,
.second-navigation li:first-child a.current,
#nav-section-fair .main-navigation .second-navigation li:hover,
#nav-section-fair .main-navigation .second-navigation li a:hover,
#nav-section-fair .main-navigation .second-navigation li:first-child:hover,
#nav-section-fair .main-navigation .second-navigation li:first-child a:hover,
#nav-section-fair .main-navigation .second-navigation li:first-child a.current {
    background: none transparent;
    border: 0;
    color: #000;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    text-shadow: 0 1px 0 #fff;
}
#nav-section-fair .main-navigation .second-navigation li {
    left: -2px;
    margin-top: 0;
    top: 0;
}
#nav-section-fair .main-navigation .second-navigation li a:hover {
    background: transparent none;
    color: #000;
    line-height: 40px;
    margin-top: 0;
    padding: 0 10px;
}
.nav-active {
    display: block;
    visibility: visible;
}


/*  --------------------------------------------------
    :: Breadcrumbs
    -------------------------------------------------- */
.breadcrumbs-container {
    margin-bottom: 15px;
}
.breadcrumbs {
    list-style: none;
    margin: 0;
}
.breadcrumbs li {
    color: #333;
    display: inline;
    float: left;
    font-size: 11px;
}
.breadcrumbs li a {
    color: #016e9f;
    margin-right: 3px;
    text-decoration: none;
}
.breadcrumbs li a:hover {
    color: #333;
}
.breadcrumbs li a:after {
    color: #888;
    content: '\2192';
    font-size: 12px;
    margin-left: 3px;
}


/*  --------------------------------------------------
    :: Press menu sidebar
    -------------------------------------------------- */
.press-menu {
    background: #f2f2f2;
    border: 1px solid #ccc;
    margin: 0 0 30px;
    padding: 5px 10px;
}
.press-menu ul {
    list-style: none;
    line-height: 18px;
}
.press-menu ul a {
    color: #000;
    text-decoration: none;
}
.press-menu ul a:hover {
    border-bottom: 1px dotted #888;
}


/*  --------------------------------------------------
    :: Table styles
    -------------------------------------------------- */
table p {
    line-height: 18px;
    margin-bottom: 9px;
}
table img {
    display: inline;
}
body.fair div.body-content table td.separator,
td.separator {
    background: transparent;
    width: 20px;
    height: 20px;
}
hr {
    background: #ccc;
    border: none;
    clear: both;
    height: 2px;
    margin: 10px 0;
}
h1 {
    border-bottom: 2px solid #ccc;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
table h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 9px;
}
table a {
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
}
table a:hover {
    border-bottom: 1px dotted #888;
}
.start-image-tall {
    float: left;
    margin: 0 10px 10px 0;
}
.normal-image-small {
    margin: 0 0 10px;
}
table.front-table {
    width: 700px;
}
td.large-cell {
    background: #fff;
    width: 700px;
}
td.medium-cell {
    background: #fff;
    width: 460px;
}
td.small-cell {
    background: #fff;
    width: 220px;
}
body.fair div.body-content table td {
    background: #fff;
}
.footer table a {
    font-weight: normal;
}

/*  --------------------------------------------------
    :: News
    -------------------------------------------------- */
ul.newslist {
    list-style: none;
    margin: 0;
}
.newslist li p a {
    color: #000;
    font-weight: normal;
}
.newslist li p a span {
    color: #666;
    display: block;
    font-size: 10px;
    font-weight: bold;
}

.sidebar-news h2 {
    border-bottom: 2px solid #ccc;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.three ul.sidebar-news-list,
.sidebar-news-list {
    list-style: none inside;
    margin: 10px 0 20px;
}
.sidebar-news-list-item {
    line-height: 18px;
    margin-bottom: 9px;
}
.sidebar-news-list-item a {
    color: #000;
    text-decoration: none;
}
.sidebar-news-list-item a:hover {
    border-bottom: 1px dotted #888;
}
.sidebar-news-list-item span, .sidebar-news-list-item span a {
    color: #888 !important;
    display: block;
    font-size: 11px;
    font-weight: bold;
}

ul.press-news-list {
    list-style: none;
    margin: 0;
}
.press-news-list-item {
    line-height: 18px;
    margin-bottom: 18px;
}
li.press-news-list-item {
    padding-bottom: 2px;
}
.press-news-list-item a {
    color: #000;
    text-decoration: none;
}
.press-news-list-item a:hover {
    border-bottom: 1px dotted #888;
}
.press-news-list-item-date {
    color: #888;
    display: block;
    font-size: 11px;
    font-weight: bold;
}
.press-news-list-item-date.detail a {
    font-weight: bold;
}
.press-news-list-item-date.detail {
    line-height: 24px;
}
.press-news-list-item-date a {
    color: #888 !important;
    text-decoration: none;
}
.press-news-list-item-title {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 9px;
}
.press-news-list img {
    border: 5px solid #ccc;
}
.nine img, .three img {
    border: 5px solid #ccc;
    margin-bottom: 10px;
}
.nine p {
    margin-bottom: 9px;
}
.nine table p {

}


/*  --------------------------------------------------
    :: Pagination
    -------------------------------------------------- */
ul.big-pagination {
    background: #f2f2f2;
    border: 1px solid #ccc;
    color: #666;
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    text-shadow: 0 1px 0 #fff;
}
ul.big-pagination li {
    color: #666;
    display: inline;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 15px;
    padding: 0 0 0 0;
}
ul.big-pagination li:first-child {
    margin-left: 0;
}
ul.big-pagination li a {
    color: #000;
    text-decoration: none;
}
ul.big-pagination li a:hover {
    border-bottom: 1px dotted #888;
}
body.fair ul.big-pagination {
    border: none;
    background: #f2f2f2;
    background: rgba(255, 255, 255, .25);
    text-shadow: 0 0 0;
}


/*  --------------------------------------------------
    :: Slider
    -------------------------------------------------- */
.fair-slider {
    background: #ccc url(../images/slider-bg.png) no-repeat center 118px;
    border: 5px solid #ccc;
    height: 300px;
    margin: 0 0 20px;
    overflow: hidden;
    width: 210px;
}
.three .fair-slider img,
.fair-slider img {
    border: 0px;
    margin-bottom: 0;
}
.fair-slider ul,
.three .fair-slider ul {
    height: 280px;
    list-style: none;
    position: relative;
    margin: 0;
    overflow: hidden;
    width: 210px;
}
.fair-slider li {
    float: left;
    height: 280px;
    position: relative;
    width: 210px;
}
.fair-slider h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 10px 0;
    text-shadow: 0 1px 0 #111;
    line-height: 21px;
}
.fair-slider p {
    color: #aaa;
    line-height: 18px;
    margin: 5px 10px 0;
    text-shadow: 0 1px 0 #111;
}
.fair-slider .fair-meta {
    bottom: 13px;
    line-height: normal;
    margin: 0;
    position: absolute;
    right: 10px;
}
.fair-meta a {
    color: #ccc;
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
    text-decoration: none;
}
.fair-meta a:hover {
    color: #fff;
}
p.unslider-arrows {
    cursor: pointer;
    color: #666;
    margin: 2px 0 0 0;
    padding: 0;
    text-align: right;
    text-shadow: 0 1px 0 #fff;
}
.previous,
.next {
    color: transparent;
    display: inline-block;
    font-size: 0;
    height: 13px;
    width: 8px;
}
.previous {
    background: url(../images/mr-left-arrow.png);
}
.next {
    background: url(../images/mr-right-arrow.png);
    margin-left: 10px;
}


/*  --------------------------------------------------
    :: Search
    -------------------------------------------------- */
ul.search-results {
    border-top: 1px solid #ccc;
    list-style: none;
    margin: 20px 0 0;
}
.search-results li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.search-results li h2,
.search-results li h2 a {
    color: #000;
    font-weight: normal;
    margin-bottom: 9px;
    text-decoration: none;
}
.search-results li p,
.search-results li p span,
.search-results li p a {
    color: #000;
    line-height: 18px;
    text-decoration: none;
}
.search-results li p span {
    color: #016e9f;
    display: block;
    font-weight: bold;
    font-size: 11px;
}
.search-results li a:hover {
    border-bottom: 1px dotted #888;
}


/*  --------------------------------------------------
    :: Footer
    -------------------------------------------------- */
.footer {
    color: #666;
}
.footer ul {
    line-height: 18px;
    list-style: none;
    margin-left: 0;
}
.footer p {
    line-height: 18px;
    margin-bottom: 9px;
}
.footer ul a,
.footer a {
    color: #666;
    text-decoration: none;
}
.footer ul a:hover,
.footer a:hover {

}
.footer ul a:hover {
    color: #000;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #666;
    font-size: 1em;
    margin-bottom: 9px;
}


/*	--------------------------------------------------
        :: Contact / Log in
        -------------------------------------------------- */
.contactform {
    margin-left: -20px;
    width: 480px;
}
.small-form {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 220px;
}
.small-form-text {
    margin-left: 20px;
}
.small-form-text label {
    white-space: normal;
}
.contactform label {
    display: block;
    font-weight: bold;
    margin-bottom: 9px;
}
input.namefield,
input.mailfield,
input.compfield,
input.telefield,
input.username,
input.password {
    background: #f2f2f2;
    border: 1px solid #ccc;
    color: #000;
    font: normal 12px Arial, sans-serif;
    height: 25px;
    padding: 0 5px;
    width: 208px;
}
input.submitbtn {
    display: block;
    height: 30px;
    margin: 10px 0;
    width: 75px;
}
.contactform textarea {
    background: #f2f2f2;
    border: 1px solid #ccc;
    color: #000;
    font: normal 12px/18px Arial, sans-serif;
    height: 200px;
    padding: 5px;
    width: 448px;
}
.contact-persons {
    margin-left: -20px;
}
.contact-persons h2 {
    border-bottom: 2px solid #ccc;
    font-size: 21px;
    margin: 0 0 10px 20px;
    padding-bottom: 10px;
    clear: both;
}
.contact-person {
    float: left;
    margin: 0 0 20px 20px;
    width: 220px;
}
.contact-person img {

}
input.namefield:focus,
input.mailfield:focus,
input.compfield:focus,
input.telefield:focus,
.contactform textarea:focus,
input.username:focus,
input.password:focus {
    background: #fff;
    border: 1px solid #239fbf;
    outline: 0;
}
.userlogin-form label,
.userlogin-form input,
.userlogin-form #rememberpw {
    display: block;
    margin: 0;
}
.userlogin-form input {
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.userlogin-form #rememberpw input {
    display: inline;
    margin-right: 5px;
    position: relative;
}
.userlogin-form #rememberpw {
    margin-top: 5px;
}
.userlogin-form label {
    font-weight: bold;
}
.userlogin-btn {
    background: url(../images/event-list-item-btn.png);
    color: #666;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
    text-align: center;
    width: 120px;
}
.userlogin-btn:hover {
    color: #333;
}

input.mailfield.input_error, input.namefield.input_error {
    background: #FDE8E1;
    color: #660000;
}


/*  --------------------------------------------------
    :: Event list
    -------------------------------------------------- */
ul.event-list {
    list-style: none;
    margin: 0 0 0 -20px;
}
ul.event-list li {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.event-list img, .search-results img {
    border: 0;
    margin: 11px 11px 0;
}
li.event-list-item {
    background: transparent url(../images/event-list-item.png) no-repeat;
    float: left;
    height: 240px;
    margin-left: 20px;
    position: relative;
    width: 340px;
}
.search-results li.event-list-item {
    float: none;
    margin-left: 0;
}
.search-results li.event-list-item {
    padding: 0;
    margin: 20px 0 0 0;
    border-bottom: none;
}
li.event-list-item-big {
    background: transparent url(../images/event-list-item-large.png);
    float: none;
    height: 201px;
    margin-left: 20px;
    position: relative;
    width: 700px;
}
.search-results .contact-person {
    float: none;
    margin: 0;
}
.search-results .contact-person p {
    margin: 0;
}
.search-results .contact-person img {
    border: 5px solid #CCCCCC;
    margin: 10px 0 10px 0;
}
li.event-list-item-big img {
    float: right;
    position: static;
}
li.event-list-item-big h2 {
    font-size: 18px;
    padding: 11px 11px 0;
}
.event-list-item h2 {
    font-size: 16px;
    margin: 8px 11px;
}
.event-list-item-date {
    color: #333;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.event-list-item-type {
    background: transparent url(../images/event-list-type.png);
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 28px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    top: 20px;
    padding: 0 8px 0 8px;
    -moz-box-shadow:    0px 0px 0px 1px rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .1);
    box-shadow:         0px 0px 0px 1px rgba(255, 255, 255, .1);
}
.event-list-item-ical, .event-list-item-ical-small {
    background: transparent url(../images/calendar-icon.png) center center no-repeat;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 28px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    bottom: 20px;
    width: 24px;
}

.event-list-item-ical-small {
    bottom: 60px;
}

.event-list-item-description-big {
    background: none;
    font-size: 12px;
    margin: 0 11px 0;
    position: static;
}
.event-list-item-description {
    background: #222;
    background: rgba(0, 0, 0, .90);
    display: none;
    position: absolute;
    top: 238px;
    z-index: 1000;
    width: 340px;
    -moz-box-shadow:    0px -1px 0px 0px #000, inset 0px 1px 0px 0px #333;
    -webkit-box-shadow: 0px -1px 0px 0px #000, inset 0px 1px 0px 0px #333;
    box-shadow:         0px -1px 0px 0px #000, inset 0px 1px 0px 0px #333;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.event-list-item-description p {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    padding: 11px 11px 0;
}
.event-list-item-big .event-list-item-meta {
    bottom: 8px;
    height: 32px;
    position: absolute;
    width: 350px;
}
.event-list-item-big .event-list-item-button {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
}
.event-list-item-big .event-list-item-button a,
.event-list-item-big a.event-list-item-moreinfo {
    background: url(../images/event-list-item-btn.png);
    color: #666;
    height: 32px;
    margin: 0;
    line-height: 32px;
    text-align: center;
    text-shadow: 0 0 0;
    width: 120px;
}
.event-list-item-big .event-list-item-moreinfo {
    position: absolute;
    right: 0;
}
.event-list-item-big .event-list-item-button a:hover,
.event-list-item-big .event-list-item-moreinfo a:hover {
    color: #333;
    text-decoration: none;
}
.event-list-item-big .event-list-item-button a:hover {
    color: #333;
}
.event-list-item-button {
    float: left;
    margin: 10px;
    width: 120px;
}
.event-list-item-button a {
    color: #fff;
    display: block;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    width: 120px;
}
.event-list-item-big .event-list-item-moreinfo {
    bottom: 0;
    color: #666;
    right: 0;
    position: absolute;
    text-shadow: 0 1px 0 #fff;
}
.event-list-item-big .event-list-item-moreinfo:hover {
    color: #333;
    text-decoration: none;
}
a.event-list-item-moreinfo:hover,
.event-list-item-button a:hover {
    color: #fff;
    text-decoration: underline;
}
.event-list-item-moreinfo {
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-weight: bold;
    margin: 10px;
    text-align: right;
    text-shadow: 0 1px 0 #000;
    text-decoration: none;
}
.event-list-item-moreinfo:hover {
    text-decoration: underline;
}
.big-calendar-button {
    height: 44px;
    width: 700px;
}
.big-calendar-button a {
    background: url(../images/event-list-button.png);
    color: #666;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    width: 700px;
}
.big-calendar-button a:hover {
    color: #333;
}
.left-calendar-button {
    float: left;
}
.right-calendar-button {
    float: right;
    text-align: right;
}
.left-calendar-button a,
.right-calendar-button a {
    border-radius: 3px;
    color: #016E9F;
    display: block;
    line-height: 26px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    width: 80px;
}
.left-calendar-button a:hover,
.right-calendar-button a:hover {
    text-decoration: underline;
}
.calendar-buttons {
    margin-bottom: 10px;
}
.event-list-item-meta {
    border-top: 1px solid #444;
    -moz-box-shadow:    0 -1px 0 #000;
    -webkit-box-shadow: 0 -1px 0 #000;
    box-shadow:         0 -1px 0 #000;
}
.event-list-item-big .event-list-item-meta {
    border-top: 0;
    -moz-box-shadow:    0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow:         0 0 0;
}

.printtext a {
    color: #FFFFFF;
}

#calendar-print {
    clear: both;
}
#calendar-print .left {
    float: left;
}

#calendar-print .right {
    float: right;
}

#calendar-print .clear {
    clear: both;
}

.calendar-disclaimer {
    color: #555555;
    float: right;
    font-size: 7px;
}

.calendar-col {
    width: 304px;
    border-top: 3px solid #555555;
    padding: 5px;
}

.calendar-col .event {
    width: 100%;
    height: 52px;
    overflow: hidden;
    margin-bottom: 7px;
}

.calendar-col .event .logo {
    width: 20%;
}

.calendar-col .event .logo img {
    display: block;
    margin: 0 auto;
}

.calendar-col .event .text {
    width: 75%;
    margin-left: 5%
}

.calendar-col .event .text p {
    line-height: 1.1em;
    margin-top: 3px;
}

.calendar-col, .calendar-separator1, .calendar-separator2 {
    height: 703px;
}

.calendar-separator1, .calendar-separator2 {
    width: 5px;
    padding-bottom: 15px;
}

.calendar-separator1 {
    border-right: 1px solid black;
}


#calendar-print img {
    border: 0;
    width: 50%;
    height auto;
}

#calendar-print h1 {
    margin: 0;
    padding: 0;
    border: 0px;
}

#calendar-print .event .right h1 {
    font-size: 8px;
    font-weight: bold;
}


#calendar .title {
    font-weight: strong
}

.calendar-print-text {
    float: right;
    margin-right: 5px;
}

.calendar-print-text a {
    text-decoration: none;
}

.calendar-print-text img {
    width: 25px;
    height: auto;
    position: relative;
    bottom: 5px;
    right: 2px;
}



/*  --------------------------------------------------
    :: Basic module (Right column)
    -------------------------------------------------- */
.module {
    margin: 10px 0;
}
.module h2 {
    border-bottom: 2px solid #ccc;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.module p {
    line-height: 18px;
    margin-bottom: 9px;
}
.module img {
    border: 5px solid #ccc;
    margin-bottom: 9px;
}
.more-link {
    float: right;
    font-weight: bold;
    text-decoration: none;
}
.fancybox {
    color: #000000;
    margin: 0 0 10px;
}
.fancybox h2 {
    border-bottom: 0;
    padding: 10px 20px 0;
}
.fancybox p, .fancybox ul, .fancybox ol {
    margin: 0;
    padding: 0 20px 10px;

}
.three .fancybox ul,
.three .fancybox ol,
.fancybox ul,
.fancybox ol {
	list-style: outside;
	margin: 0 0 0 15px;
}
.fancybox-top {
    background: url(../images/bg-fancy-top.png);
    height: 11px;
    width: 220px;
}
.fancybox-content {
    background: url(../images/bg-fancy-middle.png);
}
.fancybox-bottom {
    background: url(../images/bg-fancy-bottom.png);
    height: 25px;
    width: 220px;
}


/*  --------------------------------------------------
    :: Image gallery
    -------------------------------------------------- */
ul.galleries-list,
ul.images-list {
    list-style: none;
    margin: 0 0 50px -20px;
}
ul.galleries-list li,
ul.images-list li {
    float: left;
    margin: 0 0 20px 20px;
    position: relative;
    width: 220px;
}
ul.galleries-list img,
ul.images-list img {
    margin: 0;
}
body ul.images-list img,
body.fair ul.images-list img {
    border-color: #ccc;
}
body ul.galleries-list img,
body.fair ul.galleries-list img {
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 4px 4px 0;
}
ul.galleries-list img.gallery-icon {
    background: #222 !important;
    background: rgba(0, 0, 0, .5) !important;
    border: 1px solid rgba(0, 0, 0, .25) !important;
    padding: 5px !important;
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
}
.gallery p {
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-top: 0;
    color: #000;
    height: 80px;
    line-height: 18px;
    padding: 5px 10px 0;
    position: relative;
    z-index: 2;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


/*  --------------------------------------------------
    :: Fair countdown
    -------------------------------------------------- */
.fair-counter {
    background: url(../images/fair-counter-large.png);
    height: 185px;
    width: 220px;
}
.fair-counter-days {
    padding: 17px 0 0 0;
    margin: 0 auto;
    width: 108px;
}
.fair-counter-hours {
    float: left;
    margin: 0 0 0 25px;
    width: 72px;
}
.fair-counter-minutes {
    float: right;
    margin: 0 25px 0 0;
    width: 72px;
}
.fair-counter-days span,
.fair-counter-hours span,
.fair-counter-minutes span {
    background: url(../images/fair-counter-flipper.png);
    color: #fff;
    display: block;
    float: left;
    font-size: 21px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-shadow: 0 -1px 0 #000;
    width: 36px;
}
span.fair-counter-days-title {
    width: 108px;
    line-height: 44px;
    height: 38px;
}
span.fair-counter-hours-title {
    width: 72px;
}
span.fair-counter-days-title,
span.fair-counter-hours-title {
    background: none transparent;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: -10px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}


/*  --------------------------------------------------
    :: Companies list
    -------------------------------------------------- */
ul.companies-list {
    list-style: none;
    margin: 0 0 0 -20px;
    width: 960px;
}
ul.companies-list li {
    background: #f2f2f2;
    display: inline;
    float: left;
    margin: 0 0 20px 20px;
    position: relative;
    width: 220px;
    height: 159px;
}
ul.companies-list li a {
    display: block;
}
h2.companies-list-title {
    color: #fc0;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 10px;
    width: 200px;
}
ul.companies-list li:hover h2 {
    background: #f2f2f2;
    height: auto;
    overflow: visible;
    position: relative;
    z-index: 1000;
}
h2.companies-list-title:hover {
    background: #f2f2f2;
    height: auto;
    overflow: visible;
    position: relative;
    z-index: 1000;
}
h2.companies-list-title a {
    color: #f60;
    text-decoration: none;
}
.companies-list-loc {
    height: 25px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 40px;
}
.companies-list-loc span {
    background: #222;
    background: rgba(0, 0, 0, .25);
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, .25);
    color: #fff;
    display:block;
    font-weight: bold;
    height: 25px;
    line-height: 27px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    width: 40px;
}
ul.companies-list-filter {
    background: #f2f2f2;
    height: 30px;
    list-style: none;
    margin-bottom: 20px;
    width: 940px;
    border-radius: 3px;
    margin-left: 0px;
}
ul.companies-list-filter.inactive{
    background: #ccc;
}
ul.companies-list-filter li {
    display: inline;
    float: left;
    height: 30px;
    margin-left: 15px;
}
ul.companies-list-filter li:first-child {
    margin-left: 10px;
}
ul.companies-list-filter li a {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}
ul.companies-list-filter li {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}
ul.companies-list-filter li a:hover {
    color: #000;
}

.companies-list .default-logo {
  width: 220px;
  height: 124px;
  display: block;
}

width: 220px; height: 124px;


/*  --------------------------------------------------
    :: Company
    -------------------------------------------------- */

.company-quick h1, .company-quick h2, .company-quick h3, .company-quick h4, .company-quick h5, .company-quick h6,
.company-big h1, .company-big h2, .company-big h3, .company-big h4, .company-big h5, .company-big h6,
body.fair h1, body.fair h2, body.fair h3, body.fair h4, body.fair h5, body.fair h6,
.company-quick a, .company-big a, h2.companies-list-title a {
    color: #f60;
}
.company-quick {
    float: left;
    width: 220px;
}
.company-big {
    float: right;
    width: 460px;
}
.company-media img {
    border: 2px solid #f60;
    margin-right: 5px;
}
.company-media a {
	text-decoration: none;
}
.my-news h2,
.your-news h2 {
    border-bottom: 2px solid #ccc;
    padding: 9px 0;
}
.my-news,
.your-news {
    float: left;
    width: 340px;
}
.your-news {
    float: right;
    margin-left: 20px;
}
ul.my-news-list,
ul.your-news-list {
    margin: 0;
    list-style: none;
}
span.edit-my-news a {
    color: #f60;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    top: 5px;
}
a.my-news-list-title,
a.your-news-list-title {
    color: #fff;
    text-decoration: none;
}
.my-news-list-meta,
.your-news-list-meta {
    color: #888;
    display: block;
    font-size: 11px;
    font-weight: bold;
}
.my-news-list-meta a,
.your-news-list-meta a {
    color: #f60;
    font-weight: bold;
    text-decoration: none;
}
.three ul.logged-controls-list,
.logged-controls-list {
    border: 2px solid #f60;
    list-style: none;
    padding: 10px;
    margin: 0;
}
.logged-controls-list li {
    margin-top: 9px;
}
.logged-controls-list li:first-child {
    margin-top: 0;
}
.logged-controls-list li a {
    text-decoration: none;
}
.logged-info h2 {
    border-bottom: 2px solid #ccc;
    margin: 0 0 10px;
    padding: 9px 0;
}
.logged-info a {
    text-decoration: none;
}
.logged-info-list {
    list-style: none;
    margin: 0;
}
.logged-info-list li {
    margin-bottom: 9px;
}
.logged-info-list a {
    color: #fff;
    text-decoration: none;
}
.logged-info-list-meta {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #888;
}
.company-news ul.newslist a {
    color: #ccc;
    text-decoration: none;
}

/*  --------------------------------------------------
    :: Tables, tables, tables
    -------------------------------------------------- */
td.separator {
    background: transparent;
}
body.fair .body-content table img, body.venue .body-content table img {
    border-color: #CCC;
    margin: 0;
}
img.table-image-right {
    float: right;
    margin: 0 0 0 20px;
}
img.table-image-left {
    float: left;
    margin: 0 20px 0 0;
}
table p.black-text {
    color: #000;
}
table p.white-text {
    color: #ccc;
}
body.fair .body-content table h1,
body.fair .body-content table h2,
body.fair .body-content table h3,
body.fair .body-content table h4,
body.fair .body-content table h5,
body.fair .body-content table h6,
body.venue .body-content table h1,
body.venue .body-content table h2,
body.venue .body-content table h3,
body.venue .body-content table h4,
body.venue .body-content table h5,
body.venue .body-content table h6 {
    font-size: 16px;
    margin: 10px 10px 0; /* 10px 0 0 */
}
.special-box h2,
.special-box h3,
.special-box h4,
.special-box h5,
.special-box h6 {
    margin-top: 0px !important;
    margin: 10px 10px 0;

}
.three .special-box ul,
.special-box ul {
	list-style: outside;
    margin: 5px 10px 0 26px;
}
body.fair .body-content table p, body.venue .body-content table p {
    margin: 5px 10px 0;
    padding: 0 0 5px;
}
body.fair .body-content table p iframe {
    margin: -5px -10px 0;
    max-width: 700px;
}
td.special-box, div.special-box {
    background: #f60 url(../images/bg-element.png) no-repeat top left;
}
td.special-box p {
    padding: 5px 10px;
}
.special-box p {
    margin: 5px 10px 10px;
}
.three .special-box {
    margin-bottom: 20px;
    padding-bottom: 5px;
}
body.fair td.special-box h1, body.fair td.special-box h2, body.fair td.special-box h3, body.fair td.special-box h4, body.fair td.special-box h5, body.fair td.special-box h6, body.fair td.special-box p,
body.fair div.special-box h1, body.fair div.special-box h2, body.fair div.special-box h3, body.fair div.special-box h4, body.fair div.special-box h5, body.fair div.special-box h6, body.fair div.special-box, body.fair div.special-box a {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
}
div.special-box h1, div.special-box h2, div.special-box h3, div.special-box h4, div.special-box h5, div.special-box h6 {
    margin: 0 10px inherit;
    padding-top: 10px;
}
body.fair h2.SLFormHead {
    color: #000;
}


/*  --------------------------------------------------
    :: Slimbox
    -------------------------------------------------- */
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}
#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}
#lbCenter {
    -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;
}
#lbBottomContainer {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.lbLoading {
    background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 15px solid #fff;
    background-repeat: no-repeat;
    -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;
}
#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}
#lbPrevLink {
    left: 0;
}
#lbPrevLink:hover {
    background: transparent url(../images/prevlabel.png) no-repeat 0 15%;
}
#lbNextLink {
    right: 0;
}
#lbNextLink:hover {
    background: transparent url(../images/nextlabel.png) no-repeat 100% 15%;
}
#lbBottom {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 15px solid #fff;
    border-top-style: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#lbCloseLink {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    background: transparent url(../images/closelabel.png) no-repeat right;
    margin: 5px 0;
    outline: none;
}
#lbCaption, #lbNumber {
    margin-right: 71px;
}
#lbCaption {
}
#lbNumber {
    font-size: 10px;
    font-weight: bold;
}


/*  --------------------------------------------------
    :: Slideshows
    -------------------------------------------------- */
.xlarge-slideshow,
.large-slideshow,
.medium-slideshow,
.small-slideshow {
    margin-bottom: 20px;
    border: 5px solid #ccc;
}
div.orbit-wrapper {
    margin-bottom: 20px !important;
    z-index: 1;
}

.slider-nav .left, .slider-nav .right {
    display: none;
}

.orbit-wrapper:hover .slider-nav .left, .orbit-wrapper:hover .slider-nav .right  {
    display: block;
}

.xlarge-slideshow img,
.large-slideshow img,
.medium-slideshow img,
.small-slideshow img {
    border: 0;
    margin: 0;
}

.nine ul.orbit-bullets,
.three ul.orbit-bullets {
    margin: 0;
}
.three div.timer {
    display: none;
}
div.nine div.small-slideshow div.timer {
    display: none;
}
    div.slider-nav span.right {
	    right: 5px;
    }


/*  --------------------------------------------------
    :: Highlightbox
    -------------------------------------------------- */
.hl-box {
    margin-bottom: 20px;
    border: 2px solid #06a;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
body.fair .hl-box h2,
.hl-box h2 {
    background: #06a;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
body.fair .three .hl-box h2 {
    margin: 0;
}
body.fair .hl-box h2 a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.hl-box p, .hl-box ul, .hl-box ol {
    color: #06a;
    padding: 10px;
    margin: 0;
}
body.fair .three .hl-box p {
    margin: 0;
}
body.fair .hl-box p a {
    line-height: 1.45em;
    text-decoration: none;
}


/*  --------------------------------------------------
    :: Warning messages
    -------------------------------------------------- */
div.message-warning, div.warning {
    background: #fde8e1;
    border: 5px solid #fbdccc;
}
div.message-warning, div.warning h2,
body.fair div.warning h2 {
    color: #600;
    margin: 0;
    padding: 10px;
}
div.warning p,
body.fair div.warning p {
    padding: 0 10px;
}
div.warning p, div.warning ul,
body.fair div.warning p, body.fair div.warning ul {
    color: #000;
}



/*  --------------------------------------------------
    :: Edit/Create news, images, etc
    -------------------------------------------------- */
body.floating-wt,
body.floating-wt .footer {
    background: #f5f5f5;
}
.border-box {
    margin: 30px 0 0;
}
.border-box p {
    margin: 0 0 1em;
}
.border-box table {
    background: #f5f5f5;
}
.context-attributes label,
.context-attributes legend {
    font-size: 15px;
    margin-bottom: .5em;
}
.context-attributes input,
.context-attributes textarea {
    background: #fff;
    margin: 0 0 2em;
    padding: .5em;
}
body.floatin-wt table {
    background: #fff;
    width: 910px;
}
.warning ul, .warning ol {
    list-style: square;
    padding: 10px 25px;
}

/*  --------------------------------------------------
    :: Data_table
    -------------------------------------------------- */
.data_table td {
    background: transparent !important;
    padding: 5px 0 5px 0;
}

.data_table h2, .data_table h3, .data_table h4, .data_table h5, .data_table h6 {
    margin-bottom: 0px;
}

/*  --------------------------------------------------
    :: Ads and structure for ad-column
    -------------------------------------------------- */
.page-wrapper {
    margin: 0px auto;
    width: 1220px;
}

.header-wrapper {
    width: 960px;

}

.content-wrapper {
    margin: 0px auto;
    width: 1220px;
    position: relative;
}

.content-left {
    width: 960px;
}

.content-right {
    width: 250px;
    position: absolute;
    top: 0px;
    left: 970px;
}

.content-right div {
    margin-bottom: 5px;
}
#panorama {
    width: 980px;
    overflow: hidden;
    margin: 0px;
    padding: 5px 0;
}

.footer .section-container {
    float: left;
}


/*  --------------------------------------------------
    :: Random fixes
    -------------------------------------------------- */

#debug {
    color: #000000;
}
body.fair table h2.SLFormHead, body.fair .body-content table h2.SLFormhead {
	font-size: 11px;
	margin: 0px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.SLRow label,
.SLBanner .SLFormArea label {
	display: block;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
.SLRow input,
.SLBanner .SLFormArea input {
	display: block;
}

table .SLBanner .SLFormArea .SLButtonRow a,
table .SLBanner .SLFormArea .SLButtonRow a.nm {
	font-size: 10px;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}
.userlogin-form a {
	color: #666;
	text-decoration: none;
}
.userlogin-form a:hover {
	color: #333;
}
p.ingress {
    font-weight: bold;
    font-size: 13px;
}
.three ul, .three ol, .three dl {list-style:outside;margin-left:15px;}
.ie7 li.event-list-item-big {
	margin-left: 0;
}
.ie7 li.event-list-item {
	margin-left: 10px;
}
.classattribute-description {
    font-size: 11px;
    font-weight: normal;
    display: block;
    padding: 10px 0 10px 0;
}

#header .headerlink {
    display: none;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;

    /* edit: added z-index */
    z-index: 1;

    /* edit: fixes overlap error in IE7/8,
       make sure you have an empty gif */
    background-image: url('../images/empty.gif');
}

a.arrow {
   position: relative;
   padding-right: 24px;
   text-decoration: none;
}

.ie8 a.arrow, .ie9 a.arrow {
   padding-right: 28px;
}

a.arrow:after {
    content:'\2794';
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: 0px;
}

a.back-arrow {
   position: relative;
   padding-right: 24px;
   text-decoration: none;
   font-size: 11px;
}

.ie8 a.back-arrow, .ie9 a.back-arrow {
   padding-right: 28px;
}

a.back-arrow:before {
    content: \&#8592;

}

.top-navigation li.special_li a, .top-navigation li.special_li:hover  {
    border: 0px;
    background: none;
    padding: 0;
    background-image: none;
    cursor: default;
}

.body-content td h2 img, .body-content td h3 img, .body-content td h4 img, .body-content td h5 img, .body-content td h5 img {
    margin-top: -10px !important;
    margin-right: -10px !important;
}

h2#more_news {
   border-bottom: 2px solid #CCCCCC;
   font-size: 24px;
   font-weight: normal;
   margin-bottom: 10px;
   padding-bottom: 10px;
   margin-top: 50px;
}

.content_top_exhibition, .content_top_image {
    margin-bottom: 10px;
}

.content_top_image {
    margin-left: 10px;
}

/****
* Produkter
****/
body.fair #product-left-menu {
    float: left;
    width: 25%;
}

body.fair #product-left-menu li a, body.fair #product-main li a  {
    display: inline;
}

#product-main {
    font-size: 14px;
}

body.fair #product-left-menu h2, #product-main h2 {
    margin-bottom: 10px;
}

body.fair #product-left-menu a, #product-main table, #product-main ul li a {
    font-weight: normal;
    font-size: 14px;
}

#product-left-menu a:hover, #product-main a:hover, .back-arrow:hover {
    border-bottom: 1px #888 dotted;
    text-decoration: underline;
}

#product-main th {
    font-weight: normal;
    font-size: 16px;
    height: 33px;
}

#product-company-list tr, #product-main .search-results tr {
    height: 29px;
}

#product-back-arrow {
    width: 100%;
    margin-bottom: 15px;
}

#product-back-arrow a {
    padding-right: 0px;
}

body.fair #product-main {
    float: left;
    width: 75%;
}

body.fair #product-main h2 {
    margin-bottom: 10px;
}

body.fair #product-main table {
    width: 80%;
    text-align: left;
}

body.fair #product-main table a {
    font-weight: normal;
}

body.fair #product-left-menu .active, #exhibitor-submenu .active, #product-left-menu .active a, #exhibitor-submenu .active a {
    color: #000;
    font-weight: bold;
}

body.fair .nav-tabs:after {
    clear: both;
}
body.fair .nav-tabs:before, .nav-tabs:after {
    content: "";
    display: table;
    line-height: 0;
}
body.fair .nav-tabs:before, .nav-tabs:after {
    content: "";
    display: table;
    line-height: 0;
}
body.fair .bs-docs-example .table, .bs-docs-example .progress, .bs-docs-example .well, .bs-docs-example .alert, .bs-docs-example .hero-unit, .bs-docs-example .pagination, .bs-docs-example .navbar, .bs-docs-example > .nav, .bs-docs-example blockquote {
    margin-bottom: 5px;
}
body.fair .nav-tabs {
    border-bottom: 1px solid #DDDDDD;
}
body.fair .nav-tabs {
}

body.fair .nav, #product-left-menu .nav {
    list-style: none outside none;
    margin-bottom: 20px;
    margin-left: 0;
}

body.fair .nav > li {
    padding-bottom: 0px;
}

body.fair .nav li a {
    color: #666666;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
}
body.fair .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F2F2F2;
    border-color: #DDDDDD #DDDDDD transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: pointer;
}
body.fair .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}
body.fair .nav-tabs > li > a {
    line-height: 14px;
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
}
body.fair .nav > li > a {
    display: block;
}

body.fair .nav-tabs > li {
    margin-bottom: -1px;
}
body.fair .nav-tabs > li {
    float: left;
}
body.fair .company-products .company-products-list {
    float: left;
    width: 50%;
}

body.fair #product-main {
   padding-bottom: 20px;
}

body.fair #product-main .trademarks tr {
    height: auto;
    line-height: 20px;
}

body.fair .new-trademark {
    padding-top: 20px;
}

.prod-style-new {
    width:320px!important;
}

.prod-style-new ul {
    margin: 9px 0px 18px 16px;
}

.prod-style-new li {
    float: left;
    width: 50%;
}

.brand-style-new {
    width:120px!important;
}

h2.companies-list-title {
    margin-top: 0;
}

/* COLORBOX */

body .colorbox {
    margin: 10px 5px 10px 5px;
    padding: 20px;
    float: left;
}

body .page-wrapper .colorbox h1,
body .page-wrapper .colorbox h2,
body .page-wrapper .colorbox h3,
body .page-wrapper .colorbox h4,
body .page-wrapper .colorbox h5,
body .page-wrapper .colorbox h6,
body .page-wrapper .colorbox a {
    color: inherit;
}

body .page-wrapper table .colorbox h3,
body .page-wrapper .colorbox table h3
{
    font-size: 24px;
}

.colorbox p {
    margin: 0;
}

.cb-quarter {
    width: 182px;
    height: 336px;
}

.cb-half {
    width: 414px;
    height: 155px;
}

.colorbox-other.cb-half {
    width: 300px;
    height: 155px;
}

.colorbox-other.cb-quarter {
    width: 125px;
    height: 336px;
}

.cb-half td:first-child {
    padding: 0 50px 0 0;
}

.cb-white, body.fair .colorbox.cb-white h3 {
    color: #FFFFFF
}

.cb-black, .cb-black h1, .cb-black h2, .cb-black h3 {
    color: #000000
}

.colorbox img {
    width: 180px;
    height: auto;
}

.mob-menu, .mob-search, .mob-menu-spacer, .exhibitorlogin {
    display: none !important;
}

body.fair .body-content table .grayborder img {
    border-color: #ccc;
}

body.fair .body-content .noborder img, body.fair .section.three .noborder img {
    border: none;
}

body.fair .section.three .noborder img {
    width: 100%;
    height: auto;
}