/*
theme: MME Pop - Black Pink Green
author: Timo Wirth & Rebecca Heinen, Aperto AG

*/

/*

TOC

- *
- Links
- Grid
- Head / Branding
- Global, horizontal Navigation /
- Section Header
- Stage
- Main Column
- Sidebar left nav
- Sidebar right
- Promos
- Footer / Site-info
- tbc

*/





* {
    margin: 0;
    padding: 0;
}
body { /* font: default 16px to 10px */
    font: 62.5% "Trebuchet MS", "Lucida grande", sans-serif;
    background: #fff;
    color:#666;
}

/* LINKS
--------------- */
a {
    color: #666;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline:none;
}
a img {
    border: 1px solid #ccc;
}
a:visited {
    color: #666;
}
a:hover img,
a:active img
a:focus img {
    border: 1px solid #666;
    outline:none;

}

em.more a {
    padding-left: 15px;
    background: transparent url(../img/icons/link.png) no-repeat scroll 0 2px;
    font-style: normal;
}
em.more-comments a {
    font-style: normal;
    padding: 7px;
}
em.more-comments:before {
    content: "|";
}

.all a {
    clear: both;
    display: block;
    margin: 10px 0 0 0;
    border-top: 1px solid #b3b3b3;
    padding: 5px 0 0 17px;
    background: transparent url(../img/icons/link.png) no-repeat scroll 0 7px;
}

/* hidden & skip link  */
.aural,
.skip a,
#search-box label span,
#search-box h6,
#nav-global span em,
#nav li strong em,
#nav-global li.on em,
#nav-box li.on em,
#nav-global h6,
#nav-box li h3 em,
#nav h6,
#extras h6,
em.more span,
#promos .more,
.pager li em,
.pager h3,
#search-results .form-wrapper label span,
#main .vcard div h3,
#extras .vcard div h3,
#glossary-index h3,
.day span,
form div label em,
#nav-content strong em,
p#copyright-magnolia span,
#event-pager h5,
div.superpromos .superpromo-section p.more a span {
    display: block;
    position: absolute;
    overflow: hidden;
    left: -9999px;
    width: 1px;
    height: 1px;
}
.skip a:active,
.skip a:focus {
    position: absolute;
    background: #fff;
    outline: none;
    z-index: 1000;
    left: 200px;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 5px 15px 10px 15px;
    font-size: 130%;
    font-weight: bold;
}


/* GRID / LAYOUT
--------------------- */
#home #wrapper {
    /*background: url(../img/bgs/branding.png) 0 0 repeat-x;*/
}
#wrapper {
    /*background: url(../img/bgs/branding-short.png) 0 0 repeat-x;*/
    position: relative;
    padding-top:20px;

}
#branding {
    position: relative;
    margin: 0px auto; /*0 auto 0 auto;*/
    width: 940px;
    /*  overflow: visible;   */

}
#nav-global {
    /*overflow: hidden;    */
    margin: 0px auto 20px auto;
    width: 940px;
    z-index:2;
    /*position:absolute;
    top:20px;
    left:0px;*/
}
#section-header {
    margin: 30px auto 20px auto;
    width: 940px;
}
#stage {
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px auto;
    /*height: 32em;*/
    width: 940px;
}
#wrapper-2 {
    background: #fff;
    overflow: hidden;

    margin: 20px auto;
    width: 940px;
    width:100%
}
#nav {
    float: left;
    display: inline;  /* IE 6 */
    margin: 0 10px 0 0;
    width: 200px;
    /*height:500px;*/
}
#wrapper-3 {
    float: left;
    display: inline; /* IE 6 */
    margin: 0 -20px 0 0; /* IE 6 */
    /*width: 700px;*/
}
#map {
    margin: 0 0 20px 0;
    overflow: hidden;
    width: 700px;
}
#main {
    float: left;
    overflow: hidden;  /* IE 6 */
    display: inline; /* IE 6 */
    margin: 0 20px 0 0;
    /*width: 460px;*/
}
#wrapper-3 > #main {
    overflow: visible;
}
#extras {
    float: left;
    display: inline; /* IE 6 */
    width: 220px;
}
#promos {
    overflow: hidden;
    float: none; /* ie 6 */
    width: 100%; /* ie 6 */
    clear: both;
    padding: 20px 0 20px 0;
}
#site-info {
    clear: both;
    overflow: hidden;
    height: 1%; /* IE 6 */
}

/* 2 column layout: no nav vertical | main column | sidebar */
.col-subcol #wrapper-3 {
    width: 830px;
    float:left;
}
.col-subcol #main {
    /*width: 800px;*/
    width: 100%;

}

.col-subcol #extras {
    width: 330px;
}

/* 2 column layout: nav vertical | main column | no sidebar */
.nav-col #main {
    width: 100%;
}
#map {
    margin-top: 37px;
}

/* 2 column layout: two equal columns: main column | sidebar */
.col-subcol-equal #wrapper-3 {
    width: 100%;
}
.col-subcol-equal #main,
.col-subcol-equal #extras {
    width: 460px;
}

/* 2 column layout: nav vertical and big main column with 2 floating teasers: nav | main */
.nav-col-float2 #wrapper-3,
.nav-col-float2 #main {
    width: 700px;
}

/* 3 column layout: no nav vertical | main | sidebar | sidebar */
.col-subcol-subcol #wrapper-3 {
    width: 100%;
}
.col-subcol-subcol #main,
.col-subcol-subcol #extras {
    width: 460px;
}
.col-subcol-subcol #extras-1,
.col-subcol-subcol #extras-2 {
    width: 220px;
    float: left;
}
.col-subcol-subcol #extras-2 {
    float: right;
}

/* 3 column layout: 1 big column with 3 floating teasers | main */
/* 2 column layout: 1 big column with 2 floating teasers | main */
.col-float2 #wrapper-3,
.col-float2 #main {
    width: 100%;
}
.col-float3 #wrapper-3,
.col-float3 #main {
    width: 100%;
}

/* 3 column layout: no nav vertical, 1 big column with 2 floating teasers and a sidebar:  main column | sidebar  */
.col-float2-subcol #wrapper-3,
.col-float2-subcol #main {
    width: 700px;
}
.col-float2-subcol #wrapper-3 {
    float: none;
}




/* BRANDING / HEAD
------------------ */
#branding {
    color: #fff;
}
#logo {
    /*overflow: hidden;*/
    position: absolute;
    right:0;
    top:60px;
    height: 45px;
    width:314px;
}
#logo span {
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 10;
    display: block;
    top: 0;
    left: 0;
    height: 51px;
    width: 202px;
}
#logo > a:hover span,
#logo > a:active span,
#logo > a:focus span {
    /*background-position: 0 -199px;
    width: 308px;*/
}
#logo strong,
#logo em {
    display: none;
    overflow: hidden;
    position: relative;
    color: #000;
    font-size: 300%;
     display: none;  
}
#logo em {
    position: absolute;
    z-index: 11;
    left: 80px;
    bottom: 0;
    width: 100%;
    height: 30px;
    color: #ec1549;
    font-size: 130%;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2em;
    white-space: nowrap;
}
#logo a {
    /*position: absolute;*/
    display: block;
    /*top: 28px;*/
    /*left: 0;*/
    width: 313px;
    height: 25px;
    /*padding: 10px;*/
    cursor: pointer;
        text-decoration: none;

}
#logo a:hover {
    text-decoration: none;
}
#logo a img {
    /*display: none;*/
    border:0px;
}


#search-box {
    position: absolute;
    top: 0px;
    right: 0;

    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    z-index:300;
    background: #fff;
}
#search-box input {
    background: #fff; /*ebebeb*/
    margin: 0px/* 5px 0 0*/;
    /*border: 0px solid #c2c2c2;*/
    border:0px;
    width: 169px;
    padding: 3px 3px 2px 3px;
}
#search-box input:focus {
    background: #fff;
    outline:none;
    /*border: 1px solid #ff3062;*/
}
#search-box .button {
    background: url(../img/icons/searchbutton.gif) 0 0 no-repeat;
    width: 25px;
    /*border: 1px solid #f19eb2;
    border-right: 1px solid #920728;
    border-bottom: 1px solid #920728;*/
    border: 0px;
    margin: 0;
    padding: 0px;
    color: #000;
    cursor: pointer;
    font-size: 120%;
    text-transform: uppercase;
    /*font-weight: bold;*/
}
#search-box .button:hover,
#search-box .button:active,
#search-box .button:focus {

background: url(../img/icons/searchbutton.gif) 0 0 no-repeat;
    outline: 0;
    /*background: #333;
    color: #fff;
    border: 1px solid #555;
    border-right: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;*/
}
#search-box a.button {
    width: 70px;
    display: inline;
    border: none;
    padding: 3px 10px 2px 10px;
}

#nav-meta {
    position: absolute;
    top: 10px;
    right: -10px;
}
#nav-meta ul li {
    float: left;
    margin: 0 10px 0 0;
    list-style: none;
    font-size: 110%;
}
#nav-meta ul li a {
    color: #ececec;
}
#nav-meta ul li a:hover,
#nav-meta ul li a:active,
#nav-meta ul li a:focus {
    color: #ff3062;
    text-decoration: underline;
}

/* GLOBAL HORIZONATAL NAVIGATION
-------------------------------- */
#nav-global {
    /*border-top: 1px solid #4a4a4a;*/
    min-height: 69px;
    height:100px;
}
#nav-global.plus-navsub {
    min-height: 6.8em;
    height: 6.8em; /* IE 6 */
    /*border-bottom: 1px solid #4a4a4a;*/
}
#wrapper > #nav-global.plus-navsub {
    height: auto;
    height:100px;

}
#nav-global ul {
    position: relative;
    /*background: #1c1c1c url(../img/bgs/nav-global-line.png) 0 95% repeat-x;*/
    float: left;
    width: 900px; /*width: 100%; */
    margin: 0 0 24px 0;
    list-style: none;
}
#nav-global.plus-navsub ul {
    border-bottom: none;
}
#nav-global li {
    float: left;
    margin: 0px 10px 0 0;
    padding-bottom: 5px;
    font-size: 130%;
    font-weight: normal;
    list-style: none;

}
#nav-global li a,
#nav-global li a:visited,
#nav-global li strong {
    display: block;
    float: left;
    color: #666;
    text-decoration: none;

    width:200px;
    border-top:1px solid #DCDCDC;
    border-bottom:1px solid #DCDCDC;
}
#nav-global li a {
    cursor: pointer; /* IE */
}
/* on + open */
#nav-global li.on,
#nav-global li.open {
    /*background:  url(../img/bgs/nav-global.png) 50% 100% no-repeat*/;
}
#nav-global li strong,
#nav-global li.open a,
#nav-global li.on a {
    background: #FDEAE9;
    font-weight:normal;
    /*border-radius: 5px; /* CSS3 - IE roundies.js */
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px; */
}
#nav-global li strong span,
#nav-global li.open a span {
    padding-right: 10px;
}
#nav-global li span,
#nav-global li.open a span {
    float: left;
    /*margin-left: 3px;*/
    padding: 2px 2px 1px 3px;
}
/* hover */
#nav-global li a:hover,
#nav-global li a:active,
#nav-global li a:focus {
    background: #EDEDED;
/*  border-radius: 5px; /* CSS3 - IE roundies.js */
/*  -moz-border-radius: 5px;
    -webkit-border-radius: 5px; */
}
/* 2nd level horizontal subnav */
#nav-global ul ul {
    position: absolute;
    left: 0;
    top: 2.4em;
    width: 940px;
}
#nav-global li li,
#nav-global li li.on {
    background: none;
    font-size: 100%;
}
#nav-global li.open li span,
#nav-global li.open li a,
#nav-global li.open li strong{
    background: none;
    font-weight: normal;
}
#nav-global li.open a {
    text-decoration: none;
}
#nav-global li.open li.on a span,
#nav-global li.open li strong span {
    font-weight: bold;
    color: #ff3062;
}
#nav-global li li a:hover,
#nav-global li li a:active,
#nav-global li li a:focus,
#nav-global li li a:hover span,
#nav-global li li a:active span,
#nav-global li li a:focus span {
    background: none;
    color: #ff3062;
}

/* SECTION-HEADER
----------------- */
#section-header {
    background: #0d8ccc;
    border-radius: 5px; /* CSS3 - IE roundies.js */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    color: #fff;
}
#section-header h6 {
    float: right;
    width: 30%;
    padding: 10px;
    font-size: 180%;
    text-align: right;
}
#section-header p {
    float: left;
    width: 65%;
    padding: 13px 10px 13px 10px;
    font-size: 130%;
}

/* STAGE
-------------------------- */
#stage {
    background: #151515;
    border-radius: 5px; /* CSS3 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#stage h1 {
    margin: 0 0 10px 0;
}
#stage p {
    font-size: 160%;
}
#stage img {
    display: block;
    line-height: 1;
}
#stage a img {
    border: none;
    width: 940px;
}
#stage-box {
    position: absolute;
    top: 53px;
    left: 20px;
    padding: 10px;
    background: #0D0D0D;
    border-radius: 8px; /* CSS3 */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#stage h1 {
    float: left;
    margin: 0;
    padding: 10px 10px 0 10px;
    font-size: 240%;
    font-weight: bold;
    color: #fff;
    letter-spacing: -1px;
}
#stage p {
    clear: left;
    float: left;
    width: 300px;
    padding: 10px 10px;
    line-height: 1.3em;
    color: #fff;
}


/* MAIN
------------ */

/* Breadcrumb */
#main #breadcrumb {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}
#main #breadcrumb h2 {
    float: left;
    margin-right: 5px;
    font-size: 120%;
    font-weight: normal;
}
#main #breadcrumb ol {
    list-style: none;
    margin: 0 !important;
}
#main #breadcrumb li {
    float: left;
    background: url(../img/icons/breadcrumb.gif) 0 4px no-repeat;
    border: none;
    margin: 0 6px 0 0;
    padding: 0 0 0 7px;
    font-size: 120%;
    font-weight: normal;
}
#main #breadcrumb ol li a {
    background: #fff;
}

/* Breadcrumb moved outside main: special for this design theme */
#wrapper-2 {
    position: relative;
}
.col-subcol-equal #main {
    position: relative;
    overflow: visible;
}
#main #breadcrumb {
    position: absolute;
    left: 0;
    top: 0;
}
.col-subcol-equal #main #breadcrumb {
    top: -30px;
}
#nav,
#extras,
#main,
#platform {
    margin-top: 36px;
}


/* fonts */
#wrapper-2 p,
#wrapper-2 li,
#wrapper-2 dd,
#wrapper-2 dt {
    font-size: 130%;
    line-height: 1.3em;
    margin: 0 0 -5px 0;
}
#wrapper-2 h1,
#wrapper-2 h2,
#wrapper-2 h3,
#wrapper-2 h4 {
    font-weight: normal;
    color: #666;
    line-height: 1.3em;
}
#main h1 {
    font-size: 220%;
    /*letter-spacing: -1px;*/
}
#main h2 {
    font-size: 160%;
}
#main h3 {
    font-size: 140%;
}
#main h4 {
    font-size: 130%;
}


/* Page Intro */
#main #page-intro h1 {
    margin: 0 0 5px 0;
}
#main #page-intro p {
    margin: 0 0 25px 0;
}


/* OPENER & TEASERS
-------------------- */
.opener,
.teaser {
    overflow: hidden;
    border-bottom: 1px solid #b3b3b3;
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
}

/* Opener */
.opener {
    border-bottom: none;
    position: relative;
}
#main .opener h1 {
    font-size: 240%;
    margin: 0 0 5px 0;
}
#main .opener h1 em { /* kicker */
    display: block;
    font-size: 62.5%;
    font-style: normal;
    margin: 0 0 -8px 0; /* 15px */
    padding: 0;
}
#main .opener h1 a em {
    color: #555;
}
.opener img {
    float: none;
    display: block;
    width: 458px;
    height: 213px;
    margin: 0 0 10px 0;
}
/* Opener in other layouts */
.col-float2-subcol .opener {
    float: left;
    clear: none;
    width: 340px;
    margin: 0 20px 10px 0;
}
/* img opener in other layouts */
.col-float2-subcol .opener img {
    width: 338px;
}
.col-subcol .opener img {
    width: 588px;
    height: 250px;
}
.col-subcol .opener img {
    width: 588px;
    height: 250px;
}
/* Opener in .nav-col */
.nav-col .opener img {
    float: left;
    width: 340px;
    margin: 0 10px 0 0;
}

/* teaser */
.teaser {
    float: left; /* ie 6 */
    width: 100%; /* ie 6 */
    padding: 0 0 20px 0;
}
#main .teaser h2 {
    width: 310px;
    float: right;
    margin: 1px 0;
    font-size: 180%;
}
#main .teaser h2 em { /* kicker */
    display: block;
    margin: 0 0 -2px 0;
    font-size: 66.66%; /* 12px */
    font-style: normal;
}
#main .teaser h2 a em { /* kicker */
    color: #555;
}
#main .mod .links { /* teaser with link list */
    margin-top: 10px;
}
.teaser img {
    float: left;
    width: 138px;
    margin: 5px 10px 5px 0;
}

/* teaser h2 in other layouts */
.col-subcol-subcol #main .teaser h2,
#main .teaser-group .teaser h2 {
    width: 230px;
}
.col-subcol #main .teaser h2 {
    width: 590px;
}
.col-float2-subcol #main .teaser h2,
.nav-col-float2 #main .teaser h2 {
    width: 190px;
}
#main .mod h2,
.col-float3 #main .teaser h2,
#main .teaser-group .mod h2 {
    width: auto;
    float: none;
    margin-top: 0;
}
/* img teasers in other layouts */
.col-float2-subcol .teaser img,
.nav-col-float2 .teaser img {
    width: 138px;
}

/* openers & teasers in other layouts */
/* 3 columns: 1 big main column with 3 floating teasers | main */
.col-float3 .opener,
.col-float3 .teaser {
    clear: none;
    float: left;
    width: 300px;
    margin: 0 20px 20px 0;
}
.col-float3 #teaser-3,
.col-float3 #teaser-6 {
    margin-right: 0;
}
.col-float3 #teaser-4,
.col-float3 #teaser-7 {
    clear: left;
}
.col-float3 .opener img,
.col-float3 .teaser img {
    display: block;
    float: none;
    width: 298px;
}
.col-float3 .opener {
    background: #f2f2bf;
    background: #e5e57f;
}
.col-float3 #main .opener h1 {
    border: none;
}
.col-float3 .opener img {
    height: 150px;
}
.col-float3 .teaser {
    border: none;
}
.col-float3 #main .opener h1,
.col-float3 #main .opener p {
    margin-left: 10px;
    margin-right: 10px;
}

/* 2 colums: 1 big main column with 2 floating teasers | main
   3 columns: nav vertical and 1 big main column with 2 floating teasers | nav | main */
.col-float2 .opener,
.col-float2 .teaser {
    float: left;
    width: 460px;
    margin-right: 20px;
}
.col-float2-subcol .opener,
.col-float2-subcol .teaser,
.nav-col-float2 .teaser,
.nav-col-float2 .opener {
    float: left;
    width: 340px;
    margin-right: 20px;
    overflow: hidden;
}
.col-float2 #teaser-2,
.col-float2 #teaser-4,
.col-float2 #teaser-6,
.col-float2 #teaser-8,
.nav-col-float2 #teaser-2,
.nav-col-float2 #teaser-4,
.nav-col-float2 #teaser-6,
.col-float2-subcol #teaser-2,
.col-float2-subcol #teaser-4,
.col-float2-subcol #teaser-6,
.col-float2-subcol #teaser-8 {
    margin-right: 0;
}
.col-float2 #teaser-3,
.col-float2 #teaser-5,
.nav-col-float2 #teaser-3,
.nav-col-float2 #teaser-5,
.col-float2-subcol #teaser-3,
.col-float2-subcol #teaser-5,
.col-float2-subcol #teaser-7 {
    clear: left;
}
/* the last teaser */
.col-float2 #teaser-8,
.col-float2-subcol #teaser-8,
.nav-col-float2 #teaser-6,
.col-float2-subcol #teaser-6 {
    margin-right: -3px; /* IE 6 */
}

/* 2 columns: nav | 1 big main column */
.nav-col #main .teaser h2 {
    width: 550px;
}
.nav-col #main .teaser-group .teaser h2 {
    width: 470px;
}

/* Teaser Group */
.teaser-group {
    clear: both;
    border-top: 4px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin: 0 0 20px 0;
}
.teaser-group h5 {
    margin: 5px 0;
    color: #333;
    font-size: 160%;
}
.teaser-group .teaser {
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    float: none;
    border: none;
    margin: 0 0 5px 0;
    padding: 10px 0;
}
.teaser-group .teaser img {
    width: 218px;
}

/* teaser with newslists */
.latest {
    border-top: 4px solid #b3b3b3;
    border-bottom: none;
}
#main .latest h2 {
    float: none;
    margin: 5px 0 5px 0;
}
#main .latest h3 {
    margin: 5px 0 5px 0;
    font-size: 160%;
}
#main .latest h3 em { /* kicker */
    display: block;
    margin: 0 0 -2px 0;
    font-style: normal;
    font-size: 68.75%; /* 11px */
}
#main .latest h3 a em {
    color: #555;
}
#main .latest li {
    clear: left;
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    background: transparent url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    overflow: hidden;
    height: 1%;
    font-size: 100%;
}
.latest li p em {
    color: #555;
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
}

/* teaser with just a link list */
#main .teaserlist li {
    font-size: 160%;
    font-weight: bold;
}
#main .teaserlist li em {
    font-weight: normal;
}


/* LINK LISTS
-------------------- */
/* anywhere in main texts, teasers etc. */

.listing {
    border-top: 4px solid #cc0;
    margin: 20px 0 30px 0;
}
.listing h3 {
    margin: 5px 0 1px 0;
    padding: 0 0 5px 0;
    color: #333;
}
.listing ul {
    list-style: none;
    border-top: 1px solid #dedede;
}
.listing li {
    border-bottom: 1px solid #dedede;
}
.listing li a {
    display: block;
    padding: 5px 0 7px 0;
}
#index .listing li a {
    display: inline-block;
}
.listing li em {
    font-style: normal;
    color: #555;
    font-size: 90%;
}

#main .teaser .links ul {
    clear: both;
    margin: 3px 0 -10px 0;
}
#main .links ul,
#main .text .links ul {
    list-style: none;
    margin: 0;
}
#main .links {
    margin: 20px 0 20px 0;
}
#main .text .links h2,
#main .text .links h3 {
    margin: 5px 0 1px 0;
    padding: 3px 0 5px 0;
    color: #000;
    font-size: 130%;
    font-weight: bold;
}
#main .teaser .links h3 { /* linklist in teaser */
    clear: both;
    margin: 10px 0 5px 0;
    font-size: 130%;
}
#main .links li {
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    padding: 5px;
    font-size: 120%;
    font-weight: normal;
}
#main .links li a {
    background: url(../img/icons/link.png) 0 3px no-repeat;
    display: block;
    padding: 0 0 0 17px;
}
#main .links .download a,
#main .links .download li a {
    background-image: url(../img/icons/download.png);
}
#main .links .external a,
#main .links .external li a {
    background-image: url(../img/icons/external.png)
}
#main .links em {
    color: #555;
    font-size: 85%; /* 11px */
    font-style: normal;
}


/* top 10 one-two-three */
#main .one-two-three {
    float: left;
    width: 460px;
}
#main .one-two-three li {
    float: left;
    position: relative;
    width: 420px;
    height: 3em;
    margin: 0;
    padding: 5px 0 5px 35px;
    list-style: none;
}
#main .one-two-three li a {
    display: block;
}
#main .one-two-three li a:hover em {
    text-decoration: none;
}
#main > .one-two-three li {
    height: auto;
    min-height: 3em;
}
#main .one-two-three .text-box-section ul { /* in tab-box*/
    border-top: 1px solid #ccc;
    margin: 10px 0;
}
#main .text-box .text-box-section li { /* in tab-box*/
    width: 405px;
    border-bottom: 1px solid #ccc;
}
#main .one-two-three li em { /* the number */
    position: absolute;
    background: url(../img/bgs/one-two-three.png) 0 0 no-repeat;
    top: 5px;
    left: 0;
    padding: 6px 10px 8px 9px;
    font-size: 140%;
    font-style: normal;
    color: #fff;
}
#main .one-two-three li.no-10 em {
    padding-left: 2px
}
#main .one-two-three li img {
    float: right;
    width: 88px;
    margin: 2px 0 0 5px;
}


/* EVENTS
-------------------------- */
#main .event-list {
    overflow: hidden; /* ie 6 */
    position: relative;
    margin: 0 0 20px 0;
    border-top: 4px solid #b3b3b3;
    border-bottom: none;
}
#main .event-list ul {
    margin: 0 0 10px 0;
}
#main .event-list li {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 10px 0 10px 0;
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    list-style: none;
    font-size: 100%;
    width: 100%;
}
#main .event-list h2 {
    float: none;
    margin: 5px 0;
    padding: 0;
    color: #333;
}
.event-list li h3 {
    margin: 0 0 0 3.2em;
}
#main ul.event-data {
    margin: 0 0 0 4.6em;
    clear: both;
    border: none;
}
#main .event-data li {
    display: block;
    background: none;
    border: none;
    margin: 0 10px 0 0;
    padding: 0;
    color: #555;
    font-weight: normal;
    font-size: 130%;
}
#main .event-data li.organizer {
    clear: both;
}
.event-list li a {
    padding: 0;
}
div.date {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 5px 0 0;
    background: #afaf00;
    width: 4em;
}
.date .month {
    display: block;
    padding: 2px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 160%;
}
.date abbr {
    border: none;
    cursor: help;
}
.date .day {
    display: block;
    padding: 0 0 5px 0;
    color: #fff;
    font-size: 240%;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}
.date .till {
    display: block;
    height: 13px;
    text-indent: -9999px;
    background: url(../img/bgs/till.gif) 50% 0 no-repeat;
}
.date .d-end {
    background: #d9d940;
    padding-top: 0;
}
.event-list div.date {
    width: 3.6em;
    top: 10px;
}
.event-list .date .month {
    padding-bottom: 5px;
    font-size: 140%;
    font-weight: normal;
}
.event-list .date .day {
    font-size: 180%;
}

/* Event Detail */
.vevent {
    position: relative;
    clear: both;
    margin: 0 0 10px 0;
    border-top: 1px solid #fff;
    padding: 5px 5px 15px 5em;
    background: #f0f0f0 url(../img/bgs/microformat.png) no-repeat scroll 99% 5px;
    z-index: 1;
}
#wrapper-2 .vevent h2 {
    padding: 0 2em 5px 0;
    font-size: 180%;
}
.vevent div.date {
    left: -50px;
}
.vevent > div.date {
    left: 0;
}
.vevent li {
    list-style: none;
}
#main .vevent p {
    display: block;
    margin: 0 0 10px 0;
    font-size: 120%;
}
#wrapper-2 .vevent dl {
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
    height: 1%; /* IE 6 */
    line-height: 1.5em;
}
#wrapper-2 .vevent dt {
    float: left;
    width: 80px;
    font-weight: bold;
    font-size: 120%;
}
#wrapper-2 .vevent dd {
    font-size: 120%;
}
#wrapper-2 .vevent dd a.url {
    background: url(../img/icons/external.png) 0 1px no-repeat;
    padding-left: 17px;
    color: #dd0e40;
}
.vevent span {
    display: none;
}

/* calender */
#calendar {
    position: relative;
    border-top: 4px solid #b3b3b3;
    margin: 0 0 20px 0;
}
#calendar h2 {
    float: left;
    margin: 3px 0 6px 0;
}
#calendar table {
    width: 100%;
    font-size: 130%;
    line-height: 1.2em;
}
#calendar div.pager {
    clear: none;
    float: right;
    width: 30px;
    margin: 7px 0 0 0;
}
#calendar div.next {
    float: right;
}
#calendar div.pager a img {
    border: 1px solid #fff;
    width: 13px;
    margin: 0;
}
#calendar div.pager a:hover img,
#calendar div.pager a:focus img,
#calendar div.pager a:active img {
    border: 1px solid #ec1549;
}
#calendar table {
    clear: both;
    border-top: 1px solid #ccc;
    border-spacing: 0;
    empty-cells: show;
}
#calendar thead th {
    padding: 4px 0;
}
#calendar thead th abbr {
    border: none;
}
#calendar tbody tr {
    background: url(../img/bgs/dotted-line.png) 100% 0 repeat-x;
}
#calendar tbody td {
    width: 25px;
    padding: 4px 0;
    text-align: center;
}
#calendar tbody td.on  {
    margin: 2px 0;
    font-weight: bold;
}
#calendar tbody td a {
    display: block;
}
#calendar tbody td.on a {
    color: #dd0e40;
}

/* Event-Pager */
.event-list #event-pager {
    position: absolute;
    top: 0;
    right: 0;
}
.event-list #event-pager li {
    float: left;
    width: auto;
    background: none;
    margin: 0 0 0 10px;
}
.event-list #event-pager li a {
    font-size: 120%;
}
.event-list #event-pager li.prev a {
    background: url(../img/icons/back.png) 0 1px no-repeat;
    padding-left: 16px;
}
.event-list #event-pager li.next a {
    background: url(../img/icons/link.png) 100% 1px no-repeat;
    padding-right: 18px;
}



/* SIDEBAR left / NAVIGATION sub
-------------------------------- */
#nav {
    /*background: #e5e57f url(../img/bgs/nav.png) 0 0 no-repeat;*/
    margin-bottom: 20px;
    /*padding-top: 10px;*/
}
#nav-box {
    /*background: url(../img/bgs/nav.png) 100% 100% no-repeat;*/
    padding-bottom: 10px;
}
#nav-box ul {
    /*background: #e5e57f;*/
    margin: 0 0 7px 0;
}
#nav-box li {
    height: 1%; /* IE 6 */
    padding: 0;
    list-style: none;

    margin: 0 0 7px 0;

}
#nav-box li a {
    display: block;
    height: 1%;
    padding: 2px 2px 1px 2px;

    color: #666;
    /*font-weight: bold;*/
    border-top:1px solid #DCDCDC;
    border-bottom:1px solid #DCDCDC;
}
#nav-box li.open a {
    font-weight: normal;
}

/* hover and marked */
#nav-box li.on strong,
#nav-box a:hover,
#nav-box a:active,
#nav-box a:focus,
#nav-box li.on a:hover,
#nav-box li.on a:active,
#nav-box li.on a:focus,
#nav-box li strong,
#nav-box li.on a {
    border-top:1px solid #DCDCDC;
    border-bottom:1px solid #DCDCDC;
    color: #666;
    font-weight: normal;

    background: #FDEAE9;
    /*color: #fff;*/
    text-decoration: none;
}
#nav-box a:hover{
    background: #EDEDED;
}
#nav-box li strong {
    display: block;
    padding: 2px 2px 2px 3px;
    /*font-weight: bold;*/

}

/* 2nd level */
#nav-box ul ul {
    margin: 5px 0 5px 10px;
    border: 1px solid #fff;
/*  border-radius-topleft: 5px;
    border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;*/
    padding: 0;
    background: #eeeeac;
}
#nav-box li li {
    font-size: 100%;
}
#nav-box li.on li,
#nav-box li.open li a {
    font-weight: normal;


}
#nav-box li.on li a {
    background: transparent;
    color: #000;
}
#nav-box li li.on a {
    color: #fff;
    font-weight: bold;
}


/* 3rd level */
#nav-box ul ul ul {
    background: #f0f0d9;
    border-left: 10px solid #eeeeac;
    margin: 5px 0 5px 10px;
    border: 1px solid #fff;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
#nav-box li li.open li a {
    font-weight: normal;
}
#nav-box li li li.on a {
    font-weight: bold;
}


/* Speaking Navigation */
#nav-box.nav-speaking li {
    padding: 0;
}
#nav-box.nav-speaking li a {
    padding: 3px 0 0 10px;
}
#nav-box.nav-speaking li p a {
    padding-bottom: 5px;
}
#nav-box.nav-speaking li h3 {
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}
#nav-box.nav-speaking li p {
    padding: 0;
    font-size: 100%;
    font-style: italic;
}
#nav-box.nav-speaking li:hover,
#nav-box.nav-speaking li:focus,
#nav-box.nav-speaking li:active {
    cursor: pointer;
}
#nav-box.nav-speaking li:hover h3 a,
#nav-box.nav-speaking li:focus h3 a,
#nav-box.nav-speaking li:active h3 a {
    color: #ec1549;
    background: none;
    text-decoration: none;
}
#nav-box.nav-speaking li:hover p a,
#nav-box.nav-speaking li:focus p a,
#nav-box.nav-speaking li:active p a {
    text-decoration: none;
    background: #ec1549;
    color: #fff;
}

/* SIDEBAR right: #EXTRAS
------------------------- */
.box {
    clear: both;
    width: 100%;
    border-top: 4px solid #b3b3b3;
    margin: 0 -3px 30px 0; /* IE 6: duplicate characters */
}
#extras h2,
#extras h3 {
    margin: 5px 0 5px 0;
    font-size: 160%;
    font-weight: bold;
    color: #333;
}
#extras p {
    line-height: 1.3em;
}
#extras img {
    float: left;
    width: 88px;
    margin: 0 10px 3px 0;
}
#extras ul {
    clear: both;
    margin: 5px 0 0 0;
    padding: 2px 0 0 0;
    list-style: none;
}
#extras li {
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    height: 1%; /* ie 6 */
    margin: 5px 0;
}
#extras li a {
    display: block;
    background: url(../img/icons/link.png) 0 7px no-repeat;
    padding: 5px 0 0 17px;
}
#extras .download li a,
#extras li.download a {
    background: url(../img/icons/download.png) 0 7px no-repeat;
}
#extras .external li a,
#extras li.external a {
    background: url(../img/icons/external.png) 0 7px no-repeat;
}
#extras li a em {
    color: #555;
    font-size: 90%;
    font-style: normal;
}
/* latest */
#extras .latest ul,
#extras .latest ul li {
    margin: 0;
    border: none;
    padding: 0;
}
#extras .latest ul li {
    margin: 5px 0;
    padding: 5px 0;
    font-size: 100%;
}
#extras h3 em {
    display: block;
    position: relative;
    margin: 0 0 -3px 0;
    font-size: 68.75%; /* 11px */
    font-style: normal;
}
#extras h3 a em {
    color: #555;
}
#extras .latest h3 {
    margin: 0 0 5px 0;
    font-size: 160%;
}
#extras .latest h3 a {
    background: none;
    font-weight: bold;
    padding: 0;
}
#extras .latest h3 em,
#extras .box h2 em { /* kicker */
    display: block;
    position: relative;
    margin: 0 0 -3px 0;
    font-size: 68.75%; /* 11px */
    font-style: normal;
}
#extras h3 a em,
#extras .box h2 a em {
    color: #555;
}
#extras li .more a {
    display: inline;
}

/* something special */
#extras .highlight {
    background: #f7f8d9;
    width: 206px;
    border-top: 4px solid #cdcc00;
    margin-bottom: 20px;
    padding: 0 7px 10px 7px;
}

/* Latest Comments in Sidebar */
#extras .latest-comments li {
    padding: 5px 0 0 0;
}
#extras .latest-comments a {
    display: block;
    background: none;
    height: 1%;
    padding: 0;
    font-weight: bold;
}
#extras .latest-comments a em {
    font-weight: normal;
}


/* 1. 2. 3. list */
#extras .one-two-three {
    float: left;
}
#extras .one-two-three li {
    position: relative;
    float: left;
    list-style: none;
    margin: 0;
    height: 30px; /* IE 6 */
    min-height: 30px;
    padding: 5px 0 5px 35px;
}
#extras .one-two-three ul > li {
    height: auto;
}
#extras .one-two-three .toc-box-toc li { /* dom tabs */
    width: auto;
    height: auto;
    min-height: 0;
    padding: 0;
}
#extras .one-two-three ul li { /* one-two-three in dom tabs */
    width: 170px;
}
#extras .one-two-three li em {
    position: absolute;
    background: url(../img/bgs/one-two-three.png) 0 0 no-repeat;
    top: 5px;
    left: 0;
    padding: 5px 10px 9px 9px;
    font-size: 140%;
    font-style: normal;
    text-align: center;
    color: #fff;
}
#extras .one-two-three li.no-10 em {
    padding-left: 2px
}
#extras .one-two-three li img {
    float: right;
    margin: 2px 0 0 5px;
}
#extras .one-two-three ul li a {
    padding-left: 0;
    background: transparent;
}

/* events */
#extras .event-list {
    overflow: hidden;
    margin: 0 0 20px 0;
}
#extras .event-list h2 {
    position: static;
    width: auto;
    height: auto;
    border-bottom: none;
    margin: 5px 0 0 0;
    padding: 0;
    color: #333;
    font-size: 160%;
}
#extras .event-list ul {
    position: static;
    overflow: hidden;
    margin: -5px 0 10px 0;
    border: none;
    padding: 0;
}
#extras .event-list li {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 10px 0 0 0;
    border: none;
    padding: 10px 0 0 0;
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    width: 100%;
    font-size: 100%;
}
#extras div.date {
    position: absolute;
    background: #AFAF00;
    top: 10px;
    left: 0;
    width: 3.4em;
    margin-right: 10px;
}
#extras .date .month {
    display: block;
    padding: 4px 0 1px 0;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 140%;
}
#extras .date abbr {
    border: none;
    cursor: help;
}
#extras .date .day {
    display: block;
    padding: 4px 0 5px 0;
    color: #fff;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
}
#extras .event-list li h3 {
    float: none;
    margin: 0 0 5px 0;
    padding: 0 0 0 3em;
    font-size: 140%;
    width: 177px; /* IE 6 */
}
#extras .event-list .event-data {
    border: none;
    margin: 0;
    padding: 0 0 0 4.3em;
}
#extras .event-list .event-data li {
    display: block;
    background: none;
    margin: 0 10px 0 0;
    border: none;
    padding: 0;
    float: none;
    clear: both;
    height: auto;
    width: auto;
    color: #555;
    font-weight: normal;
    font-size: 130%;
}
#extras .event-list li a {
    background: none;
    padding: 0;
}

/* contact */
#extras .vcard {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 30px 0;
    border-top: 4px solid #b3b3b3;
    padding: 5px 0 5px 0;
    background: url(../img/bgs/dotted-line.png) 0 100% repeat-x;
}
#extras .vcard h3 {
    background: url(../img/bgs/microformat.png) 100% 0 no-repeat;
    padding-right: 30px;
}
#extras .vcard div {
    overflow: hidden;
    margin: 3px 0;
}
#extras .vcard p {
    display: block;
    font-weight: normal;
}
#extras .vcard .organization-name {
    margin-bottom: 5px;
    padding: 2px 0 3px 0;
    font-weight: bold;
}
#extras .vcard div.adr p.locality,
#extras .vcard div.adr p.postal-code {
    float: left;
}
#extras .vcard div.adr p.locality {
    margin-left: .3em;
}
#extras .vcard .given-name,
#extras .vcard .family-name {
    margin-right: 5px;
}
#extras .vcard div dl {
    margin: 5px 0 0 0;
}
#extras .vcard div dt {
    float: left;
    clear: both;
    width: 5em;
    font-weight: bold
}
#extras .vcard div dd  {
    float: left;
}
#extras .vcard .photo {
    background: url(../img/bgs/photo-corners-thumb.png) 0 100% no-repeat;
    width: 90px;
}
#extras .vcard .photo img {
    width: 88px;
}
#extras .vcard .photo dd {
    display: block;
    font-size: 110%;
}
#extras .vcard .photo dt img {
    float: none;
    margin: 0;
}


/* dom tabs */
#extras .toc-box {
    background: #f2f2f2 url(../img/bgs/text-box-220.png) -270px 100% no-repeat;
    overflow: hidden;
    width: 220px;
    border: none;
    float: left;
    clear: both; /* IE 6 */
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
}
#extras .toc-box h2 {
    background: #000 url(../img/bgs/text-box-220.png) 0 0 no-repeat;
    margin: 0;
    padding: 5px 5px 0 5px;
    color: #fff;
}
#extras ol.toc-box-toc {
    background: #000 url(../img/bgs/text-box-220.png) 0 -30px no-repeat;
    width: 218px;
    overflow: hidden;
    padding: 10px 0 0 2px;
    list-style: none;
}
#extras .toc-box-toc li {
    float: left;
    border: none;
    margin: 0 2px 0 0;
}
#extras .toc-box-toc li a {
    background: url(../img/bgs/text-box.png) -10px -40px no-repeat;
    float: left;
    display: block;
    padding: 0;
    color: #d0d0d0;
    text-decoration: underline;
    font-weight: bold;
    text-decoration: none;
}
#extras .toc-box-toc li a.on,
#extras .toc-box-toc li a:hover,
#extras .toc-box-toc li a:active,
#extras .toc-box-toc li a:focus {
    background: #f2f2f2 url(../img/bgs/text-box-toc.png) 100% 0 no-repeat;
    color: #000;
    text-decoration: none;
}
#extras .toc-box-toc li span {
    display: block;
    margin-right: 4px;
    padding: 5px 6px 5px 10px;
}
#extras .toc-box-toc li.on span,
#extras .toc-box-toc li a:hover span,
#extras .toc-box-toc li a:active span,
#extras .toc-box-toc li a:focus span {
    background: #f2f2f2 url(../img/bgs/text-box-toc.png) 0 0 no-repeat;
}
#extras .toc-box .toc-box-section {
    background: #f2f2f2 url(../img/bgs/text-box-220.png) -540px 100% repeat-y;
    float: left;
    width: 204px;
    margin: 0;
    padding: 10px 8px;
}
#extras .toc-box .toc-box-section h3 {
    background: none;
    padding: 0 0 5px 0;
    color: #000;
}

/* 2 Sidebars: tabs module extended extras-1 and #extras-2 */
#module {
    width: 100%;
    float: right;
    margin: 0 0 20px 0;
}
#module p {
    line-height: 1.3em;
}
#module img {
    float: left;
    margin: 0 10px 5px 0;
}
#extras #module .toc-box {
    background: #f2f2f2 url(../img/bgs/text-box.png) -540px 100% no-repeat;
    width: 460px;
    margin: 0;
}
#extras #module .toc-box h2 {
    background: #000 url(../img/bgs/text-box.png) 0 0 no-repeat;
    margin: 0;
    padding: 5px 5px 0 5px;
    color: #fff;
    font-size: 200%;
}
#extras #module ol.toc-box-toc {
    background: #000 url(../img/bgs/text-box.png) 0 -27px no-repeat;
    width: 460px;
}
#module ol.toc-box-toc li {
    display: inline;
}
#extras #module .toc-box .toc-box-section {
    background: #f2f2f2 url(../img/bgs/text-box.png) -1040px 100% repeat-y;
    width: 446px;
}
#extras #module .toc-box .toc-box-section h3 {
    background: none;
    padding: 0 0 5px 0;
    color: #000;
    font-size: 160%;
}


/* PROMOS
------------ */
.promo {
    position: relative;
    overflow: hidden;
    float: left;
    background: #000;
    display: inline; /* IE 6 */
    width: 220px;
    margin: 0 20px 0 0;
}
#promo-4 {
    margin-right: 0;
}
.promo-text {
    position: absolute;
    bottom: 1px;
    left: 1px;
    padding: 5px 5px 10px 5px;
    background: transparent url(../img/bgs/transparent.png) 0 0 repeat;
    width: 208px;
    color: #fff;
}
.promo h3 {
    margin: 0 0 5px 0;
    font-size: 140%;
}
.promo h3 a {
    color: #ff3062;
}
#wrapper-2 .promo p {
    font-size: 130%;
    color: #fff;
}
.promo img {
    display: block;
    width: 218px;
}
.promo a img {
    border: 1px solid #fff;
}
.promo a:hover img,
.promo a:active img,
.promo a:focus img {
    border: 1px solid #ec1549;
}
.promo a:visited {
    color: #fff;
}


/* FOOTER
----------------- */
#site-info {
    position: relative;
    /*background: #000 url(../img/bgs/branding.png) 0 0 repeat-x;*/
    padding: 20px;
    color: #fff;
    font-size: 130%;
}
p#copyright {
    clear: both;
    text-align: center;
    color: #ebebeb;
}
p#copyright-magnolia {
    text-align: center;
    color: #ebebeb;
    padding: 2px;
}
div > p#copyright-magnolia a {
    padding: 0 0 0 18px;
    background: url(../img/icons/copyright-magnolia.png) 0 1px no-repeat;
}
p#copyright-magnolia span {
    display: none;
}
#site-info div div {
    float: left;
    display: inline; /* IE 6 */
    width: 300px;
    margin: 10px 20px 0 0;
}
#site-info ul {
    margin: 5px 0 0 0;
    list-style: none;
}
#site-info li {
    margin: 0 0 5px 0;
}
#site-info li a {
    color: #ff3062;
    border-bottom: 1px dotted #ec1549;
}
#site-info li a:hover,
#site-info li a:active,
#site-info li a:focus {
    text-decoration: none;
    border-bottom: 1px solid #ec1549;
}


/* TEXT
----------------- */
#main .text {
    clear: both;
    overflow: hidden;
    color: #666;
}
#main .text h1,
#main h1 {
    font-size: 150%;
    color:#ff0000;
    font-weight: normal;

}
#main h1 {
    clear: both;
    margin: 0 0 25px 0;
    border-bottom:1px solid #DCDCDC;
    border-top:1px solid #DCDCDC;
    padding-top: 0px;
}
#main .text h1 em { /* kicker on article pages */
    display: block;
    margin: 0 0 -5px 0;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .7px;
    font-size: 54.17%; /* 13px */
    color: #555;
}
#main .text p.intro {
    color: #333;
    font-weight: bold;
    font-size: 140%;
}
.js-on #article #main .text p.intro,
#article.col-subcol #main .text p.intro {
    float: left;
    width: 100%;
    min-height: 1px;
}
#article #main .text p.intro {
    width: 300px;
    min-height: 200px;
    height: auto;
}
#main .text p {
    margin: 0 0 10px 0;
}
#main .text p a {
    border-bottom: 1px dotted #ec1549;
}
#main .text p a:hover,
#main .text p a:active,
#main .text p a:focus {
    text-decoration: none;
    border-bottom: 1px solid #ec1549;
}
#main .text h2.subline {
    clear: both;
    border-top: 1px solid #ccc;
    margin: 20px 0 12px 0;
    padding: 2px 0 0 0;
    font-size: 180%;
}
#main .text ul,
#main .text ol {
    margin: 0 0 10px 15px;
}
#main .text ol {
    margin-left: 25px;
}
#main .text ul ul,
#main .text ol ol {
    margin: 2px 0 2px 20px;
}
#main .text li {
    line-height: 1.3em;
}
#main .text li li {
    font-size: 100%;
}
.text .highlight {
    /*background: #ff0;*/
    font-style: normal;
    color:#ff0000;
}

/* table of contents */
#main #toc {
    clear: both;
}
#main #toc h2 {
    margin: 5px 0 1px 0;
    border-top: 1px solid #ccc;
    padding: 3px 0 5px 0;
    color: #000;
    font-size: 130%;
    font-weight: bold;
}
#main #toc ul {
    margin: 0 0 15px 0;
    list-style: none;
}
#main #toc li {
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    height: 1%; /* ie 6 */
}
#main #toc a {
    display: block;
    background: url(../img/icons/down.png) 0 7px no-repeat;
    padding: 5px 0 5px 15px
}

/* table */
#main table {
    margin: 10px 0 20px 0;
    border-top: 4px solid #cc0;
    padding: 0 0 5px 0;
    empty-cells: show;
    border-collapse: collapse;
}
#main th,
#main td {
    background: #fff;
    padding: 5px;
    vertical-align: top;
    text-align: left;
    font-size: 130%;
}
#main th {
    background: #f2f2bf;
    border-bottom: 1px solid #b3b3b3;
    padding-right: 20px;
    font-size: 130%;
}
#main .odd td {
    background: #fff;
}
#main tbody td {
    background: #ececec;
    border-bottom: 1px solid #b3b3b3;
}
#main .text tr:nth-child(odd) td {
    background: #ececec;
}
#main .text td ul,
#main .text td ol,
#main .text td p {
    margin-bottom: 0;
}
#main .text td li,
#main .text td p {
    font-size: 100%;
}

/* blockquote */
.text blockquote {
    position: relative;
    background: #f7f8d9 url(../img/bgs/quote.png) 0 0 no-repeat;
    padding: 15px 50px 5px 50px;
}
.text blockquote cite {
    background: url(../img/bgs/dash.png) 0 8px no-repeat;
    padding-left: 10px;
    font-size: 85%;
}

/* text-meta: author, date, tags */
#main .text .text-meta {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
#main .text .text-data {
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 0;
}
#main .text .text-data li {
    float: left;
    margin: 0 15px 0 0;
    padding: 3px 0;
    list-style: none;
    font-size: 130%;
    width:100%;
    display:block;
/*  color: #333;*/
}
/* Tags in at the beginning of the text */
.text-meta dl {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #dedede;
    padding: 3px 0;
    font-size: 92%;
}
#wrapper-2 .text-meta dt {
    float: left;
    padding: 0 5px 0 0;
}
#wrapper-2 .text-meta dd {
    float: left;
    padding: 0 10px 0 0;
}
/* text-features */
#main .text #text-features {
    position: relative;
    float: right;
    margin: 0;
}
#text-features li {
    float: left;
    margin: 0 5px 0 0;
    padding: 2px 0;
    list-style: none;
    font-size: 120%;
    text-align: right;
}
#text-features li a {
    color: #555;
}
#text-features li.print a {
    background: url(../img/icons/print.gif) 0 .2em no-repeat;
    padding-left: 16px;
}
#text-features li.social-b a {
    background: transparent url(../img/icons/bookmarks.png) 0 -458px no-repeat;
    padding-left: 18px;
}
#text-features li a:hover,
#text-features li a:focus,
#text-features li a:active {
    color: #ec1549;
    text-decoration: underline;
}
/* Social Bookmarks */
#text-features #bookmarks {
    background: #fff;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 22px;
    width: 140px;
    border: 1px solid #dedede;
}
#text-features #bookmarks ul {
    display: block;
    border: none;
    margin: 5px 5px 0 5px;
}
#text-features #bookmarks ul li {
    float: none;
    margin: 0 0 4px 0;
    padding: 0;
    text-align: right;
}
#text-features #bookmarks li a {
    background: transparent url(../img/icons/bookmarks.png) 100% -577px no-repeat;
    padding: 1px 18px 1px 0;
}
#text-features #bookmarks li.delicious a {
    background-position: 100% 0;
}
#text-features #bookmarks li.google a {
    background-position: 100% -51px;
}
#text-features #bookmarks li.wong a {
    background-position: 100% -101px;
}
#text-features #bookmarks li.webnews a {
    background-position: 100% -151px;
}
#text-features #bookmarks li.yigg a {
    background-position: 100% -201px;
}
#text-features #bookmarks li.stumble a {
    background-position: 100% -254px;
}
#text-features #bookmarks li.oneview a {
    background-position: 100% -387px;
}
#text-features #bookmarks li.linkarena a {
    background-position: 100% -319px;
}

/* Flash Content */
.flash {
    margin: 20px 0;
}

/* article navigation */
#nav-content {
    clear: both;
    background: #f7f8d9;
    margin: 0 0 20px 0;
    border: 1px solid #d3c595;
    padding: 5px;
}
#nav-content em {
    font-style: normal;
}
#main #nav-content h3 {
    margin: 5px 0;
    font-size: 180%;
}
#main #nav-content ul {
    margin: 0;
}
#main #nav-content li {
    margin: 2px 0;
    list-style: none;
}
#main #nav-content li a {
    background: transparent url(../img/icons/link.png) no-repeat scroll 0 2px;
    padding-left: 20px;
}
#main #nav-content strong {
    padding: 0 0 0 20px;
}

/* Comments */
#comments {
    margin: 20px 0 30px 0;
}
#comments h2 {
    margin: 0 0 10px 0;
    border-top: 4px solid #B3B3B3;
    padding-top: 3px;
    font-size: 240%;
}
#comments h2 em {
    font-style: normal;
}
#comments ul {
}
#comments li {
    font-size: 100%;
    position: relative;
    list-style: none;
    margin: 0 0 20px 0;
}
.comment-count {
    position: absolute;
    font-size: 500%;
    left: -70px;
    top: -5px;
    font-weight: bold;
    color: #C2C2C2;
    text-align: right;
    width: 60px;
    height: 50px;
    line-height: 1;
}
#comments blockquote {
    background: #fff url(../img/bgs/comment.png) 90% 85% no-repeat;
}
#comments blockquote p {
    font-size: 130%;
    background: #eaeaea;
    padding: 0 10px 10px 10px;
}
#main #comments h3 {
    padding: 10px;
    background: #eaeaea;
    font-size: 160%;
}
#comments p.comment-meta {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 100%;
}
#comments cite {
    display: block;
    margin: 10px 0 0 0;
    font-size: 130%;
    font-style: normal;
}
#comments cite span {
    margin: 0 3px 0 0;
}
#comments cite span:after {
    content: ",";
}
#comments cite span:last-child:after {
    content: "";
}


/* PAGES
==================== */

/* JOB OFFER
-------------------- */
.compact {
    clear: both;
    background: #f0f0f0;
    margin: 0 0 20px 0;
    border-top: 1px solid #fff;
    padding: 5px 10px 15px 10px;
}
#wrapper-2 .compact h2 {
    padding: 0 2em 5px 0;
    font-size: 180%;
}
.compact li {
    list-style: none;
}
#main .compact p {
    display: block;
    margin: 0 0 10px 0;
    font-size: 120%;
}
#wrapper-2 .compact dl {
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
    height: 1%; /* IE 6 */
    line-height: 1.5em;
}
#wrapper-2 .compact dt {
    float: left;
    width: 150px;
    font-weight: bold;
    font-size: 120%;
}
#wrapper-2 .compact dd {
    font-size: 120%;
    padding-left: 150px;
}


/* PROFILE
------------------- */
#main .text .profile-box {
    overflow: hidden;
    margin: 20px 0 20px 0;
    padding: 0;
    height: 1%; /* ie 6 */
}
#main .text .profile-box h2 {
    clear: both;
    border-top: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 2px 0 0 0;
    font-size: 180%;
}
#main .text .profile-box dl {
    clear: both;
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px;
}
#main .text .profile-box dt {
    float: left;
    clear: both;
    width: 100px;
    margin: 0 10px 0 0;
    font-weight: bold;
}
#main .text .profile-box dd {
    float: left;
    width: 340px;
}

/* vCard  addresses / microformats  */
.vcard {
    float: left; /* ie 6 */
    clear: both;
    background: url(../img/bgs/dotted-line.png) 0 100% repeat-x;
    width: 100%;
    margin: 0 0 30px 0;
    border-top: 4px solid #b3b3b3;
    padding: 5px 0 5px 0;
}
.vcard div {
    overflow: hidden;
    margin: 3px 0;
}
#main .vcard .organization-name {
    background: url(../img/bgs/microformat.png) 0 3px no-repeat;
    margin-bottom: 5px;
    padding: 1px 0 1px 35px;
    font-weight: bold;
    font-size: 160%;
}
#main .vcard p {
    display: block;
}
.vcard div.adr p.locality,
.vcard div.adr p.postal-code {
    float: left;
}
.vcard div.adr p.locality {
    margin-left: .3em;
}
.vcard div dl {
    margin: 5px 0 0 0;
}
.vcard div dt {
    float: left;
    clear: both;
    width: 6em;
    font-weight: bold
}
.vcard div dd  {
    float: left;
}
.vcard .photo {
    background: url(../img/bgs/photo-corners-profile.png) 0 100% no-repeat;
    width: 140px;
}
.vcard .photo img {
    width: 138px;
}
.vcard .photo dd {
    display: block;
}
.vcard .photo img.photo { /* microformat class for export */
    margin: 0;
    padding: 0;
}


/* SEARCH RESULTS
------------------------------- */
#search-results #main h1 {
    /*padding-top: 10px; */
}
#search-results #main h1 em {
    display: inline;
    font-size: 166%;
    padding: 0 0 0 0;
    color: #000;
}
#search-results #main ol {
    margin: 20px 0 0 0;
}
#search-results #main .text h1 em {
    display: inline;
    font-size: 100%;
    color: #000;
}
#search-results ol li {
    background: transparent url(../img/bgs/dotted-line.png) repeat-x scroll 0 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-size: 100%;
}
#search-results #main ol h2 {
    border: none;
    margin: 15px 0 5px 0;
}
#search-results #main ol h2 a:hover,
#search-results #main ol h2 a:active,
#search-results #main ol h2 a:focus {
   text-decoration: none;
   color:#FF0000;
}
#search-results #main li p {
    clear: both;
    margin: 0;
}
#search-results #main li p.category {
    margin: 2px 0 0 0;
    color: #555;
    font-size: 110%;
}
#search-results #main ol ul {
    margin: 0;
}
#search-results #main li ul.text-data li {
    background: none;
    float: left;
    margin: 2px 10px 4px 0;
    padding: 0;
    font-size: 130%;
    color: #555;
}
#search-results #main .text-data {
    border: none;
}

/* Paging */
.pager {
    overflow: hidden;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;


}
.pager ul {
    clear: both;
    float: right;
}
.pager li {
    float: left;
    margin: 0 3px 0 0;
    list-style: none;
    text-align: center;
}
.pager li a,
.pager li strong,
.pager li span {
    display: block;
/*  border: 1px solid #ccc;*/
    padding: 2px 6px 2px 6px;
    font-weight: bold;
}
.pager li span { /* ... */
    border: none;
    padding: 3px 1px;
}
.pager li strong { /* you are here */
    /*border: 1px solid #ccc;*/
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
    background: #ebebeb;
    /*border: 1px solid #333;
    color: #fff;*/
    text-decoration: none;
}
.pager li.previous a,
.pager li.next a {
    /*border: 1px solid #fff;*/
}
.pager li.previous a {
    background: url(../img/icons/prev-next.png) 0 8px no-repeat;
    padding-left: 10px;
}
.pager li.previous a:hover,
.pager li.previous a:active,
.pager li.previous a:focus {
    /*background: #ec1549 url(../img/icons/prev-next.png) 0 -41px no-repeat;
    border: 1px solid #333;*/
    color: #666;
}
.pager li.next a {
    background: url(../img/icons/prev-next.png) 95% -93px no-repeat;
    padding-right: 12px;
}
.pager li.next a:hover,
.pager li.next a:active,
.pager li.next a:focus {
    background: #ebebeb; /*url(../img/icons/prev-next.png) 95% -145px no-repeat;
    border: 1px solid #333;*/
    color: #666;
}
/* Pager Latest News */
#main .latest .pager {
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px 0 0 0;
}
#main .latest .pager ul {
    clear: both;
    float: right;
}
#main .latest .pager li {
    background: none;
    clear: none;
    float: left;
    margin: 0 3px 0 0;
    list-style: none;
    text-align: center;
    font-size: 130%;
}
#main .latest .pager li a,
#main .latest .pager li strong,
#main .latest .pager li span {
    display: block;
    border: 1px solid #ec1549;
    border: 1px solid #ccc;
    padding: 2px 6px 2px 6px;
    font-weight: bold;
}
#main .latest .pager li span { /* ... */
    border: none;
    padding: 3px 1px;
}
#main .latest .pager li strong { /* you are here */
    border: 1px solid #ccc;
}
#main .latest .pager li a:hover,
#main .latest .pager li a:active,
#main .latest .pager li a:focus {
    background: #ec1549;
    border: 1px solid #333;
    color: #fff;
    text-decoration: none;
}
#main .latest .pager li.previous a,
#main .latest .pager li.next a {
    border: 1px solid #fff;
}
#main .latest .pager li.previous a {
    background: url(../img/icons/prev-next.png) 0 8px no-repeat;
    padding-left: 10px;
}
#main .latest .pager li.previous a:hover,
#main .latest .pager li.previous a:active,
#main .latest .pager li.previous a:focus {
    background: #ec1549 url(../img/icons/prev-next.png) 0 -41px no-repeat;
    border: 1px solid #333;
    color: #fff;
}
#main .latest .pager li.next a {
    background: url(../img/icons/prev-next.png) 95% -93px no-repeat;
    padding-right: 12px;
}
#main .latest .pager li.next a:hover,
#main .latest .pager li.next a:active,
#main .latest .pager li.next a:focus {
    background: #ec1549 url(../img/icons/prev-next.png) 95% -145px no-repeat;
    border: 1px solid #333;
    color: #fff;
}
/* Pager Events */
#main .event-list .pager {
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 5px 0 0 0;
}
#main .event-list .pager ul {
    clear: both;
    float: right;
}
#main .event-list .pager li {
    background: none;
    clear: none;
    float: left;
    width: auto;
    margin: 0 3px 0 0;
    list-style: none;
    text-align: center;
    font-size: 130%;
}
#main .event-list .pager li a,
#main .event-list .pager li strong,
#main .event-list .pager li span {
    display: block;
    border: 1px solid #ec1549;
    border: 1px solid #ccc;
    padding: 2px 6px 2px 6px;
    font-weight: bold;
}
#main .event-list .pager li span { /* ... */
    border: none;
    padding: 3px 1px;
}
#main .event-list .pager li strong { /* you are here */
    border: 1px solid #ccc;
}
#main .event-list .pager li a:hover,
#main .event-list .pager li a:active,
#main .event-list .pager li a:focus {
    background: #ec1549;
    border: 1px solid #333;
    color: #fff;
    text-decoration: none;
}
#main .event-list .pager li.previous a,
#main .event-list .pager li.next a {
    border: 1px solid #fff;
}
#main .event-list .pager li.previous a {
    background: url(../img/icons/prev-next.png) 0 8px no-repeat;
    padding-left: 10px;
}
#main .event-list .pager li.previous a:hover,
#main .event-list .pager li.previous a:active,
#main .event-list .pager li.previous a:focus {
    background: #ec1549 url(../img/icons/prev-next.png) 0 -41px no-repeat;
    border: 1px solid #333;
    color: #fff;
}
#main .event-list .pager li.next a {
    background: url(../img/icons/prev-next.png) 95% -93px no-repeat;
    padding-right: 12px;
}
#main .event-list .pager li.next a:hover,
#main .event-list .pager li.next a:active,
#main .event-list .pager li.next a:focus {
    background: #ec1549 url(../img/icons/prev-next.png) 95% -145px no-repeat;
    border: 1px solid #333;
    color: #fff;
}






/* FORMS
-------------------- */
.form-wrapper {
    clear: both;
}
.form-wrapper fieldset {
    border: none;
    margin: 5px 0 30px 0;
}
.form-wrapper fieldset h2 {
    margin: 0 0 1px 0;
    /*border-top: 4px solid #cccc00;
    border-bottom: 1px solid #ccc;*/
    padding: 5px 0 5px 0;
    color: #333;
}
.form-wrapper p.required {
    text-align: left;
    color:#666;
}
.form-wrapper p.required span,
.form-wrapper dfn {
    color: #ec1549;
    /*font-weight: bold;*/
}
.form-wrapper div {
    clear: both;
    float: left;
    /*width: 460px;
    width:100%;*/
    /*border-bottom: 1px dotted #b3b3b3;*/
    padding: 5px 0 10px 0;
}
.form-wrapper div div {
    width: auto;
    border-bottom: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.form-wrapper label {
    position: relative;
    display: block;
    font-size: 130%;
}
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
    display: block;
    background: #fff; /*ebebeb*/
    width: 400px;
    margin: 3px 0 0 0;
    border: 1px solid #c2c2c2;
    border-left:0;
    border-right:0;

    padding: 3px 3px 4px 3px;
}
.form-wrapper input:focus,
.form-wrapper textarea:focus {
    border: 1px solid #c2c2c2;
    border-left:0;
    border-right:0;
    background: #fff;
}
.form-wrapper textarea {
    height: 150px;
    width: 400px;
}
.form-wrapper select {
    display: block;
    width: 310px;
    margin: 5px 0 0 0;
}
.form-wrapper div span {
    display: block;
    padding: 5px 0 0 0;
    color: #666;
    /*font-size: 110%;*/
}
.form-wrapper div.multiple-labels span {
    padding: 0 0 10px 0;
    color: #000;
    font-size: 130%;
    font-weight: bold;
}
.form-wrapper div.multiple-labels label span {
    color: #555;
    font-size: 110%;
    font-weight: normal;
}
.form-wrapper div label span {
    display: inline;
}
.form-wrapper div label.m span {
    clear: both;
    padding: 0 0 5px 0;
}
.form-wrapper div span.help a {
    background: url(../img/icons/help.gif) 0 .15em no-repeat;
    padding-left: 15px;
}

/* multiple inputs in one row */
.form-wrapper div label.s,
.form-wrapper div label.m,
.form-wrapper div label.l {
    float: left;
    clear: none;
    width: 92px;
}
.form-wrapper div label.m {
    width: 161px;
    padding: 0;
}
.form-wrapper div label.l {
    width: 363px;
}
.form-wrapper div label.s input {
    width: 70px;
}
.form-wrapper div label.m input {
    width: 139px;
}
.form-wrapper div label.l input {
    width: 308px;
}

/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
    float: none; /* ie 6 */
    margin: 0;
    padding: 0;
}
.form-wrapper fieldset fieldset input {
    width: auto;
    display: inline;
    background: transparent;
    border: none;
}
#main .form-wrapper fieldset fieldset legend {
    text-indent: -9999px;
    font-size: 0;
}

/* mod for short elements */
.form-wrapper fieldset fieldset.mod label {
    float: left;
    margin-right: 10px;
}

/* Submit */
.form-wrapper div.button-wrapper {
    position: relative;
    border: none;
    padding: 10px 0 5px 0;
}
.form-wrapper fieldset div.button-wrapper em {
    float: right;
    margin-top: -24px;
    font-size: 140%;
}
.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
    background: #fff /*url(../img/bgs/submit.png) 0 0 repeat-x*/;
    right: auto;
    width: auto;
    border: 1px solid #c2c2c2;
    border-right:0;
    border-left:0;
    padding: 2px 10px;
    color: #666;
    cursor: pointer;
    font-size: 120%;
    /*text-transform: uppercase;
    font-weight: bold;*/
}
.new-search .button {  /* button outside button-wrapper */
    /*padding-top: 3px;
    padding-bottom: 4px;*/
}
.new-search .button:hover,
.new-search .button:active,
.new-search .button:focus,
.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
    background: #FDEAE9;
    /*color: #fff;
    border: 1px solid #111;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;*/

}

/* link-Button */
a.button {
    background: #b90834 url(../img/bgs/submit.png) 0 0 repeat-x;
    min-width: 60px;
    width: auto;
    border: 1px solid #f19eb2;
    border-right: 1px solid #920728;
    border-bottom: 1px solid #920728;
    padding: 3px 20px 2px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
a.button span {
    position: absolute;
}
a.button:hover,
a.button:active,
a.button:focus {
    color: #fac4d1;
}

/* New Search */
#search-results .form-wrapper div {
    /*background: #f2f2bf;*/
    float: left;
    width: 100%;
    padding: 10px 0;
}
#search-results .form-wrapper div label {
    display: inline;
    float: left;
    /*margin: 0 10px;*/
}
#search-results .form-wrapper div a.button {
    float: left;
    margin-top: 2px;
}
#search-results .form-wrapper input.submit {
    width: auto;
    background: #cc0;
    padding: 2px 10px;
    cursor: pointer;
}

/* error messages */
.error {
    color: #ec1549;
    font-weight: bold;
}
#main .error h1 {
    /*background: url(../img/bgs/error.png) 0 8px no-repeat;*/
    margin-bottom: 10px;
    padding: 2px 0 ;
    color: #ec1549;
}
#main div.error {
    margin: 20px 0;
    font-weight: bold;
}
#main div.error ul {
    margin: 0 0 0 45px;
}
#main div.error li {
    color: #ec1549;
}
#main div.error li a,
#main div.error label span {
    color: #ec1549;
}
#main .form-wrapper div.error {
    margin: 0;
}
.form-wrapper div.error input,
.form-wrapper div.error textarea {
    border-top: 1px solid #ec1549;
    border-bottom: 1px solid #ff0000;

}
/* success messages */
#main .success {
    margin: 10px 0;
}
#main .success h1 {
    /*background: url(../img/bgs/confirmed.png) 0 8px no-repeat;*/
    margin-bottom: 10px;
    padding: 2px 0 ;
    color: #afaf00;
}


/* SITEMAP
--------------------- */
#sitemap .links {
    border-top: 4px solid #b3b3b3;
    margin: 30px 0 30px 0;
}
#sitemap .links h2 {
    margin: 0;
    padding: 5px 0 5px 0;
}
#sitemap .links h2 a {
    display: block;
    color: #555;
}
#sitemap .links h2 a:hover,
#sitemap .links h2 a:active,
#sitemap .links h2 a:focus {
    color: #ff0000;
}
#sitemap .links li {
    background: transparent url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    height: 1%; /* IE6 */
    margin: 0;
    border: none;
    padding: 0;
}
#sitemap .links li a {
    background: url(../img/icons/link.png) 0 7px no-repeat;
    padding: 6px 0 6px 15px;
}
#sitemap .links li li a {
    background: url(../img/icons/link.png) 30px 7px no-repeat;
    padding-left: 45px;
}
#sitemap .links li li li a {
    background: url(../img/icons/link.png) 60px 7px no-repeat;
    padding-left: 75px;
}
#sitemap #wrapper-3 .links li ul {
    margin: 0;
    padding: 0;
}
#sitemap .links li li {
    font-size: 100%;
}


/* FAQ
--------------------- */
#main #faq-wrapper div {
    background: #f7f8d9;
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    padding: 10px 10px 10px 25px;
}
#main #faq-wrapper h3,
#main #faq-wrapper p,
#main #faq-wrapper li li {
    font-size: 100%;
}
#main #faq-wrapper p {
    margin-bottom: 10px;
}
#main #faq-wrapper li {
    float: left;
    background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
    width: 100%;
    list-style-type: none;
}
#main #faq-wrapper li li {
    background: #fff;
}
#main #faq-wrapper li p {
    margin: 0;
}
#main #faq-wrapper li h3 a {
    display: block;
    background: transparent url(../img/icons/link.png) no-repeat scroll 5px 7px;
    padding: 5px 0 5px 25px;
    font-weight: bold;
}
#main #faq-wrapper li h3 a.on {
    background-color: #f2f2bf;
    background-image: url(../img/icons/down.png);
}
#main #faq-wrapper li ul,
#main #faq-wrapper li ol {
    margin: 0 0 10px 25px;
}
#main #faq-wrapper li li {
    float: none;
    border: none;
    list-style-type: disc;
}
#main #faq-wrapper ol li {
    list-style-type: decimal;
}
#main #faq-wrapper .photo,
#main #faq-wrapper dt img {
    margin-bottom: 0;
}
#main #faq-wrapper dl {
    overflow: hidden;
}
#main #faq-wrapper dd {
    font-size: 85%; /* 11px */
    line-height: 1.3em;
}
#main #faq-wrapper dd.copyright {
    font-size: 85%;
}


/* GLOSSARY
--------------------- */
#glossary-index {
    overflow: hidden;
    /*width: 100%;*/
    margin: 0 0 20px 0;
    position:absolute;
    right:0px;
    top:27px;
}
#glossary-index ul {
    margin: 10px 0 0 0;
}
#glossary-index li {
    list-style: none;
    float: left;
    margin: 0 5px 5px 0;
    font-size: 150%;
}
#glossary-index li a,
#glossary-index li span {
    display: block;
    /*border: 1px solid #ccc;*/
    padding: 2px ;
    min-width: 12px;
    text-align: center;
    /*font-weight: normal;*/
    text-transform:uppercase;
}
#glossary-index li span {
    color: #888;
}
#glossary-index li a:hover,
#glossary-index li a:active,
#glossary-index li a:focus {
    background: #ededed;
    /*border: 1px solid #333;
    color: #fff;*/
    text-decoration: none;
}
.glossary-box {
    float: left;
    width: 200px;
    height: 20em;
    margin: 0 10px 10px 0;
    padding: 0px;
}
#main .glossary-box li.all {
    background: none;
}
#main .glossary-box p.all a {
    margin-top: -1px;
}
#main .glossary-box h2 {
    /*float: left;*/
    background: #fff;
    margin: 0 0 7px 0;
    padding:2px 0;
    font-size: 150%;
    color: #FF0000;
    font-weight:normal;
    line-height: 1;
    text-transform: uppercase;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#main .glossary-box ul {
    list-style: none;
    margin: 0;
}
#main .glossary-box ul li {
    /*background: url(../img/bgs/dotted-line.png) 0 100% repeat-x;*/
    height: 1%; /* IE 6 */
    margin: 0 0 7px 0;
    line-height: 1.2em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}
html > body #main .glossary-box ul li {
    height: auto;
}
#main .glossary-box li a {
    display: block;
    padding: 2px 0 ;
}
#main .glossary-box li a:hover {
    text-decoration:none;
    background:#EDEDED;
}
/* Glossary Details */
.glossary-details {
    height: auto;
    width: 688px;
    padding: 10px 0 20px 10px;
}
#main .glossary-details h2 {
    display: block;
    float: none;
}
#main .glossary-details ul li {
    width: 47%;
    float: left;
    margin-right: 19px;
}


/*
PHOTOS
---------------------- *
/* photos / images */
.photo { /* for dl and without it */
    float: left;
    display: inline-block;
    width: 220px;
    margin: 0px 10px 13px 0;
}
dl.photo {
    /*background: url(../img/bgs/photo-corners.png) 0 100% no-repeat;*/
    padding: 0 0 5px 0;
}
.photo img {
    display: block;
    /*height: 160px;*/
    border: 1px solid #ececec;
}
dl.mod-2 { /* big */
    clear: both;
    background: url(../img/bgs/photo-corners-wide.png) 0 100% no-repeat;
    float: none;
    width: 460px;
}
dl.mod-2 img {
    width: 458px;
}
img.mod-2 {
    clear: both;
    display: block;
    width: 458px;
}
.photo dd {
    /*background: #ececec;*/
    display: block;
    padding: 0px 0px 5px 0;
    font-size: 130%;

}
.photo dd.zoom {
    float: right;
}
.photo dd.zoom a {
    display: block;
    background: url(../img/icons/zoom.gif) 80% 0 no-repeat;
    width: 12px;
    text-indent: -999px;
}
#wrapper-2 .photo dd.copyright {
    font-style: italic;
    font-size: 120%;
}
.photo dd.longdesc {
    display: none;
}
.photo dd.artist {
    display: none;
}
.photo dd.size {
    display: none;
}
.photo dd.medium {
    display: none;
}
.photo.mod {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}


/* PHOTO GALLERY
--------------------- */

#photo-index .photo {
    /*background: url(../img/bgs/photo-corners.png) 0 100% no-repeat;*/
    width: 302px;
}
#photo-index .photo dt {
    /*min-height: 125px;*/
    /*height: 160px;*/ /*auto;*/
    /*width:140px;*/
    float:left;
    margin-right:10px;
}
#photo-index .photo dt img {
    /* height:160px /* 100%;*/
}
#photo-index dl {
    margin-right: 15px;
}
#photo-index dl.last {
    margin-right: 0;
}

/* lightbox*/
#showbox-overlay {
    position: fixed;
    background: #dcdcdc;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
#showbox {
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: #fff;
    /*width: 995px;*/
    padding: 0 0 20px  0 ;
    border:1px solid #ccc;

}
#showbox .controls {
    /*background-color: #555;*/
    overflow: hidden;
    height: 1%;
    width: 100%;
    margin: 0; /* 0 20px 0;*/
    padding:0; /* 5px 0; */
    font-size: 120%;
    text-align: center;
}
#showbox .controls a {
    color: #666;


    }
/*#showbox .controls a:hover {
    background:#fff;
    opacity:0.2;
}*/
#showbox .controls .prev, #showbox .controls .prev a{
    /*background: url(../img/icons/back.png) 100px left no-repeat;
    margin-right: 10px;
    padding-left: 17px;*/

    height:100%;
    display:block;
    width:50%;
    float:left;
    position:absolute;

}
#showbox .controls .prev:hover{
    background: url(../img/icons/prev.gif) center left no-repeat;
}
#showbox .controls .next:hover{
    background: url(../img/icons/next.gif) center right no-repeat;
}
#showbox .controls a.disabled:hover {
    background: none;
}

#showbox .controls .next {
    /*background: url(../img/icons/link.png)  center right no-repeat;
    padding-right: 17px;*/
    height:100%;
    display:block;
    width:50%;
    float:right;
    position:absolute;
    right:0;


}
#showbox .controls .close {
    float: right;
    display: block;
    /*background: url(../img/icons/close.png) 0 1px no-repeat; */
    padding: 0 5px 5px  17px;
    position:absolute;
    right:0;
    bottom:0;
}
.prev-next {
    float: left;
    text-align: center;
    /*padding-left: 5px;*/
}
#showbox .content-box {
    background-color: #fff;
    margin: 0 auto 10px  auto;
    padding:10px;
}
#showbox.loading .content-box {
    background: #fff;
}
#showbox .multimedia-box {
    overflow: hidden;
}
#showbox .multimedia-box img {
    width: 100%;
}
#showbox .text-content {
    background: #fff;
    padding: 5px;
}
#showbox h2 {
    margin: 5px 0;
    font-size: 130%;
}
#showbox p {
    margin-bottom: 10px;
    font-size: 120%;
}
#showbox ul {
    margin: 10px 0 10px 0;
}
#showbox li {
    list-style: none;
    color: #555;
    font-size: 110%;
}
#showbox .worktype {
    display: none;
}


/*
SPECIAL MODULES
==================== */

/* TAGCLOUD
---------------- */
.tagcloud {
    float: left;
    clear: both;
    width: 100%;
    border-top: 4px solid #b3b3b3;
    margin: 0 0 20px 0;
}
.tagcloud ul {
    position: relative; /* ie 6 */
}
#main .tagcloud h3,
#wrapper-2 .tagcloud-wide h3 {
    margin: 5px 0;
    border-bottom: 1px solid #dedede;
    padding: 0 0 5px 0;
    font-size: 180%;
}
.tagcloud li {
    display: inline;
    height: 22px;
    margin: 0 10px 0 0;
    list-style: none;
    vertical-align: middle;
}
.tagcloud li a {
    font-size: 100%;
    line-height: 1.2em;
}
.tagcloud li.level-2 a {
    font-size: 120%;
}
.tagcloud li.level-3 a {
    font-size: 130%;
    font-weight: bold;
}
.tagcloud li.level-4 a {
    font-size: 140%;
    font-weight: normal;
}
.tagcloud li.level-5 a {
    font-size: 150%;
    font-weight: normal;
}
.tagcloud li em {
    font-style: normal;
}
/* in sidebar */
#extras .tagcloud {
    margin-top: 0;
    margin-right: -3px; /* ie 6 */
}
#extras .tagcloud ul {
    border: none;
    margin: 0;
    padding: 5px 0 0 0;
}
#extras .tagcloud li {
    background: none;
    border: none;
    margin: 0 10px 5px 0;
    line-height: 1.6em;
}
#extras .tagcloud li a {
    display: inline;
    background: none;
    padding: 0;
}


/* JAVASCRIPT MODULES IN MAIN
----------------------------- */
/* Dom Tabs */
.text-box {
    overflow: hidden;
    float: left;
    background: #f2f2f2 url(../img/bgs/text-box.png) -540px 100% no-repeat;
    clear: both; /* IE 6 */
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
}
#main .text-box h2 {
    background: #000 url(../img/bgs/text-box.png) 0 0 no-repeat;
    padding: 5px 5px 0 6px;
    color: #fff;
}
ol.text-box-toc {
    float: left;
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;
    background: #000 url(../img/bgs/text-box.png) 0 -30px no-repeat;
    list-style: none;
    height: auto;
    width: 100%;
    height: 1%; /* IE 6 */
}
#main .text-box-toc li { /* dom tabs + one two three */
    float: left;
    display: inline; /* IE 6 */
    position: relative;
    list-style: none;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0 0px 0 2px;
    padding: 0;
    color: #000;
    line-height: 1.25em;
}
.text-box-toc li a {
    background: #121212 url(../img/bgs/text-box.png) -10px -35px no-repeat;
    color: #d0d0d0;
    float: left;
    display: block;
    font-weight: bold;
}
.text-box-toc li a.on,
.text-box-toc li a:hover,
.text-box-toc li a:active,
.text-box-toc li a:focus {
    background: #f2f2f2 url(../img/bgs/text-box-toc.png) 100% 0 no-repeat;
    color: #000;
    text-decoration: none;
}
.text-box-toc li span {
    display: block;
    margin-right: 4px;
    padding: 5px 6px 5px 10px;
}
.text-box-toc li.on span,
.text-box-toc li a:hover span,
.text-box-toc li a:active span,
.text-box-toc li a:focus span {
    background: #f2f2f2 url(../img/bgs/text-box-toc.png) 0 0 no-repeat;
}
.text-box .text-box-section {
    float: left;
    background: #f2f2f2 url(../img/bgs/text-box.png) -1040px 100% repeat-y;
    width: 444px;
    margin: 0;
    padding: 10px 8px;
}
.text-box .text-box-section {
    margin-right: -3px; /* IE 6 */
}
#main .text-box .text-box-section h2 {
    clear: both;
    background: none;
    margin: 0 0 5px 0;
    padding: 10px 0 0 0;
    font-size: 160%;
    color: #000;
}
#main .text-box .text-box-section h2 em {
    display: block;
    margin: 0 0 -3px 0;
    font-size: 68.75%;
    font-style: normal;
    padding: 0;
}
#main .text-box .text-box-section h2 a em {
    color: #555;
}
#main .text-box h2 a,
#main .text-box p a {
    color: #dd0e40;
}
.text-box img {
    float: left;
    width: 218px;
    margin: 0 10px 10px 0;
}
/* teaser link list modified for tab */
#main .text-box .links {
    clear: both;
    margin: 10px 0 0 0;
}
#main .text-box .links h3 {
    font-size: 130%;
    margin: 0 0pt 5px 0;
}
#main .text-box .links li {
    border: none;
}
.col-float2 .text-box {
    width: 460px;
    float: left;
    clear: none;
}
/* alternative layouts */
.col-float2 .text-box {
    width: 460px;
    float: left;
    clear: none;
}
.col-float3 .text-box {
    width: 100%;
    float: left;
    clear: none;
}
/* different images for .col-subcol */
.col-subcol #main .text-box h2 {
    background: #000000 url(../img/bgs/text-box-590.png) 0 0 no-repeat;
}
ol.text-box-toc {
    background: #000 url(../img/bgs/text-box-590.png) 0 -30px no-repeat;
}
.col-subcol .text-box {
    background: #f2f2f2 url(../img/bgs/text-box-590.png) -750px 100% no-repeat;
    width: 590px;
}
.col-subcol #text-box-toc {
    background: #000 url(../img/bgs/text-box-590.png) 0 -30px no-repeat;
}
.col-subcol .text-box .text-box-section {
    background: #f2f2f2 url(../img/bgs/text-box-590.png) -1499px 100% repeat-y;
    width: 575px;
    margin-right: -10px; /* IE 6 */
}
.col-subcol #main .text-box .text-box-section h2 {
    background: none;
}
.col-subcol #main > .text-box .text-box-section {
    margin-right: 0;
}
/* Different images for .nav-col */
.nav-col #main .text-box {
    background: #f2f2f2 url(../img/bgs/text-box-700.png) -750px 100% no-repeat;
    width: 700px;
}
.nav-col .text-box .text-box-section {
    width: 687px;
    background: #f2f2f2 url(../img/bgs/text-box-700.png) -1499px 100% repeat-y;
}
.nav-col #main .text-box h2 {
    background: #000000 url(../img/bgs/text-box-700.png) 0 0 no-repeat;
}
.nav-col ol.text-box-toc {
    background: #000 url(../img/bgs/text-box-700.png) 0 -30px no-repeat;
}
.nav-col #main .text-box .text-box-section h2 {
    background: none;
}


/* Finger-Tabs - superpromo */
div.superpromos {
    clear: both;
    position: relative;
    background: url(../img/temp/superpromo-bg-nav.gif) 100% 0 repeat-y;
    width: 260px;
    height: auto;
    min-height: 333px;
    margin: 20px 0;
    border: 1px solid #ccc;
    padding-right: 200px;
}
.nav-col div.superpromos {
    width: 498px; /* plus 200px padding nav */
}
.js-on div.superpromos {
    height: 33em;
}
/* tabs */
ol.superpromos-toc {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 195px;
    margin: 0;
    padding: 0;
}
#wrapper ol.superpromos-toc li {
    float: none;
    background: #ebebeb;
    font-size: 110%;
    color: #fff;
    list-style: none;
}
ol.superpromos-toc a {
    display: block;
    background: #ebebeb url(../img/bgs/superpromo-off.gif) 0 50% no-repeat;
    height: 1%;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 12px 10px 8px 20px;
    font-size: 150%;
    font-weight: bold;
}
ol.superpromos-toc a.on,
ol.superpromos-toc a:hover,
ol.superpromos-toc a:active,
ol.superpromos-toc a:focus {
    background: #e5e57f url(../img/bgs/superpromo-on.gif) 0 50% no-repeat;
    color: #000;
    text-decoration: none;
}
div.superpromos .superpromo-section {
    margin: 0px;
}
div.superpromos .superpromo-section h2 {
    margin: 10px 5px 5px 10px;
    padding: 0;
    font-size: 320%;
}
div.superpromos .superpromo-section img {
    display: block;
    width: 250px;
    height: 150px;
    border: none;
    margin: 0 0 10px 10px;
    padding: 0;
}
.nav-col div.superpromos .superpromo-section img {
    width: 485px;
    height: 200px;
}
div.superpromos .superpromo-section p {
    margin: 0 0 1em 0;
    line-height: 1.3em;
    font-size: 130%;
}
div.superpromos .superpromo-section p.more {
    margin: 0 0 0 10px;
}
div.superpromos .superpromo-section p.more a {
    display: block;
    background: url(../img/icons/link.png) 0 7px no-repeat;
    padding: 5px 10px 5px 18px;
    color: #000;
    font-weight: bold;
}
div.superpromos .superpromo-section p.more a:hover,
div.superpromos .superpromo-section p.more a:active,
div.superpromos .superpromo-section p.more a:focus {
    color: #000;
}


/* Styleswitcher */
ul.styleswitcher li {
    padding: 6px 0 0 0;
}
ul.styleswitcher li {
    padding: 6px 0 0 0;
}
ul.styleswitcher label {
    background: url(../img/icons/link.png) 0 2px no-repeat;
    padding-left: 17px;
    color: #ff0000;
}
ul.styleswitcher label:hover,
ul.styleswitcher label:active,
ul.styleswitcher label:focus {
    text-decoration: underline;
}













/* CAROUSELS
----------------------------- */

/* ###   TW-SWITCHER ### */
/* Inside #Stage */
#stage div.tw-switcher {
    position: relative;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left; /* ie 6 */
    clear: both;
    height: auto;
    width: 937px;
    margin: 0;
    padding: 0;
}
.js-on #stage div.tw-switcher {
    height: 260px;
}
#stage div.tw-switcher h3 {
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 200%;
}
#stage div.tw-switcher .pager {
    display: none;
    width: auto;
    margin: 0;
}
.js-on #stage div.tw-switcher .pager {
    display: block;
}
#stage div.tw-switcher .next,
#stage div.tw-switcher .prev {
    background: url(../img/bgs/prev-next-dark-225.png) 0 -275px no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 225px;
}
#stage div.tw-switcher .prev {
    left: 0;
    right: auto;
    background-position: 0 0;
    border-left: none;
}
#stage div.tw-switcher .next a,
#stage div.tw-switcher .prev a {
    display: none;
    background: url(../img/bgs/prev-next-dark-225.png) 100% -1100px no-repeat;
    width: 19px;
    height: 225px;
    text-indent: -9999px;
}
#stage div.tw-switcher .next a {
    background-position: 0 -1375px;
}
#stage div.tw-switcher .next a.show,
#stage div.tw-switcher .prev a.show {
    display: block;
}
#stage div.tw-switcher .prev a.show:hover,
#stage div.tw-switcher .prev a.show:focus,
#stage div.tw-switcher .prev a.show:active {
    background: url(../img/bgs/prev-next-dark-225.png) 100% -550px no-repeat;
}
#stage div.tw-switcher .next a.show:hover,
#stage div.tw-switcher .next a.show:focus,
#stage div.tw-switcher .next a.show:active {
    background: url(../img/bgs/prev-next-dark-225.png) 100% -825px no-repeat;
}
#stage div.tw-switcher .rack {
    background: #f2f2f2;
    float: left;
    width: 922px;
    margin: 0;
    padding-left: 15px;
}
.js-on #stage div.tw-switcher .rack {
    width: 885px;
    display: inline;
    margin-left: 19px;
}
#stage div.tw-switcher .rack-teaser {
    overflow: hidden;
    float: left;
    width: 375px;
    height: 225px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 0 5px 0 0;
}
.js-on #stage div.tw-switcher .rack-teaser {
    background-image: none;
    border-right: none;
    margin: 0;
    padding: 0 20px 0 0px;
}
#stage div.tw-switcher .rack-teaser h2 {
    margin: 8px 0 0 0;
    font-size: 180%;
    font-weight: normal;
}
#stage div.tw-switcher .rack-teaser img {
    display: block;
    float: left;
    height: 100px;
    width: 380px;
    margin: 4px 10px 0 0;
    border: none;
}
#stage div.tw-switcher .rack-teaser p {
    width: 375px;
    padding: 10px 0 0 0;
    font-size: 130%;
    color: #555;
}
#stage div.tw-switcher .rack-teaser em {
    display: block;
    margin-top: 5px;
    font-style: normal;
}
#stage div.tw-switcher .rack-teaser em a {
    padding-left: 17px;
}
/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-switcher {
    position: relative;
    background: #fff;
    border: 0;
    float: left;
    clear: both;
    height: auto;
    width: 698px;
    margin: 35px 0 0 0;
    padding: 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-switcher {
    height: 232px;
}
#wrapper-2 #wrapper-3 div.tw-switcher h3 {
    margin: 10px 0 5px 0;
    border-top: 4px solid #b3b3b3;
    padding: 5px 0 2px 0;
    color: #000;
    font-size: 200%;
}
#wrapper-2 #wrapper-3 div.tw-switcher .pager {
    display: none;
    width: auto;
    margin: 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-switcher .pager {
    display: block;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next,
#wrapper-2 #wrapper-3 div.tw-switcher .prev {
    background: url(../img/bgs/prev-next-light-180.png) 0 -230px no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 180px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .prev {
    left: 0;
    right: auto;
    background-position: 0 0;
    border-left: none;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next a,
#wrapper-2 #wrapper-3 div.tw-switcher .prev a {
    display: none;
    background: url(../img/bgs/prev-next-light-180.png) 100% -460px no-repeat;
    width: 19px;
    height: 180px;
    text-indent: -9999px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next a {
    background-position: 0 -690px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next a.show,
#wrapper-2 #wrapper-3 div.tw-switcher .prev a.show {
    display: block;
}
#wrapper-2 #wrapper-3 div.tw-switcher .prev a.show:hover,
#wrapper-2 #wrapper-3 div.tw-switcher .prev a.show:focus,
#wrapper-2 #wrapper-3 div.tw-switcher .prev a.show:active {
    background: url(../img/bgs/prev-next-light-180.png) 100% -920px no-repeat;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next a.show:hover,
#wrapper-2 #wrapper-3 div.tw-switcher .next a.show:focus,
#wrapper-2 #wrapper-3 div.tw-switcher .next a.show:active {
    background: url(../img/bgs/prev-next-light-180.png) 100% -1150px no-repeat;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack {
    width: 940px;
    margin: 0;
    padding-left: 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-switcher .rack {
    background: #f2f2f2;
    display: inline;
    width: 645px;
    margin-left: 19px;
    padding-left: 15px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser {
    overflow: hidden;
    float: left;
    width: 340px;
    height: 170px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 0 5px 0 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser {
    background-image: none;
    width: 385px;
    border-right: none;
    margin: 0;
    padding: 10px 10px 0 0px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser h2 {
    margin: 0;
    width: 190px;
    float: right;
    font-size: 180%;
    font-weight: normal;
}
.js-on #wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser h2 {
    width: 235px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .mod h2,
.js-on #wrapper-2 #wrapper-3 div.tw-switcher .mod h2 {
    width: 100%;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser img {
    display: block;
    float: left;
    width: auto;
    width: 140px;
    height: 150px;
    margin: 4px 10px 0 0;
    border: none;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser p {
    width: 190px;
    float: left;
    padding: 10px 0 0 0;
    font-size: 130%;
    color: #555;
}
.js-on #wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser p {
    width: 200px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser em {
    display: block;
    margin-top: 5px;
    font-style: normal;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser em a {
    padding-left: 17px;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-switcher {
    margin: 0 0 20px 0;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-switcher {
    width: 940px;
}
.js-on .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-switcher .rack {
    width: 895px;
}
/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-switcher {
    position: relative;
    background: #fff;
    border: 0;
    float: left;
    clear: both;
    height: auto;
    width: 458px;
    margin: 0 0 20px 0;
    padding: 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-switcher {
    height: 232px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher h3 {
    margin: 10px 0 5px 0;
    border-top: 4px solid #b3b3b3;
    padding: 5px 0 2px 0;
    color: #000;
    font-size: 200%;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .pager {
    display: none;
    width: auto;
    margin: 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-switcher .pager {
    display: block;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev {
    background: url(../img/bgs/prev-next-light-180.png) 0 -230px no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 180px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev {
    left: 0;
    right: auto;
    background-position: 0 0;
    border-left: none;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next a,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev a {
    display: none;
    background: url(../img/bgs/prev-next-light-180.png) 100% -460px no-repeat;
    width: 19px;
    height: 180px;
    text-indent: -9999px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next a {
    background-position: 0 -690px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next a.show,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev a.show {
    display: block;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev a.show:hover,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev a.show:focus,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev a.show:active {
    background: url(../img/bgs/prev-next-light-180.png) 100% -920px no-repeat;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next a.show:hover,
#wrapper-2 #wrapper-3 #main div.tw-switcher .next a.show:focus,
#wrapper-2 #wrapper-3 #main div.tw-switcher .next a.show:active {
    background: url(../img/bgs/prev-next-light-180.png) 100% -1150px no-repeat;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
    width: 410px;
    margin: 0;
    padding-left: 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
    background: #f2f2f2;
    margin-left: 19px;
    padding-left: 15px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser {
    overflow: hidden;
    float: left;
    width: 340px;
    height: 170px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 0 5px 0 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser {
    background-image: none;
    width: 400px;
    border-right: none;
    margin: 0;
    padding: 10px 20px 0 0px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser h2 {
    margin: 0;
    width: 100%;
    float: none;
    font-size: 180%;
    font-weight: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .mod h2 {
    width: 100%;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser img {
    display: block;
    float: left;
    width: auto;
    width: 140px;
    height: 130px;
    margin: 4px 10px 0 0;
    border: none;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser p {
    width: 190px;
    float: left;
    padding: 10px 0 0 0;
    font-size: 130%;
    color: #555;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser p {
    width: 250px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser em {
    display: block;
    margin-top: 5px;
    font-style: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser em a {
    padding-left: 17px;
}
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher {
    width: 460px;
}
.js-on .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
    width: 410px;
}
.js-on .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser {
    width: 400px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-switcher {
    width: 940px;
}
.js-on .col-float2 #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
    width: 895px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher {
    width: 590px;
}
.js-on .col-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
    width: 540px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-switcher {
    width: 700px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
    width: 655px;
}
/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-switcher {
    position: relative;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left; /* ie 6 */
    clear: both;
    height: auto;
    width: 938px;
    margin: 0 0 20px 0;
    padding: 0;
}
.js-on #wrapper-2 div.tw-switcher {
    height: 260px;
}
#wrapper-2 div.tw-switcher h3 {
    padding: 4px 10px 5px 10px;
    color: #fff;
    font-size: 200%;
}
#wrapper-2 div.tw-switcher .pager {
    display: none;
    width: auto;
    margin: 0;
}
.js-on #wrapper-2 div.tw-switcher .pager {
    display: block;
}
#wrapper-2 div.tw-switcher .next,
#wrapper-2 div.tw-switcher .prev {
    background: url(../img/bgs/prev-next-dark-225.png) 0 -275px no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 225px;
}
#wrapper-2 div.tw-switcher .prev {
    left: 0;
    right: auto;
    background-position: 0 0;
    border-left: none;
}
#wrapper-2 div.tw-switcher .next a,
#wrapper-2 div.tw-switcher .prev a {
    display: none;
    background: url(../img/bgs/prev-next-dark-225.png) 100% -1100px no-repeat;
    width: 19px;
    height: 225px;
    text-indent: -9999px;
}
#wrapper-2 div.tw-switcher .next a {
    background-position: 0 -1375px;
}
#wrapper-2 div.tw-switcher .next a.show,
#wrapper-2 div.tw-switcher .prev a.show {
    display: block;
}
#wrapper-2 div.tw-switcher .prev a.show:hover,
#wrapper-2 div.tw-switcher .prev a.show:focus,
#wrapper-2 div.tw-switcher .prev a.show:active {
    background: url(../img/bgs/prev-next-dark-225.png) 100% -550px no-repeat;
}
#wrapper-2 div.tw-switcher .next a.show:hover,
#wrapper-2 div.tw-switcher .next a.show:focus,
#wrapper-2 div.tw-switcher .next a.show:active {
    background: url(../img/bgs/prev-next-dark-225.png) 100% -825px no-repeat;
}
#wrapper-2 div.tw-switcher .rack {
    background: #fff;
    float: left;
    width: 923px;
    margin: 0;
    padding-left: 15px;
}
.js-on #wrapper-2 div.tw-switcher .rack {
    background: #f2f2f2;
    display: inline;
    width: 890px;
    margin-left: 19px;
}
#wrapper-2 div.tw-switcher .rack-teaser {
    overflow: hidden;
    float: left;
    width: 375px;
    height: 225px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 0 5px 0 0;
}
.js-on #wrapper-2 div.tw-switcher .rack-teaser {
    background-image: none;
    border-right: none;
    margin: 0;
    padding: 0 20px 0 0px;
}
#wrapper-2 div.tw-switcher .rack-teaser h2 {
    margin: 8px 0 0 0;
    font-size: 180%;
    font-weight: normal;
}
#wrapper-2 div.tw-switcher .rack-teaser img {
    display: block;
    float: left;
    height: 100px;
    width: 380px;
    margin: 4px 10px 0 0;
    border: none;
}
#wrapper-2 div.tw-switcher .rack-teaser p {
    width: 375px;
    padding: 10px 0 0 0;
    font-size: 130%;
    color: #555;
}
#wrapper-2 div.tw-switcher .rack-teaser em {
    display: block;
    margin-top: 5px;
    font-style: normal;
}
#wrapper-2 div.tw-switcher .rack-teaser em a {
    padding-left: 17px;
}



/* ###   TW-IMAGES ### */
/* Inside #Stage */
#stage div.tw-images {
    position: relative;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left; /* ie 6 */
    clear: both;
    height: auto;
    width: 937px;
    margin: 0;
    padding: 0;
}
.js-on #stage div.tw-images {
    height: 148px;
}
#stage div.tw-images h3 {
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 200%;
}
#stage div.tw-images .pager {
    display: none;
    width: auto;
    margin: 0;
}
.js-on #stage div.tw-images .pager {
    display: block;
}
#stage div.tw-images .next,
#stage div.tw-images .prev {
    background: url(../img/bgs/prev-next-dark-113.png) 0 -163px no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 113px;
}
#stage div.tw-images .prev {
    left: 0;
    right: auto;
    background-position: 0 0;
    border-left: none;
}
#stage div.tw-images .next a,
#stage div.tw-images .prev a {
    display: none;
    background: url(../img/bgs/prev-next-dark-113.png) 100% -326px no-repeat;
    width: 19px;
    height: 113px;
    text-indent: -9999px;
}
#stage div.tw-images .next a {
    background-position: 0 -488px;
}
#stage div.tw-images .next a.show,
#stage div.tw-images .prev a.show {
    display: block;
}
#stage div.tw-images .prev a.show:hover,
#stage div.tw-images .prev a.show:focus,
#stage div.tw-images .prev a.show:active {
    background: url(../img/bgs/prev-next-dark-113.png) 100% -650px no-repeat;
}
#stage div.tw-images .next a.show:hover,
#stage div.tw-images .next a.show:focus,
#stage div.tw-images .next a.show:active {
    background: url(../img/bgs/prev-next-dark-113.png) 100% -811px no-repeat;
}
#stage div.tw-images .rack {
    float: left;
    width: 930px;
    height: auto;
    margin: 0;
    padding: 0;
}
.js-on #stage div.tw-images .rack {
    height: 113px;
}
#stage div.tw-images .rack-teaser {
    overflow: hidden;
    float: left;
    width: auto;
    height: 113px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 0 5px 0 0;
}
.js-on #stage div.tw-images .rack-teaser {
    background-image: none;
    border-right: none;
    margin: 0 1px 0 0;
    padding: 0;
}
#stage div.tw-images .rack-teaser img {
    display: block;
    float: left;
    height: 112px;
    width: auto;
    margin: 0;
    border: none;
}
/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-images {
    position: relative;
    background: #fff;
    border: 0;
    float: left;
    clear: both;
    height: auto;
    width: 698px;
    margin: 35px 0 0 0;
    padding: 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-images {
    height: 232px;
}
#wrapper-2 #wrapper-3 div.tw-images h3 {
    margin: 10px 0 5px 0;
    border-top: 4px solid #b3b3b3;
    padding: 5px 0 2px 0;
    color: #000;
    font-size: 200%;
}
#wrapper-2 #wrapper-3 div.tw-images .pager {
    display: none;
    width: auto;
    margin: 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-images .pager {
    display: block;
}
#wrapper-2 #wrapper-3 div.tw-images .next,
#wrapper-2 #wrapper-3 div.tw-images .prev {
    background: url(../img/bgs/prev-next-light-180.png) 0 -230px no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 180px;
}
#wrapper-2 #wrapper-3 div.tw-images .prev {
    left: 0;
    right: auto;
    background-position: 0 0;
    border-left: none;
}
#wrapper-2 #wrapper-3 div.tw-images .next a,
#wrapper-2 #wrapper-3 div.tw-images .prev a {
    display: none;
    background: url(../img/bgs/prev-next-light-180.png) 100% -460px no-repeat;
    width: 19px;
    height: 180px;
    text-indent: -9999px;
}
#wrapper-2 #wrapper-3 div.tw-images .next a {
    background-position: 0 -690px;
}
#wrapper-2 #wrapper-3 div.tw-images .next a.show,
#wrapper-2 #wrapper-3 div.tw-images .prev a.show {
    display: block;
}
#wrapper-2 #wrapper-3 div.tw-images .prev a.show:hover,
#wrapper-2 #wrapper-3 div.tw-images .prev a.show:focus,
#wrapper-2 #wrapper-3 div.tw-images .prev a.show:active {
    background: url(../img/bgs/prev-next-light-180.png) 100% -920px no-repeat;
}
#wrapper-2 #wrapper-3 div.tw-images .next a.show:hover,
#wrapper-2 #wrapper-3 div.tw-images .next a.show:focus,
#wrapper-2 #wrapper-3 div.tw-images .next a.show:active {
    background: url(../img/bgs/prev-next-light-180.png) 100% -1150px no-repeat;
}
#wrapper-2 #wrapper-3 div.tw-images .rack {
    width: 940px;
    margin: 0;
    padding: 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-images .rack {
    background: #fff;
    width: 690px;
    height: 180px;
}
#wrapper-2 #wrapper-3 div.tw-images .rack-teaser {
    overflow: hidden;
    float: left;
    width: 340px;
    height: 180px;
    border: none;
    margin: 0;
    padding: 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-images .rack-teaser {
    background-image: none;
    width: auto;
    border-right: none;
}
#wrapper-2 #wrapper-3 div.tw-images .rack-teaser img {
    display: block;
    float: left;
    width: auto;
    height: 179px;
    margin: 0 1px 0 0;
    border: none;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-images {
    margin: 0 0 20px 0;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-images {
    width: 940px;
}
.js-on .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-images .rack {
    width: 925px;
}
/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-images {
    position: relative;
    background: #fff;
    border: 0;
    float: left;
    clear: both;
    height: auto;
    width: 458px;
    margin: 0 0 20px 0;
    padding: 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-images {
    height: 165px;
}
#wrapper-2 #wrapper-3 #main div.tw-images h3 {
    margin: 10px 0 5px 0;
    border-top: 4px solid #b3b3b3;
    padding: 5px 0 2px 0;
    color: #000;
    font-size: 200%;
}
#wrapper-2 #wrapper-3 #main div.tw-images .pager {
    display: none;
    width: auto;
    margin: 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-images .pager {
    display: block;
}
#wrapper-2 #wrapper-3 #main div.tw-images .next,
#wrapper-2 #wrapper-3 #main div.tw-images .prev {
    background: url(../img/bgs/prev-next-light-113.png) 0 -164px no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 113px;
}
#wrapper-2 #wrapper-3 #main div.tw-images .prev {
    left: 0;
    right: auto;
    background-position: 0 0;
    border-left: none;
}
#wrapper-2 #wrapper-3 #main div.tw-images .next a,
#wrapper-2 #wrapper-3 #main div.tw-images .prev a {
    display: none;
    background: url(../img/bgs/prev-next-light-113.png) 100% -326px no-repeat;
    width: 19px;
    height: 113px;
    text-indent: -9999px;
}
#wrapper-2 #wrapper-3 #main div.tw-images .next a {
    background-position: 0 -488px;
}
#wrapper-2 #wrapper-3 #main div.tw-images .next a.show,
#wrapper-2 #wrapper-3 #main div.tw-images .prev a.show {
    display: block;
}
#wrapper-2 #wrapper-3 #main div.tw-images .prev a.show:hover,
#wrapper-2 #wrapper-3 #main div.tw-images .prev a.show:focus,
#wrapper-2 #wrapper-3 #main div.tw-images .prev a.show:active {
    background: url(../img/bgs/prev-next-light-113.png) 100% -650px no-repeat;
}
#wrapper-2 #wrapper-3 #main div.tw-images .next a.show:hover,
#wrapper-2 #wrapper-3 #main div.tw-images .next a.show:focus,
#wrapper-2 #wrapper-3 #main div.tw-images .next a.show:active {
    background: url(../img/bgs/prev-next-light-113.png) 100% -812px no-repeat;
}
#wrapper-2 #wrapper-3 #main div.tw-images .rack {
    width: 420px;
    margin: 0;
    padding-left: 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-images .rack {
    height: 113px;
    background: #f2f2f2;
    margin-left: 19px;
    padding-left: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-images .rack-teaser {
    overflow: hidden;
    float: left;
    width: auto;
    height: 113px;
    border: none;
    margin: 0 1px 0 0;
    padding: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-images .rack-teaser img {
    display: block;
    float: left;
    width: auto;
    width: auto;
    height: 112px;
    margin: 0;
    border: none;
}
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-images {
    width: 460px;
}
.js-on .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-images .rack {
    width: 440px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-images {
    width: 940px;
}
.js-on .col-float2 #wrapper-2 #wrapper-3 #main div.tw-images .rack {
    width: 905px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-images {
    width: 590px;
}
.js-on .col-subcol #wrapper-2 #wrapper-3 #main div.tw-images .rack {
    width: 555px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-images {
    width: 700px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-images .rack {
    width: 665px;
}
/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-images {
    position: relative;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left; /* ie 6 */
    clear: both;
    height: auto;
    width: 938px;
    margin: 0 0 20px 0;
    padding: 0;
}
.js-on #wrapper-2 div.tw-images {
    height: 260px;
}
#wrapper-2 div.tw-images h3 {
    padding: 4px 10px 5px 10px;
    color: #fff;
    font-size: 200%;
}
#wrapper-2 div.tw-images .pager {
    display: none;
    width: auto;
    margin: 0;
}
.js-on #wrapper-2 div.tw-images .pager {
    display: block;
}
#wrapper-2 div.tw-images .next,
#wrapper-2 div.tw-images .prev {
    background: url(../img/bgs/prev-next-dark-225.png) 0 -275px no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 225px;
}
#wrapper-2 div.tw-images .prev {
    left: 0;
    right: auto;
    background-position: 0 0;
    border-left: none;
}
#wrapper-2 div.tw-images .next a,
#wrapper-2 div.tw-images .prev a {
    display: none;
    background: url(../img/bgs/prev-next-dark-225.png) 100% -1100px no-repeat;
    width: 19px;
    height: 225px;
    text-indent: -9999px;
}
#wrapper-2 div.tw-images .next a {
    background-position: 0 -1375px;
}
#wrapper-2 div.tw-images .next a.show,
#wrapper-2 div.tw-images .prev a.show {
    display: block;
}
#wrapper-2 div.tw-images .prev a.show:hover,
#wrapper-2 div.tw-images .prev a.show:focus,
#wrapper-2 div.tw-images .prev a.show:active {
    background: url(../img/bgs/prev-next-dark-225.png) 100% -550px no-repeat;
}
#wrapper-2 div.tw-images .next a.show:hover,
#wrapper-2 div.tw-images .next a.show:focus,
#wrapper-2 div.tw-images .next a.show:active {
    background: url(../img/bgs/prev-next-dark-225.png) 100% -825px no-repeat;
}
#wrapper-2 div.tw-images .rack {
    float: none;
    width: 940px;
    margin: 0;
    padding: 0;
}
.js-on #wrapper-2 div.tw-images .rack {
    width: 910px;
    height: 223px;
    margin-left: 19px;
}
#wrapper-2 div.tw-images .rack-teaser {
    overflow: hidden;
    float: left;
    width: auto;
    height: 225px;
    border: none;
    margin: 0 1px 0 0;
    padding: 0;
}
#wrapper-2 div.tw-images .rack-teaser img {
    display: block;
    float: left;
    height: 223px;
    width: auto;
    padding: 0;
    margin: 0;
    border: 0;
}




/* ###   TW-PAGING ### */
/* Inside #Stage */
#stage div.tw-paging {
    position: relative;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left; /* ie 6 */
    clear: both;
    height: auto;
    width: 937px;
    margin: 0;
    padding: 0;
}
.js-on #stage div.tw-paging {
    height: 260px;
}
#stage div.tw-paging h3 {
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 200%;
}
#stage div.tw-paging .pagination {
    position: absolute;
    top: 220px;
    left: 10px;
    height: 30px;
}
#stage div.tw-paging .pagination ul {
    float: none;
}
#stage div.tw-paging .pagination li {
    float: left;
    margin-right: 8px;
    list-style-type: none;
}
#stage div.tw-paging .pagination li a {
    display: block;
    float: left;
    background: url(../img/bgs/teaser-paging.png) 0 0 no-repeat;
    opacity: .5;
    margin-left: 1px;
    padding: 4px 14px 9px 9px;
    color: #000;
    font-size: 180%;
    font-weight: bold;
}
#stage div.tw-paging .pagination li a:hover,
#stage div.tw-paging .pagination li a:active,
#stage div.tw-paging .pagination li a:focus {
    color: #ff0000;
    text-decoration: none;
}
#stage div.tw-paging .rack {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    width: 922px;
    margin: 0;
    padding-left: 15px;
}
.js-on #stage div.tw-paging .rack {
    display: inline;
    width: 915px;
    margin: 3px 0 0 3px;
}
#stage div.tw-paging .rack-teaser {
    overflow: hidden;
    float: left;
    width: 900px;
    height: 205px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 0 5px 0 0;
}
.js-on #stage div.tw-paging .rack-teaser {
    background-image: none;
    border-right: none;
    margin: 0;
    padding: 0 20px 0 0px;
}
#stage div.tw-paging .rack-teaser h2 {
    margin: 8px 0 5px 0;
    font-size: 180%;
    font-weight: normal;
}
#stage div.tw-paging .rack-teaser img {
    display: inline;
    float: left;
    height: 155px;
    width: 380px;
    margin: 4px 10px 0 0;
    border: none;
}
#stage div.tw-paging .rack-teaser p {
    clear: none;
    float: left;
    width: 500px;
    padding: 0 0 0 0;
    font-size: 130%;
    color: #555;
}
#stage div.tw-paging .mod p {
    width: 100%;
}
#stage div.tw-paging .rack-teaser em {
    display: block;
    margin-top: 5px;
    font-style: normal;
}
#stage div.tw-paging .rack-teaser em a {
    padding-left: 17px;
}
/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-paging {
    position: relative;
    background: #fff;
    border: 0;
    float: left; /* ie 6 */
    clear: both;
    height: auto;
    width: 937px;
    margin: 37px 0 0 0;
    padding: 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-paging {
    height: 260px;
}
#wrapper-2 #wrapper-3 div.tw-paging h3 {
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 200%;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination {
    position: absolute;
    top: 220px;
    left: 10px;
    height: 30px;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination ul {
    float: none;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination li {
    float: left;
    margin-right: 8px;
    list-style-type: none;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination li a {
    display: block;
    float: left;
    background: url(../img/bgs/teaser-paging-main.png) 0 0 no-repeat;
    opacity: .5;
    margin-left: 1px;
    padding: 6px 14px 9px 9px;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination li a:hover,
#wrapper-2 #wrapper-3 div.tw-paging .pagination li a:active,
#wrapper-2 #wrapper-3 div.tw-paging .pagination li a:focus {
    color: #ff0000;
    text-decoration: none;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    width: 927px;
    margin: 0;
    padding-left: 10px;
}
.js-on #wrapper-2 #wrapper-3 div.tw-paging .rack {
    width: 680px;
    height: 205px;
    margin: 3px 0 0 3px;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser {
    overflow: hidden;
    float: left;
    width: 670px;
    height: 185px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 0 5px 0 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-paging .rack-teaser {
    background-image: none;
    border-right: none;
    margin: 0;
    padding: 10px 20px 0 0px;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser h2 {
    margin: 0 0 5px 0;
    width: 670px;
    font-size: 180%;
    font-weight: normal;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser img {
    display: inline;
    float: left;
    height: 155px;
    width: 380px;
    margin: 4px 10px 0 0;
    border: none;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser p {
    clear: none;
    float: left;
    width: 280px;
    padding: 0 0 0 0;
    font-size: 130%;
    color: #555;
}
#wrapper-2 #wrapper-3 div.tw-paging .mod p {
    width: 100%;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser em {
    display: block;
    margin-top: 5px;
    font-style: normal;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser em a {
    padding-left: 17px;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-paging {
    margin: 0;
}
.js-on .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging .rack {
    width: 925px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging .rack-teaser {
    width: 925px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging .rack-teaser h2 {
    width: 100%;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging .rack-teaser p {
    width: 520px;
}
/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-paging {
    position: relative;
    background: #fff;
    border: 0;
    float: left; /* ie 6 */
    clear: both;
    height: auto;
    width: 460px;
    margin: 0 0 20px 0;
    padding: 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-paging {
    height: 260px;
}
#wrapper-2 #wrapper-3 #main div.tw-paging h3 {
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 200%;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination {
    position: absolute;
    top: 220px;
    left: 10px;
    height: 30px;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination ul {
    float: none;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li {
    float: left;
    margin-right: 8px;
    list-style-type: none;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li a {
    display: block;
    float: left;
    background: url(../img/bgs/teaser-paging-main.png) 0 0 no-repeat;
    opacity: .5;
    margin-left: 1px;
    padding: 6px 14px 9px 9px;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li a:hover,
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li a:active,
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li a:focus {
    color: #ff0000;
    text-decoration: none;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    width: 440px;
    margin: 0;
    padding-left: 15px;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
    margin: 3px 0 0 3px;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
    overflow: hidden;
    float: left;
    width: 440px;
    height: 195px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 0 5px 0 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
    background-image: none;
    border-right: none;
    margin: 0;
    padding: 10px 20px 0 0px;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
    margin: 0 0 5px 0;
    width: 440px;
    font-size: 180%;
    font-weight: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser img {
    display: inline;
    float: left;
    height: 155px;
    width: 200px;
    margin: 4px 10px 0 0;
    border: none;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
    clear: none;
    float: left;
    width: 220px;
    padding: 0 0 0 0;
    font-size: 130%;
    color: #555;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .mod p {
    width: 100%;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser em {
    display: block;
    margin-top: 5px;
    font-style: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser em a {
    padding-left: 17px;
}
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging {
    width: 460px;
}
.js-on .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
    width: 440px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
    width: 440px;
    height: auto;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
    width: 440px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser img {
    height: 140px;
    width: 180px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
    width: 240px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .mod p {
    width: 100%;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging {
    width: 940px;
}
.js-on .col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
    width: 920px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
    width: 930px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
    width: 100%;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
    width: 510px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .mod p {
    width: 98%;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging {
    width: 590px;
}
.js-on .col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
    width: 570px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
    width: 550px;
    height: auto;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
    width: 100%;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser img {
    height: 140px;
    width: 180px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
    width: 350px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .mod p {
    width: 98%;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging {
    width: 700px;
}
.js-on .nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack,
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
    width: 680px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
    width: 660px;
    height: auto;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
    width: 100%;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
    width: 440px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .mod p {
    width: 98%;
}
/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-paging {
    position: relative;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left; /* ie 6 */
    clear: both;
    height: auto;
    width: 937px;
    margin: 0 0 20px 0;
    padding: 0;
}
.js-on #wrapper-2 div.tw-paging {
    height: 260px;
}
#wrapper-2 div.tw-paging h3 {
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 200%;
}
#wrapper-2 div.tw-paging .pagination {
    position: absolute;
    top: 220px;
    left: 10px;
    height: 30px;
}
#wrapper-2 div.tw-paging .pagination ul {
    float: none;
}
#wrapper-2 div.tw-paging .pagination li {
    float: left;
    margin-right: 8px;
    list-style-type: none;
}
#wrapper-2 div.tw-paging .pagination li a {
    display: block;
    float: left;
    background: url(../img/bgs/teaser-paging.png) 0 0 no-repeat;
    opacity: .5;
    margin-left: 1px;
    padding: 7px 14px 9px 10px;
    color: #000;
    font-size: 140%;
    font-weight: bold;
}
#wrapper-2 div.tw-paging .pagination li a:hover,
#wrapper-2 div.tw-paging .pagination li a:active,
#wrapper-2 div.tw-paging .pagination li a:focus {
    color: #ff0000;
    text-decoration: none;
}
#wrapper-2 div.tw-paging .rack {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    width: 922px;
    margin: 0;
    padding-left: 15px;
}
.js-on #wrapper-2 div.tw-paging .rack {
    display: inline;
    width: 915px;
    margin: 3px 0 0 3px;
}
#wrapper-2 div.tw-paging .rack-teaser {
    overflow: hidden;
    float: left;
    width: 900px;
    height: 195px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 0 5px 0 0;
}
.js-on #wrapper-2 div.tw-paging .rack-teaser {
    background-image: none;
    border-right: none;
    margin: 0;
    padding: 10px 20px 0 0px;
}
#wrapper-2 div.tw-paging .rack-teaser h2 {
    float: right;
    width: 510px;
    margin: 0 0 5px 0;
    font-size: 180%;
    font-weight: normal;
}
#wrapper-2 div.tw-paging .mod h2 {
    width: 100%;
}
#wrapper-2 div.tw-paging .rack-teaser img {
    display: inline;
    float: left;
    height: 155px;
    width: 380px;
    margin: 4px 10px 0 0;
    border: none;
}
#wrapper-2 div.tw-paging .rack-teaser p {
    clear: none;
    float: left;
    width: 500px;
    padding: 0 0 0 0;
    font-size: 130%;
    color: #555;
}
#wrapper-2 div.tw-paging .mod p {
    width: 100%;
}
#wrapper-2 div.tw-paging .rack-teaser em {
    display: block;
    margin-top: 5px;
    font-style: normal;
}
#wrapper-2 div.tw-paging .rack-teaser em a {
    padding-left: 17px;
}




/* ###   TW-SLIDER ### */
/* Inside #Stage */
#stage div.tw-slider {
    position: relative;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left; /* ie 6 */
    clear: both;
    height: auto;
    width: 937px;
    margin: 0;
    padding: 0;
}
.js-on #stage div.tw-slider {
    height: 260px;
}
#home #wrapper-2 #wrapper-3 div.tw-slider {
    margin: 0;
}
#stage div.tw-slider h3 {
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 200%;
}
#stage div.tw-slider .rack {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    width: 922px;
    margin: 0;
    padding-left: 15px;
}
.js-on #stage div.tw-slider .rack {
    display: inline;
    width: 897px;
    margin-left: 12px;
}
#stage div.tw-slider .rack-teaser {
    overflow: hidden;
    float: left;
    width: 375px;
    height: 193px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 0 5px 0 0;
}
.js-on #stage div.tw-slider .rack-teaser {
    background-image: none;
    border-right: none;
    margin: 0;
    padding: 0 20px 0 0px;
}
#stage div.tw-slider .rack-teaser h2 {
    margin: 8px 0 0 0;
    font-size: 180%;
    font-weight: normal;
}
#stage div.tw-slider .rack-teaser img {
    display: inline;
    float: left;
    height: 80px;
    width: 160px;
    margin: 4px 10px 0 0;
    border: none;
}
#stage div.tw-slider .rack-teaser p {
    clear: none;
    float: none;
    width: auto;
    padding: 2px 0 0 0;
    font-size: 130%;
    color: #555;
}
#stage div.tw-slider .rack-teaser em {
    display: block;
    margin-top: 5px;
    font-style: normal;
}
#stage div.tw-slider .rack-teaser em a {
    padding-left: 17px;
}
#stage div.tw-slider .ui-slider-1 {
    display: none;
    position: absolute;
    left: -2px;
    bottom: 0;
    background: #000 url(../img/bgs/scrollbar.png) 0 0 no-repeat;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 938px;
    height: 23px;
}
#stage div.tw-slider .ui-slider-1 .ui-slider-handle {
    position: absolute;
    background: url(../img/bgs/scroller.png) 0 0 no-repeat;
    z-index: 1;
    top: 0;
    left: 0;
    width: 216px;
    height: 19px;
    margin: 0;
}
/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-slider {
    position: relative;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left; /* ie 6 */
    clear: both;
    height: auto;
    width: 698px;
    margin: 37px 0 0 0;
    padding: 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-slider {
    height: 260px;
}
#wrapper-2 #wrapper-3 div.tw-slider h3 {
    border: 0;
    padding: 5px 10px;
    color: #000;
    font-size: 200%;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    width: 680px;
    margin: 0;
    padding-left: 15px;
}
.js-on #wrapper-2 #wrapper-3 div.tw-slider .rack {
    width: 658px;
    display: inline;
    margin-left: 12px;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser {
    overflow: hidden;
    float: left;
    width: 375px;
    height: 193px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 0 5px 0 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-slider .rack-teaser {
    background-image: none;
    border-right: none;
    margin: 0;
    padding: 0 20px 0 0px;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser h2 {
    margin: 8px 0 0 0;
    font-size: 180%;
    font-weight: normal;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser img {
    display: inline;
    float: left;
    height: 80px;
    width: 160px;
    margin: 4px 10px 0 0;
    border: none;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser p {
    clear: none;
    float: none;
    width: auto;
    padding: 2px 0 0 0;
    font-size: 130%;
    color: #555;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser em {
    display: block;
    margin-top: 5px;
    font-style: normal;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser em a {
    padding-left: 17px;
}
#wrapper-2 #wrapper-3 div.tw-slider .ui-slider-1 {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f2f2f2 url(../img/bgs/scrollbar-main-small.png) 0 0 no-repeat;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 698px;
    height: 23px;
}
#wrapper-2 #wrapper-3 div.tw-slider .ui-slider-1 .ui-slider-handle {
    position: absolute;
    background: url(../img/bgs/scroller-main.png) 0 0 no-repeat;
    z-index: 1;
    top: 0;
    left: 0;
    width: 216px;
    height: 19px;
    margin: 0;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-slider {
    margin: 0 0 20px 0;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-slider {
    width: 938px;
}
.js-on .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-slider .rack {
    width: 900px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-slider .ui-slider-1 {
    background: #f2f2f2 url(../img/bgs/scrollbar-main.png) 0 0 no-repeat;
    width: 938px;
}
/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-slider {
    position: relative;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left; /* ie 6 */
    clear: both;
    height: auto;
    width: 458px;
    margin: 0 0 20px 0;
    padding: 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-slider {
    height: 260px;
}
#wrapper-2 #wrapper-3 #main div.tw-slider h3 {
    border: 0;
    padding: 5px 10px;
    color: #000;
    font-size: 200%;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    width: 418px;
    margin: 0;
    padding-left: 15px;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
    margin-left: 12px;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser {
    overflow: hidden;
    float: left;
    width: 400px;
    height: 183px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 10px 20px 0 0px;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser {
    background-image: none;
    border-right: none;
    margin: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser h2 {
    float: right;
    width: 230px;
    margin: 0;
    font-size: 180%;
    font-weight: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .mod h2 {
    width: 100%;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser img {
    display: inline;
    float: left;
    height: 80px;
    width: 160px;
    margin: 4px 10px 0 0;
    border: none;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser p {
    clear: none;
    float: none;
    width: auto;
    padding: 2px 0 0 0;
    font-size: 130%;
    color: #555;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser em {
    display: block;
    margin-top: 5px;
    font-style: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser em a {
    padding-left: 17px;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .ui-slider-1 {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f2f2f2 url(../img/bgs/scrollbar-main-460.png) 0 0 no-repeat;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 458px;
    height: 23px;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .ui-slider-1 .ui-slider-handle {
    position: absolute;
    background: url(../img/bgs/scroller-main.png) 0 0 no-repeat;
    z-index: 1;
    top: 0;
    left: 0;
    width: 216px;
    height: 19px;
    margin: 0;
}
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider {
    width: 460px;
}
.js-on .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
    width: 420px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser {
    width: 400px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser h2 {
    width: 225px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .mod h2 {
    width: 100%;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .ui-slider-1 {
    background: #f2f2f2 url(../img/bgs/scrollbar-main-460.png) 0 0 no-repeat;
    width: 458px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-slider {
    width: 940px;
}
.js-on .col-float2 #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
    width: 905px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-slider .ui-slider-1 {
    background: #f2f2f2 url(../img/bgs/scrollbar-main.png) 0 0 no-repeat;
    width: 938px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-slider {
    width: 590px;
}
.js-on .col-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
    width: 550px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .ui-slider-1 {
    background: #f2f2f2 url(../img/bgs/scrollbar-main-590.png) 0 0 no-repeat;
    width: 588px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-slider {
    width: 700px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
    width: 660px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-slider .ui-slider-1 {
    background: #f2f2f2 url(../img/bgs/scrollbar-main-small.png) 0 0 no-repeat;
    width: 698px;
}
/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-slider {
    position: relative;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left; /* ie 6 */
    clear: both;
    height: auto;
    width: 937px;
    margin: 0 0 20px 0;
    padding: 0;
}
.js-on #wrapper-2 div.tw-slider {
    height: 260px;
}
#wrapper-2 div.tw-slider h3 {
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 200%;
}
#wrapper-2 div.tw-slider .rack {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    width: 922px;
    margin: 0;
    padding-left: 15px;
}
.js-on #wrapper-2 div.tw-slider .rack {
    display: inline;
    width: 897px;
    margin-left: 12px;
}
#wrapper-2 div.tw-slider .rack-teaser {
    overflow: hidden;
    float: left;
    width: 375px;
    height: 193px;
    border: none;
    margin: 0 10px 5px 0;
    padding: 0 5px 0 0;
}
.js-on #wrapper-2 div.tw-slider .rack-teaser {
    background-image: none;
    border-right: none;
    margin: 0;
    padding: 0 20px 0 0px;
}
#wrapper-2 div.tw-slider .rack-teaser h2 {
    margin: 8px 0 0 0;
    font-size: 180%;
    font-weight: normal;
}
#wrapper-2 div.tw-slider .rack-teaser img {
    display: inline;
    float: left;
    height: 80px;
    width: 160px;
    margin: 4px 10px 0 0;
    border: none;
}
#wrapper-2 div.tw-slider .rack-teaser p {
    clear: none;
    float: none;
    width: auto;
    padding: 2px 0 0 0;
    font-size: 130%;
    color: #555;
}
#wrapper-2 div.tw-slider .rack-teaser em {
    display: block;
    margin-top: 5px;
    font-style: normal;
}
#wrapper-2 div.tw-slider .rack-teaser em a {
    padding-left: 17px;
}
#wrapper-2 div.tw-slider .ui-slider-1 {
    display: none;
    position: absolute;
    left: -2px;
    bottom: 0;
    background: #000 url(../img/bgs/scrollbar.png) 0 0 no-repeat;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 938px;
    height: 23px;
}
#wrapper-2 div.tw-slider .ui-slider-1 .ui-slider-handle {
    position: absolute;
    background: url(../img/bgs/scroller.png) 0 0 no-repeat;
    z-index: 1;
    top: 0;
    left: 0;
    width: 216px;
    height: 19px;
    margin: 0;
}

/* specials for theme "burger collection" */

/* two collums text:  */

.text-left {
    float:left;
    width:510px;
    margin-right:20px;
}
.text-right {
    float:left;
    width:510px;
    /*margin-right:20px;*/
}

/* artist page: */
#artist #wrapper #wrapper-2 #wrapper-3 #main{
    width:1040px;
}
.text-cv{
    width:400px;
    float:left;
    /*border:1px solid;*/
}
#photo-index{
    width:620px;
    float:right;
    /*border:1px solid;*/

}
.born {
    color:#666;
    font-size:80%;
    margin-left:10px;
    font-weight:normal;

}

/* collection */
.column{
float:left;
width:200px;
margin-right:10px;
}
#column-5{
margin:0;
}
.letter {
    /*float: left;*/
    background: #fff;
    margin: 0 0 7px 0;
    padding:2px 0;
    font-size: 150%;
    color: #FF0000;
    font-weight:normal;
    line-height: 1;
    text-transform: uppercase;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#main .column ul {
    list-style: none;
    margin: 0;
}
#main .column ul li {
    /*background: url(../img/bgs/dotted-line.png) 0 100% repeat-x;*/
    height: 1%; /* IE 6 */
    margin: 0 0 7px 0;
    line-height: 1.2em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}
html > body #main .column ul li {
    height: auto;
}
#main .column li a {
    display: block;
    padding: 2px 0 ;
    color:#666;
}
#main .column li a:hover {
    text-decoration:none;
    background:#EDEDED;
}


/*
wide viewport
bigger than 1200 px
*/

#stage,
#section-header,
#branding,
#wrapper-2,
#nav-global,
#nav-global ul,
#nav-global ul ul {
    /*width: 1120px;*/
    width: 1040px;
}

/* 1 column layout: no nav | main | sidebar */
.col #wrapper-3,
.col #main,
.col-float2 #wrapper-3,
.col-float2 #main,
.col-float3 #wrapper-3,
.col-float3 #main {
    width: 1040px;
}
/* 2 column layout: | nav | main */
.nav-col #wrapper-3,
.nav-col #main {
    width: 830px;
}

/* landing page */


/* definition for burger home page */
#home .photo {
    width:auto;
}

#home h1 {
    color: #FFF;
}
