/*linkverweis mit pfeil*/
.toggler-wrapper .pointer {
	margin: 10px 0;
}

#player-wrapper {
    width: 758px;
    margin: 20px auto;
    line-height: 16px;
    background: url(/bilder/psplayer3/player_free_header.gif) no-repeat top left;
    padding-top: 23px;
}
#player-wrapper.changelog ul {
    list-style: square;
	margin-left: 15px;
	padding-bottom: 30px;
	width: 70%;
}
#player-wrapper.changelog ul ul {
    padding-bottom: 0;
    width: 100%;
}

/**
 * ie6 "multi-class" bug...
 * http://sonspring.com/journal/ie6-multi-class-bug
 */
.plus {
    background-image: url(/bilder/psplayer3/player_plus_header.gif) !important;
}
.ios {
    background-image: url(/bilder/radio-app/header_radio-app.gif) !important;
}
.features, .changelog, .ios {
    border-bottom: 1px solid #666 !important;
}
.features .top-content p {
    width: 460px !important;
}

#player-wrapper.ios a.toggler {
    text-transform: uppercase !important;
    text-decoration: underline !important;
    color: #666 !important;
    display: none;
}
#player-wrapper.ios a:hover.toggler {
    color: #cc3333 !important;
}
#player-wrapper.ios a.toggler.visible {
    display: block;
}
#player-wrapper.ios .toggler-content {
    clear: both;
    padding-top: 8px;
}
#player-wrapper.ios .toggler-content ul li {
    margin-bottom: 10px;
}

#player-wrapper h1, #player-wrapper h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0;
}
#player-wrapper h1 {
    font-weight: bold;
    font-size: 28px;
    padding-top: 35px;
}
#player-wrapper h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
#player-wrapper h3, #player-wrapper h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
#player-wrapper h3 {
    font-size: 14px;
}
#player-wrapper.changelog h3 {
    margin-bottom: 5px;
}
#player-wrapper h4 {
    font-size: 12px;
}

#player-wrapper p {
    margin: 10px 0;
}

#player-wrapper .info {
    margin-bottom: 25px;
}
#player-wrapper .info p {
    width: 450px;
}

/*noch benoetigt?*/
#player-wrapper p.foot-note {
    padding: 10px 0;
    color: #666;
    text-align: center;
}

#player-wrapper .notes {
    clear: both;
    margin-top: 15px;
    padding-bottom: 15px;
    color: #a2a2a2;
    font-size: 0.8em;
}

#header {
    text-align: center;
    padding: 20px 0 10px;
}
#header a {
    margin-right: 10px;
}
#header a span {
    position: absolute;
    top: 0;
    left: -999em;
}
#header a img {
    border: 0;
}

#player-wrapper .content-wrapper {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    background: #fff url(/bilder/psplayer3/player_free_bg.gif) repeat-x;
    padding: 25px 30px 0;
}
#player-wrapper.plus .content-wrapper {
    background-image: url(/bilder/psplayer3/player_plus_bg.gif);
}

#player-wrapper .top-content {
    position: relative;
    height: 349px;
}
#player-wrapper.changelog .top-content {
    position: static;
    height: auto;
}
#player-wrapper.features .top-content {
    height: 250px;
}
#player-wrapper .top-content img {
    position: absolute;
    top: 15px;
    right: -10px;
}
#player-wrapper.ios .top-content img {
    top: 0;
    right: 50px;
}
#player-wrapper .top-content p {
    width: 350px;
}
#player-wrapper.ios .top-content ul {
    margin: 10px 10px 10px 15px;
    list-style: square;
}
#player-wrapper .top-content a.download-button {
    display: block;
    height: 64px;
    width: 265px;
    background: url(/bilder/psplayer3/player_free_dlbutton.gif) no-repeat top left;
    text-indent: -999em;
    position: absolute;
    top: 225px;
    left: 0;
}
#player-wrapper .top-content a.download-button.beta {
  width: 288px;
  background-image: url(/bilder/psplayer3/player_free_dlbutton_beta.gif);
}
#player-wrapper.plus .top-content a.download-button {
    background-image: url(/bilder/psplayer3/player_plus_dlbutton.gif);
}
#player-wrapper.ios .top-content a.download-button {
    background-image: url(/bilder/radio-app/button_zuitunes.gif);
}

#player-wrapper .top-content a:hover.download-button, #player-wrapper .top-content a:focus.download-button {
    background-position: bottom left;
}

#player-wrapper .top-content .other_platform {
    font-size: 10px;
    color: #8f8f8f;
    position: absolute;
    top: 287px;
    left: 0;
}
#player-wrapper .top-content .other_platform a {
    color: #8f8f8f;
    text-decoration: underline;
}
#player-wrapper .top-content .other_platform a:hover,
  #player-wrapper .top-content .other_platform a:focus,
  #player-wrapper .top-content .other_platform a:active {
    color: #cc3333;
}

/*Gratis Aktion*/
#player-wrapper .top-content a.download-button.gratis {
  left: 230px;
  background-image: url(/bilder/psplayer3/button_aktion_2012-01.gif);
  width: 193px;
  height: 63px;
  z-index: 999;
}

#player-wrapper .footer {
    padding: 5px;
    color: #fff;
    text-align: center;
    background: #a2a2a4;
}
#player-wrapper .footer a:link, #player-wrapper .footer a:active, #player-wrapper .footer a:visited {
    color: #fff;
}
#player-wrapper .footer a:hover, #player-wrapper .footer a:focus {
    color: #cc3333;
}

.info-wrapper {
    overflow: hidden;
}
.info-wrapper .info-left {
    float: left;
}
.info-wrapper .info-right {
    float: right;
}

/*temporaer, todo: infobox.wide crossbrowser*/
.simplebox {
    border: 1px solid #838383;
    background: #fff;
    margin-bottom: 20px;
}
.simplebox .content {
    padding: 9px 0;
}
.simplebox .content .item-wrapper {
    padding: 0 9px;
}
.simplebox .content .item-wrapper p {
    margin-top: 5px;
}
.simplebox .item-wrapper .item-content-left {
    float: left;
    width: 125px; /*115px Bild + 10px margin-right*/
}
.simplebox .item-wrapper .item-content-right {
    float: left;
    width: 315px;
}
.simplebox .content .item-wrapper ul {
    list-style-type: square;
    margin: 0 0 10px 15px;
}
.simplebox .content .item-wrapper ol {
    margin: 0 0 10px 20px;
}
.simplebox .content .item-wrapper ol li {
    margin-bottom: 10px;
}
.simplebox, .simplebox .top, .simplebox .bottom {
    width: 690px;
}

/**/
.simplebox p.feature-intro {
    overflow: auto;
    padding-bottom: 15px;
}
.simplebox p.feature-intro img {
    float: right;
    margin: 0 10px 0 10px;
}

/*feature nav*/
ul#feature-nav {
    width: 195px;
    height: 107px;
    padding: 10px;
    background: url(/bilder/psplayer3/player_fkt_subnavibg.gif) no-repeat top left;
    position: absolute;
    top: 90px;
    right: 0;
    list-style-image: url(/bilder/pfeil.gif);
}
ul#feature-nav li {
    margin: 0 0 8px 15px;
    font-weight: bold;
}

/**
 * AUSLAGERN:
 */

/*ie6*/
* html #player-wrapper .top-content img {
    margin-top: 10px;
}
* html #player-wrapper .top-content a.download-button {
    margin-top: 10px;
}
* html #player-wrapper .content-wrapper {
    height: 1%; /*hasLayout*/
}
* html .infobox .item-wrapper {
    height: 1%; /*hasLayout*/
}
* html .infobox .top, .infobox .bottom {
    margin-bottom: -3px; /*3px gap*/
}
* html .simplebox p.feature-intro {
    height: 1%; /*hasLayout*/
}

/*ie7*/
*+html #player-wrapper .top-content img {
    margin-top: 10px;
}
*+html #player-wrapper .top-content a.download-button {
    top: 235px;
}

